Skip to content

Commit

Permalink
[ignore] Modify Documentations for aci_netflow_monitor_policy and aci…
Browse files Browse the repository at this point in the history
…_netflow_monitor_to_exporter.
  • Loading branch information
gmicol authored and lhercot committed Feb 27, 2024
1 parent d45bf16 commit b3e6392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions plugins/modules/aci_netflow_monitor_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@
notes:
- The I(tenant) must exist before using this module in your playbook.
The M(cisco.aci.aci_tenant) can be used for this.
- If the I(netflow_record_policy) is used, it must exist before using this module in your playbook.
The M(cisco.aci.aci_netflow_record_policy) can be used for this.
seealso:
- module: cisco.aci.aci_tenant
- module: cisco.aci.aci_netflow_record_policy
- name: APIC Management Information Model reference
description: More information about the internal APIC class B(netflow:MonitorPol).
link: https://developer.cisco.com/docs/apic-mim-ref/
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/aci_netflow_monitor_to_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
delegate_to: localhost
- name: Delete a Netflow Monitor Policy
cisco.aci.aci_netflow_monitor_policy:
cisco.aci.aci_netflow_monitor_to_exporter:
host: apic
username: admin
password: SomeSecretPassword
Expand Down

0 comments on commit b3e6392

Please sign in to comment.