Queries the information about an application or an application group in a region, or about the applications supported by Smart Access Gateway (SAG) in a region.
Operation description
This operation supports the following features:
- Queries the information about all applications supported by the SAG instance in a specified region.
- Queries the information about an application by application ID in a specified region.
- Queries the information about an application by application name in a specified region.
- Queries the information about an application group by group ID in a specified region.
If this is the first time you call this operation, we recommend that you query all applications supported by the SAG instance in the specified region by region ID. Then, you can query the information about a specified application.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The ID of the region to which the application or application group belongs. You can call the DescribeRegions operation to query the most recent region list. | cn-shanghai |
NextToken | string | No | The token used to query the next page. | caeba0bbb2**** |
MaxResults | integer | No | The number of entries to return on each page. Valid values: 1 to 100. Default value: 20. | 20 |
DpiGroupId | string | No | The ID of the application group. | 20 |
DpiSignatureIds | array | No | ||
string | No | The ID of the application. | 235 | |
DpiSignatureNames | array | No | ||
string | No | The name of the application. | EdgeCast |
Response parameters
Examples
Sample success responses
JSON
format
{
"TotalCount": 1,
"NextToken": "FFrMV38kR4****",
"RequestId": "63081123-B7C0-4BC9-B9E5-59E77A616EC9",
"DpiSignature": [
{
"DpiSignatureId": "235",
"MinSignatureDbVersion": "20201117_1_0-0.0.1",
"DpiGroupId": "20",
"MinEngineVersion": "0-0.0.1",
"DpiSignatureName": "EdgeCast"
}
]
}
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 | ||
|