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-GENSEC-ROLE-ADDCA-REVOKELIFECYCLE-ENROLLCA-CSRCRL-UPLOADCONF-ADDSEC-ACCOUNT-ADDCONF-UPDATESERVICE-STOPCRL-GENLICENSE-INVALIDSEC-CREDENTIAL-ADDCA-CRL-UPLOADCONF-DELETESEC-ACCOUNT-UPDATELICENSE-EXPIREDCA-MIGRATESEC-CREDENTIAL-DELETESEC-CREDENTIAL-UPDATESEC-ACCOUNT-DELETEBOOTSTRAP-ADMINISTRATORSEC-AUTHENTICATIONCA-ISSUESERVICE-STARTSEC-ROLE-UPDATELIFECYCLE-REVOKECRL-EXTERNAL-STORAGECRL-GETSEC-ROLE-DELETEmodulestring requiredThe module on which the event took place
Enumactorcaservicelicenseconfigurationbootstraplifecyclesecurityeventcrlnodestring 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.
Enumwarningfailuresuccessidstring (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