You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module hpe_nimble_group complains the following arguments:
smtp_server: It is missing as argument in the module but exist in the REST API
alert_from_email_addr: It expects alert_from_email_addrs (when it didn't has 's' in the REST API) But if we add an 's' the syntax is ok but I get a python error say that it cannot deal with alert_from_email_addrs.
alarms: no clue yet because this one is well documented in the module doc.
SUMMARY
The module
hpe_nimble_group
complains the following arguments:smtp_server
: It is missing as argument in the module but exist in the REST APIalert_from_email_addr
: It expectsalert_from_email_addrs
(when it didn't has 's' in the REST API) But if we add an 's' the syntax is ok but I get a python error say that it cannot deal withalert_from_email_addrs
.alarms
: no clue yet because this one is well documented in the module doc.ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
COLLECTION VERSION
STEPS TO REPRODUCE
Simply run the following task on your nimble:
EXPECTED RESULTS
It updates the smpt server, the source alert email, and the alarms accordingly
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: