---
title: "Inspect a network"
method: GET
path: "/networks/{id}"
tags: ["Network"]
---

# Inspect a network

`GET /networks/{id}`

## Path parameters

- `id` string, required

## Response `200`

No error

- NetworkInspectResp — is the expected body of the 'GET networks/{id}'' http request message
  - `Name` string — Name is the requested name of the network
  - `Id` string — ID uniquely identifies a network on a single machine
  - `Scope` string — Scope describes the level at which the network exists.
  - `Driver` string — Driver means the network's driver.
  - `EnableIPv6` boolean — EnableIPv6 represents whether to enable IPv6.
  - `IPAM` IPAM — represents IP Address Management
    - `Driver` string
    - `Options` object
    - `Config` IPAMConfig[]
      - `Subnet` string — subnet address for network
      - `IPRange` string — sub ip range in sub-network
      - `Gateway` string — gateway for sub-network
      - `AuxAddress` object — aux address in sub-network
  - `Internal` boolean — Internal checks the network is internal network or not.
  - `Options` object — Options holds the network specific options to use for when creating the network.
  - `Labels` object — Labels holds metadata specific to the network being created.

## Other responses

- `404` — An unexpected 404 error occurred.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.net/aliyun/apis/pouch-engine-api.md) · [All operations](https://skmtc.net/aliyun/apis/pouch-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aliyun/pouch-engine-api/versions/36d75b2825fc/schema)
