Queries the information about application groups supported by Smart Access Gateway (SAG) instances in a specified region.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The ID of the region to which the application groups belong. You can call the DescribeRegions to query the most recent region list. | cn-shanghai |
NextToken | string | No | The token used to query the next page. | FFPSpX59Eb**** |
MaxResults | integer | No | The number of entries to return on each page. Valid values: 1 to 100. Default value: 20. | 3 |
DpiGroupIds | array | No | ||
string | No | The ID of the application group. You can query information about one or more application groups by group ID. You can specify at most 10 group IDs in each call. | ||
DpiGroupNames | array | No | ||
string | No | The name of the application group. You can query information about one or more application groups by group name. You can specify at most 10 group names in each call. |
Response parameters
Examples
Sample success responses
JSON
format
{
"NextToken": "FFPSpX59Ebw****",
"RequestId": "EC184A86-3C93-49D6-BB34-6C193E14D37F",
"TotalCount": 22,
"DpiGroup": [
{
"DpiGroupId": "1",
"MinEngineVersion": "0-0.0.1",
"MinSignatureDbVersion": "20201117_1_0-0.0.1",
"DpiGroupName": "P2P"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||
---|---|---|---|---|
2024-03-15 | API Description Update | see changesets | ||
|