Skip to main content

Create an application override rule

POST 

/app-override-rules

Create a new application override rule.

Request

Body

Created

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name stringrequired

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

    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
    negate_destination boolean
    negate_source boolean
    port integerrequired

    Possible values: <= 65535

    protocol required

    Possible values: [tcp, udp]

    source string[]required

    Default value: any

    tag string[]
    to string[]required

    Default value: any

Responses

Created

Loading...