DescribeNewProjectEipMonitorData。
目前該API介面已標記為棄用,推薦使用替代API:Vpc(2016-04-28) - DescribeEipMonitorData。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
vpc:DescribeNewProjectEipMonitorData |
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 | InvalidStartTime.Malformed | The specified parameter "StartTime" is not valid. | |
| 400 | InvalidEndTime.Malformed | The specified parameter "EndTime" is not valid. | |
| 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. | |
| 404 | InvalidInstanceId.NotFound | The InstanceId provided does not exist in our records. | |
| 404 | InvalidAllocationId.NotFound | Specified allocation ID is not found |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。