Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 461 Bytes

File metadata and controls

17 lines (13 loc) · 461 Bytes

General - Wizard Setup

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}