LegacyLogFilter
LegacyLogFilter
A filter to be used against LegacyLog
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
teamId | UUIDFilter | Filter by the object’s `teamId` field. | |
action | StringFilter | Filter by the object’s `action` field. | |
objectType | StringFilter | Filter by the object’s `objectType` field. | |
objectId | UUIDFilter | Filter by the object’s `objectId` field. | |
extra | JSONFilter | Filter by the object’s `extra` field. | |
actionedBy | UUIDFilter | Filter by the object’s `actionedBy` field. | |
actionedAt | DatetimeFilter | Filter by the object’s `actionedAt` field. | |
clientAddr | InternetAddressFilter | Filter by the object’s `clientAddr` field. | |
clientPort | IntFilter | Filter by the object’s `clientPort` field. | |
msg | StringFilter | Filter by the object’s `msg` field. | |
and | [LegacyLogFilter!] | Checks for all expressions in this list. | |
or | [LegacyLogFilter!] | Checks for any expressions in this list. | |
not | LegacyLogFilter | Negates the expression. |