Studio Service

LegacyLogFilter

LegacyLogFilter

A filter to be used against LegacyLog object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
teamIdUUIDFilterFilter by the object’s `teamId` field.
actionStringFilterFilter by the object’s `action` field.
objectTypeStringFilterFilter by the object’s `objectType` field.
objectIdUUIDFilterFilter by the object’s `objectId` field.
extraJSONFilterFilter by the object’s `extra` field.
actionedByUUIDFilterFilter by the object’s `actionedBy` field.
actionedAtDatetimeFilterFilter by the object’s `actionedAt` field.
clientAddrInternetAddressFilterFilter by the object’s `clientAddr` field.
clientPortIntFilterFilter by the object’s `clientPort` field.
msgStringFilterFilter by the object’s `msg` field.
and[LegacyLogFilter!]Checks for all expressions in this list.
or[LegacyLogFilter!]Checks for any expressions in this list.
notLegacyLogFilterNegates the expression.