Mengambil daftar field yang dipilih.
Deskripsi operasi
Anda dapat memanggil operasi ini hingga 100 kali per detik per akun.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnUserRealTimeDeliveryField |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| BusinessType |
string |
No |
Jenis log yang dikumpulkan. Nilai default: cdn_log_access_l1. Nilai yang valid:
|
cdn_log_access_l1 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
3EACD23C-F49F-4BF7-B9AD-C2CD3BA888C4 |
| Content |
object |
||
| Fields |
array<object> |
Data yang dikembalikan. |
|
|
object |
|||
| Description |
string |
Deskripsi field. |
访问时间 |
| Selected |
boolean |
Menunjukkan apakah field tersebut dipilih.
|
true |
| FieldName |
string |
Nama field. |
unixtime |
Contoh
Respons sukses
JSONformat
{
"RequestId": "3EACD23C-F49F-4BF7-B9AD-C2CD3BA888C4",
"Content": {
"Fields": [
{
"Description": "访问时间",
"Selected": true,
"FieldName": "unixtime"
}
]
}
}
Kode kesalahan
|
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. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.