wti.remote.cpm_snmp_info – Get network SNMP parameters from WTI OOB and PDU devices¶
Note
This plugin is part of the wti.remote collection (version 1.0.1).
To install it use: ansible-galaxy collection install wti.remote
.
To use it in a playbook, specify: wti.remote.cpm_snmp_info
.
New in version 2.10: of wti.remote
Parameters¶
Examples¶
- name: Get the network SNMP Parameters for all interfaces of a WTI device.
cpm_interface_info:
cpm_url: "nonexist.wti.com"
cpm_username: "super"
cpm_password: "super"
use_https: true
validate_certs: false
- name: Get the network SNMP Parameters for eth0 of a WTI device.
cpm_interface_info:
cpm_url: "nonexist.wti.com"
cpm_username: "super"
cpm_password: "super"
use_https: false
validate_certs: false
interface: "eth0"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Western Telematic Inc. (@wtinetworkgear)