3.20.2. Start coverage report

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

Starts Nova coverage reporting.

Normal response codes: 202

 3.20.2.1. Request

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

NameTypeDescription

{tenant_id}

​String

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

 

Example 3.163. Start coverage report: JSON request

{
    "start" :  {
    }
}

 

Example 3.164. Start coverage report: XML request

<?xml version="1.0" encoding="UTF-8"?>
<start></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...