Skip to main content

DescribeEniMonitorData

Description

the call DescribeEniMonitorData queries the traffic information used by a secondary network card within the specified time period.

Request Method

POST

Request Path

/apsara/route/Ecs/DescribeEniMonitorData

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
EndTimeBODYstringYes2018-05-21T12:22:00Zend time of data acquisition. According to the ISO8601 standard and using UTC +0 time, the format is yyyy-MM-ddTHH:mm:ssZ. If the specified second (ss) is not 00, it is automatically converted to the next minute.
EniIdBODYstringNoeni-m5e0ajic0vbwx7l3****ID of the secondary network card. by default, all the bound secondary network cards on the specified instance are queried.
InstanceIdBODYstringYesi-m5e88p52tbip9r2x****instance ID bound to the secondary network card.
regionIdBODYstringYesNo sample value for this parameter.region id
StartTimeBODYstringYes2018-05-21T12:19:00Zthe starting point of obtaining data. According to the ISO8601 standard and using UTC +0 time, the format is yyyy-MM-ddTHH:mm:ssZ. If the specified second (ss) is not 00, it is automatically converted to the next minute.
PeriodBODYintegerNo60the interval between obtaining monitoring data, in seconds. Value range: 60 600 3600 default value: 60
RegionIdBODYstringYescn-qingdao-env17-d01region ID. You can call the DescribeRegions to view the latest Alibaba Cloud region list.
versionBODYstringNo2016-01-01version of api

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
}

}