Anda dapat memanggil operasi DescribeDcdnSubList untuk mengkueri task laporan yang dikustomisasi.
Deskripsi operasi
Secara default, operasi ini mengembalikan semua laporan yang dikustomisasi, tetapi hanya satu task laporan yang dikustomisasi yang disertakan dalam setiap respons.
Frekuensi pemanggilan untuk satu pengguna dibatasi hingga 3 kali per detik.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnSubList |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Content |
string |
Task laporan yang dikustomisasi. |
"data": [{"subId": 336,"reportId": [6,8],"createTime": "2021-07-05T06:18:46Z","domains": ["example.com"],"effectiveFrom": "2021-07-05T06:18:46Z","effectiveEnd": "2021-10-05T06:18:46Z","status": "enable"}] |
| RequestId |
string |
ID permintaan. |
3250A51D-C11D-46BA-B6B3-95348EEDE652 |
Data Content
Parameter | Type | Description |
subId | Long | ID dari task subscription. |
reportId | Long[] | Daftar ID laporan. |
createTime | String | Waktu saat laporan dibuat. |
domains | String[] | Daftar nama domain untuk laporan yang dikustomisasi. |
effectiveFrom | String | Waktu mulai task yang dikustomisasi. |
effectiveEnd | String | Waktu akhir task yang dikustomisasi. |
status | String | Status task yang dikustomisasi. Nilai yang valid: |
Contoh
Respons sukses
JSONformat
{
"Content": "\"data\": [{\"subId\": 336,\"reportId\": [6,8],\"createTime\": \"2021-07-05T06:18:46Z\",\"domains\": [\"example.com\"],\"effectiveFrom\": \"2021-07-05T06:18:46Z\",\"effectiveEnd\": \"2021-10-05T06:18:46Z\",\"status\": \"enable\"}]",
"RequestId": "3250A51D-C11D-46BA-B6B3-95348EEDE652"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is invalid. | A parameter is set to an invalid value. |
| 400 | TimeParseFailed | Failed to parse the time parameter. | Failed to parse the time parameter. |
| 400 | SubscriptionAlreadyExists | The subscription already exists. | The subscription already exists. |
| 400 | SubscriptionNotFound | The subscription is not found. | The subscription is not found. |
| 400 | NameAlreadyExists | The name already exists. | The name already exists. |
| 400 | DeliverExceedLimit | The maximum number of subscribed tasks is exceeded. | The number of tracking tasks has reached the upper limit. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.