Mengambil alamat IP virtual (VIP) dari titik keberadaan (POPs) CDN berdasarkan nama domain.
Deskripsi operasi
Anda dapat memanggil operasi ini hingga 30 kali per detik per akun.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeUserVipsByDomain |
none |
*Domain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
Nama domain yang dipercepat. Anda hanya dapat menentukan satu nama domain. |
example.com |
| Available |
string |
No |
Menentukan apakah akan menanyakan alamat IP virtual hanya dari POP CDN yang sehat. Nilai yang valid:
Valid values:
|
on |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| DomainName |
string |
Nama domain. |
example.com |
| RequestId |
string |
ID permintaan. |
820E7900-5CA9-4AEF-B0DD-20ED5F64BE55 |
| Vips |
object |
||
| Vip |
array |
Daftar VIP. |
|
|
string |
VIP. |
122.72.xxx.xxx |
Contoh
Respons sukses
JSONformat
{
"DomainName": "example.com",
"RequestId": "820E7900-5CA9-4AEF-B0DD-20ED5F64BE55",
"Vips": {
"Vip": [
"122.72.xxx.xxx"
]
}
}
Respons error
JSONformat
{
"Vips": {
"Vip": [
"122.72.xxx.xxx",
"119.14.xxx.xxx",
"221.13.xxx.xxx",
"124.95.xxx.xxx",
"58.211.xxx.xxx"
]
},
"RequestId": "820E7900-5CA9-4AEF-B0DD-20ED5F64BE55",
"DomainName": "example.com"
}
Kode kesalahan
|
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. | Domain name does not support current operation |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.