wti.remote.cpm_alarm_info – Get alarm information 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_alarm_info
.
New in version 2.9: of wti.remote
Parameters¶
Examples¶
- name: Get the Alarm Information for a WTI device
cpm_alarm_info:
cpm_url: "nonexist.wti.com"
cpm_username: "super"
cpm_password: "super"
use_https: true
validate_certs: false
- name: Get the Alarm Information for a WTI device
cpm_alarm_info:
cpm_url: "nonexist.wti.com"
cpm_username: "super"
cpm_password: "super"
use_https: false
validate_certs: false
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Western Telematic Inc. (@wtinetworkgear)