Query DB for IPFIX Templates (v2.0)
POST/sdwan/v2.0/api/ipfixtemplates/query
Queries the DB for limit number of IPFIX templates that match the query parameters.
Request
- application/json
Body
The IPFIX profile description when creating an IPFIX template.
Possible values: [INTERFACES
, TIME_STAMPS
, DST_IPV4_ADDRESS
, DST_PORT
, SRC_IPV4_ADDRESS
, SRC_PORT
, PROTOCOL
, DSCP_MAP
, DSCP_LAST
, QOS_QUEUE
, WAN_PATH
, APP_DEF_ID
, RTP_TRANSPORT_TYPE
, TRANSPORT_TCP_WINDOWSIZE
, CONNECTION_UNIFLOW_BYTES
, CONNECTION_UNIFLOW_PACKETS
, CONNECTION_BIFLOW_BYTES
, CONNECTION_BIFLOW_PACKETS
, CONNECTION_RTT
, CONNECTION_NTT
, CONNECTION_SRT
, APPLICATION_HOST
, CONNECTION_INIT
, CONNECTION_XACT
, CONNECTION_UDPTRT
, MEDIA_CODEC
, MEDIA_JITTER
, MEDIA_LOSS
, MEDIA_MOS
, TROUBLESHOOT_TCP
, TROUBLESHOOT_DECISION_MAP
]
The information elements exported by default in the flow record.
Generate flow report in both directions for a flow at an observation point.
The ID of the IPFIX local prefix.
The name of the IPFIX template. Max size = 128.
Indicates how often the device sends flow templates to a collector. This is only applicable when the connection to a collector uses the UDP protocol. The default value is 600 seconds.
Possible values: [APP_DEF_ID_TABLE
, LINK_QUALITY_METRICS
, WAN_PATH_ID_TABLE
, TYPE_INFO_FOR_IPFIX_IE
, DEVICE_IDENTIFICATION
]
When selected, Options allows export of additional information to the collector that would not be possible with Flow Fields alone. Maz size = 8.
A information field that can be added to identify the IPFIX local prefix. Maximum 10 Unique tags of length 1024 each are allowed.
Indicates how often the device sends the option record information to a collector. This is only applicable when the connection to a collector uses the UDP protocol. The default value is 600 seconds.
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"
]
}
]
}