Log
Log
A record of user's activities and actions.
Field | Argument | Type | Description |
---|---|---|---|
nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
id | BigInt! | ||
orgId | UUID | The id of the organization of affected user. | |
objectType | String | The type or table name of object that got actioned. | |
objectId | UUID | The id of the object that got actioned. | |
action | String | ||
clientAddr | InternetAddress | IP address of client that issued query. Null for unix domain socket. | |
clientPort | Int | Remote peer IP port address of client that issued query. Undefined for unix socket. | |
changedFields | KeyValueHash | Display columns that changed after updated. | |
previousFields | KeyValueHash | Display columns that changed before updated, or all columns when deleted. | |
systemAccessId | UUID | The system access id if user has one. | |
userId | UUID | The id of user whom actioned. | |
applicationName | String | Application name whom actioned. | |
transactionId | BigInt | Transaction id | |
sessionUserName | String | Database session user name | |
remoteAddress | String | Address of the connected remote client | |
tokenId | String | The user api token | |
relid | BigFloat | The object id of the table that caused the trigger invocation. | |
timestamp | Datetime | The timestamp of actioned. | |
systemTokenId | UUID | ||
systemUserId | UUID | ||
spaceId | UUID | ||
objectName | String |