Mengambil semua nama domain yang terkait dengan konfigurasi pengiriman log waktu nyata tertentu.
Deskripsi operasi
Anda dapat memanggil operasi ini hingga 100 kali per detik per akun.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:ListRealtimeLogDeliveryDomains |
update |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Project |
string |
Yes |
Nama proyek Log Service yang digunakan untuk pengiriman log waktu nyata. Anda dapat menentukan beberapa nama proyek dan memisahkannya dengan koma (,). |
ProjectName |
| Logstore |
string |
Yes |
Nama Logstore yang mengumpulkan data log dari Alibaba Cloud CDN secara waktu nyata. Anda dapat menentukan beberapa nama Logstore dan memisahkannya dengan koma (,). |
LogstoreName |
| Region |
string |
Yes |
ID wilayah tempat proyek Log Service ditempatkan. Anda dapat menentukan beberapa ID wilayah dan memisahkannya dengan koma (,). Untuk informasi selengkapnya tentang wilayah, lihat Wilayah yang mendukung pengiriman log waktu nyata. |
ch-shanghai |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
95D5B69F-8AEC-419B-8F3A-612B35032B0D |
| Content |
object |
||
| Domains |
array<object> |
Informasi mengenai nama domain yang dipercepat. |
|
|
object |
|||
| Status |
string |
Status. Nilai yang valid:
|
online |
| DomainName |
string |
Nama domain. |
example.com |
Contoh
Respons sukses
JSONformat
{
"RequestId": "95D5B69F-8AEC-419B-8F3A-612B35032B0D",
"Content": {
"Domains": [
{
"Status": "online",
"DomainName": "example.com "
}
]
}
}
Respons error
JSONformat
{
"Content":{
"Domains":[
{
"DomainName":"a.xxx.com",
"Status":"online"
},
{
"DomainName":"b.xxx.com",
"Status":"offline"
}
...
]
},
"RequestId":"95D5B69F-8AEC-419B-8F3A-612B35032B0D"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Unauthorized | RealtimeLogDelivery Service is not authorized. | |
| 400 | InvalidParameter | The specified parameter is invalid. | |
| 400 | InvalidDomain.NotFound | The domain provided does not exist in our records. | The specified domain name does not exist or does not belong to the current account. Check whether the domain name is valid, belongs to the current account, or has expired. |
| 500 | InternalServerError | internal server error | A service error occurred. |
| 404 | LogstoreNotExist | Logstore does not exist. | The specified Logstore does not exist. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.