Queries information about all real-time log delivery services.
Operation description
Make sure that you configure the parameters as required when you call this operation.
QPS limits
The queries per second (QPS) limit for a single user is 6,000 calls per minute. If you exceed this limit, API calls are throttled. This can affect your business, so you should plan your calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:ListLiveRealtimeLogDeliveryInfos |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| LiveOpenapiReserve |
string |
No |
This parameter is reserved. |
无 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
95D5B69F-8AEC-419B-8F3A-612B35032B0D |
| Content |
object |
||
| RealtimeLogDeliveryInfos |
array<object> |
The information about the log delivery services. |
|
|
object |
|||
| Logstore |
string |
The name of the Logstore in Simple Log Service (SLS) for real-time log delivery. |
logstore_example |
| Project |
string |
The name of the project in SLS for real-time log delivery. |
project_example |
| Region |
string |
The region where the SLS project for real-time log delivery resides. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "95D5B69F-8AEC-419B-8F3A-612B35032B0D",
"Content": {
"RealtimeLogDeliveryInfos": [
{
"Logstore": "logstore_example",
"Project": "project_example",
"Region": "cn-hangzhou"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Unauthorized | RealtimeLogDelivery Service Not Authorized |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.