Resets an application.
Try it now
Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
none |
*Application
|
None | None |
Request syntax
POST /pop/v5/changeorder/co_reset HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The application ID. You can call the ListApplication operation to query application IDs. |
3616cdca-4f92********* |
| EccInfo |
string |
Yes |
The IDs of the elastic compute containers (ECCs) to reset. Separate multiple ECC IDs with commas (,). You can call the QueryApplicationStatus operation to query ECC IDs. |
0cf49a6c-*********** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| ChangeOrderId |
string |
The ID of the change order. You can call the GetChangeOrderInfo operation to query the change progress. |
1c66548e-a082-40************ |
| Code |
integer |
The HTTP status code. |
200 |
| Message |
string |
The additional information about the result. |
success |
| RequestId |
string |
The request ID. |
D16979DC-4D42-********* |
Examples
Success response
JSON format
{
"ChangeOrderId": "1c66548e-a082-40************",
"Code": 200,
"Message": "success",
"RequestId": "D16979DC-4D42-*********"
}
Error codes
See Error CodesError Codes for a complete list.
Release notes
See Release NotesRelease Notes for a complete list.