Audit log events are usually kept for 90 days.
action | string <= 255 characters
The action taken. |
additionalInfo | Array of objects Additional information related to the action. |
agent | object Details about the agent involved in the action. |
changes | Array of objects The list of changes made. |
eventName | string <= 255 characters
Audit event name. |
globalId | string <= 36 characters The global UUID. |
orgId | string <= 36 characters The orgId UUID. |
requestId | string <= 36 characters
The UUID of the request. RequestId groups dependent events. |
result | string <= 255 characters
The result of the action: |
timestamp | string <date-time>
The timestamp of the action. |
{- "action": "string",
- "additionalInfo": [
- { }
], - "agent": { },
- "changes": [
- { }
], - "eventName": "string",
- "globalId": "string",
- "orgId": "string",
- "requestId": "string",
- "result": "string",
- "timestamp": "2019-08-24T14:15:22Z"
}
NAME | VALUE TYPE | VALUE KIND | VALUE LENGTH |
---|---|---|---|
agentEmail | string | single | N/A |
agentIpAddress | string | single | N/A |
{- "data": [
- {
- "attributes": {
- "action": "string",
- "additionalInfo": [
- { }
], - "agent": { },
- "changes": [
- { }
], - "eventName": "string",
- "globalId": "string",
- "orgId": "string",
- "requestId": "string",
- "result": "string",
- "timestamp": "2019-08-24T14:15:22Z"
}, - "id": "string",
- "relationships": { },
- "type": "string"
}
]
}