Get IPFix Collector Context (v2.0)
GET/sdwan/v2.0/api/ipfixcollectorcontexts
List all the IPFix collector contexts.
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 stringrequired
The name of the IPFIX context config. Max characters = 128.
{
"id": "string",
"name": "string"
}
Loading...