Delete IPFix Collector Context (v2.0)
Delete a IPFix collector context.
Path Parameters
- context_id string required
ID of the IPFIX collector context.
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 string required
The name of the IPFIX context config. Max characters = 128.
{
"id": "string",
"name": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
_error ErrorResponse[]
Array [code stringmessage string]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "IPFIX_COLLECTOR_CONTEXT_IS_USED_IN_IPFIX_PROFILE"
},
{
"code": "IPFIX_COLLECTOR_CONTEXT_IS_USED_IN_IPFIX_CONFIG"
},
{
"code": "IPFIX_COLLECTOR_CONTEXT_IS_USED_IN_INTERFACES"
}
]
}
}
Loading...