Queries all domain names that are associated with a specific real-time log delivery configuration record.
Operation description
Each account can call this operation up to 100 times per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:ListRealtimeLogDeliveryDomains |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Project |
string |
Yes |
The name of the Log Service project that is used for real-time log delivery. You can specify multiple project names and separate them with commas (,). |
ProjectName |
| Logstore |
string |
Yes |
The name of the Logstore that collects log data from Alibaba Cloud CDN in real time. You can specify multiple Logstore names and separate them with commas (,). |
LogstoreName |
| Region |
string |
Yes |
The ID of the region where the Log Service project is deployed. You can specify multiple region IDs and separate them with commas (,). For more information about regions, see Regions that support real-time log delivery. |
ch-shanghai |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
95D5B69F-8AEC-419B-8F3A-612B35032B0D |
| Content |
object |
||
| Domains |
array<object> |
The information about the accelerated domain names. |
|
|
object |
|||
| Status |
string |
The status. Valid values:
|
online |
| DomainName |
string |
The domain name. |
example.com |
Examples
Success response
JSON format
{
"RequestId": "95D5B69F-8AEC-419B-8F3A-612B35032B0D",
"Content": {
"Domains": [
{
"Status": "online",
"DomainName": "example.com "
}
]
}
}
Error response
JSON format
{
"Content":{
"Domains":[
{
"DomainName":"a.xxx.com",
"Status":"online"
},
{
"DomainName":"b.xxx.com",
"Status":"offline"
}
...
]
},
"RequestId":"95D5B69F-8AEC-419B-8F3A-612B35032B0D"
}
Error codes
|
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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.