Skip to main content

Edit an application override rule

PUT 

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

Edit an application override rule.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The app override policy rule you want to edit

    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

Ok

Loading...