Query NAT Policy Pools (v2.0)
POST/sdwan/v2.0/api/natpolicypools/query
Queries all the NAT policy pools.
Request
- application/json
Body
Details of the query for NAT policy pools.
The description for the NAT policy pool. Max size = 256.
The ID of the NAT policy pool.
The name of the NAT policy pool. Max size = 128.
A information field that can be added to identify the NAT policy pool. Maximum 10 unique tags of length 1024 each are allowed.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The actual count.
The deleted number.
The deleted IDs.
Description of the query. Max size = 256.
The ID.
Details of the next query.
Total number.
items NATPolicyPoolQueryFilter[]
The description for the NAT policy pool. Max size = 256.
The ID of the NAT policy pool.
The name of the NAT policy pool. Max size = 128.
A information field that can be added to identify the NAT policy pool. Maximum 10 unique tags of length 1024 each are allowed.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"total_count": 0,
"items": [
{
"id": "string",
"name": "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": "BAD_REQUEST"
}
]
}
}