使用說明
describeInternetIps是用於列出一組以上CVPC 網際網路連線_IP管理服務的詳細資訊
Request參數
參數 | 說明 | 備註 |
---|---|---|
internetIpBusinessServiceId (非必要參數) |
網際網路連線IP服務識別碼 類型 : String 預設值 : 無 是否為複數型態 : 是 |
可支援多值 |
orderUuid (非必要參數) |
訂單編號列表 類型 : String 預設值 : 無 是否為複數型態 : 是 |
可支援多值 |
internetBusinessServiceId (非必要參數) |
網際網路連線服務識別碼 類型 : String 預設值 : 無 是否為複數型態 : 否 |
Response參數
參數 | 說明 | 備註 |
---|---|---|
requestId (非必要參數) |
請求識別碼 類型 : JSON value : string 是否為複數型態 : 否 |
系統自動產生 |
InternetList |
網際網路連線IP資訊列表 類型 : JSON value : array 是否為複數型態 : 是 |
InternetIpEntry列表 |
Request範例
範例 1: https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeInternetIps &chtAuthType=hwspass &internetBusinessServiceId=VW55020001IOS1 &version=${version} &expires=${expires} &accessKey=${accessKey} &signature=${signature} 範例 2: https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeInternetIps &internetIpBusinessServiceId=VI55020001IOS8 &chtAuthType=hwspass &version=${version} &expires=${expires} &accessKey=${accessKey} &signature=${signature}
Response範例
{ "internetIpsList": [ { "applyDate": "2016-11-17T04:48:25Z", "businessTag": "a2931aa4-8751-4f09-8df3-bcc0d18f8b75", "description": null, "endDate": null, "internetIpBusinessServiceId": "VI550200010001", "internetIpRecordList": [ { "ipAddress": "210.61.223.16", "usedType": "Available" }, { "ipAddress": "210.61.223.19", "usedType": "Available" }, { "ipAddress": "210.61.223.17", "usedType": "Available" }, { "ipAddress": "210.61.223.18", "usedType": "Available" } ], "name": "hwsiptest", "orderUuid": "edf7468a-7be5-4a3c-bdee-99c641fd679c", "provisionMessage": "PROVISION_SUCCESS", "provisionStatus": "provisionok", "regionId": null, "startDate": null } ], "requestId": "ff808081588c628001588fad32c00029"