Skip to main content

Get Nat Policy Zones (v2.0)

GET 

/sdwan/v2.0/api/natzones

List all the NAT policy zones.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items NATPolicyZone[]
  • Array [
  • default_for_public_interfaces boolean

    The default source/destination zone for public interfaces.

    description

    The description for the source/destination zone. Max size = 128.

    disabled boolean

    Lists if the source/destination zone set is disabled.

    disabled_reason string

    Reason the source/destination zone is disabled.

    id string

    The ID of the source/destination zone.

    inactive boolean

    Lists if the source/destination zone is inactive.

    inactive_reason string

    Reason the source/destination zone is inactive.

    name stringrequired

    The name of the source/destination zone.

    region string

    The region of the site.

    tags string[]

    A information field that can be added to identify the source/destination zone.

  • ]
Loading...