Skip to main content

List application filters

GET 

/application-filters

Retrieve a list of application filters.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    offset number

    Default value: 0

    The offset into the list of results returned

    limit number

    Default value: 200

    The maximum number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • id stringrequired

    UUID of the resource

    name stringrequired

    Possible values: <= 31 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

    category string[]

    Possible values: <= 128 characters

    subcategory string[]

    Possible values: <= 128 characters

    technology string[]

    Possible values: <= 128 characters

    evasive boolean

    only True is a valid value

    excessive_bandwidth_use boolean

    only True is a valid value

    used_by_malware boolean

    only True is a valid value

    transfers_files boolean

    only True is a valid value

    has_known_vulnerabilities boolean

    only True is a valid value

    tunnels_other_apps boolean

    only True is a valid value

    prone_to_misuse boolean

    only True is a valid value

    pervasive boolean

    only True is a valid value

    is_saas boolean

    only True is a valid value

    new_appid boolean

    only True is a valid value

    risk integer[]

    Possible values: >= 1 and <= 5

    saas_certifications string[]

    Possible values: <= 32 characters

    saas_risk string[]

    Possible values: <= 32 characters

    tagging object
    oneOf
    no_tag boolean
    exclude string[]

    Possible values: <= 63 characters

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...