| Verb | URI | Description |
| GET | /networks/network_id |
Shows information for a specified network. |
Normal Response Code: 200
Error Response Codes: Unauthorized (401), Not Found (404)
This operation returns the status, subnets, name, admin state, tenant ID, and ID for the specified network ID.
This operation does not require a request body.
This operation returns a response body.
Example 4.5. Show Network: JSON Request
GET /v2.0/networks/afc75773-640e-403c-9fff-62ba98db1f19 Accept: application/json
Example 4.6. Show Network: JSON Response
{
"network":
{
"status": "ACTIVE",
"subnets": ["e12f0c45-46e3-446a-b207-9474b27687a6"],
"name": "network_3",
"admin_state_up": true,
"tenant_id": "ed680f49ff714162ab3612d7876ffce5",
"id": "afc75773-640e-403c-9fff-62ba98db1f19"
}
}

