All Products
Search
Document Center

Edge Security Acceleration:GetEdgeContainerAppResourceCapacity

Last Updated:Jun 25, 2026

Queries the resource capacity of an edge container application.

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 syntax

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

AppId

string

Yes

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

Important If ListEdgeContainerApps returns an empty list, call CreateEdgeContainerApp first to create an application and use the returned AppId.

app-88068867578379****

Response elements

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

50423A7F-A83D-1E24-B80E-86DD25790759

Regions

array<object>

The available regions.

object

Region

string

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

  • Macao (China): mo

  • Hong Kong (China): hk

  • Japan: jp

  • United States: us

  • Thailand: th

  • South Korea: kr

  • Russia: ru

  • Singapore: sg

  • France: fr

  • Spain: es

  • Italy: it

  • Sweden: se

  • United Arab Emirates: ae

  • Indonesia: id

  • Chile: cl

  • Philippines: ph

  • Malaysia: my

  • Vietnam: vn

  • Argentina: ar

  • Australia: au

  • Brazil: br

  • Colombia: co

  • Germany: de

  • United Kingdom: gb

  • Peru: pe

  • Saudi Arabia: sa

  • Netherlands: nl

  • South Africa: za

huadong

Isp

string

The Internet service provider (ISP). This field is returned only for Chinese mainland regions. Valid values:

  • China Mobile: cmcc

  • China Telecom: chinanet

  • China Unicom: unicom

unicom

Replicas

integer

The number of container replicas that can be deployed.

16

Examples

Success response

JSON format

{
  "RequestId": "50423A7F-A83D-1E24-B80E-86DD25790759\n",
  "Regions": [
    {
      "Region": "huadong",
      "Isp": "unicom",
      "Replicas": 16
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidParameter Invalid parameter. Check the parameter configuration. Invalid parameter. Check the parameter configuration.
400 InternalError An internal exception occurred, please try again later. An inner exception was triggered. Please try again later.
400 InvalidParameter.Appid The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID. The format of the input application ID is incorrect. You can use the ListEdgeContainerApps API to obtain the application ID.
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.