国产乱子伦精品视频潮,日本丰满少妇bbb,妇乱子伦毛片视频,久久AV无码乱码A片无码天美,人妻丁字裤流出白浆

跳到主要內容

查詢專屬IP

描述?

查詢專屬IP列表

請求參數?

參數名參數類型是否必填參數說明
ActionString操作方法:ListExclusiveIp,此參數為公共參數,不必放body里面
IpAddressString專屬IP地址
CreateTimeBeginInteger創建開始時間戳
CreateTimeEndString創建結束時間戳
DueTimeBeginString到期開始時間戳
DueTimeEndString到期開始時間戳
IdsArray專屬IP ID集合
PageNoInteger頁碼,默認第1頁
PageSizeInteger每頁數量,默認10條
ProductStatusString產品狀態 產品狀態 NORMAL:正常;OVERTIMER:過期;ARREARAGE:欠費
PayTypeString付費類型 ONDEMAND:按量付費;PREPAID:包年包月

返回參數?

名稱類型說明
ListList由List組成的數組格式,返回云手機列表信息

List?

云手機列表(biao)的數據類型

名稱類型說明
IdString專屬IP ID
NameString專屬名稱
AssignStatusString綁定狀態 IDLE 未分配;ASSIGNED 已分配
PayTypeString付費類型 ONDEMAND:按量付費;PREPAID:包年包月
ProductModelIdString產品型號ID
ProductStatusString產品狀態 NORMAL:正常;OVERTIMER:過期;ARREARAGE:欠費
BandwidthSizeInteger帶寬大小
DeviceIdString綁定云手機ID
DeviceNameString云手機名稱
EipAddressStringIP地址
DueTimeLong到期時間戳
CloseTimeLong關閉時間戳
CreateTimeLong創建時間戳
UpdateTimeLong更新時間戳
StatusString狀態正常 NORMAL 異常 ERROR 綁定中ASSOCIATING 解綁中 DISSOCIATING 創建中 CREATING
RegionString機房標識
GroupIdString分組ID

請求示例?

post //api.cn-henji.com/v2/?Action=ListExclusiveIp&其他公(gong)共參數

返回示例?

{
"code": 10000,
"message": "",
"data": {
"List": [
{
"AssignStatus": "IDLE",
 "BandwidthSize": 10,
"CreateTime": 1669079936000,
  "DueTime":1669079936000,
 "CloseTime":1669079936000
 "EipAddress": "103.36.xx.xx",
  "Id": "cpeip-xxxxxxx",
"PayType": "PREPAID",
"ProductModelId": 407004,
 "ProductStatus": "NORMAL",
"Region": "cn-jsha-cloudphone",
"Status";: "NORMAL",
"UpdateTime": 1669970564000
},
{
"AssignStatus": "IDLE",
"BandwidthSize": 10,
  "CreateTime": 1669079203000,
 "EipAddress": "103.36.xx.xx",
"Id": "cpeip-y1158xxxxx",
 "PayType": "ONDEMAND",
"ProductModelId": 407004,
 ";ProductStatus": "NORMAL",
 "Region": "cn-jsha-cloudphone",
";Status": "NORMAL",
"UpdateTime": 1669079204000
}
]
}
}