/
/EJBCA REST Interface
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 14m ago · Updated 1mo ago
v1/ca6
v1/ca_management3
v1/certificate9
v1/configdump7
v1/cryptotoken5
v1/endentity7
v1/ssh3
  • getRetrieves a CA's public key in SSH format.
  • postEnrollment with public key
  • getGet the status of this REST Resource
v1/system1
v2/certificate5
v2/endentity4
  • post/etsi/v1/certificate/{ecacertificateid}/validate
  • post/etsi/v1/certificate/{ecacertificateid}/enroll
  • get/etsi/v1/certificate/status
  • delete/etsi/v1/endentity/{its_name}
  • put/etsi/v1/endentity/{its_name}/edit
  • post/etsi/v1/endentity/register-its
  • put/etsi/v1/endentity/{its_name}/revoke
  • get/etsi/v1/endentity/status
  • get/etsi/v1/endentity/{its_canonicalId}
  • post/acct/{accountId}/authz/{authorizationId}
  • post/cert/{certificateId}
  • post/acct/{accountId}/chall/{challengeId}
  • get/directory
  • post/directory
  • post/acct/{accountId}/orders/{orderId}/finalize
  • post/keyChange
  • post/newAccount
  • post/newAuthz
  • get/newNonce
  • post/newNonce
  • head/newNonce
  • post/newOrder
  • post/acct/{accountId}/orders/{orderId}
  • post/acct/{accountId}/orders
  • post/revokeCert
  • post/acct/{accountId}
  • get/{job-id}
  • post/{job-id}
  • delete/{job-id}
v1/ssh

Get the status of this REST Resource

Returns status, API version and EJBCA version.

get/v1/ssh/status

Response

Successful response

statusstring

Status

versionstring

Resource version

revisionstring

Application revision

Example response

{
  "status": "OK",
  "version": "1.0",
  "revision": "EJBCA 1.0.0 Enterprise"
}

Changes