Retrieves the field list of real-time logs based on the log business type.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| BusinessType |
string |
Yes |
The business type. Valid values:
|
dcdn_log_er |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
15C66C7B-671A-4297-9187-2C4477247B78 |
| FieldContent |
object |
The list of response fields. |
|
|
object |
The response field. |
||
| SortOrder |
integer |
The sort order of the field. |
1 |
| FieldList |
array<object> |
The field list. |
|
|
object |
|||
| FieldName |
string |
The field name. |
ClientIp |
| Description |
string |
The description of the field in English. |
IP address of the client. |
| DescriptionCn |
string |
The description of the field in Chinese. |
IP |
| Category |
string |
The category of the field. |
Client |
| DataType |
string |
The data type of the field. |
String |
| SortOrder |
integer |
The sequence number of the field. |
1 |
| IsDefault |
boolean |
Indicates whether the field is available by default. |
true |
Examples
Success response
JSON format
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247B78",
"FieldContent": {
"key": {
"SortOrder": 1,
"FieldList": [
{
"FieldName": "ClientIp",
"Description": "IP address of the client.",
"DescriptionCn": "IP",
"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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.