All Products
Search
Document Center

Edge Security Acceleration:DescribeEdgeContainerAppStats

Last Updated:Nov 07, 2025

Provides monitoring data for metrics of ESA edge containers.

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:DescribeEdgeContainerAppStatsget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
TenantstringNo

The tenant ID.

t-xxxx

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

CpuUsageSecondsQuotaRateAvgdouble

Average CPU limit ratio

0.1
CpuUsageSecondsTotalAvgdouble

Average number of CPU cores

2
FsReadsBytesAvgAvgdouble

Average read IO

0
FsWritesBytesAvgAvgdouble

Average write IO

0
MemoryRssAvgdouble

Average memory usage

0.1
MemoryRssQuotaRateAvgdouble

Average memory limit proportion

1
PodReadyRateAvgdouble

Average PodReady rate

100
RequestIdstring

Id of the request

35C66C7B-671H-4297-9187-2C4477247A78

Examples

Sample success responses

JSONformat

{
  "CpuUsageSecondsQuotaRateAvg": 0.1,
  "CpuUsageSecondsTotalAvg": 2,
  "FsReadsBytesAvgAvg": 0,
  "FsWritesBytesAvgAvg": 0,
  "MemoryRssAvg": 0.1,
  "MemoryRssQuotaRateAvg": 1,
  "PodReadyRateAvg": 100,
  "Points": [
    {
      "Time": "2024-01-18T15:04:05Z",
      "ContainerCpuUsageSecondsQuotaRate": 0.1,
      "ContainerCpuUsageSecondsTotal": 2,
      "ContainerFsReadsBytesAvg": 0,
      "ContainerFsWritesBytesAvg": 0,
      "ContainerMemoryRss": 0.1,
      "ContainerMemoryRssQuotaRate": 1,
      "PodReadyRate": 100
    }
  ],
  "RequestId": "35C66C7B-671H-4297-9187-2C4477247A78"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidEndTime.MalformedThe specified EndTime is invalid.Please provide the correct end time format. The date format follows ISO8601 notation and uses UTC time. The format is: yyyy-MM-ddTHH:mm:ssZ.
400InvalidStartTime.MalformedThe specified StartTime parameter is invalid.Please provide the correct start time format. The date format follows ISO8601 notation and uses UTC time in the format yyyy-MM-ddTHH:mm:ssZ.
400InvalidEndTime.MismatchThe specified EndTime is earlier than the StartTime.The end time you entered is earlier than the start time. Please check and try again.

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