Skip to main content

Create NAT Policy Pool (v2.0)

POST 

/sdwan/v2.0/api/natpolicypools

Create a new NAT policy pool.

Request

Body

Details of the NAT Policy Pool to be created

    description

    The description for the NAT policy pool. Max size = 256.

    id string

    The ID of the NAT policy pool.

    name stringrequired

    The name of the NAT policy pool. Max size = 128.

    tags string[]

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

Responses

Successful Operation

Schema
    description

    The description for the NAT policy pool. Max size = 256.

    id string

    The ID of the NAT policy pool.

    name stringrequired

    The name of the NAT policy pool. Max size = 128.

    tags string[]

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

Loading...