Skip to content

Network API Docs

Daryl edited this page Oct 28, 2022 · 2 revisions

All important API calls that belong in /api/network

List all network id

GET /api/network/id

{ "response": Array }

List inspected info by id

GET /api/network/info/:network_id

{ "response": {
    "IPAM": { "Driver": String, "Options": Mixed, "Config": Array },
    "ConfigFrom": { "Network": String },
    "Name": String,
    "Id": String,
    "Created": String,
    "Scope": String,
    "Driver": String,
    "EnableIPv6": Boolean,
    "Internal": Boolean,
    "Attachable": Boolean,
    "Ingress": Boolean,
    "ConfigOnly": Boolean
} }
Clone this wiki locally