All Products
Search
Document Center

Edge Security Acceleration:GetEdgeContainerAppResourceStatus

Last Updated:Nov 15, 2025

Obtains the distribution of edge container application resources.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
esa:GetEdgeContainerAppResourceStatusget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
AppIdstringYes

The application ID, which can be obtained by calling the ListEdgeContainerApps operation.

app-96253477062511****

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

15C66C7B-671A-4297-9187-2C4477247A74
Regionsarray<object>

Queries the regions of deployment.

Itemobject

Deployment regions.

Regionstring

Chinese mainland:

  • East China: huadong
  • South China: huanan
  • Central China: huazhong
  • North China: huabei
  • Northwest China: xibei
  • Southwest China: xinan
  • Northeast China: dongbei

Special Administrative Regions and Overseas:

  • Taiwan, China: tw
  • Macau, China: mo
  • Hong Kong, China: hk
  • Japan: jp
  • United States: us
  • Thailand: th
  • Korea: kr
  • Russia: ru
  • Singapore: sg
  • France: fr
  • Spain: es
  • Italy: it
  • Sweden: se
  • UAE: ae
  • Indonesia: id
  • Chile: cl
  • Philippines: ph
  • Malaysia: my
  • Vietnam: vn
  • Argentina: AR
  • Australia: au
  • Brazil: br
  • Colombia: co
  • Germany: de
  • UK: GB
  • Peru: pe
  • Saudi Arabia: sa
  • Netherlands: nl
  • South Africa: za
huadong
Ispstring

Supported ISPs are as follows. The parameter is left empty for regions outside the Chinese mainland. ISP:

  • China Mobile: cmcc
  • China Telecom: chinanet
  • China Unicom: unicom
unicom
Totalinteger

The number of replicas that are deployed.

1
Readyinteger

The number of ready replicas.

1
IsStagingboolean

Whether it is a test environment.

false
IsOfflineboolean

Whether smooth offline is being used.

false

Examples

Sample success responses

JSONformat

{
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
  "Regions": [
    {
      "Region": "huadong",
      "Isp": "unicom",
      "Total": 1,
      "Ready": 1,
      "IsStaging": false,
      "IsOffline": false
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterInvalid parameter. Check the parameter configuration.Invalid parameter. Check the parameter configuration.
400InternalErrorAn internal exception occurred, please try again later.An inner exception was triggered. Please try again later.
400InvalidParameter.AppidThe 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.
404InvalidApp.NotFoundThe 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.

For a list of error codes, visit the Service error codes.