Skip to main content

Edit an application override rule

Edit an application override rule.

Path Parameters
  • id string required

    The resource's unique identifier.

Request Body

The app override policy rule you want to edit

  • application string required
  • description string

    Possible values: <= 1024 characters

  • destination string[] required

    Default value: [any]

  • disabled boolean

    Default value: false

  • from string[] required

    Default value: [any]

  • group_tag string
  • name string required

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

  • negate_destination boolean

    Default value: false

  • negate_source boolean

    Default value: false

  • port integer required

    Possible values: <= 65535

  • protocol string required

    Possible values: [tcp, udp]

  • source string[] required

    Default value: [any]

  • tag string[]
  • to string[] required

    Default value: [any]

Responses

Ok

Loading...