Skip to main content

Create a PBF rule

POST 

/pbf-rules

Create a new PBF 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 string

    PBF rule name

    description string

    Description

    tag string[]

    Tags

    schedule string

    Schedule

    from object
    oneOf
    zone string[]

    Source zones

    source string[]

    Source addresses

    source_user string[]

    Source users

    destination string[]

    Destination addresses

    service string[]

    Services

    application string[]

    Applications

    action object
    oneOf
    forward object
    egress_interface string

    Egress interface

    nexthop object
    oneOf
    ip-address string

    Next hop IP address

    monitor object
    profile string

    Monitoring profile

    disable_if_unreachable boolean

    Disable this rule if nexthop/monitor ip is unreachable?

    ip-address string

    Monitor IP address

    enforce_symmetric_return object
    enabled boolean

    Enforce symmetric return?

    nexthop_address_list object[]

    Next hop IP addresses

  • Array [
  • name string

    Next hop IP address

  • ]

Responses

Created

Loading...