PUT
This is a generic REST API that can be used on a CVP device to perform graceful shutdown of the CVP Call Server and its associated Reporting Server.
|
Input/Output Format |
JSON |
XML | ||||
|---|---|---|---|---|---|---|
|
URL |
/cvp-orm/rest/gracefulShutdown |
/cvp-orm/rest/gracefulShutdown | ||||
|
HTTP Method |
PUT |
PUT | ||||
|
API Type |
Synchronous |
Synchronous | ||||
|
Sample Request Body |
|
| ||||
|
Sample Request Header |
Content-Type: application/json Accept: application/json |
Content-Type: application/xml Accept: application/xml | ||||
|
Response Status |
200 OK |
200 OK | ||||
|
Sample Response Body |
|
| ||||
|
Sample Response Header |
Content-Type: application/json |
Content-Type: application/xml | ||||
|
Sample Error Responses |
500 Internal Server Error, if something goes wrong while performing graceful shutdown. 400 for bad input request data for IPAddress and DeviceType. (More details about the error will be in the response body) |
500 Internal Server Error, if something goes wrong while creating the report . 400 for bad input request data (More details about the error will be in the response body) |