DescribeDiskMonitorData
最后更新于
POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeDiskMonitorData
<Common Request Params>
Request:
{
"diskId": "< eipId >",
"metricType": "DISK_UTIL",
"startTime": "2025-06-25T01:55:00Z",
"endTime": "2025-06-25T07:55:00Z"
}
Response:
{
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"response": {
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"maxValue": 1.2,
"minValue": 1.2,
"avgValue": 1.2,
"metrics": [
{
"time": "2023-07-11T08:05:00Z",
"value": 1.2
}
]
}
}