Skip to main content

Create an application override rule

Create an application override rule.

Query Parameters
  • position string required

    Possible values: [pre, post]

    Default value: pre

    The position of a security rule

  • folder string required

    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.

Request Body

The application override policy rule you want to create

  • 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

Created

Loading...