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

Incus network-address-sets API

The network-address-sets API from Incus — 3 operation(s) for network-address-sets.

Incus network-address-sets API is one of 22 APIs that Incus publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include network-address-sets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and a GitHub repository.

This API exposes 8 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 2.0, at version 1.0.

8 operations 3 paths 4 schemas 1 DELETE3 GET1 PATCH2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.0
License
Resource Areas
1

Paths & Operations 8

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

network-address-sets 8
GET
/1.0/network-address-sets
Get the network address sets
network_address_sets_get 3 params → 200403500
POST
/1.0/network-address-sets
Add a network address set
network_address_sets_post 2 params → 200400403500
DELETE
/1.0/network-address-sets/{name}
Delete the network address set
network_address_set_delete 2 params → 200400403500
GET
/1.0/network-address-sets/{name}
Get the network address set
network_address_set_get 2 params → 200403500
PATCH
/1.0/network-address-sets/{name}
Partially update the network address set
network_address_set_patch 3 params → 200400403412500
POST
/1.0/network-address-sets/{name}
Rename the network address set
network_address_set_post 3 params → 200400403500
PUT
/1.0/network-address-sets/{name}
Update the network address set
network_address_set_put 3 params → 200400403412500
GET
/1.0/network-address-sets?recursion=1
Get the network address sets
network_address_sets_get_recursion1 3 params → 200403500

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are NetworkAddressSet (6 properties), NetworkAddressSetsPost (4 properties), NetworkAddressSetPut (3 properties), NetworkAddressSetPost (1 property). Each schema is shown below with its type and property counts.

NetworkAddressSetsPost
object
4 properties
NetworkAddressSetPost
object
1 property
NetworkAddressSetPut
object
3 properties
NetworkAddressSet
object
Refer to doc/howto/networkaddresssets.md for details.
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

incus-network-address-sets-api-openapi.yml Raw ↑

Other APIs Incus publishes across the network.

Incus certificates API
Incus cluster API
Incus cluster-groups API
Incus images API
Incus instances API
Incus Metadata API
Incus metrics API
Incus network-acls API
Incus network-allocations API
Incus network-forwards API
Incus network-integrations API
Incus network-load-balancers API