Skip to content

Exposing restoreConfig method as IAP task for use with rollback support...

Kerry Robinson requested to merge patch/expose_restoreConfig into master

Description of Change:

Exposed restoreConfig method as a task for workflow usage

How to Test:

Add adapter to IAP and configure in IAP. Verify command displays as task in workflow builder. Use task in test workflow to set any config block on a mock device. Verify config is set in mongo afterwards and the outgoing response from the task says "success".

Merge request reports