The /api/edge/setup.json endpoint allows you to view and make changes to specific parts of the device’s configuration with a user-friendly form.
It does not support a HTTP GET.
POST /api/edge/setup.json Request
{"data":{"scenario":"Basic_Setup","action":"load"}}POST /api/edge/setup.json Response
{"SETUP": {"success": "0", "error": "Request has no action"}, "success": true}