Skip to main content

Get Site NAT Prefixes (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/natlocalprefixes

List all the site NAT prefixes.

Request

Path Parameters

    site_id stringrequired

    ID of the site.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items SiteNATPrefixAssociation[]
  • Array [
  • id string

    The ID of the NAT site prefix.

    ipv4_prefixes string[]

    List the ipv4 prefixes for the site.

    prefix_id string

    The ID of the prefix.

    tags string[]

    A information field that can be added to identify the NAT site prefix. Maximum 10 unique tags of length 1024 each are allowed.

  • ]
Loading...