All Products
Search
Document Center

CDN:DescribeStagingIp

Last Updated:Aug 27, 2026

Queries the IPv4 addresses of CDN nodes in the staging environment.

Operation description

The maximum number of times that each user can call this operation per second is 30.

Debugging

OpenAPI Explorer automatically calculates request signatures. Use it to debug this operation and generate SDK code samples.

Debug

Authorization information

The following table shows the authorization information for this operation. Use the Action policy element to grant a RAM user or RAM role the permissions to call this operation.

  • Operation: the value to specify in the Action element for this operation.

  • Access level: the access level of the operation. Valid values: read, write, and list.

  • Resource type: the resource type on which you can grant permissions. Bold resource types are required. If the operation cannot be granted at the resource level, All Resources is shown.

  • Condition key: the condition key defined by the cloud service.

  • Associated operation: other operations that the RAM user or RAM role must have permissions to perform to complete this operation.

OperationAccess levelResource typeCondition keyAssociated operation
cdn:DescribeStagingIpget*All Resources*nonenone

Request parameters

No request parameters are required for this operation.

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstringThe request ID.1B9E0E83-24AC-49F4-9EE0-BF5EB03E8381
IPV4sarrayThe IPv4 addresses of CDN nodes in the staging environment.
IPV4stringThe IPv4 address.xx.xx.xx.xx

Examples

Sample success responses

JSON format

{
  "RequestId": "1B9E0E83-24AC-49F4-9EE0-BF5EB03E8381",
  "IPV4s": {
    "IPV4": [
      "xx.xx.xx.xx"
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-12-18API description updateView change details