Retrieve a specific event

Retrieve a specific event based on its id

Path parameters
id
string required

The Id of the event to retrieve

Responses
  • 200 The Event
    code
    string required

    The event code

    Enum CA-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
    module
    string required

    The module on which the event took place

    Enum actor ca service license configuration bootstrap lifecycle security event crl
    node
    string required

    Hostname of the node on which the event took place

    timestamp
    string required

    Time of the event

    status
    string required

    The 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.

    Enum warning failure success
    id
    string (Internal ID)

    Object internal ID

    details
    array of objects | null (Event Detail)

    Details about the event, in key:value form

    removeAt
    string | null

    The event will be deleted from the database at that time

    seal
    string | null

    The 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