Skip to main content

List Compliance Overview Filter Autocomplete Suggestions

POST 

/filter/compliance/posture/suggest

Returns the available options for a compliance posture filter key. Also supports fuzzy autocomplete search. If you specify a query value in the request body parameters, the response includes only items that contain the query string.

Request

Body

    filterName stringrequired

    Filter name

    query string

    Case-insensitive fuzzy search autocomplete filter. Includes only items that contain the query as a substring.

Responses

success

Schema
    completeParameters object[]
  • Array [
  • name string

    Name

    operator string

    Possible values: [tag:yaml.org,2002:value =]

    Operator

    value string

    Value

  • ]
  • links string

    JSON query builder links

    needsOffsetUpdate boolean

    Needs offset update (for internal use)

    offset int32

    Offset within query

    queryRemainder string

    Query remainder

    suggestions string[]

    List of suggestions

    translate boolean

    Translate (for internal use)

    valid boolean

    Query is valid

Loading...