Query Network Policy Set Stacks (v2.0)
POST/sdwan/v2.0/api/networkpolicysetstacks/query
Query all the network policy set stacks.
Request
- application/json
Body
Details to query the Network policy Global prefix.
- Array [
- ]
aggregate Aggregate
The aggregate number of policy set stacks that match the query parameters.
data AggregateData[]
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
The field value.
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
The operator values.
The aggregate statistics.
The unit.
The destination page.
The number of policy set stacks deleted for a time frame.
Group the policy set stacks for the query.
List the policy set stacks by ID.
Return the ID of a specified query in the current session.
The query limit.
The limit.
Retrieve information from a field.
List the fields to query.
The total number of query parameters.
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 NetworkPolicySetStackQueryFilter[]
The default policy set stack.
The default rule of the policy set ID.
The description of the network policy set stack. Max size = 256.
The network policy set stack ID.
The name of the network policy set stack.
Policyset Ids
A information field that can be added to identify the network policy set stack. 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": [
{
"default_policysetstack": true,
"defaultrule_policyset_id": "string",
"id": "string",
"name": "string",
"policyset_ids": [
"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"
}
]
}
}