Skip to main content
POST
Request Inventory Certificate

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cluster_id
string
required

Body

application/json

Optional request body for the admin certificate endpoint.

If public_key is provided the backend will sign it directly; otherwise it falls back to the admin's DB-stored SSH public key.

publicKey
string | null
ttl
string | null

Requested certificate TTL as a Vault-style duration (e.g. '30m', '2h'). Capped at 8h; omit to use the server default.

Response

Successful Response

data
CertificateResponse · object | null

Response data

status
string | null

Response status