Call ListLiveRealtimeLogDeliveryDomains to query all streaming domains that are configured for the real-time log delivery service.
Operation description
-
This operation queries all streaming domains that are configured for the real-time log delivery service. The response indicates whether the service is online or offline for each domain.
-
You can call DescribeLiveDomainRealtimeLogDelivery to query parameters such as Project, Logstore, and Region.
QPS limit
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. Throttling may affect your business. We recommend that you call this operation within the specified limit.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:ListLiveRealtimeLogDeliveryDomains |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| Project |
string |
Yes |
The name of the SLS project for real-time log delivery. |
project_example |
| Logstore |
string |
Yes |
The name of the SLS Logstore for real-time log delivery. |
logstore_example |
| Region |
string |
Yes |
The region of the SLS project for real-time log delivery. |
cn-hangzhou |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
95D5B69F-8AEC-419B-8F3A-612B35032B0D |
| Content |
object |
||
| Domains |
array<object> |
The details of the domain names. |
|
|
object |
|||
| Status |
string |
The status of the log delivery service. Valid values:
|
online |
| DomainName |
string |
The streaming domain. |
example.com |
Examples
Success response
JSON format
{
"RequestId": "95D5B69F-8AEC-419B-8F3A-612B35032B0D",
"Content": {
"Domains": [
{
"Status": "online",
"DomainName": "example.com"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Unauthorized | RealtimeLogDelivery Service Not Authorized | |
| 404 | LogstoreNotExist | Logstore does not exist |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.