v3

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-14107155281.0 KB

List networks

get/networks

Query parameters

filtersstring

Response

The request has succeeded.

Namestring

Name of the network.

Idstring

ID that uniquely identifies a network on a single machine.

Createdstring date-time

Date and time at which the network was created in RFC 3339 format with nano-seconds.

Scopestring

The level at which the network exists (e.g. swarm for cluster-wide or local for machine level)

Driverstring

The name of the driver used to create the network (e.g. bridge, overlay).

EnableIPv4boolean

Whether the network was created with IPv4 enabled.

EnableIPv6boolean

Whether the network was created with IPv6 enabled.

Internalboolean

Whether the network is created to only allow internal networking connectivity.

Attachableboolean

Whether a global / swarm scope network is manually attachable by regular containers from workers in swarm mode.

Ingressboolean

Whether the network is providing the routing-mesh for the swarm cluster.

ConfigOnlyboolean

Whether the network is a config-only network. Config-only networks are placeholder networks for network configurations to be used by other networks. Config-only networks cannot be used directly to run containers or services.

Optionsobject

Network-specific options uses when creating the network.

Labelsobject

Metadata specific to the network being created.