Create Nat Policy Zone (v2.0)
POST/sdwan/v2.0/api/natzones
Create a new NAT policy zone.
Request
- application/json
Body
Details of the Nat Policy Zone to be created
The default source/destination zone for public interfaces.
The description for the source/destination zone. Max size = 128.
Lists if the source/destination zone set is disabled.
Reason the source/destination zone is disabled.
The ID of the source/destination zone.
Lists if the source/destination zone is inactive.
Reason the source/destination zone is inactive.
The name of the source/destination zone.
The region of the site.
A information field that can be added to identify the source/destination zone.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The default source/destination zone for public interfaces.
The description for the source/destination zone. Max size = 128.
Lists if the source/destination zone set is disabled.
Reason the source/destination zone is disabled.
The ID of the source/destination zone.
Lists if the source/destination zone is inactive.
Reason the source/destination zone is inactive.
The name of the source/destination zone.
The region of the site.
A information field that can be added to identify the source/destination zone.
{
"default_for_public_interfaces": true,
"disabled": true,
"disabled_reason": "string",
"id": "string",
"inactive": true,
"inactive_reason": "string",
"name": "string",
"region": "string",
"tags": [
"string"
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "NAME_REQD"
},
{
"code": "DESCRIPTION_EXCEEDS_LIMIT"
},
{
"code": "INVALID_JSON_EXTRA_ATTRIBUTE"
},
{
"code": "INVALID_REQUEST_DUPLICATE_KEY"
}
]
}
}