For development purposes is it possible to trigger a preset from an API call or through some other manual method ? In the doc section I see where to create, delete and show provisions but nothing to execute.
I want to provision a device during reboot. In order to debug my provision script I'd rather not have to reboot the device a bunch of times to avoid waiting for the device to come back. Something like the below that would execute the provision without actually having to reboot my device. curl -i 'http://localhost:7557/provisions/PROVISION_STUFF' -X POST \ --data '{ "arg1": "TEST", "arg2": "TESTING"}'
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
