跳到主要内容

查詢專屬IP

描述

查詢專屬IP列表

請求引數

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

返回引數

名稱型別說明
ListList由List組成的陣列格式,返回雲手機列表資訊

List

雲手機列表的資料型別

名稱型別說明
IdString專屬IP ID
NameString專屬名稱
AssignStatusString繫結狀態 IDLE 未分配;ASSIGNED 已分配
PayTypeString付費型別 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 https://api.yunpanel.com/v2/?Action=ListExclusiveIp&其他公共引數

返回示例

{
"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
}
]
}
}