Mengkueri data bandwidth berdasarkan penyedia layanan Internet (ISP) dan Wilayah.
Deskripsi operasi
The data is collected every 5 minutes. You can call this API operation up to 20 times per second per account. Time granularity
The time granularity supported by Interval, the maximum time period within which historical data is available, and the data delay vary based on the time range to query, as described in the following table.
| Time granularity | Maximum time range per query | Historical data available | Data delay |
| 5 minutes | 1 hour | 93 days | 15 minutes |
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:DescribeVodRangeDataByLocateAndIspService |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
Nama domain yang dipercepat. |
example.com |
| StartTime |
string |
Yes |
Awal rentang pengatur waktu yang akan dikueri. Tentukan pengatur waktu dalam standar ISO 8601 dengan format yyyy-MM-ddTHH:mm:ssZ. Pengatur waktu harus dalam UTC. |
2023-05-29T03:50:00Z |
| EndTime |
string |
Yes |
Akhir rentang pengatur waktu yang akan dikueri. Tentukan pengatur waktu dalam standar ISO 8601 dengan format yyyy-MM-ddTHH:mm:ssZ. Pengatur waktu harus dalam UTC. |
2023-05-29T03:55:00Z |
| LocationNameEn |
string |
No |
Nama Wilayah. Jika Anda mengosongkan parameter ini, data di semua Wilayah akan dikueri. |
beijing |
| IspNameEn |
string |
No |
Nama ISP. Jika Anda mengosongkan parameter ini, semua ISP akan dikueri. |
unicom |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| JsonResult |
string |
The returned result. The value is in the JSON format. These parameters indicate the following information in sequence: UNIX time, region, ISP, distribution of HTTP status codes, response time, bandwidth (bit/s), average response rate, page views, cache hit ratio, and request hit ratio. |
{"1472659200":{"tianjin":{"unicom":{"http_codes":{"000":0,"200":6,"400":0},"rt":4183,"bandwidth":46639,"avg_speed":7773,"pv":6,"hit_rate":0.93,"request_hit_rate":0.66}}}} |
| RequestId |
string |
The ID of the request. |
C74802AA-C277-5A80-BDF2-072B05F119C7 |
Contoh
Respons sukses
JSONformat
{
"JsonResult": "{\"1472659200\":{\"tianjin\":{\"unicom\":{\"http_codes\":{\"000\":0,\"200\":6,\"400\":0},\"rt\":4183,\"bandwidth\":46639,\"avg_speed\":7773,\"pv\":6,\"hit_rate\":0.93,\"request_hit_rate\":0.66}}}}",
"RequestId": "C74802AA-C277-5A80-BDF2-072B05F119C7"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidStartTime.Malformed | The specified value of parameter StartTime is malformed. | |
| 400 | InvalidEndTime.Malformed | The specified value of parameter EndTime is malformed. | |
| 400 | InvalidStartTime.ValueNotSupported | The specified value of parameter StartTime is not supported. | |
| 400 | InvalidTime.ValueNotSupported | StartTime or EndTime is miss match. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.