Get an attested compute node's certificate.

Prev Next
Get
/v1/nodes/{node-id}/certificate

Get certificate for the compute node, only if the compute node is attested.

Security
API Key
Header parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Path parameters
node-id
string (uuid) Required

UUID of a compute node.

Responses
200

Compute node certificate.

object

A certificate request or issued certificate.

certificate_id
string (uuid)

Certificate ID.

status
string

Certificate status.

Valid values[ "PENDING", "REJECTED", "ISSUED", "REVOKED", "EXPIRED" ]
csr
string

The certificate signing request.

certificate
string

The certificate itself, if issued.

node_id
string (uuid)

The node relevant to this certificate, if known.

app_id
string (uuid)

The app relevant to this certificate, if known.

build_id
string (uuid)

The build relevant to this certificate, if known.