Skip to main content

List NAT rules

GET 

/nat-rules

Retrieve a list of NAT 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

    position anyrequired

    The relative position of the rule

Responses

OK

Schema
    data object[]
  • Array [
  • name stringrequired

    NAT rule name

    id stringrequired

    UUID of the resource

    description string

    NAT rule description

    tag string[]

    NAT rule tags

    disabled boolean

    Disable NAT rule?

    nat_type string

    Possible values: [ipv4, nat64, nptv6]

    Default value: ipv4

    NAT type

    from string[]required

    Source zone(s) of the original packet

    source string[]required

    Source address(es) of the original packet

    to string[]required

    Destination zone of the original packet

    to_interface string

    Destination interface of the original packet

    destination string[]required

    Destination address(es) of the original packet

    service stringrequired

    The service of the original packet

    source_translation object
    oneOf
    oneOf
  • Array [
  • string

  • ]
  • oneOf

    object

    active_active_device_binding string

    Possible values: [primary, both, 0, 1]

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...