AuditTrail
AuditTrail
Audit object defines, what all audit trail contains.
JSON Example
{
"User": "DXA",
"ActionType": "NOTIFY",
"SerialNumber": 0,
"Text": "Server: INCHARGE-SA",
"Timestamp": 1660934341000,
"DeDupKey": "string",
"Customer": "string",
"AuditId": "string"
}
string
User
Optional
The name of the user who had initiated the action
string
ActionType
Optional
The type of action performed (ACKNOWLEDGE | UNACKNOWLEDGE | RELEASE_OWNERSHIP | TAKE_OWNERSHIP | NOTIFY)
integer
SerialNumber
Optional
serial number assigned to action request.
string
Text
Optional
This field describes the performed action.
number
Timestamp
Optional
The timestamp of when action was performed.
string
DeDupKey
Optional
Unique identifier for audit-log records.
string
Customer
Optional
Name of the customer.
string
AuditId
Optional
Unique id to identify the audit id.