Panggil DescribeDcdnDomainTopUrlVisit untuk mengambil daftar URL teratas dari sebuah nama domain yang dipercepat pada hari tertentu.
Deskripsi operasi
Anda dapat mengkueri data yang dihasilkan dalam 7 hari terakhir.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnDomainTopUrlVisit |
get |
*domain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
Nama domain yang dipercepat. Anda hanya dapat menentukan satu nama domain. |
example.com |
| StartTime |
string |
No |
Awal rentang waktu untuk dikueri. Tentukan waktu dalam standar ISO 8601 dengan format YYYY-MM-DDThh:mm:ssZ. Waktu harus dalam UTC. Untuk mengkueri data pada hari tertentu, atur parameter ini ke YYYY-MM-DDT16:00:00Z. Catatan
Jika Anda tidak mengatur parameter ini, data dari 24 jam terakhir akan dikueri. |
2018-10-03T16:00:00Z |
| SortBy |
string |
No |
Metode pengurutan. Nilai yang valid:
Nilai default: pv. |
pv |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| StartTime |
string |
Tanggal kueri. |
2018-10-03T16:00:00Z |
| RequestId |
string |
ID permintaan. |
64D28B53-5902-409B-94F6-FD46680144FE |
| DomainName |
string |
Nama domain yang dipercepat. |
example.com |
| AllUrlList |
object |
||
| UrlList |
array<object> |
Daftar semua URL populer. |
|
|
object |
|||
| Flow |
string |
Traffic. Satuan: byte. |
460486880 |
| UrlDetail |
string |
URL lengkap. |
http://example.com/nn_live/nn_x64/a0.m3u8 |
| FlowProportion |
number |
Proporsi traffic. |
0.35 |
| VisitData |
string |
Jumlah kunjungan. |
161673 |
| VisitProportion |
number |
Proporsi kunjungan. |
0.35 |
| Url200List |
object |
||
| UrlList |
array<object> |
Daftar URL yang mengembalikan kode status 2xx. |
|
|
object |
|||
| Flow |
string |
Traffic. Satuan: byte. |
460486880 |
| UrlDetail |
string |
URL lengkap. |
http://example.com/nn_live/nn_x64/a0.m3u8 |
| FlowProportion |
number |
Proporsi traffic. |
0.35 |
| VisitData |
string |
Jumlah kunjungan. |
161673 |
| VisitProportion |
number |
Proporsi kunjungan. |
0.35 |
| Url300List |
object |
||
| UrlList |
array<object> |
Daftar URL yang mengembalikan kode status 3xx. |
|
|
object |
|||
| Flow |
string |
Traffic. Satuan: byte. |
460486880 |
| UrlDetail |
string |
URL lengkap. |
http://example.com/nn_live/nn_x64/a0.m3u8 |
| FlowProportion |
number |
Proporsi traffic. |
0.35 |
| VisitData |
string |
Jumlah kunjungan. |
161673 |
| VisitProportion |
number |
Proporsi kunjungan. |
0.35 |
| Url400List |
object |
||
| UrlList |
array<object> |
Daftar URL yang mengembalikan kode status 4xx. |
|
|
object |
|||
| Flow |
string |
Traffic. Satuan: byte. |
460486880 |
| UrlDetail |
string |
URL lengkap. |
http://example.com/nn_live/nn_x64/a0.m3u8 |
| FlowProportion |
number |
Proporsi traffic. |
0.35 |
| VisitData |
string |
Jumlah kunjungan. |
161673 |
| VisitProportion |
number |
Proporsi kunjungan. |
0.35 |
| Url500List |
object |
||
| UrlList |
array<object> |
Daftar URL yang mengembalikan kode status 5xx. |
|
|
object |
|||
| Flow |
string |
Traffic. Satuan: byte. |
460486880 |
| UrlDetail |
string |
URL lengkap. |
http://example.com/nn_live/nn_x64/a0.m3u8 |
| FlowProportion |
number |
Proporsi traffic. |
0.35 |
| VisitData |
string |
Jumlah kunjungan. |
161673 |
| VisitProportion |
number |
Proporsi kunjungan. |
0.35 |
Contoh
Respons sukses
JSONformat
{
"StartTime": "2018-10-03T16:00:00Z",
"RequestId": "64D28B53-5902-409B-94F6-FD46680144FE",
"DomainName": "example.com",
"AllUrlList": {
"UrlList": [
{
"Flow": "460486880",
"UrlDetail": "http://example.com/nn_live/nn_x64/a0.m3u8",
"FlowProportion": 0.35,
"VisitData": "161673",
"VisitProportion": 0.35
}
]
},
"Url200List": {
"UrlList": [
{
"Flow": "460486880",
"UrlDetail": "http://example.com/nn_live/nn_x64/a0.m3u8",
"FlowProportion": 0.35,
"VisitData": "161673",
"VisitProportion": 0.35
}
]
},
"Url300List": {
"UrlList": [
{
"Flow": "460486880",
"UrlDetail": "http://example.com/nn_live/nn_x64/a0.m3u8",
"FlowProportion": 0.35,
"VisitData": "161673",
"VisitProportion": 0.35
}
]
},
"Url400List": {
"UrlList": [
{
"Flow": "460486880",
"UrlDetail": "http://example.com/nn_live/nn_x64/a0.m3u8",
"FlowProportion": 0.35,
"VisitData": "161673",
"VisitProportion": 0.35
}
]
},
"Url500List": {
"UrlList": [
{
"Flow": "460486880",
"UrlDetail": "http://example.com/nn_live/nn_x64/a0.m3u8",
"FlowProportion": 0.35,
"VisitData": "161673",
"VisitProportion": 0.35
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidStartTime.Malformed | The specified StartTime parameter is invalid. | The format of the specified start time is invalid. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. |
| 400 | InvalidEndTime.Malformed | The specified EndTime is invalid. | The format of the specified end time is invalid. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. |
| 400 | InvalidStartTime.ValueNotSupported | The specified StartTime is invalid. | The specified start time is invalid. |
| 400 | MissingTimeParameter | The StartTime and EndTime must be both specified. | You must set both the start time and the end time. |
| 400 | InvalidDomainName.Malformed | The specified DomainName is invalid. | The specified domain name is invalid. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.