Queries all domain names that are associated with a specific real-time log delivery configuration record.
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 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
Examples
Sample success responses
JSON
format
{
"RequestId": "95D5B69F-8AEC-419B-8F3A-612B35032B0D",
"Content": {
"Domains": [
{
"Status": "online",
"DomainName": "example.com "
}
]
}
}
Error codes
HTTP status 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 Service error codes.