Skip to main content

Update an application override rule

PUT 

/app-override-rules/:id

Update an existing application override rule.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    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

OK

Loading...