NetFlow Monitors
Location in GUI: Fabric » Access Policies » Policies » Interface » NetFlow » NetFlow Monitors
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_monitors | List | [netflow_monitors] | No |
netflow_monitors (apic.access_policies.interface_policies)
Section titled “netflow_monitors (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 | |
| flow_record | String | No | ||
| flow_exporters | List | String[Regex: ^[a-zA-Z0-9_.:-]{1,64}$] | No |
Examples
Section titled “Examples”apic: access_policies: interface_policies: netflow_monitors: - name: MONITOR1 description: monitor 1 flow_record: RECORD1 flow_exporters: - EXPORTER1 - EXPORTER2