Skip to main content

Update Site NAT Local Prefix Association (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/sites/:site_id/natlocalprefixes/:prefix_id

Update an existing site NAT local prefix association.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    site_id stringrequired

    ID of the site.

    prefix_id stringrequired

    ID of the NAT local prefix.

Body

Details of the site NAT prefix Association to be updated

    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.

Responses

Successful Operation

Schema
    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...