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 operations4 paths3 schemas1 DELETE3 GET1 PATCH2 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
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_get1 param→ 200403500
POST
/1.0/certificates
Add a trusted certificate
certificates_post1 param→ 200400403500
DELETE
/1.0/certificates/{fingerprint}
Delete the trusted certificate
certificate_delete1 param→ 200400403500
GET
/1.0/certificates/{fingerprint}
Get the trusted certificate
certificate_get1 param→ 200403500
PATCH
/1.0/certificates/{fingerprint}
Partially update the trusted certificate
certificate_patch2 params→ 200400403412500
PUT
/1.0/certificates/{fingerprint}
Update the trusted certificate
certificate_put2 params→ 200400403412500
POST
/1.0/certificates?public
Add a trusted certificate
certificates_post_untrusted1 param→ 200400403500
GET
/1.0/certificates?recursion=1
Get the trusted certificates
certificates_get_recursion11 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.