Query DB for IPFIX Profiles (v2.0)
POST/sdwan/v2.0/api/ipfixprofiles/query
Queries the DB for limit number of IPFIX profiles that match the query parameters.
Request
- application/json
Body
- Array [
- ]
aggregate Aggregate
The aggregate number of IPFIX profiles 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 IPFIX profiles deleted for a time frame.
Group the IPFIX profiles for the query.
Lists the IPFIX profiles 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
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 SiteIPFixPrefixAssociation[]
The ID of the IPFIX prefix.
The individual IP address.
The prefix ID that associates with a site.
A information field that can be added to identify the prefix. 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",
"ipv4_prefixes": [
"string"
],
"prefix_id": "string",
"tags": [
"string"
]
}
]
}