You can call this operation to reset an application.
Debugging
Request headers
This operation only uses common request headers. For more information, see the Common request parameters topic.
Request syntax
POST /pop/v5/changeorder/co_reset HTTPS|HTTP
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
AppId | String | Yes | 3616cdca-4f92********* |
The ID of the application that you want to reset. You can call the ListApplication operation to query the application ID. |
EccInfo | String | Yes | 0cf49a6c-*********** |
The ID of the Elastic Compute Container (ECC) for which you want to reset the application. Multiple ECC IDs are separated by commas (,). You can call the QueryApplicationStatus operation to query the ECC ID. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | Integer | 200 |
The returned code. |
Message | String | success |
The returned message. |
ChangeOrderId | String | 1c66548e-a082-40************ |
The ID of the change process for this operation. You can call the GetChangeOrderInfo operation to query the progress of this operation. |
RequestId | String | D16979DC-4D42-********* |
Examples
Sample requests
POST /pop/v5/changeorder/co_reset HTTP/1.1
Common request headers
{
"AppId": ""
"EccInfo": ""
}
Sample success responses
JSON
format
{
"Message": "success",
"ChangeOrderId": "1c66548e-a082-40************",
"Code": 200
}
XML
format
<Message>success</Message>
<ChangeOrderId>1c66548e-a082-40************</ChangeOrderId>
<Code>200</Code>
Error codes
For a list of error codes, visit the API Error Center.