Skip to main content

List application filters

GET 

/sse/config/v1/application-filters

Get application filters.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    name string

    The name of the entry.

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Responses

List of application filters

Schema
    data object[]
  • Array [
  • category string[]

    Possible values: <= 128 characters

    evasive boolean

    only True is a valid value

    excessive_bandwidth_use boolean

    only True is a valid value

    exclude string[]

    Possible values: <= 63 characters

    has_known_vulnerabilities boolean

    only True is a valid value

    id string

    uuid of the resource

    is_saas boolean

    only True is a valid value

    name stringrequired

    Possible values: <= 31 characters

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

    new_appid boolean

    only True is a valid value

    pervasive boolean

    only True is a valid value

    prone_to_misuse 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

    subcategory string[]

    Possible values: <= 128 characters

    tagging object
    oneOf
    no_tag boolean
    technology string[]

    Possible values: <= 128 characters

    transfers_files boolean

    only True is a valid value

    tunnels_other_apps boolean

    only True is a valid value

    used_by_malware boolean

    only True is a valid value

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...