Queries the fields that are selected.
Operation description
You can call this operation up to 100 times per second per account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnUserRealTimeDeliveryField |
get |
*All Resource
|
None | None |
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 elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
3EACD23C-F49F-4BF7-B9AD-C2CD3BA888C4 |
| Content |
object |
||
| Fields |
array<object> |
The data returned. |
|
|
object |
|||
| Description |
string |
The description of the field. |
访问时间 |
| Selected |
boolean |
Indicates whether the field was selected.
|
true |
| FieldName |
string |
The name of the field. |
unixtime |
Examples
Success response
JSON format
{
"RequestId": "3EACD23C-F49F-4BF7-B9AD-C2CD3BA888C4",
"Content": {
"Fields": [
{
"Description": "访问时间",
"Selected": true,
"FieldName": "unixtime"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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.