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

    module
    string required

    The module on which the event took place

    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 (Event Detail)

    Details about the event, in key:value form

    removeAt
    string

    The event will be deleted from the database at that time

    seal
    string

    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