Modifies the real-time log delivery configuration for a domain name.
Operation description
Call this operation to modify the real-time log delivery configuration for a domain name. A domain name can deliver logs to only one Logstore at a time. Currently, only streaming domains can be configured. To push real-time upstream logs (by configuring an ingest domain), submit a ticket.
Call DescribeLiveDomainRealtimeLogDelivery to query information about the Project, Logstore, and Region parameters.
QPS limits
You can call this operation up to 6,000 times per minute per user. If you exceed the queries per second (QPS) limit, API calls are throttled, which may affect your business. Plan your calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:ModifyLiveRealtimeLogDelivery |
update |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| Project |
string |
Yes |
The name of the Simple Log Service (SLS) project to which logs are delivered. |
project_example |
| Logstore |
string |
Yes |
The name of the Logstore in SLS to which logs are delivered. |
logstore_example |
| Region |
string |
Yes |
The region where the SLS project is located. |
cn-hangzhou |
| DomainName |
string |
Yes |
The primary streaming domain for which you want to change the real-time log delivery configuration. |
example.com |
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 | Domain.NotFound | Domain not found | |
| 404 | LogstoreNotExist | Logstore does not exist |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.