Skip to:
During customer phase 2 demo. They would like this capability so that it's possible to address one individual entry rather than have to overwrite the entire thing.
e.g.
He want to a single query to update cron-schedule of import-name = test-file3.
Pull request: https://github.com/OpenNMS/opennms/pull/4996
Having a short discussion with Jeff and Maxim.
We could provide GET / ADD (POST) / UPDATE (PUT) / DELETE RESTful API for specific config node.
Possible URL pattern: (edit cron-schedule of test-file3)
/opennms/rest/cm/provisiond/default/requisition-def/import-name/test-file3/cron-schedule
or
/opennms/rest/cm/provisiond/default/requisition-def[import-name=test-file3]/cron-schedule
During customer phase 2 demo. They would like this capability so that it's possible to address one individual entry rather than have to overwrite the entire thing.
e.g.
He want to a single query to update cron-schedule of import-name = test-file3.