DescribeEipMonitorData
目前该API接口已标记为弃用,推荐使用替代API:Vpc(2016-04-28) - DescribeEipMonitorData。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
vpc:DescribeEipMonitorData |
get |
*Address
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
否 |
||
| AllocationId |
string |
是 |
||
| StartTime |
string |
是 |
||
| EndTime |
string |
是 |
||
| Period |
integer |
否 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
||
| EipMonitorDatas |
object |
||
| EipMonitorData |
array<object> |
||
|
object |
|||
| EipTX |
integer |
||
| EipPackets |
integer |
||
| EipBandwidth |
integer |
||
| TimeStamp |
string |
||
| EipFlow |
integer |
||
| EipRX |
integer |
示例
正常返回示例
JSON格式
{
"RequestId": "",
"EipMonitorDatas": {
"EipMonitorData": [
{
"EipTX": 0,
"EipPackets": 0,
"EipBandwidth": 0,
"TimeStamp": "",
"EipFlow": 0,
"EipRX": 0
}
]
}
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidParameter.TooMany | monitor parameter too many data required. | |
| 400 | InvalidStartTime.Malformed | The specified parameter "StartTime" is not valid. | 指定的StartTime参数不符合规范。 |
| 400 | InvalidEndTime.Malformed | The specified parameter "EndTime" is not valid. | 传入的参数EndTime不符合规则。 |
| 400 | InvalidPeriod.ValueNotSupported | The specified parameter "Period" is not valid. | |
| 400 | InvalidStartTime.TooEarly | The specified parameter "StartTime" is too early. | |
| 400 | InvalidAllocationId.NotFound | Specified allocation id is not found. | |
| 400 | InvalidParameter | Specified value of "Period" is not valid | |
| 400 | OperationDenied.TooManyDataQueried | Specified operation is denied as too many data to return. | 查询条目太多,请缩短时间间隔。 |
| 400 | InvalidRegionInstance | The specified InstanceId does not exist in given region. | 该实例在指定的地域中不存在,请确认参数是否正确。 |
| 404 | InvalidIpInstanceId.NotFound | The specified Eip InstanceId does not exist in our records. | |
| 404 | InvalidInstanceId.NotFound | The InstanceId provided does not exist in our records. | |
| 404 | Forbidden.RegionNotFound | Specified region is not found during access authentication. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。