3.20.4. Stop coverage report

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

Stops coverage reporting.

Normal response codes: 202

 3.20.4.1. Request

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

NameTypeDescription

{tenant_id}

​String

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

 

Example 3.167. Stop coverage report: JSON request

{
    "stop" : {
    }
}

 

Example 3.168. Stop coverage report: XML request

<?xml version="1.0" encoding="UTF-8"?>
<stop></stop>

This operation does not require a request body.

 3.20.4.2. Response

 

Example 3.169. Stop report: JSON response

{
    "path": "/tmp/tmpua9HvB/nova-coverage_rs2CaS"
}

 

Example 3.170. Stop report: XML response

<?xml version='1.0' encoding='UTF-8'?>
<path>/tmp/tmpCLve38/nova-coverage_GJ4BZ_</path>

This operation does not return a response body.

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


loading table of contents...