DescribeTraffic
最后更新于
最后更新于
POST / HTTP/1.1
Host: console.zenlayer.com/api/v2/cdn
Content-Type: application/json
X-TC-Action: DescribeTraffic
<Common Request Params>
Request:
{
"startTime": "2024-08-22T00:00:00Z",
"endTime": "2024-08-22T00:10:00Z"
}
Response:
{
"requestId": "T2E02C6AE-688F-XXXX-8A2C-C9418D1719AF",
"response": {
"requestId": "T2E02C6AE-688F-XXXX-8A2C-C9418D1719AF",
"dataSet": [
{
"domain": "www.xxx.com",
"region": "ALL",
"data": [
{
"time": "2024-08-22T00:00:00Z",
"value": 156509.32
},
{
"time": "2024-08-22T00:05:00Z",
"value": 179711.30
}
]
}
]
}
}