IpfixDfwTemplateParameters

IpfixDfwTemplateParameters
IpfixDfwTemplateParameters

This entity represents the flow parameters which are exported.

JSON Example
{
    "destination_address": false,
    "destination_transport_port": false,
    "firewall_event": false,
    "flow_direction": false,
    "flow_end": false,
    "flow_start": false,
    "icmp_code": false,
    "octet_delta_count": false,
    "packet_delta_count": false,
    "protocol_identifier": false,
    "rule_id": false,
    "source_address": false,
    "source_icmp_type": false,
    "source_transport_port": false,
    "vif_uuid": false
}
boolean
destination_address
Optional
Constraints: default: true

The destination IP address of a monitored network flow.

boolean
destination_transport_port
Optional
Constraints: default: true

The destination transport port of a monitored network flow.

boolean
firewall_event
Optional
Constraints: default: true

Five valid values are allowed: 1. Flow Created. 2. Flow Deleted. 3. Flow Denied. 4. Flow Alert (not used in DropKick implementation). 5. Flow Update.

boolean
flow_direction
Optional
Constraints: default: true

Two valid values are allowed: 1. 0x00: igress flow to VM. 2. 0x01: egress flow from VM.

boolean
flow_end
Optional
Constraints: default: true

The absolute timestamp (seconds) of the last packet of this flow.

boolean
flow_start
Optional
Constraints: default: true

The absolute timestamp (seconds) of the first packet of this flow.

boolean
icmp_code
Optional
Constraints: default: true

Code of the IPv4 ICMP message.

boolean
octet_delta_count
Optional
Constraints: default: true

The number of octets since the previous report (if any) in incoming packets for this flow at the observation point. The number of octets include IP header(s) and payload.

boolean
packet_delta_count
Optional
Constraints: default: true

The number of incoming packets since the previous report (if any) for this flow at the observation point.

boolean
protocol_identifier
Optional
Constraints: default: true

The value of the protocol number in the IP packet header.

boolean
rule_id
Optional
Constraints: default: true

Firewall rule Id - enterprise specific Information Element that uniquely identifies firewall rule.

boolean
source_address
Optional
Constraints: default: true

The source IP address of a monitored network flow.

boolean
source_icmp_type
Optional
Constraints: default: true

Type of the IPv4 ICMP message.

boolean
source_transport_port
Optional
Constraints: default: true

The source transport port of a monitored network flow.

boolean
vif_uuid
Optional
Constraints: default: true

VIF UUID - enterprise specific Information Element that uniquely identifies VIF.