Get IPFIX Filter Context (v2.0)
List an IPFIX filter context.
Path Parameters
context_id string required
ID of the IPFIX filter context.
Responses
- 200
Successful Operation
application/json
Schema
Example (from schema)
Schema
description
The description of the IPFIX context config. Max characters = 256.
id string
The ID of the IPFIX context config.
name string required
The name of the IPFIX context config. Max characters = 128.
{
"id": "string",
"name": "string"
}
Loading...