Updates real-time log delivery for a specific domain name. Each domain name supports only one Logstore.
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:ModifyRealtimeLogDelivery |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Project |
string |
Yes |
The name of the Log Service project that is used for real-time log delivery. |
testProject |
| Logstore |
string |
Yes |
The name of the Logstore where log entries are stored. |
TestLog |
| Region |
string |
Yes |
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 |
| Domain |
string |
Yes |
The accelerated domain name for which you want to update real-time log delivery. Only one domain name is supported. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
9732E117-8A37-49FD-A36F-ABBB87556CA7 |
Examples
Success response
JSON format
{
"RequestId": "9732E117-8A37-49FD-A36F-ABBB87556CA7"
}
Error response
JSON format
{
"RequestId": "9732E117-8A37-49FD-A36F-ABBB87556CA7",
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | |
| 400 | InternalException | Internal occasional exception, please try again later. | Internal occasional exception, please try again later. |
| 400 | InvalidDomain.NotFound | The domain provided does not exist in our records. | The specified domain name does not exist or does not belong to the current account. Check whether the domain name is valid, belongs to the current account, or has expired. |
| 500 | InternalServerError | internal server error | A service error occurred. |
| 404 | LogstoreNotExist | Logstore does not exist. | The specified Logstore does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.