You can call the DescribeDcdnRealTimeDeliveryField operation to query all fields for real-time logs.
Operation description
The call frequency is limited to 100 calls per second per user.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
dcdn:DescribeDcdnRealTimeDeliveryField | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
BusinessType | string | No | The business type. Valid values:
| cdn_log_access_l1 |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | 3EACD23C-F49F-4BF7-B9AD-C2CD3BA888C4 |
| Content | object | ||
| Fields | array<object> | The response parameters. | |
object | |||
Description | string | The description of the field. | Access time |
FieldName | string | The name of the field. For more information, see Fields in real-time logs. | unixtime |
Examples
Success response
JSON format
{
"RequestId": "3EACD23C-F49F-4BF7-B9AD-C2CD3BA888C4",
"Content": {
"Fields": [
{
"Description": "Access time",
"FieldName": "unixtime"
}
]
}
}Error codes
HTTP status code | Error code | Error message | Description |
400 | Unauthorized | RealtimeLogDelivery service is not authorized. | Real-time log delivery does not have the required permissions. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.