Tenant NetFlow Records
Location in GUI: Tenant » XXX » Policies » Netflow » NetFlow Records
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| netflow_records | List | [netflow_records] | No |
netflow_records (apic.tenants.policies)
Section titled “netflow_records (apic.tenants.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: tenants: - name: 'ABC' policies: netflow_records: - name: RECORD1 description: record 1 match_parameters: - dst-ip - src-ip - dst-port - src-port