NetOpsConfig
NetOpsConfig
The NetOps instance configuration
JSON Example
{
"collectorId": "string",
"dvsIpfixRequest": {
"disable_all": false,
"disable_for_dvs": "string",
"dvpgs_ipfix_request": [
{
"dvs_key": "string",
"enable_for_dvpgs": "string"
}
],
"enable_all": false,
"enable_for_dvs": "string"
},
"enabled": false,
"response": {
"enabled": false,
"entity_id": "string",
"error": {
"code": 0,
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
],
"message": "string"
},
"fqdn": "string",
"ip": "string",
"ipfix_response": {
"ipfix_disabled_for": "string",
"ipfix_disabling_failed": "string",
"ipfix_enabled_for": "string",
"ipfix_enabling_failed": "string"
},
"nickname": "string",
"proxy_id": "string",
"vcfManaged": false
}
}
string
collectorId
Required
Constraints:
minLength: 1
The NetOps collector instance used by this adapter instance.
dvsIpfixRequest
Required
Configuration options for enabling/disabling IPFIX on DVS and DVPGs.
boolean
enabled
Optional
Whether or not to enable network and flow collection for adapter instance. If not provided, it will be enabled by default.