For the complete documentation index, see llms.txt. This page is also available as Markdown.

Additional References

Target Filter Fields

Used by the TargetFilter schema to define which endpoints a policy rule targets.

Field key
Description
Allowed operators
Value type

agent_type

Agent / sensor type

EQ, NEQ

string — one of the AgentType enum values

group_id

Endpoint group

AGENTS_GROUP_EQ, AGENTS_GROUP_NEQ

string — group name (resolved to ID internally)

hostname

Endpoint hostname

EQ, NEQ, CONTAINS, …

string

os_description

OS description string

EQ, NEQ, CONTAINS, …

string

tags

Endpoint tags

EQ, NEQ, CONTAINS, …

string or list of strings

Last updated

Was this helpful?