Queries all domain names that are associated with a specific real-time log delivery configuration.
The maximum number of times that each user can call this operation per second is 100.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ListRealtimeLogDeliveryDomains |
The operation that you want to perform. Set the value to ListRealtimeLogDeliveryDomains. |
Logstore | String | Yes | LogstoreName |
The name of the Logstore that collects log data from Alibaba Cloud Content Delivery Network (CDN) in real time. You can specify multiple Logstore names and separate them with commas (,). |
Project | String | Yes | ProjectName |
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 (,). |
Region | String | Yes | ch-shanghai |
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. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Content | Array of Domains |
The information about the accelerated domain names. |
|
Domains | |||
DomainName | String | example.com |
The accelerated domain name. |
Status | String | online |
The status of the real-time log delivery feature. Valid values:
|
RequestId | String | 95D5B69F-8AEC-419B-8F3A-612B35032B0D |
The ID of the request. |
Examples
Sample requests
https://cdn.aliyuncs.com/?Action=ListRealtimeLogDeliveryDomains
&Project=testProject
&Logstore=testLogstore
&Region=ch-shanghai
Sample success responses
XML
format
<ListRealtimeLogDeliveryDomainsResponse>
<Content>
<Domains>
<DomainName>a.xxx.com</DomainName>
<Status>online</Status>
</Domains>
<Domains>
<DomainName>b.xxx.com</DomainName>
<Status>offline</Status>
</Domains>
</Content>
<RequestId>95D5B69F-8AEC-419B-8F3A-612B35032B0D</RequestId>
</ListRealtimeLogDeliveryDomainsResponse>
JSON
format
{
"Content":{
"Domains":[
{
"DomainName":"a.xxx.com",
"Status":"online"
},
{
"DomainName":"b.xxx.com",
"Status":"offline"
}
]
},
"RequestId":"95D5B69F-8AEC-419B-8F3A-612B35032B0D"
}
Error codes
For a list of error codes, visit the API Error Center.