ネットワーク一覧取得
Description
ネットワークの一覧を取得します。
Request URL
Network API GET /v2.0/networks
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | トークンID | header | トークンIDを指定します。 |
Response Code
Success
200
Example
Request
curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: トークンID" \
https://networking.tyo1.conoha.io/v2.0/networks
Response
HTTP/1.1 200 OK Server: openresty/1.7.10.1 Date: Fri, 08 May 2015 08:45:33 GMT Content-Type: application/json Content-Length: 2646 Connection: keep-alive { "networks": [ { "status": "ACTIVE", "subnets": [ "ae494681-aa99-44da-a0e0-cc2ac50aae03" ], "name": "shared-172-21-114-0-23", "router:external": false, "tenant_id": "647dcc7827f24909a096147ea4a4ccca", "admin_state_up": true, "shared": true, "id": "19444ca8-23e3-4857-94bf-c25d720e1156" }, { "status": "ACTIVE", "subnets": [ "4e6b5a68-f25b-45a0-8690-961a95aa1adf" ], "name": "shared-172-21-140-0-23", "router:external": false, "tenant_id": "647dcc7827f24909a096147ea4a4ccca", "admin_state_up": true, "shared": true, "id": "f1aad83c-2f38-4836-b89e-c25587001cf2" } ] }
ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。