DvsIpfixRequest
DvsIpfixRequest
Configuration options for enabling/disabling IPFIX on DVS and DVPGs.
JSON Example
{
"disable_all": false,
"disable_for_dvs": "string",
"dvpgs_ipfix_request": [
{
"dvs_key": "string",
"enable_for_dvpgs": "string"
}
],
"enable_all": false,
"enable_for_dvs": "string"
}
boolean
disable_all
Optional
Disable flow collection for All DVS.
string
disable_for_dvs
Optional
Comma separated values of all the dvs objects for wihch ipfix should be disabled.
array of
DvpgsIpfixRequest
dvpgs_ipfix_request
Optional
List of IPFIX enable settings for specific DVPGs.
boolean
enable_all
Optional
Enable flow collection for All DVS.
string
enable_for_dvs
Optional
Comma separated values of all the dvs objects for which ipfix should be enabled.