All Products
Search
Document Center

Smart Access Gateway:ListDpiGroups

Last Updated:Mar 29, 2024

Queries the information about application groups supported by Smart Access Gateway (SAG) instances in a specified region.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

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
NextTokenstringNo

The token used to query the next page.

FFPSpX59Eb****
MaxResultsintegerNo

The number of entries to return on each page.

Valid values: 1 to 100.

Default value: 20.

3
DpiGroupIdsarrayNo
stringNo

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.

DpiGroupNamesarrayNo
stringNo

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

ParameterTypeDescriptionExample
object
NextTokenstring

The token returned for the next query.

FFPSpX59Ebw****
RequestIdstring

The ID of the request.

EC184A86-3C93-49D6-BB34-6C193E14D37F
TotalCountinteger

The total number of entries returned.

22
DpiGroupobject []

The information about the application group.

DpiGroupIdstring

The ID of the application group.

1
MinEngineVersionstring

The earliest version of engine that supports the application group.

0-0.0.1
MinSignatureDbVersionstring

The earliest version of signature database that supports the application group.

20201117_1_0-0.0.1
DpiGroupNamestring

The name of the application group.

P2P

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2024-03-15API Description Updatesee changesets
Change itemChange content
API DescriptionAPI Description Update.