opennms-forge / ansible-provisioning

Use Ansible to provision node inventory into OpenNMS Horizon/Meridian
https://www.opennms.com
GNU Affero General Public License v3.0
0 stars 1 forks source link

:rocket: Add PUT call to update existing nodes #95

Closed mfuhrmann closed 10 months ago

mfuhrmann commented 10 months ago

The requisition API offers also the PUT method. https://docs.opennms.com/horizon/32/development/rest/requisitions.html#puts-modifying-data

Let's see if we can add a task for this, too.