Request:
POST /api/sonicos/config/pending
Accept: application/json
Response:
HTTP/1.0 200 OK
Server: SonicWALL
Content-type: application/json; charset=UTF-8
{
"status": {
"success": true
,"cli": {
"depth": 1
,"mode": "config_mode"
,"configuring": true
,"pending_config": false
,"restart_required": "NONE"
}
,"info": [
{ "level": "info", "code": "E_OK", "message": "Success." } ] }
}