{ "info": { "_postman_id": "7b72a148-342d-48b9-b8bb-64331ce3443c", "name": "VSP E790 to Reset Server Tab", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "CGI-BIN Login", "event": [ { "listen": "test", "script": { "exec": [ "pm.globals.set(\"session\", pm.response.headers.get(\"Session-ID\"));\r", "" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "Connection", "value": "keep-alive" }, { "key": "Pragma", "value": "no-cache" }, { "key": "Cache-Control", "value": "no-cache" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Accept", "value": "*/*" }, { "key": "Accept-Language", "value": "en-US,en;q=0.9,nl;q=0.8" } ], "body": { "mode": "raw", "raw": "{\"header\":{\"service\":\"Auth\", \"action\":\"login\", \"returnCode\":\"\"}, \"body\":{\"userId\": \"{{username}}\",\"password\": \"{{password}}\"}}", "options": { "raw": { "language": "text" } } }, "url": { "raw": "http://{{server}}/cgi-bin/easygui.cgi", "protocol": "http", "host": [ "{{server}}" ], "path": [ "cgi-bin", "easygui.cgi" ] } }, "response": [] }, { "name": "CGI-BIN Get Server Tab in GUI settings", "request": { "method": "POST", "header": [ { "key": "Connection", "value": "keep-alive" }, { "key": "Pragma", "value": "no-cache" }, { "key": "Cache-Control", "value": "no-cache" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Accept", "value": "*/*" }, { "key": "Accept-Language", "value": "en-US,en;q=0.9,nl;q=0.8" }, { "key": "Session-ID", "value": "{{session}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"header\":{\"service\":\"System\", \"action\":\"getGUMOptionSetting\", \"returnCode\":\"\"}, \"body\":{}}" }, "url": { "raw": "http://{{server}}/cgi-bin/easygui.cgi", "protocol": "http", "host": [ "{{server}}" ], "path": [ "cgi-bin", "easygui.cgi" ] } }, "response": [] }, { "name": "CGI-BIN Set Server Tab in GUI settings", "request": { "method": "POST", "header": [ { "key": "Connection", "value": "keep-alive" }, { "key": "Pragma", "value": "no-cache" }, { "key": "Cache-Control", "value": "no-cache" }, { "key": "Session-ID", "value": "{{session}}" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Accept", "value": "*/*" }, { "key": "Accept-Language", "value": "en-US,en;q=0.9,nl;q=0.8" } ], "body": { "mode": "raw", "raw": "{\"header\":{\"service\":\"System\", \"action\":\"setGUMOptionSetting\", \"returnCode\":\"\"}, \"body\":{\"options\":{\"SAEProvisioningEnable\": \"1\"}}}" }, "url": { "raw": "http://{{server}}/cgi-bin/easygui.cgi", "protocol": "http", "host": [ "{{server}}" ], "path": [ "cgi-bin", "easygui.cgi" ] } }, "response": [] } ] }