Skip to main content

Audit Log Event Structure and Contents

Torque audit data is presented in json format. It includes events and with the following information:

  • Timestamp (UTC)
  • Event Type
  • Event Name
  • Actor (User/Automation/Torque)
  • Scope (Account/Space/Environment)
  • Result (Success/Failure)
  • Error (in case of failure)
  • Event-specific Data

Locale Dropdown

Event structure

ElementDescription
nameName of the event, as listed in Audit Log Events
event_typeType of event. Options are account, space, blueprint, and environment.
event_statusStatus of the event (success / failure)
scopeScope(s) of the event, as listed under Audit Log Events. Supported scopes are account, space, blueprint, and environment.
actorInitiator of the event. Options are user, automation, and torque.
timestampTime at which the event occurred.
traceidUsed for internal purposes.
dataChanges that were made in the event, as listed in Audit Log Events
errorsErrors returned for failed events (http status code and description)