使用說明
describeInternetGateways是用於列出一組以上CVPC 網際網路連線的詳細資訊,Request參數vpcBusinessServiceId、orderUuid及internetBussinessServiceId擇一輸入
Request參數
| 參數 | 說明 | 備註 |
|---|---|---|
| vpcBusinessServiceId |
軟體資料中心服務識別碼 類型 : String 預設值 : 無 是否為複數型態 : 是 |
可支援多值 |
| internetBusinessServiceId |
網際網路連線服務識別碼 類型 : String 預設值 : 無 是否為複數型態 : 是 |
可支援多值 |
orderUuid (非必要參數) |
訂單編號 類型 : String 預設值 : 無 是否為複數型態 : 是 |
可支援多值,需相同IpVersion |
| ipVersion |
IP版本, 0: IPV4, 1: IPV6 類型 : String 預設值 : 0 (ipv4) 是否為複數型態 : 否 |
Response參數
| 參數 | 說明 | 備註 |
|---|---|---|
requestId (非必要參數) |
請求識別碼 類型 : JSON value : string 是否為複數型態 : 否 |
系統自動產生 |
| internetGatewayList |
網際網路連線服務資訊列表 類型 : JSON value : array 是否為複數型態 : 是 |
InternetGatewayEntry列表 |
Request範例
範例 1:
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeInternetGateways
&chtAuthType=hwspass
&internetBusinessServiceId=VW55020001IOS1
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}
範例 2:
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeInternetGateways
&vpcBusinessServiceId=VV55020001IOSE
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}
&ipVersion=${ipVersion}
Response範例
[
{
"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"
}
]