Queries virtual IP addresses of the POPs by domain name.
Operation description
Note
You can call this operation up to 30 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | Yes | The accelerated domain name. You can specify only one domain name. Enumeration values: example.com | example.com |
Available | string | No | Specifies whether to query the virtual IP addresses of only healthy POPs. Valid value:
| on |
Response parameters
Examples
Sample success responses
JSON
format
{
"DomainName": "example.com",
"RequestId": "820E7900-5CA9-4AEF-B0DD-20ED5F64BE55\n",
"Vips": {
"Vip": [
"122.72.xxx.xxx"
]
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | MissingParameter | The specified value of parameter "DomainName" can not be empty. |
400 | InvalidDomain.NotFound | The domain provided is offline or not exist. |
400 | IllegalOperation | Illegal domain operate is not permitted. |
For a list of error codes, visit the Service error codes.