{ "info": { "_postman_id": "e1ad163d-bd3b-4d3c-ac75-9c28f52c7edf", "name": "lumo", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "http://192.168.3.15/login #login into camera", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "username", "value": "admin", "type": "text" }, { "key": "password", "value": "secret", "type": "text" } ] }, "url": { "raw": "http://10.5.16.28/login", "protocol": "http", "host": [ "10", "5", "16", "28" ], "path": [ "login" ] }, "description": "Generated from a curl request: \ncurl --cookie cookies.log --cookie-jar cookies.log http://192.168.3.15/login --data \\\"username=admin&password=secret\\\"" }, "response": [] }, { "name": "http://192.168.3.15/text/results #result 1 record", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"count\":1}" }, "url": { "raw": "http://10.5.16.28/text/results", "protocol": "http", "host": [ "10", "5", "16", "28" ], "path": [ "text", "results" ] } }, "response": [] }, { "name": "http://192.168.3.15/access/white.txt #retrieve complete whitelist", "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "http://10.5.16.28/access/white.txt", "protocol": "http", "host": [ "10", "5", "16", "28" ], "path": [ "access", "white.txt" ] } }, "response": [] }, { "name": "http://192.168.3.15/access/white.txt #search for pattern", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "{\"pattern\":\"80*\"}" }, "url": { "raw": "http://10.5.16.28/access/white.txt", "protocol": "http", "host": [ "10", "5", "16", "28" ], "path": [ "access", "white.txt" ] }, "description": "request whiatelist with pattern" }, "response": [] }, { "name": "http://192.168.3.15/access/white.txt #add record whitelist", "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" } ], "body": { "mode": "raw", "raw": "[{\"always\":true,\"plate\":\"HHKF1116\", \"id\": 213}]" }, "url": { "raw": "http://10.5.16.28/access/wiegandlist.txt", "protocol": "http", "host": [ "10", "5", "16", "28" ], "path": [ "access", "wiegandlist.txt" ] } }, "response": [] }, { "name": "http://192.168.3.15/access/white.txt #add record whitelist", "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" } ], "body": { "mode": "raw", "raw": "[{\"always\":true,\"plate\":\"HHKF1114\"}]" }, "url": { "raw": "http://10.5.16.28/access/white.txt", "protocol": "http", "host": [ "10", "5", "16", "28" ], "path": [ "access", "white.txt" ] } }, "response": [] }, { "name": "http://192.168.3.15/digitalio #IO status", "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "http://10.5.16.28/digitalio", "protocol": "http", "host": [ "10", "5", "16", "28" ], "path": [ "digitalio" ] } }, "response": [] }, { "name": "http://192.168.3.15/digitalio #activate output 1", "request": { "method": "PATCH", "header": [], "body": { "mode": "raw", "raw": "{\"index\":1, \"set\":true}" }, "url": { "raw": "http://10.5.16.28/digitalio", "protocol": "http", "host": [ "10", "5", "16", "28" ], "path": [ "digitalio" ] } }, "response": [] } ] }