Queries the top 10 Smart Access Gateway (SAG) instances that have the highest packet loss rates in a specific 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 ID of the region where the SAG instance is deployed. |
cn-shanghai |
| Size |
integer |
No |
The number of SAG instances to be queried. Default value:10. This value cannot be modified. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
AFF7E5A6-6897-4FDC-A5A8-1978B5B3E545 |
| DropTopN |
array<object> |
The information about packets dropped by the SAG instance. |
|
|
object |
|||
| DropRate |
string |
The packet loss rate of the SAG instance. Unit: packets per second (PPS). |
0.0 |
| InstanceId |
string |
The ID of the SAG instance. |
sag-whfn**** |
| Name |
string |
The name of the SAG instance. |
test |
| RegionId |
string |
The ID of the region where the SAG instance is deployed. |
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.