Delete NAT Policy Zone (v2.0)
DELETE/sdwan/v2.0/api/natzones/:nat_policy_zone_id
Delete a NAT policy zone.
Request
Path Parameters
nat_policy_zone_id stringrequired
ID of the NAT policy zone.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
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.
{
"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[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "PREFIX_IS_ASSOCIATED_WITH_SITE"
},
{
"code": "PREFIX_IS_USED_IN_POLICY"
}
]
}
}
Loading...