All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnStagingIp

Last Updated:Oct 17, 2024

Queries valid virtual IP addresses (VIPs) in the staging environment.

Operation description

Note You can call this operation up to 30 times per second per account.

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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

1B9E0E83-24AC-49F4-9EE0-BF5EB03E8381
IPV4sarray
IPV4string

The data format that consists of IPv4 addresses.

192.168.xx.xx","192.168.xx.xx

Examples

Sample success responses

JSONformat

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

Error codes

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

Change history

Change timeSummary of changesOperation
No change history