Skip to main content

Create an application override rule

POST 

/sse/config/v1/app-override-rules

Create an application override rule.

Request

Query Parameters

    position stringrequired

    Possible values: [pre, post]

    Default value: pre

    The position of a security rule

    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 override policy rule you want to create

    application stringrequired
    description string

    Possible values: <= 1024 characters

    destination string[]required

    Default value: any

    disabled boolean
    from string[]required

    Default value: any

    group_tag string
    name stringrequired

    Possible values: <= 63 characters, Value must match regular expression ^[a-zA-Z0-9._-]+$

    negate_destination boolean
    negate_source boolean
    port integerrequired

    Possible values: <= 65535

    protocol stringrequired

    Possible values: [tcp, udp]

    source string[]required

    Default value: any

    tag string[]
    to string[]required

    Default value: any

Responses

Created

Loading...