Skip to main content

Create an application filter

POST 

/sse/config/v1/application-filters

Create an application filter.

Request

Query Parameters

    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.

Body

The application filter you want to create

    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

    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

Responses

Created

Loading...