Queries the details of the most recent diagnostic report for a scaling group. Returns results only when anomalies are detected.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ess:DescribeScalingGroupDiagnoseDetails |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
Region ID of the scaling group. |
cn-qingdao |
| ScalingGroupId |
string |
Yes |
The ID of the scaling group. |
asg-bp18p2yfxow2dloq**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema. |
||
| RequestId |
string |
The request ID. |
688B18B8-FB1E-42EB-A1ED-7F55B090**** |
| Details |
array<object> |
The diagnostic reports. |
|
|
object |
The diagnostic report. |
||
| DiagnoseType |
string |
Diagnostic item type. Valid values:
|
SecurityGroup |
| ResourceId |
string |
Resource ID associated with the diagnostic result. |
sg-280ih**** |
| Status |
string |
Diagnostic item status. Valid values:
|
Normal |
| ErrorCode |
string |
Diagnostic item error code. Valid values:
|
AccountArrearage |
Examples
Success response
JSON format
{
"RequestId": "688B18B8-FB1E-42EB-A1ED-7F55B090****",
"Details": [
{
"DiagnoseType": "SecurityGroup",
"ResourceId": "sg-280ih****",
"Status": "Normal",
"ErrorCode": "AccountArrearage"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.