Get details of a specific worker client certificate
A ViewSet for WorkerClientCertificate instances.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this worker client certificate.
Response
id
worker
The worker that the client certificate is issued for.
worker_fqdn
FQDN of the worker that the client certificate is issued to.
usable
Whether the client certificate can be used for authentication.
This means that the certificate is neither expired nor revoked.
expires
The date and time when the client certificate expires.
fingerprint
SHA-256 fingerprint of the client certificate.
last_used
The date and time when the client certificate was last used for authentication.
revoked
Whether the client certificate has been revoked.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error