Mengkueri daftar IP dari nama domain.
Deskripsi operasi
Operasi ini hanya didukung di wilayah China (Shanghai).
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:DescribeVodUserVipsByDomain |
get |
*All Resource
|
None | None |
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
Nama domain yang dipercepat untuk ApsaraVideo VOD. Hanya satu nama domain yang dapat dikueri. |
example.com. |
| Available |
string |
No |
Apakah akan mengkueri VIP yang sehat. Nilai valid:
|
on |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema respons. |
||
| DomainName |
string |
Nama domain yang dipercepat untuk ApsaraVideo VOD. |
example.com. |
| RequestId |
string |
ID permintaan. |
6730AC93-7B12-4B*****7F-49EE1FE8BC49 |
| Vips |
object |
||
| Vip |
array |
Daftar alamat VIP. |
|
|
string |
Alamat VIP. |
163.181.xxx.xxx. |
Contoh
Respons sukses
JSONformat
{
"DomainName": "example.com",
"RequestId": "6730AC93-7B12-4B*****7F-49EE1FE8BC49",
"Vips": {
"Vip": [
"163.181.xxx.xxx"
]
}
}
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. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.