Show Network

Verb URI Description
GET /networks/network_id Returns details about a specific network, including external networks attributes.

Response codes are same as the normal operation of listing networks. router:external attribute is visible to all users including non-admin by default policy setting.

 

Example 5.10. Show network with external attributes: JSON Response

{
    "network": {
        "admin_state_up": true,
        "id": "8d05a1b1-297a-46ca-8974-17debf51ca3c",
        "name": "ext_net",
        "router:external": true,
        "shared": false,
        "status": "ACTIVE",
        "subnets": [
            "2f1fb918-9b0e-4bf9-9a50-6cebbb4db2c5"
        ],
        "tenant_id": "5eb8995cf717462c9df8d1edfa498010"
    }
}

Log a bug against this page


loading table of contents...