LogFilter
LogFilter
A filter to be used against Log object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | BigIntFilter | Filter by the object’s `id` field. | |
| orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
| objectType | StringFilter | Filter by the object’s `objectType` field. | |
| objectId | UUIDFilter | Filter by the object’s `objectId` field. | |
| action | StringFilter | Filter by the object’s `action` field. | |
| clientAddr | InternetAddressFilter | Filter by the object’s `clientAddr` field. | |
| clientPort | IntFilter | Filter by the object’s `clientPort` field. | |
| changedFields | KeyValueHashFilter | Filter by the object’s `changedFields` field. | |
| previousFields | KeyValueHashFilter | Filter by the object’s `previousFields` field. | |
| systemAccessId | UUIDFilter | Filter by the object’s `systemAccessId` field. | |
| userId | UUIDFilter | Filter by the object’s `userId` field. | |
| applicationName | StringFilter | Filter by the object’s `applicationName` field. | |
| transactionId | BigIntFilter | Filter by the object’s `transactionId` field. | |
| sessionUserName | StringFilter | Filter by the object’s `sessionUserName` field. | |
| remoteAddress | StringFilter | Filter by the object’s `remoteAddress` field. | |
| tokenId | StringFilter | Filter by the object’s `tokenId` field. | |
| relid | IntFilter | Filter by the object’s `relid` field. | |
| timestamp | DatetimeFilter | Filter by the object’s `timestamp` field. | |
| systemTokenId | UUIDFilter | Filter by the object’s `systemTokenId` field. | |
| systemUserId | UUIDFilter | Filter by the object’s `systemUserId` field. | |
| spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
| traceId | StringFilter | Filter by the object’s `traceId` field. | |
| and | [LogFilter!] | Checks for all expressions in this list. | |
| or | [LogFilter!] | Checks for any expressions in this list. | |
| not | LogFilter | Negates the expression. | |