Call DescribeDcdnUserVipsByDomain to query the IP addresses for a domain name.
Operation description
Each user can call this operation up to 30 times per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnUserVipsByDomain |
none |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The domain name. Only one domain name is supported. 枚举值:
|
example.com |
| Available |
string |
No |
Specifies whether to query only healthy virtual IP addresses (VIPs). Valid values:
|
on |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| DomainName |
string |
The domain name. |
example.com |
| RequestId |
string |
The request ID. |
820E7900-5CA9-4AEF-B0DD-20ED5F64BE55 |
| Vips |
object |
||
| Vip |
array |
The list of VIPs. |
|
|
string |
The virtual IP addresses (VIPs). |
122.72.xxx.xxx |
Examples
Success response
JSON format
{
"DomainName": "example.com",
"RequestId": "820E7900-5CA9-4AEF-B0DD-20ED5F64BE55",
"Vips": {
"Vip": [
"122.72.xxx.xxx"
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.