Queries the information about applications that can be accelerated by Smart Access Gateway (SAG) in a specified accelerated region.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes ListAccelerateApplications

The operation that you want to perform. Set the value to ListAccelerateApplications.

RegionId String Yes cn-shanghai

The ID of the accelerated region, which is the region ID of users who want to access the applications. Set the value to cn-shanghai.

ApplicationType String No video

The application type.

Note If you call this operation for the first time, you do not need to set this parameter.
ServiceRegionId String Yes cn-hongkong

The ID of the service region, which is the region ID of the applications.

You can call the ListServiceRegions operation to query the IDs of service regions that are supported by Smart Access Gateway (SAG) in the specified accelerated region.

Response parameters

Parameter Type Example Description
AccelerateApplications Array of AccelerateApplication

The details of applications.

ApplicationName String ZOOM

The name of the application.

ApplicationType String video

The type of the application.

ServiceRegionId String cn-hongkong

The ID of the service region.

RequestId String 324223F3-93D3-4CE4-B26F-66C0C3809922

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=ListAccelerateApplications
&RegionId=cn-shanghai
&ApplicationType=video
&ServiceRegionId=cn-hongkong
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<ListAccelerateApplicationsResponse>
    <RequestId>324223F3-93D3-4CE4-B26F-66C0C3809922</RequestId>
    <AccelerateApplications>
        <ApplicationType>video</ApplicationType>
        <ApplicationName>ZOOM</ApplicationName>
        <ServiceRegionId>cn-hongkong</ServiceRegionId>
    </AccelerateApplications>
    <AccelerateApplications>
        <ApplicationType>office</ApplicationType>
        <ApplicationName>O365</ApplicationName>
        <ServiceRegionId>cn-hongkong</ServiceRegionId>
    </AccelerateApplications>
</ListAccelerateApplicationsResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "324223F3-93D3-4CE4-B26F-66C0C3809922",
  "AccelerateApplications" : [ {
    "ApplicationType" : "video",
    "ApplicationName" : "ZOOM",
    "ServiceRegionId" : "cn-hongkong"
  }, {
    "ApplicationType" : "office",
    "ApplicationName" : "O365",
    "ServiceRegionId" : "cn-hongkong"
  } ]
}

Error codes

For a list of error codes, visit the API Error Center.