Queries the top 10 Smart Access Gateway instances with the highest packet loss rate in a specified region.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
smartag:DescribeSagDropTopN |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the Smart Access Gateway instance. |
cn-shanghai |
| Size |
integer |
No |
The number of Smart Access Gateway instances to query. Default value: 10. This value cannot be modified. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
AFF7E5A6-6897-4FDC-A5A8-1978B5B3E545 |
| DropTopN |
array<object> |
The list of packet loss information about Smart Access Gateway instances. |
|
|
object |
|||
| DropRate |
string |
The packet loss rate of the Smart Access Gateway instance. Unit: pps. |
0.0 |
| InstanceId |
string |
The ID of the Smart Access Gateway instance. |
sag-whfn**** |
| Name |
string |
The name of the Smart Access Gateway instance. |
test |
| RegionId |
string |
The region ID of the Smart Access Gateway instance. |
cn-shanghai |
Examples
Success response
JSON format
{
"RequestId": "AFF7E5A6-6897-4FDC-A5A8-1978B5B3E545",
"DropTopN": [
{
"DropRate": "0.0",
"InstanceId": "sag-whfn****",
"Name": "test",
"RegionId": "cn-shanghai"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.