auditTrailEventInfo

Namespace: (default namespace)
XML Schema: ns0.xsd

Contains one audit trail event from an audit trail database transaction.

XML

Elements

name (type) min/max
occurs
description
timestamp (dateTime) 0/1 Returns the time on which this audit trail event was recorded.
timestampFormatted (string) 0/1 Returns the formatted time on which this audit trail event was recorded.
namespace (string) 0/1 Returns the namespace that this audit trail entry affected.
actionName (string) 0/1 Returns the action name that this audit trail entry affected.
engine (string) 0/1 Returns the name of the Flux engine from where this audit trail entry originated.
username (string) 0/1
message (string) 0/1 Returns the description message for this audit trail event.
auditTrailEventName (string) 0/1 Returns the name of the audit trail event for this audit trail transaction.
xml (string) 0/1 Returns the description message for this audit trail event as XML.

JSON

property type description
timestamp timestamp (dateTime) Returns the time on which this audit trail event was recorded.
timestampFormatted timestampFormatted (string) Returns the formatted time on which this audit trail event was recorded.
namespace namespace (string) Returns the namespace that this audit trail entry affected.
actionName actionName (string) Returns the action name that this audit trail entry affected.
engine engine (string) Returns the name of the Flux engine from where this audit trail entry originated.
username username (string)
message message (string) Returns the description message for this audit trail event.
auditTrailEventName auditTrailEventName (string) Returns the name of the audit trail event for this audit trail transaction.
xml xml (string) Returns the description message for this audit trail event as XML.