InlineIpfixObsPointConfig1
InlineIpfixObsPointConfig1
JSON Example
{
"idle_timeout": 0,
"observation_domain_id": 0,
"collectors": [
{
"collector_ip_address": "string",
"collector_port": 0
}
],
"active_timeout": 0,
"packet_sample_probability": "number",
"enabled": false,
"max_flows": 0
}
integer As int32 As int32
idle_timeout
Optional
The time in seconds after a Flow is expired if no more packets matching this Flow are received by the cache.
integer As int64 As int64
observation_domain_id
Optional
An identifier that is unique to the exporting process and used to meter the Flows.
integer As int32 As int32
active_timeout
Optional
The time in seconds after a Flow is expired even if more packets matching this Flow are received by the cache.
number
packet_sample_probability
Optional
The probability in percentage that a packet is sampled, in range 0-100. The probability is equal for every packet.
boolean
enabled
Required
enabled
integer As int64 As int64
max_flows
Optional
The maximum number of flow entries in each exporter flow cache.