Queries the status of a plan instance.
Operation description
You can call this operation to query the status of a plan instance after you purchase a plan.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
esa:DescribeRatePlanInstanceStatus |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
No |
The instance ID, which can be obtained by calling the ListUserRatePlanInstances operation. |
xcdn-91fknmb80f0g*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
60423A7F-A83D-1E24-B80E-86DD25790759 |
| InstanceId |
string |
The instance ID. |
xcdn-91fknmb80f0g*** |
| InstanceStatus |
string |
The instance status. Valid values:
|
running |
Examples
Success response
JSON format
{
"RequestId": "60423A7F-A83D-1E24-B80E-86DD25790759",
"InstanceId": "xcdn-91fknmb80f0g***\n",
"InstanceStatus": "running"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InternalError | An internal exception occurred, please try again later. | An inner exception was triggered. Please try again later. |
| 400 | InvalidInstance | The instance ID is missing or invalid. Make sure that the instance ID is valid and try again. | The instance ID is missing or invalid. Make sure that the instance ID is valid and try again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.