Skip to main content

DescribeDiskMonitorData

Description

the call DescribeDiskMonitorData queries the usage information of a cloud disk within the specified time.

Request Method

POST

Request Path

/apsara/route/Ecs/DescribeDiskMonitorData

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
EndTimeBODYstringYes2014-07-23T12:09:00Zthe end time of the data. According to the ISO8601 standard and using UTC +0 time, the format is yyyy-MM-ddTHH:mm:ssZ. If the second (ss) is not 00, it is automatically taken as the start of the next minute.
regionIdBODYstringYesNo sample value for this parameter.region id
StartTimeBODYstringYes2014-07-23T12:07:00Zthe start time of the data. According to the ISO8601 standard and using UTC +0 time, the format is yyyy-MM-ddTHH:mm:ssZ. If the second (ss) is not 00, it is automatically taken as the start of the next minute.
PeriodBODYintegerNo60The accuracy of the data, in seconds. Value range: 60 600 3600 default value: 60.
versionBODYstringNo2016-01-01version of api
DiskIdBODYstringYesd-bp1bq5g3dxxo1x4o****cloud disk ID.

Return data

NameTypeSample valueDescription
RequestIDstring1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DCRequest id

Example

Successful Response example

{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}