Query DB for Site WAN Interfaces (v2.6)
Queries the DB for Site WAN Interfaces that match the query parameters.
Path Parameters
The tenant ID.
Request Body
- Array [
- ]
aggregate Aggregate
The aggregate number of WAN interfaces that match the query parameters.
data AggregateData[] required
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
Field
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
Operator
QoS application aggregate statistics.
The unit.
The destination page.
The number WAN interfaces deleted for a time frame.
Group By
List the WAN interfaces 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.
- 200
Successful Operation
Schema
- Array [
- Array [
- ]
- ]
The number of responses.
The ID of the response.
The ID of the tenant.
items WANInterfaceQuery[]
aggregate Aggregate
The aggregate number of WAN interfaces that match the query parameters.
data AggregateData[] required
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
Field
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
Operator
QoS application aggregate statistics.
The unit.
The destination page.
The number WAN interfaces deleted for a time frame.
Group By
List the WAN interfaces 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.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"aggregate": {
"data": [
{
"value": 0,
"view": {}
}
],
"field": "string",
"name": "string",
"operator": "max",
"statistic": "string",
"unit": "string"
},
"dest_page": 0,
"getDeleted": true,
"group_by": [
"string"
],
"id": "string",
"last_query_ts": 0,
"limit": 0,
"next_query": {},
"query_params": {},
"retrieved_fields": [
"string"
],
"retrieved_fields_mask": true,
"sort_params": {},
"total_count": 0
}
]
}