- ホワイトクラウド ASPIRE
- サービスご利用ガイド
- APIを利用する
- APIリファレンス
- テナントネットワーク
- 単体情報取得
単体情報取得
セルフポータルのテナントネットワーク画面相当の情報(1件)を取得します。
GET /api/1.0/network/{networkId}
※ networkId:情報取得したいネットワークID
Request parameters | ||||
---|---|---|---|---|
Name | Description | Type | Data type | Required |
Authorization | Bearer [APIキー] | header | String | True |
networkId | 対象のネットワークID | query | Number | True |
Successful Response | |||
---|---|---|---|
Response Code | 200 OK | ||
Response Headers | Content-type: application/json | ||
Name | Description | Example | Data type |
network | ネットワーク情報 | Object | |
siteId | サイトID | 8eb064f7a5db11e895ea005056898046 | String |
siteName | サイト名 | East | String |
zoneId | ゾーンID | aa2411d6a31911eb961a005056892f69 | String |
zoneName | ゾーン名 | Zone11 | String |
podId | PodID | 5b17bbe1608d42bea025a8f1b2c3340a | String |
podName | Pod名 | East_Zone11_VC05 | String |
tenantId | テナントID | e114f2b93493424f9a82f98409ee842b | String |
tenantName | テナント名 | APU9999999 | String |
networkId | ネットワークID | 0333050e366d4c938e0fd2a9ef97390d | String |
networkName | ネットワーク名 | APU9999999-SFNW01 | String |
status | ステータス | 1 | String |
networkConnectKbn | ネットワーク接続区分 | 1 | String |
comment | コメント | テナントネットワークコメント | String |
gateway | ゲートウェイIPアドレス | 192.168.0.1 | String |
netmask | ネットマスク | 255.255.255.0 | String |
dnsFlg | DNS使用フラグ | false | Boolean |
dns1 | プライマリDNSアドレス | 1.1.1.1 | String |
dns2 | セカンダリDNSアドレス | 8.8.8.8 | String |
dnsSuffix | DNSサフィックス | String | |
linkNetworkId | 接続先ネットワークID | a173ba91182a4cdd842421a18601b881 | String |
edgegwId | 接続先EdgeGWID | a173ba91182a4cdd842421a18601b881 | String |
ipPools | IPプール情報一覧 | Array | |
ipPool | IPプール情報 | Object | |
ipPoolId | IPプールID | 001820cf794a4e7ab15d3c0d83e758ea | String |
ipBegin | IPプール開始IPアドレス | 192.169.1.11 | String |
ipEnd | IPプール終了IPアドレス | 192.169.1.200 | String |
createDate | 登録日時 | 2020-08-06T17:20:32+0900 | String |
createUserId | 登録ユーザID | a5dc76bd94ef4abf9536ed441da8a581 | String |
modifyDate | 更新日時 | 2020-08-06T17:20:32+0900 | String |
modifyUserId | 更新ユーザID | a5dc76bd94ef4abf9536ed441da8a581 | String |
実行例 |
---|
# Execute request curl -i -X GET -H "Authorization:$token" -H "Content-Type:application/json" ¥ "https://eastapi.aspire.gcf.whitecloud.jp/api/1.0/network/69545...8da439488ec1...c3a1e28" |
レスポンス例 |
---|
|