ネットワーク詳細取得

Description

ネットワークの詳細を取得します。

Request URL

Network API v2.0

GET /v2.0/networks/{network_id}

Request Json

This operation does not accept a request body.

Request Parameters

Parameter Value Style Description
X-Auth-Token トークンID header トークン発行 にて払い出されたID
network_id ネットワークID URI ネットワーク一覧取得 にて任意のネットワークIDをご確認ください。

Response

  • Normal response codes
200

Example

  • Request
curl -i -X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Auth-Token: トークンID" \
ネットワークエンドポイント/networks/ネットワークID
  • Response
HTTP/1.1 200 OK
Date: Fri, 30 Mar 2018 02:25:42 GMT
Server: Apache
Content-Length: 296
Content-Type: application/json

{
    "network": 
        {
            "status": "ACTIVE", 
            "subnets": [
                "サブネットID"
            ], 
            "name": "ネットワーク名", 
            "router:external": false, 
            "tenant_id": "テナントID", 
            "admin_state_up": true, 
            "shared": false, 
            "id": "ネットワークID"
        }
}

Internet for everyone

Copyright (c) 2024 GMO Internet Group, Inc. All Rights Reserved.