Resets an application.
Debugging
Request headers
This operation uses only the common request header. For more information, see Common request parameters.
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. You can call the ListApplication operation to query the application ID. For more information, see ListApplication. |
EccInfo | String | Yes | 0cf49a6c-*********** |
The ID of the elastic compute container (ECC) for which you want to reset the application. Separate multiple ECC IDs with commas (,). You can call the QueryApplicationStatus operation to query the ECC ID. For more information, see QueryApplicationStatus. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
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. For more information, see GetChangeOrderInfo. |
Code | Integer | 200 |
The HTTP status code. |
Message | String | success |
The returned message that indicates whether the request is successful. |
RequestId | String | D16979DC-4D42-********* |
The ID of the request. |
Examples
Sample requests
POST /pop/v5/changeorder/co_reset HTTP/1.1
Common request header
{
"AppId": ""
"EccInfo": ""
}
Sample success responses
XML
format
<Message>success</Message>
<ChangeOrderId>1c66548e-a082-40************</ChangeOrderId>
<Code>200</Code>
JSON
format
{
"Message": "success",
"ChangeOrderId": "1c66548e-a082-40************",
"Code": 200
}
Error codes
For a list of error codes, visit the API Error Center.