3.20.3. Start combined coverage report

 
MethodURIDescription
POST/v2/{tenant_id}/os-coverage/action

Starts coverage reporting for all services.

All reports are combined into a single report.

Normal response codes: 200

 3.20.3.1. Request

This table shows the URI parameters for the start combined coverage report request:

NameTypeDescription

{tenant_id}

​String

The ID for the tenant or account in a multi-tenancy cloud.

 

Example 3.165. Start combined report: JSON request

{
    "start" :  {
        "combine": true
    }
}

 

Example 3.166. Start combined report: XML request

<?xml version="1.0" encoding="UTF-8"?>
<start>
    <combine>True</combine>
</start>

This operation does not require a request body.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...