Description
describeInternetIps is used to list the detailed information on more than one set of CVPC InternetIps
Request Parameter
| Parameter | Description | Note |
|---|---|---|
internetIpBusinessServiceId (Not a necessary parameter) |
internet Ip BusinessService Id Type : String Default Value : No Whether it is plural : Yes |
Multiple values can be supported. |
orderUuid (Not a necessary parameter) |
List of Order Number Type : String Default Value : No Whether it is plural : Yes |
Multiple values can be supported. |
internetBusinessServiceId (Not a necessary parameter) |
vpc BusinessService id Type : String Default Value : No Whether it is plural : No |
Response Parameter
| Parameter | Description | Note |
|---|---|---|
requestId (Not a necessary parameter) |
Request ID Type : JSON value : string Whether it is plural : No |
Automatically produced by the system |
| InternetList |
CVPC list Type : JSON value : array Whether it is plural : Yes |
InternetIpEntry List |
Request Example
ex 1:
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeInternetIps
&chtAuthType=hwspass
&internetBusinessServiceId=VW55020001IOS1
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}
ex 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 Example
{
"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"