Create IPFix Collector Context (v2.0)
POST/sdwan/v2.0/api/ipfixcollectorcontexts
Create a IPFix collector context.
Request
- application/json
Body
description
The description of the IPFIX config. Max characters = 256.
id string
The ID of the IPFIX config.
name stringrequired
The name of the IPFIX config. Max characters = 128.
Responses
- 200
- 400
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"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_JSON_INPUT"
},
{
"code": "INVALID_JSON_EXTRA_ATTRIBUTE"
},
{
"code": "INVALID_REQUEST_DUPLICATE_KEY"
},
{
"code": "NAME_REQD"
},
{
"code": "DESCRIPTION_EXCEEDS_LIMIT"
}
]
}
}
Loading...