Queries all domain names that are associated with a specific real-time log delivery configuration.
Operation Description
Authorization information
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 Content Delivery Network (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 parameters
Example
Normal return example
JSON
Format
{
"RequestId": "95D5B69F-8AEC-419B-8F3A-612B35032B0D",
"Content": {
"Domains": [
{
"Status": "online",
"DomainName": "example.com "
}
]
}
}
Error codes
Http code | Error code | Error message |
---|---|---|
400 | Unauthorized | RealtimeLogDelivery Service Not Authorized |
404 | LogstoreNotExist | Logstore does not exist |
For a list of error codes, visit the API error center.