Reports an exception on Elastic Compute Service (ECS) instances. You can report the same exception on multiple ECS instances or on multiple disks of an ECS instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecs:ReportInstancesStatus |
get |
*Instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| RegionId |
string |
Yes |
The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| Reason |
string |
No |
The impact of the exception on the instance. Valid values:
|
abnormal-local-disk |
| Description |
string |
Yes |
The description of the exception. |
本地盘不可用,挂载点拒绝访问,无法加载文件。 |
| StartTime |
string |
No |
The start time of the instance exception. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. |
2017-11-30T06:32:31Z |
| EndTime |
string |
No |
The end time of the instance exception. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. |
2017-11-31T06:32:31Z |
| IssueCategory |
string |
No |
The category of the exception. This parameter is applicable only to ECS bare metal instances. Valid values:
|
hardware-cpu-error |
| InstanceId |
array |
Yes |
The IDs of instances. You can specify up to 100 instance IDs in a single request. |
i-bp165p6xk2tmdhj0**** |
|
string |
No |
The ID of instance N. |
i-bp165p6xk2tmdhj0**** |
|
| DiskId |
array |
No |
The IDs of disks on an instance that have the exception. You can specify up to 100 disk IDs in a single request. If you are using an ECS bare metal instance, enter the serial numbers of disks on the instance. Note
This parameter is required when the value of the |
d-bp1aeljlfad7x6u1**** |
|
string |
No |
The ID of disk N. |
d-bp1aeljlfad7x6u1**** |
|
| Device |
array |
No |
The device names of disks on an instance that have the exception. You can specify to 100 device names in a single request. If you are using an ECS bare metal instance, enter the slot numbers of disks on the instance. Note
For ECS bare metal instances, this parameter is required when the value of the |
/dev/xvdb |
|
string |
No |
The device name of disk N. |
/dev/xvdb |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | InvalidParameter | %s | |
| 403 | InstanceIdLimitExceeded | %s | More than 100 instance IDs are specified. |
| 403 | DiskIdLimitExceeded | %s | More than 100 disk IDs are specified. |
| 403 | InvalidInstanceId.NotFound | %s | The specified instance does not exist. Check whether the InstanceId parameter is valid. |
| 404 | MissingParameter | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.