Queries the fields that are selected.
Operation description
Note
You can call this operation up to 100 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
BusinessType | string | No | The type of the collected logs. Default value: cdn_log_access_l1. Valid values:
| cdn_log_access_l1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "3EACD23C-F49F-4BF7-B9AD-C2CD3BA888C4",
"Content": {
"Fields": [
{
"Description": "The timestamp of the request\n",
"Selected": true,
"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. |
For a list of error codes, visit the Service error codes.