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

Additional References

Asset Compliance Filter Fields

Used by the Get Assets endpoint to define the supported fields, operators, and values for the filters parameter.

Field
Operators
Value

standard

eq, neq, contains, not_contains

Standard name (e.g., "CIS AWS Foundations Benchmark")

category

eq, neq, contains, not_contains

Category name

control

eq, neq, contains, not_contains

Control ID (e.g., "1.1")

source

eq, neq, contains, not_contains

Source name

severity

eq, neq

SEV_010_INFO, SEV_020_LOW, SEV_030_MEDIUM, SEV_040_HIGH, SEV_050_CRITICAL

status

eq, neq

FAILED, PASSED, NOT_ASSESSED

Example filters:

{"field": "severity", "operator": "eq", "value": "SEV_030_MEDIUM"}
{"field": "standard", "operator": "contains", "value": "CIS"}
{"field": "status", "operator": "eq", "value": "FAILED"}

Last updated

Was this helpful?