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

The certificates API from Incus — 4 operation(s) for certificates.

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

Tagged areas include certificates. 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 4 paths, and defines 3 schemas. It is described by OpenAPI 2.0, at version 1.0.

8 operations 4 paths 3 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 4 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.

certificates 8
GET
/1.0/certificates
Get the trusted certificates
certificates_get 1 param → 200403500
POST
/1.0/certificates
Add a trusted certificate
certificates_post 1 param → 200400403500
DELETE
/1.0/certificates/{fingerprint}
Delete the trusted certificate
certificate_delete 1 param → 200400403500
GET
/1.0/certificates/{fingerprint}
Get the trusted certificate
certificate_get 1 param → 200403500
PATCH
/1.0/certificates/{fingerprint}
Partially update the trusted certificate
certificate_patch 2 params → 200400403412500
PUT
/1.0/certificates/{fingerprint}
Update the trusted certificate
certificate_put 2 params → 200400403412500
POST
/1.0/certificates?public
Add a trusted certificate
certificates_post_untrusted 1 param → 200400403500
GET
/1.0/certificates?recursion=1
Get the trusted certificates
certificates_get_recursion1 1 param → 200403500

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are CertificatesPost (8 properties), Certificate (7 properties), CertificatePut (6 properties). Each schema is shown below with its type and property counts.

Certificate
object
Certificate represents a certificate
7 properties
CertificatePut
object
CertificatePut represents the modifiable fields of a certificate
6 properties
CertificatesPost
object
CertificatesPost represents the fields of a new certificate
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

incus-certificates-api-openapi.yml Raw ↑

Other APIs Incus publishes across the network.

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
Incus network-load-balancers API