Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Weave Net IPAM API

The IPAM API from Weave Net — 3 operation(s) for ipam.

Weave Net IPAM API is one of 5 APIs that Weave Net publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include IPAM. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 3 paths. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, http://127.0.0.1:6784.

6 operations 3 paths 0 schemas 1 DELETE2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Server
http://127.0.0.1:6784
License
Resource Areas
1

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

IPAM 6
GET
/ip/{containerId}
Weave Net Look Up IP Address
lookupIP 1 param → 200404
POST
/ip/{containerId}
Weave Net Allocate IP Address
allocateIP 2 params → 200503
DELETE
/ip/{containerId}
Weave Net Release IP Addresses
releaseIPs 1 param → 204404
POST
/ip/{containerId}/{subnet}
Weave Net Allocate IP Address in Subnet
allocateIPInSubnet 3 params → 200503
PUT
/ip/{containerId}/{subnet}
Weave Net Claim Specific IP Address
claimIP 3 params → 200400
GET
/ipinfo/defaultsubnet
Weave Net Get Default Subnet
getDefaultSubnet → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

weave-net-ipam-api-openapi.yml Raw ↑

Other APIs Weave Net publishes across the network.

Weave Net DNS API
Weave Net Network API
Weave Net Peers API
Weave Net Status API