Skip to main content

List PBF rules

GET 

/pbf-rules

Retrieve a list of PBF rules.

Request

Query Parameters

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    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

  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...