NetFlow Records
Location in GUI: Fabric » Access Policies » Policies » Interface » NetFlow » NetFlow Records
Diagram
Section titled “Diagram”Classes
Section titled “Classes”interface_policies (apic.access_policies)
Section titled “interface_policies (apic.access_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| netflow_records | List | [netflow_records] | No |
netflow_records (apic.access_policies.interface_policies)
Section titled “netflow_records (apic.access_policies.interface_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
| match_parameters | List | Choice[dst-ip, dst-ipv4, dst-ipv6, dst-mac, dst-port, ethertype, proto, src-ip, src-ipv4, src-ipv6, src-mac, src-port, tos, vlan, unspecified] | No |
Examples
Section titled “Examples”apic: access_policies: interface_policies: netflow_records: - name: RECORD1 description: record 1 match_parameters: - dst-ip - src-ip - dst-port - src-port