Skip to main content

Query DB for IPFIX Templates (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/ipfixtemplates/query

Queries the DB for limit number of IPFIX templates that match the query parameters.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Body

    description

    The IPFIX profile description when creating an IPFIX template.

    flow_fields string[]required

    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_biflow boolean

    Generate flow report in both directions for a flow at an observation point.

    id string

    The ID of the IPFIX local prefix.

    name stringrequired

    The name of the IPFIX template. Max size = 128.

    option_export_timeout int32

    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.

    options string[]required

    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.

    tags string[]

    A information field that can be added to identify the IPFIX local prefix. Maximum 10 Unique tags of length 1024 each are allowed.

    template_export_timeout int32

    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

Successful Operation

Schema
    count int32

    The actual count.

    deleted_count int64

    The deleted number.

    deleted_ids string[]

    The deleted IDs.

    description

    Description of the query. Max size = 256.

    id string

    The ID.

    next_query object

    Details of the next query.

    tenant_id string

    The tenant ID.

    total_count int64

    Total number.

    items SiteIPFixPrefixAssociation[]
  • Array [
  • id string

    The ID of the IPFIX prefix.

    ipv4_prefixes string[]

    The individual IP address.

    prefix_id string

    The prefix ID that associates with a site.

    tags string[]

    A information field that can be added to identify the prefix. Maximum 10 unique tags of length 1024 each are allowed.

  • ]
Loading...