Lists the application groups that Smart Access Gateway supports in a specified region.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. Call the DescribeRegions operation to query the regions and their IDs that Smart Access Gateway supports. |
cn-shanghai |
| NextToken |
string |
No |
The token for the next page of results. |
FFPSpX59Eb**** |
| MaxResults |
integer |
No |
The number of application groups to return on each page. Valid values: 1 to 100. Default value: 20. |
3 |
| DpiGroupIds |
array |
No |
The application group ID. You can query information about one or more application groups by specifying their IDs. You can query up to 10 application groups at a time. |
1 |
|
string |
No |
|||
| DpiGroupNames |
array |
No |
The application group name. You can query information about one or more application groups by specifying their names. You can query up to 10 application groups at a time. |
P2P |
|
string |
No |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of application groups returned. |
22 |
| NextToken |
string |
The token for the next page of results. |
FFPSpX59Ebw**** |
| RequestId |
string |
The request ID. |
EC184A86-3C93-49D6-BB34-6C193E14D37F |
| DpiGroup |
array<object> |
The list of application groups. |
|
|
object |
|||
| MinSignatureDbVersion |
string |
The minimum version of the signature database that supports the application group. |
20201117_1_0-0.0.1 |
| DpiGroupName |
string |
The name of the application group. |
P2P |
| DpiGroupId |
string |
The ID of the application group. |
1 |
| MinEngineVersion |
string |
The minimum version of the deep packet inspection (DPI) engine that supports the application group. |
0-0.0.1 |
Examples
Success response
JSON format
{
"TotalCount": 22,
"NextToken": "FFPSpX59Ebw****",
"RequestId": "EC184A86-3C93-49D6-BB34-6C193E14D37F",
"DpiGroup": [
{
"MinSignatureDbVersion": "20201117_1_0-0.0.1",
"DpiGroupName": "P2P",
"DpiGroupId": "1",
"MinEngineVersion": "0-0.0.1"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.