Queries real-time log delivery configurations in a specified region.
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:ListRealtimeLogDeliveryInfos |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
95D5B69F-8AEC-419B-8F3A-612B35032B0D |
| Content |
object |
||
| RealtimeLogDeliveryInfos |
array<object> |
The information about real-time log delivery. |
|
|
object |
|||
| Logstore |
string |
The name of the Logstore that collects log data from Alibaba Cloud CDN in real time. |
LogstoreName |
| Project |
string |
The name of the Log Service project that is used for real-time log delivery. |
ProjectName |
| Region |
string |
The ID of the region where the Log Service project is deployed. For more information, see Regions that support real-time log delivery. |
ch-shanghai |
Examples
Success response
JSON format
{
"RequestId": "95D5B69F-8AEC-419B-8F3A-612B35032B0D",
"Content": {
"RealtimeLogDeliveryInfos": [
{
"Logstore": "LogstoreName",
"Project": "ProjectName",
"Region": "ch-shanghai"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Unauthorized | RealtimeLogDelivery Service is not authorized. | |
| 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.