All Products
Search
Document Center

Edge Security Acceleration:ListEdgeContainerAppRecords

Last Updated:Nov 07, 2025

Lists domain names that are associated with a containerized application.

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

Request parameters

ParameterTypeRequiredDescriptionExample
AppIdstringYes

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

app-88068867578379****
PageNumberintegerNo

The page number. Valid values: 1 to 100000. Default value: 1.

1
PageSizeintegerNo

The number of entries per page. Default value: 20. Valid values: 1 to 500.

10
OrderKeystringNo

The sorting field. Valid values:

  • CreateTime: the time when the domain name was associated.
  • CreateTime: the time when the domain name was last modified.
CreateTime
OrderTypestringNo

The order in which you want to sort the query results. Valid values:

  • ASC: in ascending order.
  • DESC: in descending order.
DESC
SearchKeystringNo

The keyword that is used for the search.

ver-1006157458290860032

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
PageNumberinteger

The page number.

1
PageSizeinteger

The number of entries per page.

10
TotalCountinteger

The number of domain names that are associated with the specified application.

2
Recordsarray<object>

The details about the associated domain names.

Recordobject
AppIdstring

The application ID.

app-88068867578379****
Cnamestring

The CNAME of the associated domain name.

kdxceo****.yun****.com
ConfigIdlong

The configuration ID of the associated domain name.

27522948436****
CreateTimestring

The time when the domain name was added. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.

2023-12-24T02:01:11Z
RecordIdlong

The record ID of the associated domain name.

266****
RecordNamestring

The associated domain name.

a.example.com
UpdateTimestring

The time when the scheduling domain ID or CNAME was last modified. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.

2021-12-22T08:32:02Z
SchemdIdinteger

The scheduling domain ID of the associated domain name.

123456
SiteIdlong

The website ID.

5407498413****

Examples

Sample success responses

JSONformat

{
  "RequestId": "CB1A380B-09F0-41BB-A198-72F8FD6DA2FE",
  "PageNumber": 1,
  "PageSize": 10,
  "TotalCount": 2,
  "Records": [
    {
      "AppId": "app-88068867578379****",
      "Cname": "kdxceo****.yun****.com",
      "ConfigId": 0,
      "CreateTime": "2023-12-24T02:01:11Z",
      "RecordId": 0,
      "RecordName": "a.example.com",
      "UpdateTime": "2021-12-22T08:32:02Z",
      "SchemdId": 123456,
      "SiteId": 0
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterThe specified parameter is invalid.The specified parameter is invalid.
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.
500InternalErrorFailed to call the service. Try again later or contact technical support.Failed to call the service. Try again later or contact technical support.

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

Change history

Change timeSummary of changesOperation
2024-09-18The Error code has changedView Change Details