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 warnings API

The warnings API from Incus — 3 operation(s) for warnings.

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

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

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

6 operations 3 paths 2 schemas 1 DELETE3 GET1 PATCH1 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 6

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

warnings 6
GET
/1.0/warnings
List the warnings
warnings_get 1 param → 200500
DELETE
/1.0/warnings/{uuid}
Delete the warning
warning_delete 1 param → 200500
GET
/1.0/warnings/{uuid}
Get the warning
warning_get 1 param → 200404500
PATCH
/1.0/warnings/{uuid}
Partially update the warning
warning_patch 2 params → 200400403500
PUT
/1.0/warnings/{uuid}
Update the warning
warning_put 2 params → 200400403500
GET
/1.0/warnings?recursion=1
Get the warnings
warnings_get_recursion1 1 param → 200500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Warning (11 properties), WarningPut (1 property). Each schema is shown below with its type and property counts.

Warning
object
11 properties
WarningPut
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

incus-warnings-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-address-sets API
Incus network-allocations API
Incus network-forwards API
Incus network-integrations API