POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeCrossRegionBandwidthMonitorData
<Common Request Params>
Request:
{
"crossRegionBandwidthId": "<your cross id>",
"metricType": "BANDWIDTH",
"startTime": "2025-06-25T01:55:00Z",
"endTime": "2025-06-25T02:05:00Z"
}
Response:
{
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"response": {
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"inMaxValue": 100.5,
"inAvgValue": 100.5,
"inMinValue": 100.5,
"inTotalValue": 100.5,
"outMaxValue": 100.5,
"outAvgValue": 100.5,
"outMinValue": 100.5,
"outTotalValue": 100.5,
"dataList": [
{
"time": "2025-06-25T01:55:00Z",
"in": 100.5,
"out": 100.5
},
{
"time": "2025-06-25T02:00:00Z",
"in": 100.5,
"out": 100.5
},
{
"time": "2025-06-25T02:05:00Z",
"in": 100.5,
"out": 100.5
}
]
}
}