Retrieve a specific event
Retrieve a specific event based on its id
Path parameters
id
string
requiredThe Id of the event to retrieve |
Responses
-
200 The Event
codestring requiredThe event code
EnumCA-CRL-GEN
SEC-ROLE-ADD
CA-REVOKE
LIFECYCLE-ENROLL
CA-CSR
CRL-UPLOAD
CONF-ADD
SEC-ACCOUNT-ADD
CONF-UPDATE
SERVICE-STOP
CRL-GEN
LICENSE-INVALID
SEC-CREDENTIAL-ADD
CA-CRL-UPLOAD
CONF-DELETE
SEC-ACCOUNT-UPDATE
LICENSE-EXPIRED
CA-MIGRATE
SEC-CREDENTIAL-DELETE
SEC-CREDENTIAL-UPDATE
SEC-ACCOUNT-DELETE
BOOTSTRAP-ADMINISTRATOR
SEC-AUTHENTICATION
CA-ISSUE
SERVICE-START
SEC-ROLE-UPDATE
LIFECYCLE-REVOKE
CRL-EXTERNAL-STORAGE
CRL-GET
SEC-ROLE-DELETE
modulestring requiredThe module on which the event took place
Enumactor
ca
service
license
configuration
bootstrap
lifecycle
security
event
crl
nodestring requiredHostname of the node on which the event took place
timestampstring requiredTime of the event
statusstring requiredThe status of the event. success means the action was performed without error. warning means the action did not fail but is not expected. failure means the action failed.
Enumwarning
failure
success
idstring (Internal ID)Object internal ID
detailsarray of objects | null (Event Detail)Details about the event, in key:value form
removeAtstring | nullThe event will be deleted from the database at that time
sealstring | nullThe event, hashed and signed with a secret, ensuring events cannot be forged. This does not exist if chainsign has been disabled
-
401 Unauthorized request
-
403 Forbidden action
-
404 Not Found
-
500 Internal Server error