#snmp contact and location api/ansible module
1 messages · Page 1 of 1 (latest)
I cannot directly link the SNMP section, but search these API docs for 'snmp':
https://docs.netapp.com/us-en/ontap-restapi/ontap/swagger-ui/index.html
And there are three sections for SNMP for Ansible on this page:
https://docs.ansible.com/ansible/latest/collections/netapp/ontap/index.html
It ist done with the na_ontap_cluster module.
- name: Set cluster contact and system location netapp.ontap.na_ontap_cluster: cluster_location: "{{ syslocation }}" cluster_contact: "{{ contact }}"