All Products
Search
Document Center

Edge Security Acceleration:GetEdgeContainerDeployRegions

Last Updated:Jun 25, 2026

Retrieves the deployment regions of an edge container application by application ID.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

AppId

string

No

The application ID. You can call the ListEdgeContainerApps operation to obtain the application ID.

Important This parameter is required. If this parameter is not specified, the service returns InvalidParameter.appid (400). The valid format is app-{18-digit number}. You can call the ListEdgeContainerApps operation to obtain the application ID. Example: app-880****75783794688. If you have not activated the Edge Container service, activate it first and then call the CreateEdgeContainerApp operation to create an application and obtain the AppId.
.

GetEdgeContainerDeployRegions

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395

Regions

array

The list of regions.

string

The available region.

zhejiang

Examples

Success response

JSON format

{
  "RequestId": "EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395",
  "Regions": [
    "zhejiang"
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidParameter.appid The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID. The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID.
400 InvalidParameter The specified parameter is invalid. The specified parameter is invalid.
500 InternalError Failed to call the service. Try again later or contact technical support. Failed to call the service. Try again later or contact technical support.
404 InvalidApp.NotFound The application does not exist. Check whether the application ID you specified is correct and try again. The application does not exist. Check whether the application ID you specified is correct and try again.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.