All Products
Search
Document Center

Edge Security Acceleration:GetEdgeContainerAppResourceCapacity

Last Updated:Jan 15, 2026

Queries the resource capacity of a containerized application at the edge.

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 ID of the application. To obtain the application ID, call the ListEdgeContainerApps operation.

app-88068867578379****

Response elements

Element

Type

Description

Example

object

The response schema.

RequestId

string

The ID of the request.

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

Regions

array<object>

The available regions.

object

Region

string

The Chinese mainland:

  • huadong: East China

  • huanan: South China

  • huazhong: Central China

  • huabei: North China

  • xibei: Northwest China

  • xinan: Southwest China

  • dongbei: Northeast China

Special administrative regions and regions outside the Chinese mainland:

  • tw: Taiwan (China)

  • mo: Macao (China)

  • hk: Hong Kong (China)

  • jp: Japan

  • us: US

  • th: Thailand

  • kr: South Korea

  • ru: Russia

  • sg: Singapore

  • fr: France

  • es: Spain

  • it: Italy

  • se: Sweden

  • ae: UAE

  • id: Indonesia

  • cl: Chile

  • ph: Philippines

  • my: Malaysia

  • vn: Vietnam

  • ar: Argentina

  • au: Australia

  • br: Brazil

  • co: Colombia

  • de: Germany

  • gb: UK

  • pe: Peru

  • sa: Saudi Arabia

  • nl: Netherlands

  • za: South Africa

huadong

Isp

string

The carrier. This parameter is returned only for regions in the Chinese mainland. Valid values:

  • cmcc: China Mobile

  • chinanet: China Telecom

  • unicom: China 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.