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
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
Actionelement 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.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| cdn:DescribeStagingIp | get | *All Resources* | none | none |
Request parameters
No request parameters are required for this operation.
Response parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| object | |||
| RequestId | string | The request ID. | 1B9E0E83-24AC-49F4-9EE0-BF5EB03E8381 |
| IPV4s | array | The IPv4 addresses of CDN nodes in the staging environment. | |
| IPV4 | string | The 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 time | Summary of changes | Operation |
|---|---|---|
| 2024-12-18 | API description update | View change details |