Deletes a real-time log delivery configuration.
Operation description
-
Real-time log delivery can be configured only for streaming domains. To configure real-time log delivery for ingest domains, submit a ticket.
-
You can call DescribeLiveDomainRealtimeLogDelivery to query the Project, Logstore, and Region parameters.
QPS limit
The queries per second (QPS) limit for this operation is 6,000 calls per minute for each user. API calls that exceed this limit are throttled, which may affect your business. Call this operation at a reasonable rate.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DeleteLiveRealtimeLogDelivery |
delete |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| DomainName |
string |
Yes |
The streaming domain name. To specify multiple domain names, separate them with commas (,). |
example.com,example.aliyundoc.com |
| Project |
string |
Yes |
The name of the Simple Log Service (SLS) project to which logs are delivered in real time. |
project_example |
| Logstore |
string |
Yes |
The name of the SLS Logstore to which logs are delivered in real time. |
logstore_example |
| Region |
string |
Yes |
The region where the SLS project is located. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
9732E117-8A37-49FD-A36F-ABBB87556CA7 |
Examples
Success response
JSON format
{
"RequestId": "9732E117-8A37-49FD-A36F-ABBB87556CA7"
}
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.