Description
describeVpcs is used to list the detailed information on more than one set of CVPC Internet Gateway.
Request Parameter
Parameter | Description | Note |
---|---|---|
vpcBusinessServiceId |
vpcBusinessService id list Type : String Default Value : No Whether it is plural : Yes |
Multiple values can be supported. |
internetBusinessServiceId |
internet BusinessService Id Type : String Default Value : No Whether it is plural : Yes |
Multiple values can be supported. |
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 |
internetGatewayList |
internetGateway list Type : JSON value : array Whether it is plural : Yes |
InternetGatewayEntry List |
Request Example
ex 1: https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeInternetGateways &chtAuthType=hwspass &internetBusinessServiceId=VW55020001IOS1 &version=${version} &expires=${expires} &accessKey=${accessKey} &signature=${signature} ex 2: https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeInternetGateways &vpcBusinessServiceId=VV55020001IOSE &chtAuthType=hwspass &version=${version} &expires=${expires} &accessKey=${accessKey} &signature=${signature}
Response Example
[ { "internetGatewayList": [ { "applyDate": "2016-11-17T04:43:00Z", "businessTag": "a2931aa4-8751-4f09-8df3-bcc0d18f8b75", "description": null, "endDate": null, "internetBusinessServiceId": "VW55020001IOS1", "internetIpRecordList": null, "name": "hws1117", "orderUuid": "8a09e8c5-fef6-4cb2-ab83-b5cb5515e975", "provisionMessage": "PROVISION_SUCCESS", "provisionStatus": "provisionok", "regionId": "region-tw-1", "startDate": "2016-11-17T04:44:00Z" } ], "requestId": "ff8080815886211d015889eb29b5014d" } ]