Queries the fields in real-time logs based on the log category.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| BusinessType | string | Yes | The log category. Valid values:
| dcdn_log_er |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247B78",
"FieldContent": {
"key": {
"SortOrder": 1,
"FieldList": [
{
"FieldName": "ClientIp",
"Description": "IP address of the client.",
"DescriptionCn": "",
"Category": "Client",
"DataType": "String",
"SortOrder": 1,
"IsDefault": true
}
]
}
}
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | The specified parameter is invalid. |
| 400 | InternalError | An internal exception occurred, please try again later. | An inner exception was triggered. Please try again later. |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-12-04 | The Error code has changed | View Change Details |
| 2024-09-27 | The Error code has changed | View Change Details |
