Queries the real-time log delivery configuration of an accelerated domain name.
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:DescribeDomainRealtimeLogDelivery |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Domain |
string |
Yes |
The accelerated domain name for which real-time log delivery is enabled. You can specify only one domain name. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Status |
string |
The status of real-time log delivery. Valid values:
|
online |
| Logstore |
string |
The name of the Logstore where log entries are stored. |
LogstoreName |
| Project |
string |
The name of the Log Service project that is used for real-time log delivery. |
ProjectName |
| RequestId |
string |
The ID of the request. |
2F8F3852-912F-42AC-80EB-F1CF4284DE93 |
| Region |
string |
The ID of the region where the Log Service project is deployed. |
cn-shanghai |
Examples
Success response
JSON format
{
"Status": "online",
"Logstore": "LogstoreName",
"Project": "ProjectName",
"RequestId": "2F8F3852-912F-42AC-80EB-F1CF4284DE93",
"Region": "cn-shanghai"
}
Error response
JSON format
{
"Project":"test",
"Logstore":"test",
"Region":"cn-shanghai",
"Status":"online",
"RequestId":"2F8F3852-912F-42AC-80EB-F1CF4284DE93"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Unauthorized | RealtimeLogDelivery Service is not authorized. | |
| 400 | InvalidParameter | The specified parameter is invalid. | |
| 500 | InternalServerError | internal server error | A service error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.