{"info":{"_postman_id":"f8a11fe3-ffca-4b9e-87eb-f07fa7651309","name":"Controle de Acesso","description":"<html><head></head><body><p>Nesta documentação há as estruturas das diversas requisições HTTP que são enviadas para os equipamentos presentes na linha de acesso da Control iD (maiores detalhes: <a href=\"https://www.controlid.com.br/controle-de-acesso/\">https://www.controlid.com.br/controle-de-acesso/</a>). Caso não localizar uma requisição ou deseja realizar uma observação, por gentileza nos envie um e-mail com maiores detalhes (<a href=\"https://mailto:integracao@controlid.com.br\">integracao@controlid.com.br</a>). A sua opinião é muito importante para nós.</p>\n<p>Muito obrigado pela sua atenção e compreensão!</p>\n<p>Atenciosamente,</p>\n<p>Departamento de Engenharia/Integração da Control iD.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10800185","collectionId":"f8a11fe3-ffca-4b9e-87eb-f07fa7651309","publishedId":"SztHW4xo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-01T13:07:43.000Z"},"item":[{"name":"Gerenciamento de sessão","item":[{"name":"Login","event":[{"listen":"prerequest","script":{"id":"3da20f7e-f329-4451-8030-34ee44115d7b","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"6117140c-b482-4a97-8411-cfd27cf06eec","exec":["pm.test(\"JSON contains session\", function () {\r","    var jsonData = pm.response.json();\r","    \r","    pm.expect(jsonData).to.have.property(\"session\");\r","    pm.expect(jsonData.session).to.not.eql();\r","    pm.expect(jsonData.session).to.not.eql(null);\r","    \r","    pm.environment.set(\"session\", jsonData.session);\r","    \r","    var login = JSON.parse(pm.request.body.raw).login;\r","    var password = JSON.parse(pm.request.body.raw).password;\r","    \r","    pm.environment.set(\"login\", login);\r","    pm.environment.set(\"password\", password);\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5b318a78-e3e8-4018-8a6b-9bfc8255f944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"{{login}}\",\n    \"password\": \"{{password}}\"\n}"},"url":"{{host}}/login.fcgi","description":"<p>Comando para criar uma sessão que é necessária para todos os outros comandos, exceto <em><strong>session_is_valid</strong></em>. O método HTTP usado para o envio dos dados é o POST.</p>\n","urlObject":{"path":["login.fcgi"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bf81830d-de4e-4f49-a11d-dd9ffd877bd9","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"login\": \"{{login}}\",\n    \"password\": \"{{password}}\"\n}"},"url":"{{host}}/login.fcgi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"session\": \"K5Jvtkv0tP7xhdl67oKTjTfJ\"\n}"}],"_postman_id":"5b318a78-e3e8-4018-8a6b-9bfc8255f944"},{"name":"Logout","id":"9d5fff7d-6705-4f58-b0ad-66eee5de07b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"{{host}}/logout.fcgi?session={{session}}","description":"<p>Comando para finalizar a sessão corrente.</p>\n","urlObject":{"path":["logout.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"9d5fff7d-6705-4f58-b0ad-66eee5de07b6"},{"name":"Checar validade da sessão","event":[{"listen":"prerequest","script":{"id":"6d593588-2867-4881-ac85-a9c26e7f9544","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"b13e62f0-674e-433a-bfbf-4a7050cf40ef","exec":[""],"type":"text/javascript"}}],"id":"4c531779-d53d-4917-99b5-09654f4fc53d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/session_is_valid.fcgi?session={{session}}","description":"<p>Comando para verificar a validade de uma sessão.</p>\n","urlObject":{"path":["session_is_valid.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"9cb2b86d-713f-400d-acc6-30ea0ffb41eb","name":"Sucesso","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/session_is_valid.fcgi?session={{session}}","host":["{{host}}"],"path":["session_is_valid.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 17:05:47 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"session_is_valid\": true\n}"}],"_postman_id":"4c531779-d53d-4917-99b5-09654f4fc53d"},{"name":"Alterar login e senha","event":[{"listen":"prerequest","script":{"id":"4b9ebe61-0027-4acc-b8d5-569a1bce737e","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"6a2508ab-39b0-4df3-99c9-b3bb45c79bc6","exec":[""],"type":"text/javascript"}}],"id":"5c6e92a0-2770-4bcc-9ec0-566f70714f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"login\": \"{{login}}\",\n\t\"password\": \"{{password}}\"\n}"},"url":"{{host}}/change_login.fcgi?session={{session}}","description":"<p>Comando para alterar o usuário e/ou a senha utilizados para login no equipamento.</p>\n","urlObject":{"path":["change_login.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5c6e92a0-2770-4bcc-9ec0-566f70714f89"}],"id":"69420464-109e-4851-a691-b405150c2657","description":"<p>Neste tópico serão apresentados os comandos utilizados para administração da sessão nos equipamentos. Eles são importantes e necessários para iniciar, analisar e finalizar a comunicação via requisições HTTP com os dispositivos.</p>\n","event":[{"listen":"prerequest","script":{"id":"91432de2-94f6-4dcd-950d-d12c3a18c05d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"069f8240-765f-4f9f-bc92-bf5c622e88dc","type":"text/javascript","exec":[""]}}],"_postman_id":"69420464-109e-4851-a691-b405150c2657"},{"name":"Hardware","item":[{"name":"Buscar estado do GPIO","id":"5ced8f42-abe0-441b-b7d9-c61047a56459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": 11\n}"},"url":"{{host}}/gpio_state.fcgi?session={{session}}","urlObject":{"path":["gpio_state.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"baa2f3ea-e1b5-4dff-89e4-ecba11bb9334","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": 11\n}"},"url":{"raw":"{{host}}/gpio_state.fcgi?session={{session}}","host":["{{host}}"],"path":["gpio_state.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Jul 2019 21:30:43 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"enabled\": 1,\n    \"in\": 0,\n    \"pin\": \"pe00\",\n    \"idle\": 0,\n    \"pullup\": 0,\n    \"value\": 0,\n    \"notify\": 1,\n    \"notified\": 0\n}"}],"_postman_id":"5ced8f42-abe0-441b-b7d9-c61047a56459"},{"name":"Recarregar LED RGB","id":"d3caadaa-deb7-4468-9f47-48dea60d4b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/led_rgb_refresh.fcgi?session={{session}}","urlObject":{"path":["led_rgb_refresh.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d3caadaa-deb7-4468-9f47-48dea60d4b6d"},{"name":"Coletar testes de fábrica","id":"874df05d-fb32-4a9f-8ec8-890a1ec4d156","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/tests.fcgi?session={{session}}","urlObject":{"path":["tests.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"874df05d-fb32-4a9f-8ec8-890a1ec4d156"}],"id":"4765ce00-7ded-4798-a3fd-c8c59db4e0d1","_postman_id":"4765ce00-7ded-4798-a3fd-c8c59db4e0d1","description":""},{"name":"Sistema","item":[{"name":"Reiniciar","id":"dd411eaf-97bb-4a38-8e95-a13f7085fb54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/reboot.fcgi?session={{session}}","urlObject":{"path":["reboot.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"dd411eaf-97bb-4a38-8e95-a13f7085fb54"},{"name":"Reiniciar sem sessão ativa","id":"aad4ee02-8eaa-4dcd-8f83-14df7326eb55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/reboot","urlObject":{"path":["reboot"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cc26058e-7275-48ae-a24c-42f7c53f3f69","name":"Com endpoint de reinício ativado","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/reboot"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-type","value":"text/html"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Length","value":"3116"},{"key":"Date","value":"Thu, 29 Sep 2022 17:30:37 GMT"},{"key":"Server","value":"lighttpd/1.4.51"}],"cookie":[],"responseTime":null,"body":"<html style=\"background-color: rgb(61, 61, 61);\">\n    <head>\n        <link rel=\"shortcut icon\" href=\"/images/favicon.ico\" />\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n        <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n        <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n        <meta content=\"\" name=\"description\">\n        <meta content=\"\" name=\"author\">\n\n\n\n\n    </head>\n    <body style=\"background-color: rgb(61, 61, 61);\" class=\"page-header-fixed page-sidebar-fixed page-footer-fixed\">\n        <!-- BEGIN GLOBAL MANDATORY STYLES -->\n        <link href=\"/assets/css/themes/default.css\" rel=\"stylesheet\" type=\"text/css\" id=\"style_color\">\n        <link href=\"/assets/plugins/bootstrap/css/bootstrap.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link href=\"/assets/plugins/bootstrap/css/bootstrap-responsive.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link href=\"/assets/plugins/font-awesome/css/font-awesome.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link href=\"/assets/css/style-metro.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link href=\"/assets/css/style.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link href=\"/assets/css/style-responsive.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link href=\"/assets/css/error.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link href=\"/assets/plugins/uniform/css/uniform.default.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link href=\"/assets/plugins/bootstrap-switch/static/stylesheets/bootstrap-switch-metro.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link href=\"/assets/plugins/glyphicons_halflings/css/halflings.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link href=\"/assets/plugins/glyphicons/css/glyphicons.css\" rel=\"stylesheet\" type=\"text/css\">\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/datepicker/datepicker.css\">\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/timepicker/timepicker.css\">\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/modal/bootstrap-modal.css\">\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/table/table.css\">\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/chosen/chosen.css\">\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/timeline/timeline.css\">\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/wColorPicker/wColorPicker.css\">\n        <!-- END GLOBAL MANDATORY STYLES -->\n        <!-- BEGIN HEADER -->\n        <div id=\"MasterPage_header\" class=\"header navbar navbar-inverse navbar-fixed-top\">\n            <!-- BEGIN TOP NAVIGATION BAR -->\n            <div class=\"navbar-inner\">\n                <div class=\"container-fluid\">\n                    <!-- BEGIN LOGO -->\n                    <a class=\"brand\" href=\"/pt_BR/html/index.html\">\n                        <img src=\"/images/logoW.png\" alt=\"logo\" width=\"120px\">\n\t\t\t\n                    </a>\n                    <!-- END TOP NAVIGATION MENU -->\n\t\t\n                </div>\n            </div>\n            <!-- END TOP NAVIGATION BAR -->\n        </div>\n        <!-- END HEADER -->\n        <div id=\"MasterConteudo\" style=\"\" class=\"page-container row-fluid\">\n            <div class=\"col-md-6 page-404\">\n                <br>\n                <br>\n                <br>\n                <div class=\"details font-light-grey\">\n                    <h3>Reiniciando dispositivo!</h3>\n                </div>\n            </div>\n        </div>\n        <div id=\"MasterPage_footer\" class=\"footer\" style=\"\">\n            <div class=\"footer-inner\">\n\n\t</div>\n            <div class=\"footer-tools\">\n                <br />\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"bff21c00-05e4-417b-9421-a87c80342b24","name":"Com endpoint de reinício desativado","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/reboot"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Length","value":"341"},{"key":"Date","value":"Thu, 29 Sep 2022 17:31:54 GMT"},{"key":"Server","value":"lighttpd/1.4.51"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n         \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n    <head>\n        <title>404 Not Found</title>\n    </head>\n    <body>\n        <h1>404 Not Found</h1>\n    </body>\n</html>"}],"_postman_id":"aad4ee02-8eaa-4dcd-8f83-14df7326eb55"},{"name":"Voltar todas configurações de fábrica","id":"7876af79-d466-4346-89a1-498d42281d02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"keep_network_info\": false\n}"},"url":"{{host}}/reset_to_factory_default.fcgi?session={{session}}","urlObject":{"path":["reset_to_factory_default.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7876af79-d466-4346-89a1-498d42281d02"},{"name":"Voltar configurações de fábrica exceto rede","id":"dc4903d0-3f05-415f-b779-5ae909a8969d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"keep_network_info\": true\n}"},"url":"{{host}}/reset_to_factory_default.fcgi?session={{session}}","urlObject":{"path":["reset_to_factory_default.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"dc4903d0-3f05-415f-b779-5ae909a8969d"},{"name":"Remover todos administradores","id":"4ebac5f3-06a5-4614-952b-d64ac3d718f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/delete_admins.fcgi?session={{session}}","urlObject":{"path":["delete_admins.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4ebac5f3-06a5-4614-952b-d64ac3d718f2"},{"name":"Reiniciar em modo de recuperação","id":"db238f1f-7193-414e-99a5-b22c08aea515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/reboot_recovery.fcgi?session={{session}}","urlObject":{"path":["reboot_recovery.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"db238f1f-7193-414e-99a5-b22c08aea515"},{"name":"Alterar data/hora","id":"3fc6e3dd-e74e-4dac-a2c8-bb38aca2e43c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"day\": 21,\n\t\"month\": 8,\n\t\"year\": 2019,\n\t\"hour\": 0,\n\t\"minute\": 59,\n\t\"second\": 50\n}"},"url":"{{host}}/set_system_time.fcgi?session={{session}}","urlObject":{"path":["set_system_time.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"3fc6e3dd-e74e-4dac-a2c8-bb38aca2e43c"},{"name":"Alterar senha mestre","id":"70a6dfc8-62fa-4507-a9d0-10a4af773432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"password\": \"000123\"\n}"},"url":"{{host}}/master_password.fcgi?session={{session}}","urlObject":{"path":["master_password.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"70a6dfc8-62fa-4507-a9d0-10a4af773432"},{"name":"Alterar configuração de rede","id":"595544ec-5828-435e-8666-39a5b44fa751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ip\": \"192.168.110.200\",\n    \"netmask\": \"255.255.128.0\",\n    \"gateway\": \"192.168.0.1\",\n    \"custom_hostname_enabled\": true,\n    \"device_hostname\": \"Control iD\",\n    \"web_server_port\": 80,\n    \"dns_primary\": \"1.1.1.1\",\n    \"dns_secondary\": \"1.1.4.4\",\n    \"ssl_enabled\": false,\n    \"self_signed_certificate\": true\n}"},"url":"{{host}}/set_system_network.fcgi?session={{session}}","urlObject":{"path":["set_system_network.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"595544ec-5828-435e-8666-39a5b44fa751"},{"name":"Habilitar 802.1X","id":"9d5fdaad-a05f-4ab5-995e-581bf7f1bc5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": true,\n    \"login\": \"testing\",\n    \"password\": \"password\",\n    \"inner_auth\": 0\n}"},"url":"{{host}}/configure_802_1X.fcgi?session={{session}}","urlObject":{"path":["configure_802_1X.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"9d5fdaad-a05f-4ab5-995e-581bf7f1bc5d"},{"name":"Alterar configuração de OpenVPN","id":"7fac2f8f-5b28-4832-8a37-be2c6905fea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": true,\n    \"login_enabled\": false,\n    \"login\": \"Admin\",\n    \"password\": \"Admin\"\n}"},"url":"{{host}}/set_vpn_information.fcgi?session={{session}}","urlObject":{"path":["set_vpn_information.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7fac2f8f-5b28-4832-8a37-be2c6905fea8"},{"name":"Alterar arquivo de configuração de VPN com arquivo .config","id":"62eb9020-d69b-4fdc-b719-3667329b485f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"file","file":{"src":"/home/lucasgranela/Downloads/Exemplo de uso - Usuario e Senha/vpn_config.conf"}},"url":"{{host}}/set_vpn_file.fcgi?file_type=config&session={{session}}","urlObject":{"path":["set_vpn_file.fcgi"],"host":["{{host}}"],"query":[{"key":"file_type","value":"config"},{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"62eb9020-d69b-4fdc-b719-3667329b485f"},{"name":"Alterar arquivo de configuração de VPN com arquivo .zip","id":"2b3a8ef8-89f2-4675-b1c1-a06f8ee48d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"file","file":{"src":"/home/lucasgranela/Downloads/Exemplo de uso - Usuario e Senha/zip.zip"}},"url":"{{host}}/set_vpn_file.fcgi?file_type=zip&session={{session}}","urlObject":{"path":["set_vpn_file.fcgi"],"host":["{{host}}"],"query":[{"key":"file_type","value":"zip"},{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"2b3a8ef8-89f2-4675-b1c1-a06f8ee48d5d"},{"name":"Receber arquivo de Exemplo OpenVPN","id":"c3bf3d17-030a-456a-81d3-843dd0be3dba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ }"},"url":"{{host}}/get_vpn_file.fcgi?session={{session}}","urlObject":{"path":["get_vpn_file.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"6f2e7012-da61-43c2-b86c-cf9e02d1924f","name":"Receber arquivo de Exemplo OpenVPN","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ }"},"url":{"raw":"{{host}}/get_vpn_file.fcgi?session={{session}}","host":["{{host}}"],"path":["get_vpn_file.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Type","value":"application/octet-stream; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Length","value":"8315"},{"key":"Date","value":"Thu, 03 Nov 2022 12:39:01 GMT"},{"key":"Server","value":"lighttpd/1.4.51"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\u0014\u0000\u0000\u0000\u0000\u0000�zZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000'\u0000 \u0000Exemplo de uso - Chaves e Certificados/UT\r\u0000\u0007jzYc��YcҏYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000�{ZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u001d\u0000\u00006\u0000 \u0000Exemplo de uso - Chaves e Certificados/vpn_config.confUT\r\u0000\u0007�|Yc҇Yc�|Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000�Y͎�6\u0010��)\u0006�\u0005\"/6h\u000b\u00141\n���\u0018m7FֻhQ�0��5\u0011�Ԓ����Y�Pl��r�U/�\u0019R?�\u0017H\u001a\u0014(ZT����𛿏\u001a�3\u001a}ʕ�`~#�R\u0019�\u0005����.�fFo�Ue�����@{��K%ߠ�\rd[�\t\u0007$.��\u001b�an\u001c�V8�=M��6-�\u0018>r���Y��RdA5\\W\u0002�{ ��+���}����LI���E\u0010�\"\u0013ka�;@uU\u0015�h�\u0015���U�\u0013v'sc�I\u0004c�\u00171\u00144[�EZ�pM#\u001e-\u000fd\u0012U�j�T$��~Æ���JŅ\b���\u00063\u0001���q��\u001d�J��Yk\u000bY\u0000�\u0019m\u001a(�ƛ�(6s5[�.�x����)*M�\tn��'A\u0016|V&��KV�\u0002��y��8Y,)B��\u001e[�\u0005y<�K���\u0004\u0005Gt\u0011�P�����c\u0016st$\u001ct[�l�%�רPg\u0002�y\u0013\u0004�\u0013\u0007$\u0019\u0015�qbEa(0�m\u001a��S8=����Ƀ��q��>���T\n��;+�\u0001\bJ:�l�\f�\u0001�,�Қ�G]��\u0010^�vk�esQ치\u0013DcCj���aNLK�#��&]�/�5�Թ�HMycvy��ȵf�3�\\� ۦb�s�\u0014�ry�qbٔ�jo\t�A��\u001c\f�4��¾\f�\u0012�5�ܹ��Cҙ���h�U�\u000b����h\u0013]�\r{��*T��8�fM^��\u0015�\u00137��q�\u001dP�}�\u0000���k\u0015��h�\u0015R�o3i(�%��2��\u0016��}��s\u0001�@;�<��\u0006��cfkqÀ�G��\u001c�\u0004H\\���.:\u0006�W�%o���G��l����=ݣ  =�(�[��4��\u0012�E�W�O^�*8\u0015̣�\u001d'v/��y�X\u001b\"�A�Ew\u0000�d��\\�Wyce����=ec,?�M?O&\u0019~��|};�8����j��b6]��h��߼\u0006�\u0001`\u0000\u0018\u0000\u0006�5@�\u0001�\u000f+��k��kK��\u000eWwX�\u0010f�1�\u0014�\u001c��\u00000\u0000\f\u0000\u0003�\u0000�\u001f\u0000�p�\u000b����*\u001c^��\u001e}��W���@\u000fj����0����C�\u001b\u0000\u0006�\u0001`\u0000\u0018\u0000�A���=�E��P��))\u001f��j���<t<��\u0004�F6����>���x{j�\u000b��ƹJ�\u001e���W.��o\u000fJb{�z�g�\u0019�\tpy�׊� ��\u0012��\u0001�LNz�\u0005&+�I��˙�p���қ+[߅&DG�q�=�)��E\\�1��\u0011G�<M\u001c�y���L�[������_~�>��Ȧ=o�z�Q�N�c,�WR��fS�͌`J���m��\u000e��mt\"h�X����Mr^r��\u0011g#B�e��H�R���\tPK\u0007\bJyY�?\u0004\u0000\u0000�\u001d\u0000\u0000PK\u0003\u0004\u0014\u0000\u0000\u0000\u0000\u0000�zZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000+\u0000 \u0000Exemplo de uso - Chaves e Certificados/zip/UT\r\u0000\u0007qzYc�zYcqzYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000�{ZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \b\u0000\u0000:\u0000 \u0000Exemplo de uso - Chaves e Certificados/zip/vpn_config.confUT\r\u0000\u0007~|Yc�|Yc~|Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000�U�n\u001b7\u0010��+\u0006�\u0005�*\u001c�\u0005��\f5h\n��\u0000˹\u00149�vG\u0016\u0011.�&����\tz(\\ ��r�\u001f�\u001brw%�\u0001\n�\".9�y������)��\u0019������\u001a!\u000e7�9�e���\\������<M?��'c�\u0007v��z�\u0007�\u0004s\t��L͍��\u0005��\u0012\u000e�������\u0007�W���:���^h�'�7���$�\u0005\u001b}K�5�\b��͂Բ�0|$��}�\u0011w����\u001eg�[�5J8�Ƈ�8��W�\n�v\u001c\u00187#o��8�Fmض\u001a�|\u000f����M;����-\u0017�\f�Îk����墑\u0003��i�Մ\u0005\b�\bc*\u0003�����*��j�Xt����}�;P��X.^d[Ju�(���4�\u001b���\u001c��ݯk0���x�Y��\u0019����\u000f\u000e@�̌\u0007j�/6�΂6$\u0016��\b�\u001c;\b+�\u0000�[��jaM�gCd\u0012\t�%@\\.��\u001eĴwU٪������\u0017/�s�\u001c\u001c���*~�R8\r���\u0002����\u0015���'�*����g3\u0000��\u0015��Wh�=I���\u0011C\u0015T��Ú�IZ��\u0006&7|i%xMӸFvơn��\u0004{.Z\u001b/Eo�\u001ae۩\u0014���7�����ʓ�V�j��[u\nY+\u0019Qex����B�\u000e2�q�����X�<�o�B\u0017L����\n=|ʽ�U\u0015;g�\\8�EV\u001ay�锦\u000f\u0007�w$0��H�\r��\u0014x\n�\u001bA�\u001b>�ƣ�\u001dʏJU��n^�ʿ\u0014:d�IL��я��vr�\u000e�Ȓ*��D\f-\u001e��X\u0012�W��Z\u001b���ٜ�\u0002�4��(�bH�����Sꪲ�G�+V�O��.'��a�iaOj\\�Ɉ63�c�����X���r�m�\u0012��\fOp�)�)��\u0007Ӱڜ\f�B�7��o\u0017(]��:��x������8�k\ty��eZ]`��l��\u0013�ry/�/x��B�'OZ��{��v�\\$\u001b+\u0010�',&?�b����hE#�(\f�K�\u001a#?�y��&O\b\b\r\u0001��\u0015�\r}9&+}�J��\tqI\r�\u0010�iу\u0007\u0013c�Nm�=�.^^V����e��B{5>\u0011:��i���{k�{�[����\u0002J�x��Z�1\u001e1�%����p�*�\b�!�h� r��<Z�V�\u000f�_PK\u0007\b\b�6\u0012�\u0003\u0000\u0000 \b\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000 zZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001d\u0006\u0000\u00001\u0000 \u0000Exemplo de uso - Chaves e Certificados/zip/ca.crtUT\r\u0000\u0007�yYcezYcezYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000��\u0005\u0002'WwO?\u0005gנ\u0010O7Og�\u0010W��.W\u0004�`ԀQ\u0003F\r\u00185`ԀAm\u0000\u0017��w�s��\u0001\u0000PK\u0007\b@%z\u001f4\u0000\u0000\u0000\u001d\u0006\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000.zZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0006\u0000\u00005\u0000 \u0000Exemplo de uso - Chaves e Certificados/zip/client.crtUT\r\u0000\u0007�yYcjzYcjzYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000��\u0005\u0002'WwO?\u0005gנ\u0010O7Og�\u0010W��.W\u0004�`ԀQ\u0003F\r\u00185`ԀQ\u0003�b\u0000\u0017�^r�s���\u0000PK\u0007\b��e�6\u0000\u0000\u0000�\u0006\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000AzZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0006\u0000\u00005\u0000 \u0000Exemplo de uso - Chaves e Certificados/zip/client.keyUT\r\u0000\u0007�yYcjzYcjzYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000��\u0005\u0002'WwO?�� �0�\u0010W\u0005o�H��.W\u0004�`ԀQ\u0003F\r\u00185`ԀQ\u0003�2�\u000b\\���`�E\u0000PK\u0007\b]&��6\u0000\u0000\u0000�\u0006\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000xzZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Y\u0002\u0000\u00002\u0000 \u0000Exemplo de uso - Chaves e Certificados/zip/tls.keyUT\r\u0000\u0007EzYcjzYcjzYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000��\u0005\u0002'WwO?\u0005��Լ�\u0000?���Ē�d���J�0C��.W\u0004\u00010�`d)\u0000�\nW?\u0017<i\u0006\u0000PK\u0007\b��I84\u0000\u0000\u0000Y\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\u0000\u0000\u0000\u0000�zZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000!\u0000 \u0000Exemplo de uso - Usuario e Senha/UT\r\u0000\u0007�zYcŏYcŏYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000�{ZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\r\u0000\u00000\u0000 \u0000Exemplo de uso - Usuario e Senha/vpn_config.confUT\r\u0000\u0007r|Yc6�Yc6�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000�W�n�F\u0010��+\u0006Х\u0005B\u0005\u000e�\u0002E�\u0000��::�1\u001a9)P�0\"W�6�.��T��M�C�\u00029�+�ovIJr\u000eE�K\u000f�\u000f���3���r\u001e'����\t�oT�T�JE�[����5k}�:�����4\\��\r���ٔ��\ro�'�+\u0017�Z\u0017\\ZO�S^��\u0007bn��wJ�r����\u000b|ߨ\"���VQwG��}c�\u000e�\u0005\u000bmME�\u0005\u0011�U4s�P+�\u000f��U[��\u001e��A���.p��mui�4K�$�eJ\u0005�6�\u0018;=��\u0012��B���%,�\u0016����7�\u0011�\u000f����Ic٭�P��<�f��Rh�Ę\rX��v0�2 �6��V\u0002s9�@,�|~��\u0016�n\rR\u0013iL��іB�d�-\u001b\t�6�\u0007õz��@�\u001a�\u0002\u000f�\u0015\u0018O�-���\u0000�Qc�\u001d���*�B�@�q�\u001e�1�S,�\u001c0��bS(\u0016�6\u001a��'X�\u0000~�9U[$����R~B''?~�=�����`�}���G)\u0015����\u0000�J��\u0002}�ޒ�.\u001e�Z�\u0007c�\u0000Dv\u000bn�_�T�\u001e�\u0012.z\f����\u000fkb�ֺG\u001a�L��V�\nMmJ��\u0006u��\n���k�&o+P�h;�b���e���sɓ���Uw\u000b��\u0014m-��҆�m<��-:ߠͽ�>HJFh,Q�o��)\u0018\n/�c(t�1�-���F����\u0015XI��I��m�ޞ���z����C �pJ��c�-\nߠ��T�Nݎ�}�R��m�|�I��\b?�l�n�!�$���D�^�vw>\u0011�\u0017��\u001c���\u0007#s\u0001bi��]�'Cb��P�M\bM�V~K�����l~\u001bIExx�Ia�j��'=ژ�5W\u001b�\u0007���\u001e6\u0017��`�.\u0019>ʽ�l��7��o�'\u0005?�r����\u0016�4���\\����.�q5��?^G\u0007G\u0007G\u0007G\u0007G\u0007�k\u0007i\u0006�ϟ9\u0001�<�\u0019qo���g7�}�t�3\u001b\u001ed�8� �D�$9��:|,�����]T�ں:ʫ\u0003��ib\u001fj�M˕�\n��˅\b�7�g�\f3o����y��'!PA�Y\u0013�赠r�\t�\n\u0002>���L\u0019�\u001ed\u0003tY32K;�;`��o�4���\u00041\u0014\u0014P���\u001d�A\b\u0014������U���\u001f���\u0002�E/�Ej�\u0004�1U\u0016�Ӽ\u0013\u0015\u001aEۄN�K \u00056�Z���a�����UwW\u000b$\u000f�X�����k�\u0013\u0004����\u0007PK\u0007\b:��n�\u0003\u0000\u0000�\r\u0000\u0000PK\u0003\u0004\u0014\u0000\u0000\u0000\u0000\u0000\n{ZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0000 \u0000Exemplo de uso - Usuario e Senha/zip/UT\r\u0000\u0007U{Yc:�Yc6�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000�{ZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0007\u0000\u00004\u0000 \u0000Exemplo de uso - Usuario e Senha/zip/vpn_config.confUT\r\u0000\u0007f|Yc6�Yc6�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000�U=��F\u0010��+\u0006P�\u0000��3�\u0000���l�)b\u000b��M�bD�N\u000b/wy�K����H\u0011\\\u0000W�����.I�.Eb6\"w��ͼ7���[�Œ^�J�YO�\u0010���\u001c�k���\\�����?=M�:��X�]�>�Q\"�\\B2{Ss�#uA���\u000b5w~����x`�m�\u0015~�Ω�\u0017\u001a�\t�M�|4Ik�A�Rm�\"��d� ��$\f���u�r�O\u00108�����Z���i|X-J0M~UZ�ێ\u0003�3�\u000e'��\u001eԆm�i��0N>�ߴG�?����dp\u001c�\\\u000bm�^�\u0016�\u001c)�Ns�',@@'\u0018\u0013\r�O��Van�\u001b䢫\u0017�\u0012��m�К\\�j�<�R��Ey�NS�����q+OݠC�\u000f���\u0005\u0015/靯��q�����@���&�Y�\r�\u0005n8�8�\u000e/\u0000�-�ZX���\u0010�D�eI\u0010W� �Gcڻ�\u001cU\u0017tq��\u000f����xV.N�W~\u0015?�\u0014N×`�\u0000&kbb����ɩ�gZ\u001b�d�\u001f����v�\n��g%6\b1b��j�}ȉ����h`r��V��2�kdo\u001cxSu%�s���\u0014�Ei�m'*�5Go:q�6��Oj[A��\u000ea5(d�͈*Û>�e�\u0016�w�y��'m�\f�5ˣ�\u0006*L�D���D��9ϖ�*v�v�p~��4�V�)C\u001f��w$t>���\u001b��)�\b\u001eA�\u001b>�ƃ�\u000e�������\n\u001d��$&L�\u0018G�Se;�Հ|�*��\u0018Z<\u000e��\u0014F��ۍ\u000e��ݓ�r\u0005�i��I�Ő\u0018;\u000b�\u001fR�r�{�)V�Ou~������3��>\u0019����\u001e8>\b>2�X\\�\u0017!L�\u0019�\u00109w\u0000��'\u001fL��М�����֗�cW�U��C�ߑu�ǾhFP�;�LJ\u0011�\u0005�\u001e�\u001e}�:�*�\u0018��J��br�ӝ�\tR�`�䯱k��Ʊk�h�a`�f\r\u0016\u000f]ٓ��}����vI\rŪF�\n.<\u0018Չ��t\u0007\\]�|[=����o\n�ո�u+�Z��Bxk�\u0007]\u0018y��t\t\t��C��)�'�X��=q�\u001b�[�\u0014A2r��\n\"��ٿ\u0005�U���\u0007PK\u0007\b��>s�\u0003\u0000\u0000�\u0007\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000\n{ZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001d\u0006\u0000\u0000+\u0000 \u0000Exemplo de uso - Usuario e Senha/zip/ca.crtUT\r\u0000\u0007U{Yc6�Yc6�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000��\u0005\u0002'WwO?\u0005gנ\u0010O7Og�\u0010W��.W\u0004�`ԀQ\u0003F\r\u00185`ԀAm\u0000\u0017��w�s��\u0001\u0000PK\u0007\b@%z\u001f4\u0000\u0000\u0000\u001d\u0006\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000�{ZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000-\u0000 \u0000Exemplo de uso - Usuario e Senha/zip/passfileUT\r\u0000\u0007H|Yc6�Yc6�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000KL����J\u0004�\u0000PK\u0007\b�ogt\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000PK\u0003\u0004\u0014\u0000\b\u0000\b\u0000c�ZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0005\u0000\u0000\n\u0000 \u0000LEIAME.txtUT\r\u0000\u0007�Yc)�Yc%�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000�TKn\u0014A\f�s\nK�aP3�!\u0002�\t\u000b��t{\u0012��O�U���D,\u0010k�\t�b�5ӟ�((C-Z��~�{Ϯ�l��^l�d\u0002L���\u0000m�y�����>\btd{{�.\t���\u0000]\u00000\\�3y�j�U$���%�DR��!Yb\u0010ΚV��\u0006\u0014��o�F\n}E^�$�9q�\u0005~����R�^\u0006���x���=j�H}X�\u001f\bH2�\nSR؆ԙ\u0017\u000ePN��\"Y��!ϡ�P\u001a�\u000b��kL�3{̀\"�94EJ�\u0011B��E��}�-\u0007�=w������\u000e���1�H%\f����Q����>L����:\u000478蛾Pʼ�\u0016� \rܖ)zU�Mԑ�B��\"e|H\u001c���\u001b|D�٪��ɝE�\u001fX�\u0019uu\u001cHGtd4�\u001dL\u000fɡ~��Yo\u001b(^�X\u00045:����S�Ƈ�`L�-��|��dΛP��b\u0019�'�|�\u0013\u001f�}��+�6�Ī���\u001fվ��8\u0011�cG��0G�}�_\u001e��j\u0007U������Р/�uۜxS�)o+���v�ܒH�\u001a��ݩ��̸������\u000e��z���Y��S�ҲK\b�k\r�o�:Gj�u\u001dŞ��<\u0015t��\rPK\u0007\b{i!��\u0001\u0000\u0000�\u0005\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\u0000\u0000\u0000\u0000�zZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000'\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�A\u0000\u0000\u0000\u0000Exemplo de uso - Chaves e Certificados/UT\r\u0000\u0007jzYc��YcҏYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000�{ZUJyY�?\u0004\u0000\u0000�\u001d\u0000\u00006\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��e\u0000\u0000\u0000Exemplo de uso - Chaves e Certificados/vpn_config.confUT\r\u0000\u0007�|Yc҇Yc�|Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\u0000\u0000\u0000\u0000�zZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000+\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�A(\u0005\u0000\u0000Exemplo de uso - Chaves e Certificados/zip/UT\r\u0000\u0007qzYc�zYcqzYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000�{ZU\b�6\u0012�\u0003\u0000\u0000 \b\u0000\u0000:\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000���\u0005\u0000\u0000Exemplo de uso - Chaves e Certificados/zip/vpn_config.confUT\r\u0000\u0007~|Yc�|Yc~|Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000 zZU@%z\u001f4\u0000\u0000\u0000\u001d\u0006\u0000\u00001\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000���\t\u0000\u0000Exemplo de uso - Chaves e Certificados/zip/ca.crtUT\r\u0000\u0007�yYcezYcezYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000.zZU��e�6\u0000\u0000\u0000�\u0006\u0000\u00005\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��k\n\u0000\u0000Exemplo de uso - Chaves e Certificados/zip/client.crtUT\r\u0000\u0007�yYcjzYcjzYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000AzZU]&��6\u0000\u0000\u0000�\u0006\u0000\u00005\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��$\u000b\u0000\u0000Exemplo de uso - Chaves e Certificados/zip/client.keyUT\r\u0000\u0007�yYcjzYcjzYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000xzZU��I84\u0000\u0000\u0000Y\u0002\u0000\u00002\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000���\u000b\u0000\u0000Exemplo de uso - Chaves e Certificados/zip/tls.keyUT\r\u0000\u0007EzYcjzYcjzYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\u0000\u0000\u0000\u0000�zZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000!\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�A�\f\u0000\u0000Exemplo de uso - Usuario e Senha/UT\r\u0000\u0007�zYcŏYcŏYcux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000�{ZU:��n�\u0003\u0000\u0000�\r\u0000\u00000\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000���\f\u0000\u0000Exemplo de uso - Usuario e Senha/vpn_config.confUT\r\u0000\u0007r|Yc6�Yc6�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\u0000\u0000\u0000\u0000\n{ZU\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�AY\u0011\u0000\u0000Exemplo de uso - Usuario e Senha/zip/UT\r\u0000\u0007U{Yc:�Yc6�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000�{ZU��>s�\u0003\u0000\u0000�\u0007\u0000\u00004\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000���\u0011\u0000\u0000Exemplo de uso - Usuario e Senha/zip/vpn_config.confUT\r\u0000\u0007f|Yc6�Yc6�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000\n{ZU@%z\u001f4\u0000\u0000\u0000\u001d\u0006\u0000\u0000+\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000���\u0015\u0000\u0000Exemplo de uso - Usuario e Senha/zip/ca.crtUT\r\u0000\u0007U{Yc6�Yc6�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000�{ZU�ogt\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000-\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��o\u0016\u0000\u0000Exemplo de uso - Usuario e Senha/zip/passfileUT\r\u0000\u0007H|Yc6�Yc6�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0001\u0002\u0014\u0003\u0014\u0000\b\u0000\b\u0000c�ZU{i!��\u0001\u0000\u0000�\u0005\u0000\u0000\n\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000���\u0016\u0000\u0000LEIAME.txtUT\r\u0000\u0007�Yc)�Yc%�Ycux\u000b\u0000\u0001\u0004�\u0003\u0000\u0000\u0004�\u0003\u0000\u0000PK\u0005\u0006\u0000\u0000\u0000\u0000\u000f\u0000\u000f\u0000-\u0007\u0000\u00008\u0019\u0000\u0000\u0000\u0000"}],"_postman_id":"c3bf3d17-030a-456a-81d3-843dd0be3dba"},{"name":"Recebe as configurações de OpenVPN","id":"f3d89670-559f-4647-a958-f009225c39a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ }"},"url":"{{host}}/get_vpn_information.fcgi?session={{session}}","urlObject":{"path":["get_vpn_information.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"aabe47cd-979f-4e35-bc36-b6b6b0758699","name":"Recebe as configurações de OpenVPN","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ }"},"url":{"raw":"{{host}}/get_vpn_information.fcgi?session={{session}}","host":["{{host}}"],"path":["get_vpn_information.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Length","value":"67"},{"key":"Date","value":"Thu, 03 Nov 2022 12:39:37 GMT"},{"key":"Server","value":"lighttpd/1.4.51"}],"cookie":[],"responseTime":null,"body":"{\n    \"enabled\": true,\n    \"login_enabled\": false,\n    \"login\": \"Admin\",\n    \"password\": true\n}"}],"_postman_id":"f3d89670-559f-4647-a958-f009225c39a7"},{"name":"Recebe Status da conexão OpenVPN","id":"f3562249-1f50-42d3-89e7-a3282b4f40ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ }"},"url":"{{host}}/get_vpn_status.fcgi?session={{session}}","urlObject":{"path":["get_vpn_status.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"90191d35-4e78-4ad5-a731-c4a81d73146d","name":"Recebe Status da conexão OpenVPN","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ }"},"url":{"raw":"{{host}}/get_vpn_status.fcgi?session={{session}}","host":["{{host}}"],"path":["get_vpn_status.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Length","value":"16"},{"key":"Date","value":"Thu, 03 Nov 2022 12:39:48 GMT"},{"key":"Server","value":"lighttpd/1.4.51"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 9\n}"}],"_postman_id":"f3562249-1f50-42d3-89e7-a3282b4f40ce"},{"name":"Recebe a confirmação se já possui um arquivo de configuração","id":"42459be7-ae20-4a81-b577-37c9ee0ce61d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ }"},"url":"{{host}}/has_vpn_file.fcgi?session={{session}}","urlObject":{"path":["has_vpn_file.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"53a27d61-2364-47c3-97b0-5a071c6cd974","name":"Recebe a confirmação se já possui um arquivo de configuração","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ }"},"url":{"raw":"{{host}}/has_vpn_file.fcgi?session={{session}}","host":["{{host}}"],"path":["has_vpn_file.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Length","value":"17"},{"key":"Date","value":"Thu, 03 Nov 2022 12:40:16 GMT"},{"key":"Server","value":"lighttpd/1.4.51"}],"cookie":[],"responseTime":null,"body":"{\n    \"has_file\": true\n}"}],"_postman_id":"42459be7-ae20-4a81-b577-37c9ee0ce61d"},{"name":"Obter informações do sistema","id":"0d946a47-556d-46f2-b983-8ec20ba4f85a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/system_information.fcgi?session={{session}}","urlObject":{"path":["system_information.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"3ca27337-43f3-4c99-b2fe-e815e86a201b","name":"Sucesso","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/system_information.fcgi?session={{session}}","host":["{{host}}"],"path":["system_information.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Jul 2019 21:58:23 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"uptime\": {\n        \"days\": 0,\n        \"hours\": 0,\n        \"minutes\": 12,\n        \"seconds\": 8\n    },\n    \"time\": 1562277503,\n    \"memory\": {\n        \"disk\": {\n            \"free\": 33812480,\n            \"total\": 33976320\n        },\n        \"ram\": {\n            \"free\": 9199616,\n            \"total\": 61255680\n        }\n    },\n    \"license\": {\n        \"users\": 0,\n        \"device\": 0,\n        \"type\": 0\n    },\n    \"biometrics\": {\n        \"max_num_records\": 10000\n    },\n    \"network\": {\n        \"mac\": \"mac\",\n        \"ip\": \"192.168.110.200\",\n        \"netmask\": \"255.255.128.0\",\n        \"gateway\": \"192.168.0.1\",\n        \"primary_dns\": \"1.1.1.1\",\n        \"secondary_dns\": \"1.1.4.4\",\n        \"custom_hostname_enabled\": true,\n        \"device_hostname\": \"Control iD\",\n        \"web_server_port\": 80,\n        \"ssl_enabled\": false,\n        \"dhcp_enabled\": false,\n        \"self_signed_certificate\": true,\n        \"ten_mbps\": true\n    },\n    \"auth802_1x\": {\n    \"enabled\": false,\n    \"login\": \"\",\n    \"inner_auth\": 3\n    },\n    \"serial\": \"serial\",\n    \"version\": \"5.9.3\",\n    \"device_id\": \"device_id\",\n    \"secbox_version\": \"2.1.2\",\n    \"iDCloud_code\": \"iDCloud_code\",\n    \"online\": false,\n    \"online_available\": false\n}"}],"_postman_id":"0d946a47-556d-46f2-b983-8ec20ba4f85a"},{"name":"Obter logs de sistema","id":"d3da23dd-57a8-4ba9-85ba-f0681e27c8be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/get_ac_log.fcgi?session={{session}}","urlObject":{"path":["get_ac_log.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"79a64fe9-338b-4db2-a1b6-87b068bcf09a","name":"Sucesso","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/get_ac_log.fcgi?session={{session}}","host":["{{host}}"],"path":["get_ac_log.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Jul 2019 21:59:20 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"[19-07-04T21:46:26]\nInvalid license\n./lib/libac.so: ac::license_exception::license_exception(std::string const&)+0x14\n./lib/libac.so: ac::license::license(std::istream&)+0x204\n./lib/libac.so: ac::license::initialize()+0x50\n./core: core_init()+0x5b0\n./core: main+0x54\n/lib/libc.so.6: __libc_start_main+0x110\n[19-07-04T21:46:31]\nFailed to obtain device file path\n./plugins/barras.so: init+0x2b8\n./lib/libac.so: ac::Plugin::init(std::string*)+0xc\n./core: load_plugins(std::list<ac::Plugin, std::allocator<ac::Plugin> >&)+0x26c\n./core: main+0x64\n/lib/libc.so.6: __libc_start_main+0x110\n[19-07-04T21:50:27]\nInvalid member 'year' (int expected, got undefined)\n./lib/libac.so: +0x31244\n./lib/libac.so: ac::util::json::get_int(rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> > const&, std::string const&, std::function<int ()>)+0xac\n./plugins/fcgi_server.so: fcgi_server::fcgi_util::set_system_time(fcgi_server::request const&, fcgi_server::response&)+0xbc\n./plugins/fcgi_server.so: +0x64244\n./plugins/fcgi_server.so: fcgi_server::worker::operator()()+0x5c8\n/usr/lib/libstdc++.so.6: +0x83978\nPrevious frame identical to this frame\n"}],"_postman_id":"d3da23dd-57a8-4ba9-85ba-f0681e27c8be"},{"name":"Obter relatório de logs de auditoria para todos os filtros","id":"494b3573-b128-474f-b2bf-2c4649541c06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"config\": 1,\n    \"api\": 1,\n    \"usb\": 1,\n    \"network\": 1,\n    \"time\": 1,\n    \"online\": 1,\n    \"menu\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/export_audit_logs.fcgi?session={{session}}","urlObject":{"path":["export_audit_logs.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"7ed5f421-e3d0-4a69-98c0-c7792ebbe270","name":"Sucesso","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/get_ac_log.fcgi?session={{session}}","host":["{{host}}"],"path":["get_ac_log.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Jul 2019 21:59:20 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"[19-07-04T21:46:26]\nInvalid license\n./lib/libac.so: ac::license_exception::license_exception(std::string const&)+0x14\n./lib/libac.so: ac::license::license(std::istream&)+0x204\n./lib/libac.so: ac::license::initialize()+0x50\n./core: core_init()+0x5b0\n./core: main+0x54\n/lib/libc.so.6: __libc_start_main+0x110\n[19-07-04T21:46:31]\nFailed to obtain device file path\n./plugins/barras.so: init+0x2b8\n./lib/libac.so: ac::Plugin::init(std::string*)+0xc\n./core: load_plugins(std::list<ac::Plugin, std::allocator<ac::Plugin> >&)+0x26c\n./core: main+0x64\n/lib/libc.so.6: __libc_start_main+0x110\n[19-07-04T21:50:27]\nInvalid member 'year' (int expected, got undefined)\n./lib/libac.so: +0x31244\n./lib/libac.so: ac::util::json::get_int(rapidjson::GenericValue<rapidjson::UTF8<char>, rapidjson::MemoryPoolAllocator<rapidjson::CrtAllocator> > const&, std::string const&, std::function<int ()>)+0xac\n./plugins/fcgi_server.so: fcgi_server::fcgi_util::set_system_time(fcgi_server::request const&, fcgi_server::response&)+0xbc\n./plugins/fcgi_server.so: +0x64244\n./plugins/fcgi_server.so: fcgi_server::worker::operator()()+0x5c8\n/usr/lib/libstdc++.so.6: +0x83978\nPrevious frame identical to this frame\n"}],"_postman_id":"494b3573-b128-474f-b2bf-2c4649541c06"},{"name":"Obter metadados de objetos","id":"74718afe-39ad-4014-ba9a-287dc460852e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/object_metadata.fcgi?session={{session}}","urlObject":{"path":["object_metadata.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"74718afe-39ad-4014-ba9a-287dc460852e"},{"name":"Exportar objetos","id":"d0217f4f-1d43-49aa-afdd-229dd205f126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"objects\":[\n        {\"object\":\"users\"},\n        {\"object\":\"cards\",\"columns\":[\"value\",\"user_id\"]},{\"object\":\"user_roles\"},\n        {\"object\":\"c_users\",\"columns\":[\"id\",\"user_id\",\"cpf\"]}\n    ]\n}"},"url":"{{host}}/export_objects.fcgi?session={{session}}","urlObject":{"path":["export_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d0217f4f-1d43-49aa-afdd-229dd205f126"}],"id":"703f9dc7-30d3-4ae6-a373-9fd2fe7aa76e","_postman_id":"703f9dc7-30d3-4ae6-a373-9fd2fe7aa76e","description":""},{"name":"Ações","item":[{"name":"Abrir secbox (padrão)","id":"9026eede-ddbf-4b68-92a9-c5cc2038179f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793,reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"08f3e291-0526-467b-9b5c-4cb27ecbae5a","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"59adc200-9074-453f-854c-aafc4566423b","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"ab87bef9-d3c8-43d9-91a3-606baacf68c4","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"9026eede-ddbf-4b68-92a9-c5cc2038179f"},{"name":"Abrir secbox (3 segundos)","id":"91e23297-a869-4e8a-9f54-37e04c4a12d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793,reason=3,timeout=3000\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"ad6c446f-e7c9-4f95-ab84-03a36f9a4a0c","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"dcc20bb8-7401-4474-b184-6f55c3e39cd3","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"6e47d959-90e9-4274-a6de-9d145170d4b2","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"91e23297-a869-4e8a-9f54-37e04c4a12d4"},{"name":"Abrir porta 1 (padrão)","id":"67beb74a-5784-4797-ab2b-c9519799305c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t{\n\t\t\t\"action\": \"door\",\n\t\t\t\"parameters\": \"door=1\"\n\t\t}\n\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"65aca9dd-5388-40be-b6bf-ba1791dd76e2","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"e65d05d5-0c77-4fa1-b85d-8e64d292707c","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"a714dfd3-adbf-4aa4-b4fd-3e0dfe1c4130","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"67beb74a-5784-4797-ab2b-c9519799305c"},{"name":"Abrir porta 1 (3 segundos)","id":"c7992b50-14d9-4e9a-aed2-82617069cbdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t{\n\t\t\t\"action\": \"door\",\n\t\t\t\"parameters\": \"door=1,timeout=3000\"\n\t\t}\n\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"89692896-f87e-45fc-87da-cc244dddc977","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"60f84b80-c8b6-4837-9a84-cab16188dfab","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"e0b5ffea-2af1-4c02-8a56-f5fb66e31732","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"c7992b50-14d9-4e9a-aed2-82617069cbdf"},{"name":"Abrir todas portas (padrão)","id":"50b0c254-ce3d-481d-a2dd-a667f3502a9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=2\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=3\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=4\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"266365e1-5e71-4a90-9f40-36047380dd2a","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"51810fec-f4f8-4f23-b245-388c1b41232b","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"643e5a69-cf4e-4e21-87bc-7c478d234df4","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"50b0c254-ce3d-481d-a2dd-a667f3502a9e"},{"name":"Abrir todas portas (3 segundos)","id":"678421cd-4844-41b0-a962-da34a78c5da1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1,timeout=3000\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=2,timeout=3000\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=3,timeout=3000\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=4,timeout=3000\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"12f30414-4ecc-4273-9d0e-358e59455ec6","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"13363ddb-134d-4667-bb5a-e185474b4ca0","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"eb1fc441-0ec6-4f6c-9903-d1d8dfb9e61c","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"678421cd-4844-41b0-a962-da34a78c5da1"},{"name":"Abrir urna coletora","id":"721695ff-17af-4892-b8de-81ecfb218bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"open_collector\",\n\t\t\t\t\"parameters\": \"\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"906e1f90-35bb-4252-821f-40d5e385484f","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"fb209795-03f6-45c2-9e8b-fd84d8ab8f97","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"a4451af8-d1fa-4d3e-a6ad-c499eeafc81e","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"721695ff-17af-4892-b8de-81ecfb218bff"},{"name":"Manter secbox aberta","id":"7d94ad42-e62e-424c-93df-1f0c1725aa4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793,reason=3,timeout=0\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"41ee2b08-5aca-46a3-9418-559299f223da","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"6e19e707-1c6c-4332-adf2-36878d45bd92","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"c1c589ff-0d46-4a43-af66-818ffff33988","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"7d94ad42-e62e-424c-93df-1f0c1725aa4c"},{"name":"Manter porta aberta","id":"b4a48615-ed44-4cd0-8022-89826452c23d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t{\n\t\t\t\"action\": \"door\",\n\t\t\t\"parameters\": \"door=1,timeout=0\"\n\t\t}\n\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"611f322e-df28-4cc5-86cd-0742f13a4718","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"bc0671fd-8e73-4416-bb6c-06002697fb59","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"7ce4c536-7480-4760-91b8-7232410a8b62","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"b4a48615-ed44-4cd0-8022-89826452c23d"},{"name":"Fechar secbox","id":"8c887493-39c8-42b3-b086-9cbe435cc474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793,reason=3,timeout=-1\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"73887457-cffa-46a9-b39b-607077f4e3c9","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"3899128b-50b1-4c86-90df-b7953fe53b6f","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"dc1561c3-f9c8-4bf6-aee1-aaabac304c4e","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"8c887493-39c8-42b3-b086-9cbe435cc474"},{"name":"Fechar porta 1","id":"0e801f53-05d9-432a-83cc-2c52df9b5b11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t{\n\t\t\t\"action\": \"door\",\n\t\t\t\"parameters\": \"door=1,timeout=-1\"\n\t\t}\n\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"70432614-de60-4505-b2e0-05a47cca4738","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"d2e07348-a9d6-412e-8b4a-9a69c48ab713","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"63e81397-1bdd-4dff-bf9c-bf498fb2bf27","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"0e801f53-05d9-432a-83cc-2c52df9b5b11"},{"name":"Fechar todas portas","id":"2257b85c-99ec-40a2-9b18-5d7a37ed3d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1,timeout=-1\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=2,timeout=-1\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=3,timeout=-1\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=4,timeout=-1\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"6673dfa2-98f6-4f79-89b7-9eb28d7b42fc","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"a8ad4d9f-0d18-4f45-a128-57da01cdf54f","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"bb9fdbfe-ec2b-4f94-8feb-1447b6725953","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"2257b85c-99ec-40a2-9b18-5d7a37ed3d97"},{"name":"Liberar giro no sentido horário","id":"b52521cd-4d6b-49c7-9e1d-2c0c8b7121ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"catra\",\n\t\t\t\t\"parameters\": \"allow=clockwise\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"4a56ac3a-28f0-42eb-9f61-f50e2f57086b","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"13964c43-67f3-42bd-b229-dafd3d561c17","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"c2e78d05-8c79-4745-8d05-ca8ce46979b1","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"b52521cd-4d6b-49c7-9e1d-2c0c8b7121ba"},{"name":"Liberar giro no sentido anti-horário","id":"f99aa164-9ede-48ae-b9e9-cd6dc006cb12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"catra\",\n\t\t\t\t\"parameters\": \"allow=anticlockwise\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"1a127a75-1397-48ca-9840-4f5f420b5859","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"e242bdc8-ed24-4460-a741-02b49477bc4a","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"2436a610-133f-4226-9730-b6ae491c5e8f","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"f99aa164-9ede-48ae-b9e9-cd6dc006cb12"},{"name":"Liberar giro em ambos sentidos","id":"916cd8f6-483b-4478-8a33-b68927c94b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"catra\",\n\t\t\t\t\"parameters\": \"allow=both\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"21c999e7-7635-4c83-8028-518bed82c2d6","name":"Open door (iDFlex)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"sec_box\",\n\t\t\t\t\"parameters\": \"id=65793, reason=3\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:28:13 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"f83b3098-284e-4d7e-b513-e53c61a9ed99","name":"Open door (iDAccess/iDFit/iDBox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:26:49 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\"actions\": [\n                {\n                    \"action\": \"sec_box\",\n                    \"status\": \"allowed\"\n                }\n            ]\n}"},{"id":"22f03d82-e933-4885-bb9d-59fead820577","name":"Execute action failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"door\",\n\t\t\t\t\"parameters\": \"door=1\"\n\t\t\t}\n\t\t]\n}"},"url":{"raw":"{{host}}/execute_actions.fcgi?session={{session}}","host":["{{host}}"],"path":["execute_actions.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:27:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"916cd8f6-483b-4478-8a33-b68927c94b65"},{"name":"Liberar relés catraca","id":"7bd28058-f4b8-456a-af10-f7e5b6d13fd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"action\": \"catra\",\n\t\t\t\t\"parameters\": \"relay=1\"\n\t\t\t}\n\t\t]\n}"},"url":"{{host}}/execute_actions.fcgi?session={{session}}","urlObject":{"path":["execute_actions.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7bd28058-f4b8-456a-af10-f7e5b6d13fd0"},{"name":"Obter estado atual das portas","id":"b96d8be2-5990-4d29-a84d-e7a0d7eeb4c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/doors_state.fcgi?session={{session}}","urlObject":{"path":["doors_state.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b96d8be2-5990-4d29-a84d-e7a0d7eeb4c3"},{"name":"Acionamento remoto buzzer","id":"fe915f96-8a34-492e-b8a6-5dedc9c364ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"frequency\": 4000,\n\t\"duty_cycle\": 50,\n\t\"timeout\": 1000\n}"},"url":"{{host}}/buzzer_buzz.fcgi?session={{session}}","urlObject":{"path":["buzzer_buzz.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"fe915f96-8a34-492e-b8a6-5dedc9c364ef"},{"name":"Personalizar mensagem de eventos","id":"0b495045-889a-4f72-98a6-c6605fa5d176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"identifier\": {\n        \"custom_auth_message\": \"Seja bem-vindo\",\n        \"custom_deny_message\": \"Acesso negado\",\n        \"custom_not_identified_message\": \"Usuário não reconhecido\",\n        \"custom_mask_message\": \"Por favor, use máscara\",\n        \"enable_custom_auth_message\": \"1\",\n        \"enable_custom_deny_message\": \"1\",\n        \"enable_custom_not_identified_message\": \"1\",\n        \"enable_custom_mask_message\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"0b495045-889a-4f72-98a6-c6605fa5d176"}],"id":"63d27856-fe6e-46dc-bb44-1d7360c2124a","event":[{"listen":"prerequest","script":{"id":"47ccf320-3105-46ee-9b4f-2901af6d9817","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4c31154-f15d-4dcc-83ab-3c3af7df7340","type":"text/javascript","exec":[""]}}],"_postman_id":"63d27856-fe6e-46dc-bb44-1d7360c2124a","description":""},{"name":"Objetos","item":[{"name":"Alarm logs","item":[{"name":"Carregar logs do alarm","id":"608d1fc3-317c-40b0-bf1c-2ab16c607cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"alarm_logs\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"608d1fc3-317c-40b0-bf1c-2ab16c607cbd"}],"id":"e8389cfa-b0b0-4fdd-ac68-5d2ce4cbcc3c","_postman_id":"e8389cfa-b0b0-4fdd-ac68-5d2ce4cbcc3c","description":""},{"name":"Regras de acesso","item":[{"name":"Criar regras de acesso","id":"23dcfce9-42f4-46b9-b2b1-a03e7fe0aeb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"access_rules\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"name\": \"Happy Hour\",\r\n\t\t\t\"type\": 1,\r\n\t\t\t\"priority\": 0\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"23dcfce9-42f4-46b9-b2b1-a03e7fe0aeb1"},{"name":"Carregar regras de acesso","id":"28847529-6df2-405d-8b98-7da1d605b920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"access_rules\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"28847529-6df2-405d-8b98-7da1d605b920"}],"id":"71645d4d-5c95-49d2-8ed9-1b64186fdb9c","_postman_id":"71645d4d-5c95-49d2-8ed9-1b64186fdb9c","description":""},{"name":"Regras de acesso time zones","item":[{"name":"Criar regra de acesso time zones","id":"5ae30f1a-0255-41d7-93d2-5801b6d92eea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"access_rule_time_zones\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"access_rule_id\": 3,\r\n\t\t\t\"time_zone_id\": 2\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5ae30f1a-0255-41d7-93d2-5801b6d92eea"},{"name":"Carregar regras de acesso time zones","id":"80cbc81f-d8ce-4891-a319-82eee951cc34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"access_rule_time_zones\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"80cbc81f-d8ce-4891-a319-82eee951cc34"}],"id":"7b7abab1-f691-47a3-9dfe-1424bf741f81","_postman_id":"7b7abab1-f691-47a3-9dfe-1424bf741f81","description":""},{"name":"Ações","item":[{"name":"Carregar ações","id":"b223e1c4-8ea9-4847-8986-9432594a7308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"actions\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b223e1c4-8ea9-4847-8986-9432594a7308"}],"id":"89ac7237-e4a7-4277-8de6-bb6de70e7210","_postman_id":"89ac7237-e4a7-4277-8de6-bb6de70e7210","description":""},{"name":"Logs de acesso","item":[{"name":"Carregar logs de acesso","id":"b023d4bd-a8a7-47fe-8445-d1e8349fda86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"access_logs\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b023d4bd-a8a7-47fe-8445-d1e8349fda86"}],"id":"233290a9-daf4-4f77-bf0d-67fda93dd930","_postman_id":"233290a9-daf4-4f77-bf0d-67fda93dd930","description":""},{"name":"Cartões","item":[{"name":"Criar cartões","id":"ad709e2f-f890-4647-9734-63c713a9cfe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"cards\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"value\": 0253490750,\r\n\t\t\t\"user_id\": 1\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"ad709e2f-f890-4647-9734-63c713a9cfe2"},{"name":"Carregar cartões","id":"d359d7a8-3092-45d0-b4be-f191d6447afa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"cards\",\r\n\t\"where\": {\r\n\t\t\"cards\": {\r\n\t\t\t\"value\": 64424543611\r\n\t\t}\r\n\t}\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d359d7a8-3092-45d0-b4be-f191d6447afa"},{"name":"Deletar cartões","id":"0523bddf-df8a-4c49-9f14-f2d71de9c66a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"object\": \"cards\",\n\t\"where\": {\n\t\t\"cards\": {\n\t\t\t\"value\": 64424543611\n\t\t}\n\t}\n}"},"url":"{{host}}/destroy_objects.fcgi?session={{session}}","urlObject":{"path":["destroy_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"0523bddf-df8a-4c49-9f14-f2d71de9c66a"}],"id":"e384727e-9d8c-40b2-8a06-d9549b0511d7","_postman_id":"e384727e-9d8c-40b2-8a06-d9549b0511d7","description":""},{"name":"QR Codes","item":[{"name":"Criar qrcodes","id":"7224ec4e-8680-43df-bf0d-9e7cd43b37b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"qrcodes\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"value\": \"abc123\",\r\n\t\t\t\"user_id\": 1\r\n\t\t}\r\n\t]\r\n}\r\n"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7224ec4e-8680-43df-bf0d-9e7cd43b37b1"},{"name":"Carregar qrcodes","id":"aa0f3d5d-7517-433e-a90e-2c496543e64e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"qrcodes\",\r\n\t\"where\": {\r\n\t\t\"qrcodes\": {\r\n\t\t\t\"value\": \"abc123\"\r\n\t\t}\r\n\t}\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"aa0f3d5d-7517-433e-a90e-2c496543e64e"},{"name":"Deletar qrcodes","id":"7251892e-3013-487f-9d9b-a10010aa3fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n\t\"object\": \"qrcodes\",\n\t\"where\": {\n\t\t\"qrcodes\": {\n\t\t\t\"value\": \"abc123\"\n\t\t}\n\t}\n}"},"url":"{{host}}/destroy_objects.fcgi?session={{session}}","urlObject":{"path":["destroy_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7251892e-3013-487f-9d9b-a10010aa3fdf"}],"id":"1e5f258c-b125-442e-bd83-85f914794769","_postman_id":"1e5f258c-b125-442e-bd83-85f914794769","description":""},{"name":"Modificar logs","item":[{"name":"Carregar logs modificados","id":"ed2ddc1f-28b0-4f7a-a775-8e5da1fcfabf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\t\"object\": \"change_logs\"\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"ed2ddc1f-28b0-4f7a-a775-8e5da1fcfabf"}],"id":"7e156b15-4dff-48cb-bf85-44c7cdbed2f8","_postman_id":"7e156b15-4dff-48cb-bf85-44c7cdbed2f8","description":""},{"name":"Tabelas customizadas","item":[{"name":"Criar tabelas customizadas","id":"d4aeb035-761f-4f48-8630-5a62886521e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"custom_tables\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"table_name\": \"my_custom_table\",\r\n\t\t\t\"name\": \"My Custom Table\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d4aeb035-761f-4f48-8630-5a62886521e0"},{"name":"Carregar tabelas customizadas","id":"425e1713-b63a-4904-81b0-09544350d34c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"custom_tables\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"425e1713-b63a-4904-81b0-09544350d34c"}],"id":"7882c6e8-238c-4fe3-b8e4-d2546edb035c","_postman_id":"7882c6e8-238c-4fe3-b8e4-d2546edb035c","description":""},{"name":"Colunas customizadas","item":[{"name":"Criar colunas customizadas","id":"c895584f-a62d-4ce8-9c80-9a25f7d4a1c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"custom_columns\",\r\n\t\"values\": [\r\n       {\r\n            \"custom_table_id\": 1,\r\n            \"column_name\": \"my_custom_column\",\r\n            \"name\": \"My Custom Column\"\r\n        }\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c895584f-a62d-4ce8-9c80-9a25f7d4a1c1"},{"name":"Carregar colunas customizadas","id":"1eb04f76-53ad-4160-82c9-d57a131ec66d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"custom_columns\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"1eb04f76-53ad-4160-82c9-d57a131ec66d"}],"id":"508e99aa-9c29-4731-b686-5edb845a22a8","_postman_id":"508e99aa-9c29-4731-b686-5edb845a22a8","description":""},{"name":"Dispositivos","item":[{"name":"Criar dispositivos","id":"2ddab6ed-eb38-4d43-bfc9-a79b81da57d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"devices\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"name\": \"Node Server\",\r\n\t\t\t\"ip\": \"http://192.168.6.217:3000\",\r\n\t\t\t\"public_key\": \"\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"2ddab6ed-eb38-4d43-bfc9-a79b81da57d1"},{"name":"Atulaizar dispositivos","id":"a4cf0e44-48e5-424f-8e7c-f03fc2618b1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"object\": \"devices\",\n\t\"values\": {\n\t\t\"ip\": \"192.168.127.216:5000\"\n\t},\n\t\"where\": {\n\t\t\"devices\": {\n\t\t\t\"id\": 34356\n\t\t}\n\t}\n}"},"url":"{{host}}/modify_objects.fcgi?session={{session}}","urlObject":{"path":["modify_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"a4cf0e44-48e5-424f-8e7c-f03fc2618b1c"},{"name":"Carregar dispositivos","id":"6d40a7de-d423-4696-a29f-ad57cc45f6c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"devices\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"6d40a7de-d423-4696-a29f-ad57cc45f6c4"}],"id":"3e3ff679-732f-4fb7-b28a-96e641057b13","_postman_id":"3e3ff679-732f-4fb7-b28a-96e641057b13","description":""},{"name":"Regras de acesso para grupos","item":[{"name":"Criar regras de acesso para grupos","id":"7e23b137-581a-407f-8c1e-2de1005093ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"group_access_rules\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"group_id\": 2,\r\n\t\t\t\"access_rule_id\": 3\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7e23b137-581a-407f-8c1e-2de1005093ec"},{"name":"Atualizar regras de acesso para grupos","id":"77f5e36d-81dd-4ff5-be2e-135ed4c4c851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"object\": \"group_access_rules\",\n\t\"values\": {\n\t\t\"access_rule_id\": 4\n\t},\n\t\"where\": {\n\t\t\"group_access_rules\": {\n\t\t\t\"group_id\": 1\n\t\t}\n\t}\n}"},"url":"{{host}}/modify_objects.fcgi?session={{session}}","urlObject":{"path":["modify_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"77f5e36d-81dd-4ff5-be2e-135ed4c4c851"},{"name":"Carregar regras de acesso para grupos","id":"349d28b2-fcce-4a11-9dc4-1205441ae79d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"group_access_rules\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"349d28b2-fcce-4a11-9dc4-1205441ae79d"}],"id":"5ea8242c-ea8c-46e9-b44a-079edd6d6f78","_postman_id":"5ea8242c-ea8c-46e9-b44a-079edd6d6f78","description":""},{"name":"Regras de acesso para liberações agendadas","item":[{"name":"Criar regras de acesso para liberações agendadas","id":"4940e7f7-4484-4d85-8d2a-d3acce5153c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"scheduled_unlock_access_rules\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"scheduled_unlock_id\": 2,\r\n\t\t\t\"access_rule_id\": 3\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4940e7f7-4484-4d85-8d2a-d3acce5153c2"},{"name":"Atualizar regras de acesso para liberações agendadas","id":"ed0404ce-6d7e-414f-8fb8-a395053cbb41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"object\": \"scheduled_unlock_access_rules\",\n\t\"values\": {\n\t\t\"access_rule_id\": 4\n\t},\n\t\"where\": {\n\t\t\"scheduled_unlock_access_rules\": {\n\t\t\t\"scheduled_unlock_id\": 1\n\t\t}\n\t}\n}"},"url":"{{host}}/modify_objects.fcgi?session={{session}}","urlObject":{"path":["modify_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"ed0404ce-6d7e-414f-8fb8-a395053cbb41"},{"name":"Carregar regras de acesso para liberações agendadas","id":"5cab54fa-14d5-4fca-b750-b4adedcae1ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"scheduled_unlock_access_rules\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5cab54fa-14d5-4fca-b750-b4adedcae1ff"}],"id":"1a68095b-0196-4aea-bb2e-9c1ee7bfb8dd","_postman_id":"1a68095b-0196-4aea-bb2e-9c1ee7bfb8dd","description":""},{"name":"Grupos","item":[{"name":"Criar grupos","id":"71f0fa7f-9f9c-4c5a-a799-b27a25544edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"groups\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"name\": \"Grupo Teste\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"71f0fa7f-9f9c-4c5a-a799-b27a25544edd"},{"name":"Carregar grupos","id":"f952c757-6e32-4dbf-b9d8-e75920bcd6bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"groups\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"f952c757-6e32-4dbf-b9d8-e75920bcd6bf"},{"name":"Deletar grupos","id":"5aa52afc-b794-4adb-863a-99620ac52821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"groups\",\r\n\t\"where\": {\r\n\t\t\"groups\": {\r\n\t\t\t\"id\": 3\r\n\t\t}\r\n\t}\r\n}"},"url":"{{host}}/destroy_objects.fcgi?session={{session}}","urlObject":{"path":["destroy_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5aa52afc-b794-4adb-863a-99620ac52821"}],"id":"5e65d10f-0868-49e3-8c94-9afe169ea044","_postman_id":"5e65d10f-0868-49e3-8c94-9afe169ea044","description":""},{"name":"Liberações agendadas","item":[{"name":"Criar liberações agendadas","id":"b2533547-2a57-47be-93d3-2c91e602b24c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"scheduled_unlocks\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"name\": \"Liberação Agendada Teste\",\r\n\t\t\t\"message\": \"Mensagem de Liberação Agendada Teste\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b2533547-2a57-47be-93d3-2c91e602b24c"},{"name":"Carregar liberações agendadas","id":"f22b1dfa-e87b-42df-a293-0c850c95af5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"scheduled_unlocks\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"f22b1dfa-e87b-42df-a293-0c850c95af5e"},{"name":"Deletar liberações agendadas","id":"a5356118-61db-415e-a6c0-daebc5371a21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"scheduled_unlocks\",\r\n\t\"where\": {\r\n\t\t\"scheduled_unlocks\": {\r\n\t\t\t\"id\": 3\r\n\t\t}\r\n\t}\r\n}"},"url":"{{host}}/destroy_objects.fcgi?session={{session}}","urlObject":{"path":["destroy_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"a5356118-61db-415e-a6c0-daebc5371a21"}],"id":"2f7484c9-4f4a-4896-9f1f-5f4312df56da","_postman_id":"2f7484c9-4f4a-4896-9f1f-5f4312df56da","description":""},{"name":"Feriados","item":[{"name":"Carregar feriados","id":"32498769-6afc-409d-ac72-d68c727b04d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"object\": \"holidays\"\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}&user_id=10","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"key":"user_id","value":"10"}],"variable":[]}},"response":[],"_postman_id":"32498769-6afc-409d-ac72-d68c727b04d6"}],"id":"4b674064-eb03-4d24-9945-120fb6eeecb6","_postman_id":"4b674064-eb03-4d24-9945-120fb6eeecb6","description":""},{"name":"Portal access rules","item":[{"name":"Create portal access rules","id":"8e1205ea-c3e7-4b96-b562-288378bbcc38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"portal_access_rules\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"portal_id\": 1,\r\n\t\t\t\"access_rule_id\": 4\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"8e1205ea-c3e7-4b96-b562-288378bbcc38"},{"name":"Load portal access rules","id":"d2d79074-fab0-49c0-bb9a-bc0b6453cbce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"portal_access_rules\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d2d79074-fab0-49c0-bb9a-bc0b6453cbce"}],"id":"d73b3b68-cfc2-439a-b2f5-19a291880a5c","_postman_id":"d73b3b68-cfc2-439a-b2f5-19a291880a5c","description":""},{"name":"Regras de acesso ao portal","item":[{"name":"Carregar ações do portal","id":"89703db9-062e-40eb-a08a-1f196b7874f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"portal_actions\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"89703db9-062e-40eb-a08a-1f196b7874f7"},{"name":"Atualizar ações do portal","id":"c290f2ca-256c-41fd-b950-7d8945a40cff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"object\": \"portal_actions\",\n\t\"values\": {\n\t\t\"action_id\": 3\n\t},\n\t\"where\": {\n\t\t\"portal_actions\": {\n\t\t\t\"action_id\": 4\n\t\t}\n\t}\n}"},"url":"{{host}}/modify_objects.fcgi?session={{session}}","urlObject":{"path":["modify_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c290f2ca-256c-41fd-b950-7d8945a40cff"}],"id":"e00a6c7c-3944-4fda-88d3-73414be833c3","_postman_id":"e00a6c7c-3944-4fda-88d3-73414be833c3","description":""},{"name":"Portals","item":[{"name":"Carregar portals","id":"c6483470-8d3b-428a-8621-5eb3b540d533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"portals\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c6483470-8d3b-428a-8621-5eb3b540d533"}],"id":"a1c0cea4-b94a-4a92-bf1f-0b0dee1cd5d9","_postman_id":"a1c0cea4-b94a-4a92-bf1f-0b0dee1cd5d9","description":""},{"name":"Templates","item":[{"name":"Criar templates","id":"6d52d283-56d1-46cf-a5af-04670188d65c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"templates\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"id\": 1,\r\n\t\t\t\"finger_type\": 0,\r\n\t\t\t\"template\": \"base64\",\r\n\t\t\t\"user_id\": 6\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"6d52d283-56d1-46cf-a5af-04670188d65c"},{"name":"Carregar templates","id":"69093ae0-7c45-485a-bcff-f6eeb0475c04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"templates\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"69093ae0-7c45-485a-bcff-f6eeb0475c04"},{"name":"Deletar templates","id":"7e054619-840c-4e9f-993b-9b3c2762b042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"object\": \"templates\"\n}"},"url":"{{host}}/destroy_objects.fcgi?session={{session}}","urlObject":{"path":["destroy_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7e054619-840c-4e9f-993b-9b3c2762b042"}],"id":"202e9619-9ffd-43a9-92e8-88057890b2ea","_postman_id":"202e9619-9ffd-43a9-92e8-88057890b2ea","description":""},{"name":"Time spans","item":[{"name":"Criar time spans","id":"5810f4ff-d34d-443f-9d37-057bc62c758f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"time_spans\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"time_zone_id\": 2,\r\n\t\t\t\"start\": 72000,\r\n\t\t\t\"end\": 86400,\r\n\t\t\t\"sun\": 0,\r\n\t\t\t\"mon\": 0,\r\n\t\t\t\"tue\": 0,\r\n\t\t\t\"wed\": 0,\r\n\t\t\t\"thu\": 0,\r\n\t\t\t\"fri\": 1,\r\n\t\t\t\"sat\": 0,\r\n\t\t\t\"hol1\": 0,\r\n            \"hol2\": 0,\r\n            \"hol3\": 0\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5810f4ff-d34d-443f-9d37-057bc62c758f"},{"name":"Atualizar time spans","id":"df358550-f708-40dd-8eb9-9ae6eee06967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"object\": \"time_spans\",\n\t\"values\": {\n\t\t\"start\": 64800,\n\t\t\"end\": 82800\n\t},\n\t\"where\": {\n\t\t\"time_spans\": {\n\t\t\t\"id\": 2\n\t\t}\n\t}\n}"},"url":"{{host}}/modify_objects.fcgi?session={{session}}","urlObject":{"path":["modify_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"df358550-f708-40dd-8eb9-9ae6eee06967"},{"name":"Carregar time spans","id":"031884f3-dff9-4314-a1e5-a9e383c286df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"time_spans\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"031884f3-dff9-4314-a1e5-a9e383c286df"}],"id":"585628a6-747f-4348-8b6c-053847ab279a","_postman_id":"585628a6-747f-4348-8b6c-053847ab279a","description":""},{"name":"Time zones","item":[{"name":"Criar time zones","id":"3c0ee600-8307-4647-a2a2-bb43f19da7c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"time_zones\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"name\": \"Fim de Semana\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"3c0ee600-8307-4647-a2a2-bb43f19da7c1"},{"name":"Carregar time zones","id":"887b2d66-4061-42cd-9057-ca0315b9b665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"time_zones\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"887b2d66-4061-42cd-9057-ca0315b9b665"}],"id":"d8486bcb-955a-4e8c-8fb6-cb115d5d1cd7","_postman_id":"d8486bcb-955a-4e8c-8fb6-cb115d5d1cd7","description":""},{"name":"Regras de acesso para usuário","item":[{"name":"Criar regras de acesso para usuário","id":"c3666c8f-8e12-4fda-8c36-b1fc8b01dbaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"user_access_rules\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"user_id\": 3,\r\n\t\t\t\"access_rule_id\": 3\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c3666c8f-8e12-4fda-8c36-b1fc8b01dbaa"},{"name":"Carregar regras de acesso do usuário","id":"78c465a0-a7e3-471f-acc4-c969b961447d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"user_access_rules\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"78c465a0-a7e3-471f-acc4-c969b961447d"}],"id":"25f7efd3-4675-4881-8823-7eb5c955678e","_postman_id":"25f7efd3-4675-4881-8823-7eb5c955678e","description":""},{"name":"Grupos de usuários","item":[{"name":"Criar grupo de usuários","id":"fa131bcb-be04-4d81-8f3d-58af85b4d71f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"user_groups\",\r\n\t\"fields\": [\"user_id\", \"group_id\"],\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"user_id\": 1,\r\n\t\t\t\"group_id\": 1\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"fa131bcb-be04-4d81-8f3d-58af85b4d71f"},{"name":"Carregar grupo de usuários","id":"19fc3218-0e7d-481a-90f0-29a4d966ea82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"user_groups\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"19fc3218-0e7d-481a-90f0-29a4d966ea82"},{"name":"Deletar grupo de usuários","id":"59688d98-de77-4c06-abe4-f446183026a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"user_groups\"\r\n}"},"url":"{{host}}/destroy_objects.fcgi?session={{session}}","urlObject":{"path":["destroy_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"59688d98-de77-4c06-abe4-f446183026a4"}],"id":"30325f76-b61d-4d04-9d0b-2688e61b52a6","_postman_id":"30325f76-b61d-4d04-9d0b-2688e61b52a6","description":""},{"name":"Usuários","item":[{"name":"Criar usuários","id":"a476af31-14c7-44c1-a99c-f2053cfd29da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"users\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"name\": \"Douglas Miguel\",\r\n\t\t\t\"registration\": \"\",\r\n\t\t\t\"password\": \"\",\r\n\t\t\t\"salt\": \"\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"a476af31-14c7-44c1-a99c-f2053cfd29da"},{"name":"Criar ou modificar usuários","event":[{"listen":"prerequest","script":{"id":"ad44e2ab-43aa-4237-b089-4e4b15f7d4dc","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0fd6a83a-54a4-4134-9d70-cff4efbe0c91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"users\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"id\": 1,\r\n            \"name\": \"Valter Branco\",\r\n\t\t\t\"registration\": \"\",\r\n\t\t\t\"password\": \"\",\r\n\t\t\t\"salt\": \"\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_or_modify_objects.fcgi?session={{session}}","urlObject":{"path":["create_or_modify_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"0fd6a83a-54a4-4134-9d70-cff4efbe0c91"},{"name":"Atualizar usuários","id":"2069fc59-c457-4574-a156-0aafe7229825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"object\": \"users\",\n\t\"values\": {\n\t\t\"begin_time\": 0,\n\t\t\"end_time\": 1717690651\n\t},\n\t\"where\": {\n\t\t\"users\": {\n\t\t\t\"id\": 7\n\t\t}\n\t}\n}"},"url":"{{host}}/modify_objects.fcgi?session={{session}}","urlObject":{"path":["modify_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"2069fc59-c457-4574-a156-0aafe7229825"},{"name":"Carregar usuários","id":"6e45184e-ff58-4b20-b90d-37f373e77794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\t\"object\": \"users\"\r\n}"},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"6e45184e-ff58-4b20-b90d-37f373e77794"},{"name":"Lista de usuários sem foto cadastrada","id":"7948f34c-986a-49bc-84ae-1d931ef1c008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n\t\"object\": \"users\",\n    \"where\": [\n        {\n\t\t\t\"object\" : \"users\",\n\t\t\t\"field\" : \"image_timestamp\",\n\t\t\t\"operator\" : \"IS NULL\",\n\t\t\t\"value\" : \"\",\n\t\t\t\"connector\" : \"OR\"\n        },\n        {\n\t\t\t\"object\" : \"users\",\n\t\t\t\"field\" : \"image_timestamp\",\n\t\t\t\"operator\" : \"=\",\n\t\t\t\"value\" : 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7948f34c-986a-49bc-84ae-1d931ef1c008"},{"name":"Lista de usuários com foto cadastrada","id":"373a5d04-2334-4f2b-b4e7-1f98f6b8c690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n\t\"object\": \"users\",\n    \"where\": [\n        {\n\t\t\t\"object\" : \"users\",\n\t\t\t\"field\" : \"image_timestamp\",\n\t\t\t\"operator\" : \"!=\",\n\t\t\t\"value\" : 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"373a5d04-2334-4f2b-b4e7-1f98f6b8c690"},{"name":"Deletar usuários","id":"a6438081-b7b3-42f2-a66d-59a0db4de8d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"object\": \"users\"\n}"},"url":"{{host}}/destroy_objects.fcgi?session={{session}}","urlObject":{"path":["destroy_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"a6438081-b7b3-42f2-a66d-59a0db4de8d4"}],"id":"d3421bf8-e086-4635-aa5c-1932b24718f5","_postman_id":"d3421bf8-e086-4635-aa5c-1932b24718f5","description":""},{"name":"Relatórios","item":[{"name":"Relatório AFD","id":"2eee744f-40a1-483d-b13a-ac05be2a62ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/export_afd.fcgi?session={{session}}","urlObject":{"path":["export_afd.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"e29a5a8e-96ff-4e90-bffc-586f665e8299","name":"Relatório AFD extraido com sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/export_afd.fcgi?session={{session}}","host":["{{host}}"],"path":["export_afd.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"0000000001100000000000000000000000000ControliD                                                                                                                                             0061998765598336122102021081120210811202110042EE4\n0000000013221020211555000000000001BF30\n00000000232210202116030000000000023C34\n00000000332210202116140000000000038506\n000000004322102021170900000000000675FA\n00000000532910202114440000000000064164\n000000006329102021155500000000000540EC\n00000000732910202115560000000000057C11\n0000000083291020211638000000000005F566\n0000000093031120211055000000000006261A\n0000000103031120211056000000000006E7D3\n0000000113031120211056000000000006182B\n00000001230311202110590000000000065734\n0000000133031120211059000000000005A98C\n0000000143031120211059000000000000D5A2\n0000000153031120211100000000000006E403\n00000001630311202111040000000000062006\n00000001730311202111070000000000061CFB\n000000018303112021110900000000000692C9\n0000000193031120211111000000000006E42E\n0000000203041120211352000000000006B3F9\n00000002130511202112180000000000061E10\n000000022308112021081000000000000648D7\n00000002330811202108140000000000053261\n00000002430811202108140000000000054D8F\n0000000253081120210814000000000005B277\n0000000263081120210823000000000005B674\n00000002730811202109030000000000068A0E\n9999999990000000000000000270000000000000000000000000009\n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\n"},{"id":"459f8b20-e0be-4d8b-b0fc-248c89c218f8","name":"Falha de extração do relatório AFD","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/export_afd.fcgi?session={{session}}","host":["{{host}}"],"path":["export_afd.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"2eee744f-40a1-483d-b13a-ac05be2a62ae"},{"name":"Relatório AFD com formato 671","id":"b09ebcab-b133-4547-9a6f-790202f12279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initial_date\":{\n        \"day\":11,\n        \"month\":7,\n        \"year\":2022\n    },\n\t\"initial_nsr\": 1,\n\t\"mode\": 671\n}"},"url":"{{host}}/export_afd.fcgi?session={{session}}&mode=671","urlObject":{"path":["export_afd.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"description":{"content":"<p>Opcional - parâmetro também pode ser passado no body da requisição</p>\n","type":"text/plain"},"key":"mode","value":"671"}],"variable":[]}},"response":[{"id":"d25cb0b6-b204-4c36-aff6-c7abedc44498","name":"Relatório AFD extraido com sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/export_afd.fcgi?session={{session}}","host":["{{host}}"],"path":["export_afd.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"0000000001100000000000000000000000000ControliD                                                                                                                                             0061998765598336122102021081120210811202110042EE4\n0000000013221020211555000000000001BF30\n00000000232210202116030000000000023C34\n00000000332210202116140000000000038506\n000000004322102021170900000000000675FA\n00000000532910202114440000000000064164\n000000006329102021155500000000000540EC\n00000000732910202115560000000000057C11\n0000000083291020211638000000000005F566\n0000000093031120211055000000000006261A\n0000000103031120211056000000000006E7D3\n0000000113031120211056000000000006182B\n00000001230311202110590000000000065734\n0000000133031120211059000000000005A98C\n0000000143031120211059000000000000D5A2\n0000000153031120211100000000000006E403\n00000001630311202111040000000000062006\n00000001730311202111070000000000061CFB\n000000018303112021110900000000000692C9\n0000000193031120211111000000000006E42E\n0000000203041120211352000000000006B3F9\n00000002130511202112180000000000061E10\n000000022308112021081000000000000648D7\n00000002330811202108140000000000053261\n00000002430811202108140000000000054D8F\n0000000253081120210814000000000005B277\n0000000263081120210823000000000005B674\n00000002730811202109030000000000068A0E\n9999999990000000000000000270000000000000000000000000009\n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\n"},{"id":"d161ce76-28f4-4b41-9fd1-57c6a3b19f52","name":"Falha de extração do relatório AFD","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/export_afd.fcgi?session={{session}}","host":["{{host}}"],"path":["export_afd.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"}],"_postman_id":"b09ebcab-b133-4547-9a6f-790202f12279"},{"name":"Gerar Relatório","id":"e3b39f1d-ebc5-48dd-ba10-572e4ff54722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order\":[\"ascending\",\"name\"],\n    \"where\":{\n            \"users\":{},\n            \"groups\":{},\n            \"time_zones\":{}\n    },\n    \"object\":\"users\",\n    \"delimiter\":\";\",\n    \"line_break\":\"\\\\r\\\\n\",\n    \"header\":\"Nome (Usuário);Código (Usuário)\",\n    \"file_name\":\"\",\n    \"join\":\"LEFT\",\n    \"columns\":[\n        {\n        \"type\":\"object_field\",\n        \"object\":\"users\",\n        \"field\":\"name\",\n        \"format\":{\n            \"adjustment\":1,\n            \"width\":50,\n            \"fill\":\" \",\n            \"format\":\"%s\"\n            }\n        },\n        {\n        \"type\":\"object_field\",\n        \"object\":\"users\",\n        \"field\":\"id\",\n        \"format\":{\n            \"adjustment\":2,\n            \"width\":5,\n            \"fill\":\"0\",\n            \"format\":\"%s\"\n            }\n        }\n    ]\n}"},"url":"{{host}}/report_generate.fcgi?session={{session}}","urlObject":{"path":["report_generate.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"e3b39f1d-ebc5-48dd-ba10-572e4ff54722"},{"name":"Relatório AFD com filtro de data inicial","id":"c0a73842-8636-4cb6-86c2-dbbda8880cc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initial_date\":{\n        \"day\":11,\n        \"month\":7,\n        \"year\":2022\n    }\n}"},"url":"{{host}}/export_afd.fcgi?session={{session}}","urlObject":{"path":["export_afd.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c0a73842-8636-4cb6-86c2-dbbda8880cc2"},{"name":"Relatório AFD com filtro NSR","id":"a9601eaa-c48b-486f-b15d-75794d264d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initial_nsr\" : 1\n}"},"url":"{{host}}/export_afd.fcgi?session={{session}}","urlObject":{"path":["export_afd.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"a9601eaa-c48b-486f-b15d-75794d264d97"}],"id":"c651356e-65a9-43ba-9db2-f99af857e84a","_postman_id":"c651356e-65a9-43ba-9db2-f99af857e84a","description":""},{"name":"User roles","item":[{"name":"Criar copia de usuário","id":"d707ea26-d0bd-4e26-a4ec-07e61bedce65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"users\",\r\n\t\"values\": [\r\n\t\t{\r\n\t\t\t\"name\": \"Douglas Miguel\",\r\n\t\t\t\"registration\": \"\",\r\n\t\t\t\"password\": \"\",\r\n\t\t\t\"salt\": \"\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d707ea26-d0bd-4e26-a4ec-07e61bedce65"}],"id":"9ac68df5-e902-4b52-8720-2afd0b5b3607","_postman_id":"9ac68df5-e902-4b52-8720-2afd0b5b3607","description":""},{"name":"Regras de intertravamento via rede","item":[{"name":"Criar regra","id":"2df29a0f-6680-420c-92e0-4c875328d287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"object\": \"network_interlocking_rules\",\n\t\"values\": [\n        {\n\t\t    \"ip\": \"192.168.0.129\",\n\t\t    \"login\": \"login\",\n\t\t    \"password\": \"password\",\n\t\t    \"portal_name\": \"Portão Serviço\",\n\t\t    \"enabled\": 1\n\t    }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/create_objects.fcgi?session={{session}}","urlObject":{"path":["create_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"2df29a0f-6680-420c-92e0-4c875328d287"},{"name":"Carregar regras","id":"f435d415-0486-4531-a81c-37f8ae1ea88e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n\t\"object\": \"network_interlocking_rules\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/load_objects.fcgi?session={{session}}","urlObject":{"path":["load_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"f435d415-0486-4531-a81c-37f8ae1ea88e"},{"name":"Modificar regra","id":"dc4a883e-379d-4ca5-9537-3c95718e39fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"object\": \"network_interlocking_rules\",\n\t\"values\": {\n\t\t\"ip\": \"192.168.0.129\",\n\t\t\"login\": \"login\",\n\t\t\"password\": \"password\",\n\t\t\"portal_name\": \"Portão Serviço\",\n\t\t\"enabled\": 1\n\t},\n\t\"where\": {\n\t\t\"network_interlocking_rules\": {\n\t\t\t\"id\": 1\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/modify_objects.fcgi?session={{session}}","urlObject":{"path":["modify_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"dc4a883e-379d-4ca5-9537-3c95718e39fa"},{"name":"Remover regra","id":"aa97e2d1-0081-41a0-8848-94611e8a54bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"object\": \"network_interlocking_rules\",\n\t\"where\": {\n\t\t\"network_interlocking_rules\": {\n\t\t\t\"id\": 1\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/destroy_objects.fcgi?session={{session}}","urlObject":{"path":["destroy_objects.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"aa97e2d1-0081-41a0-8848-94611e8a54bf"}],"id":"a247ca12-388a-42bb-b9ae-b27a082af7d8","_postman_id":"a247ca12-388a-42bb-b9ae-b27a082af7d8","description":""}],"id":"4a719502-4813-4485-9eae-718b7bcd4971","_postman_id":"4a719502-4813-4485-9eae-718b7bcd4971","description":""},{"name":"Configurações","item":[{"name":"iDBlock Next","item":[{"name":"Habilitar relé 1 da catraca (iDBlock Next)","id":"4dc114dc-b73a-4400-8b93-b71c2978996a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"catra_relay_1_enabled\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"082780c0-926f-4f60-b5a2-d1f8e6fbd8a1","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enabled\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fbaeca63-f72d-4b4f-905e-e67c7d2235fc","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enabled\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"2031076a-b787-4829-8dd5-8ad899d8f71a","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"4dc114dc-b73a-4400-8b93-b71c2978996a"},{"name":"Desabilitar relé 1 da catraca (iDBlock Next)","id":"e315da2e-f168-4fed-83a2-60e5e1edcc70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"catra_relay_1_enabled\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"f4c4410d-d2ad-4ccc-a04e-e7fbc6cdd215","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enabled\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eb00caf2-86f5-4f96-9474-d09e362eb646","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enabled\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"99f5a86c-7ff8-49f5-962b-e035ee6a92d3","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"e315da2e-f168-4fed-83a2-60e5e1edcc70"},{"name":"Ativar relé 1 da catraca em sentido anti-horário (iDBlock Next)","id":"f0219f3d-5831-4439-8454-3bba09a1ba80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"catra_relay_1_enable_direction\": \"left\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"95b5c5d6-7321-4d55-95f0-b1edecd619e1","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enable_direction\": \"left\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5b3da96a-2224-40e1-9e15-aaa34ed9bf56","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enable_direction\": \"left\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"73929d8b-da86-48b6-8413-e65b7c77b053","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"f0219f3d-5831-4439-8454-3bba09a1ba80"},{"name":"Ativar relé 1 da catraca em sentido horário (iDBlock Next)","id":"79eeadf1-82d7-416f-8188-88810aba4472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"catra_relay_1_enable_direction\": \"right\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"f5aa3b60-cb8b-4598-8a7d-f1db2e235d29","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enable_direction\": \"right\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1b00b519-35d3-48b4-bec7-ebbb51b34e68","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enable_direction\": \"right\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"dd798a64-e4fe-43a4-847f-4472c802eade","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"79eeadf1-82d7-416f-8188-88810aba4472"},{"name":"Habilitar relé 2 da catraca (iDBlock Next)","id":"79a46046-d276-4733-9194-33ed4a5fdcbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"catra_relay_2_enabled\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"cab6f147-2ef3-4f87-843d-f0875b37fa3c","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enabled\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"72cfaf38-4ea0-4159-8700-1a692fdda7f4","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enabled\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"9bf7a329-1bf2-4175-b69e-f6473c6e712f","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"79a46046-d276-4733-9194-33ed4a5fdcbe"},{"name":"Desabilitar relé 2 da catraca (iDBlock Next)","id":"c2ca8bde-167a-4019-acf3-349656a40f8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"catra_relay_2_enabled\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"5e79961c-674c-47b8-8836-3905bb6e7ca7","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enabled\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"77d95ca6-566f-4e76-bdd7-3e9412fa285a","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enabled\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"f34e28df-74e0-4764-9b64-3679ff4e3813","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"c2ca8bde-167a-4019-acf3-349656a40f8f"},{"name":"Ativar relé 2 da catraca em sentido anti-horário (iDBlock Next)","id":"b097b9e6-8dfb-4448-8a60-7348a448b2ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"catra_relay_2_enable_direction\": \"left\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"6beb6082-5d83-4718-a41f-eca20e751250","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enable_direction\": \"left\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ade510ec-c06f-41d2-82ce-d1afd8ecc60b","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enable_direction\": \"left\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"d6b803c3-d4b7-496f-94a5-9c0199502522","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"b097b9e6-8dfb-4448-8a60-7348a448b2ca"},{"name":"Ativar relé 2 da catraca em sentido horário (iDBlock Next)","id":"c33dc5f5-5f84-465f-ad4d-9441af0dc9ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"catra_relay_2_enable_direction\": \"right\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"6bf3f721-e1b5-4cb6-8043-941e760a42ba","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enable_direction\": \"right\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eb1ed8dc-0517-423a-b80a-33098bbd4255","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enable_direction\": \"right\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"232862d6-6cee-4b44-829b-ef60e1a46dd4","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"c33dc5f5-5f84-465f-ad4d-9441af0dc9ec"},{"name":"Alterar modo de operação (iDBlock Next)","id":"ddc4fed0-3f8d-4272-b260-ee4768a2b5f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n        \"catra_role\": \"1\",\r\n\t\t\"catra_default_fsm\": \"0\",\r\n        \"catra_side_to_enter\": \"0\",\r\n        \"catra_timeout\": \"5000\",\r\n        \"catra_sync_period\": \"5000\",\r\n        \"catra_bio_sync_period\": \"1000\",\r\n        \"catra_config_sync_period\": \"60\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"ddc4fed0-3f8d-4272-b260-ee4768a2b5f3"},{"name":"Alterar modo de operação  iDFace ou IHM primários (iDBlock Next)","id":"4fe7d239-c6fe-4c9e-a6e1-bb7488fad6ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n        \"catra_role\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4fe7d239-c6fe-4c9e-a6e1-bb7488fad6ba"},{"name":"Alterar modo de operação iDFace ou IHM secundários (iDBlock Next)","id":"7448e30a-d305-4fdc-bbce-dd75695c7a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n        \"catra_role\": \"2\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7448e30a-d305-4fdc-bbce-dd75695c7a65"},{"name":"Alterar modo de operação intervalo de tempo entre sincronismo de usuários (iDBlock Next)","id":"e95eadce-240f-4198-a093-93d02bdd4127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n        \"catra_sync_period\": \"5000\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"e95eadce-240f-4198-a093-93d02bdd4127"},{"name":"Alterar modo de operação intervalo de tempo entre sincronismo de biometrias (iDBlock Next)","id":"5af17a67-aebe-4dfb-b21a-a818f03b44e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n        \"catra_bio_sync_period\": \"1000\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5af17a67-aebe-4dfb-b21a-a818f03b44e2"},{"name":"Alterar modo de operação intervalo de tempo entre sincronismo de configurações (iDBlock Next)","id":"5ae7d99f-eb65-4044-b1d0-ef31de5a1fb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n        \"catra_config_sync_period\": \"60\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5ae7d99f-eb65-4044-b1d0-ef31de5a1fb7"},{"name":"Alterar modo de operação sentidos da catraca  (iDBlock Next)","id":"7b0263e4-a903-4d51-8561-5c28c5e62cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"catra_default_fsm\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7b0263e4-a903-4d51-8561-5c28c5e62cb0"},{"name":"Alterar modo de operação  sentido de giro da catraca (iDBlock Next)","id":"1447349c-b0d2-474d-befb-e84f95aae8c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n        \"catra_side_to_enter\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"1447349c-b0d2-474d-befb-e84f95aae8c1"},{"name":"Alterar modo de operação tempo de duração da liberação do giro (iDBlock Next)","id":"4012b85a-bd3a-4241-aec7-7b47604ac18f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n        \"catra_timeout\": \"5000\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4012b85a-bd3a-4241-aec7-7b47604ac18f"},{"name":"Habilitar saída de visitantes com cartão (iDBlock Next)","id":"d7e3f8f9-2d2b-403d-8bac-edb17a4d21e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sec_box\": {\n        \"catra_collect_visitor_card\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d7e3f8f9-2d2b-403d-8bac-edb17a4d21e2"},{"name":"Desabilitar saída de visitantes com cartão (iDBlock Next)","id":"e43f909e-715c-4275-8618-825e36ebef8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sec_box\": {\n        \"catra_collect_visitor_card\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"e43f909e-715c-4275-8618-825e36ebef8f"},{"name":"Configurar LEDs na catraca","id":"37e1438a-130d-4235-ab05-57d622093614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"color\": \"0\",\n    \"event\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/remote_led_control.fcgi?session={{session}}","description":"<p>Através da API podemos configurar as cores dos LEDs RGB presentes na iDBlock Next e engatilhar eventos que trocam estas cores e estados dos LEDs.</p>\n<p>Em suma, as cores de evento autorizado e não-autorizado são permanentes em verde e vermelho, respectivamente, contudo podemos mudar a cor em estado de Idle para a que desejarmos, eviando-a com um evento de código 4, seguido de um evento de código 2 para ir ao estado Idle.</p>\n<p>Para desligar as luzes, podemos enviar um evento de código 3.</p>\n","urlObject":{"path":["remote_led_control.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"37e1438a-130d-4235-ab05-57d622093614"}],"id":"60d4fb85-b561-4be6-a490-99e9129f9af9","_postman_id":"60d4fb85-b561-4be6-a490-99e9129f9af9","description":""},{"name":"iDFace Max","item":[{"name":"Alterar modo de saída secbox (normal)","id":"209ee014-9f4c-48ea-8f1a-5835f87f7657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"sec_box_out_mode\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"209ee014-9f4c-48ea-8f1a-5835f87f7657"},{"name":"Alterar modo de saída secbox (rejeitados)","id":"cadba5ae-4d83-4b79-8448-b27320b57b60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"sec_box_out_mode\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"cadba5ae-4d83-4b79-8448-b27320b57b60"},{"name":"Alterar modo de saída secbox (campainha)","id":"4da86018-bffe-4443-8a23-d9f8ba966c70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"sec_box_out_mode\": \"2\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4da86018-bffe-4443-8a23-d9f8ba966c70"},{"name":"Alterar modo de saída secbox (alarme)","id":"01be7e46-c25f-439b-ad69-08e5700b436b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"sec_box_out_mode\": \"3\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"01be7e46-c25f-439b-ad69-08e5700b436b"},{"name":"Habilitar relé interno","id":"aa5fc602-2f78-4288-9478-a10aaa450369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"relay1_enabled\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"aa5fc602-2f78-4288-9478-a10aaa450369"},{"name":"Desabilitar relé interno","id":"fbb667e5-562e-41e7-b71d-ca024c887caf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"relay1_enabled\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"fbb667e5-562e-41e7-b71d-ca024c887caf"},{"name":"Habilitar fechamento inteligente relé interno","id":"dcb2498a-0576-4b16-869c-1807022b329b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"relay1_auto_close\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"dcb2498a-0576-4b16-869c-1807022b329b"},{"name":"Desabilitar fechamento inteligente relé interno","id":"594b344a-a5c0-4378-9039-7b22985e9fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"relay1_auto_close\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"594b344a-a5c0-4378-9039-7b22985e9fe7"},{"name":"Alterar timeout relé interno","id":"5ada372c-1040-4b7a-9c95-346b0889025f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"relay1_enabled\": \"1\",\r\n\t\t\"relay1_timeout\": \"3000\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5ada372c-1040-4b7a-9c95-346b0889025f"},{"name":"Alterar modo de saída relé interno (normal)","id":"ce6ab071-fa54-4b25-a44f-3d73770ced1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"relay_out_mode\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"ce6ab071-fa54-4b25-a44f-3d73770ced1f"},{"name":"Alterar modo de saída relé interno (rejeitados)","id":"01e98ad5-2466-4124-8778-1fe3fd4d138a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"relay_out_mode\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"01e98ad5-2466-4124-8778-1fe3fd4d138a"},{"name":"Alterar modo de saída relé interno (campainha)","id":"b99deb7e-c105-4b30-8a84-8d67f6682be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"relay_out_mode\": \"2\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b99deb7e-c105-4b30-8a84-8d67f6682be1"},{"name":"Alterar modo de saída relé interno (alarme)","id":"cdbcc53f-3a43-4174-9b0d-39dc62f94595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"relay_out_mode\": \"3\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"cdbcc53f-3a43-4174-9b0d-39dc62f94595"},{"name":"Desabilitar GPIO1","id":"288c0cd2-1d46-4922-97df-5b9742e2ad02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext1_mode\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"288c0cd2-1d46-4922-97df-5b9742e2ad02"},{"name":"Alterar modo de operação GPIO2 (habilitar facial)","id":"5d06f2a5-46af-42fa-a4f2-d3af4df93da5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext2_mode\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5d06f2a5-46af-42fa-a4f2-d3af4df93da5"},{"name":"Alterar modo de operação GPIO2 (alarme)","id":"3a3e3cd0-c49c-4877-9ca3-35ab3a6b2652","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext2_mode\": \"2\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"3a3e3cd0-c49c-4877-9ca3-35ab3a6b2652"},{"name":"Alterar modo de operação GPIO2 (emergência)","id":"605e7c53-8b86-4267-a45f-086259b5e042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext2_mode\": \"3\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"605e7c53-8b86-4267-a45f-086259b5e042"},{"name":"Alterar modo de operação GPIO2 (lockdown)","id":"60a3090e-d0a3-46fa-95a4-fc4df0ebda8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext2_mode\": \"4\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"60a3090e-d0a3-46fa-95a4-fc4df0ebda8d"},{"name":"Alterar modo de operação GPIO2 (interfonia)","id":"537b723a-2a1b-4c90-8e4a-6fd51b919f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext2_mode\": \"5\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"537b723a-2a1b-4c90-8e4a-6fd51b919f67"},{"name":"Alterar modo de operação GPIO2 (intertravamento)","id":"235d5566-b8c9-40f0-8069-ca83f89091b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext2_mode\": \"6\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"235d5566-b8c9-40f0-8069-ca83f89091b7"},{"name":"Alterar modo de operação GPIO2 (abrir relé)","id":"a9d1e8ff-d1de-49f0-84af-4684bbba9715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext2_mode\": \"7\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"a9d1e8ff-d1de-49f0-84af-4684bbba9715"},{"name":"Alterar modo de operação GPIO2 (abrir secbox)","id":"b641076a-bc2a-4844-b57e-d8083b164afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext2_mode\": \"8\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b641076a-bc2a-4844-b57e-d8083b164afd"},{"name":"Alterar modo de operação GPIO2 (abrir relé/secbox)","id":"6afa475d-2e62-44d8-8c05-07f9d6ab5da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext2_mode\": \"9\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"6afa475d-2e62-44d8-8c05-07f9d6ab5da0"},{"name":"Alterar nível ativo 0 GPIO3 (NC)","id":"b00c9357-9fc5-4842-83fd-ed64d7742c38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext3_idle\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b00c9357-9fc5-4842-83fd-ed64d7742c38"},{"name":"Alterar nível ativo 1 GPIO3 (NO)","id":"4555c7ec-caf3-41c9-8913-e7920c4d72e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"gpio_ext3_idle\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4555c7ec-caf3-41c9-8913-e7920c4d72e4"}],"id":"604f0c55-9a84-4f89-8b24-4947269486b9","_postman_id":"604f0c55-9a84-4f89-8b24-4947269486b9","description":""},{"name":"Ativar modo online","id":"71afea7e-99dd-4d61-bbf5-0e8512e1c706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"online\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"8e8f6ef0-91ee-4153-91c8-73cfabccfe03","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"online\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c5220775-2d7b-448e-b418-4dbf3196a91f","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"online\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"e8ac820d-d38d-490a-bd83-9f063161fd7e","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"71afea7e-99dd-4d61-bbf5-0e8512e1c706"},{"name":"Desativar modo online","id":"9705307d-e2a4-4b73-bd38-65ce0213599f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"online\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"f09d49c5-faae-4f12-9a64-5cbb8f596e2c","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"online\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4b760f9c-d48d-4f24-b7c1-a9f4d232b346","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"online\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"42aa4989-5eda-41fd-9e9a-c182692ad3f1","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"9705307d-e2a4-4b73-bd38-65ce0213599f"},{"name":"Habilitar acesso do SSH ao dispositivo","id":"c2c35e5d-adb4-4439-aeed-975eac148c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"ssh_enabled\": \"1\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"72a62cc4-7ae6-4a34-8cf1-4f12cb5eaf3c","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"ssh_enabled\": \"1\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"30c939be-4306-42a5-a16b-a84329747def","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"ssh_enabled\": \"1\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"5714d49d-b6b0-4ec8-b8d4-1b776e0322e9","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"c2c35e5d-adb4-4439-aeed-975eac148c1e"},{"name":"Desabilita o acesso do SSH ao dispositivo","id":"91586d74-205e-4e9f-a5cb-97f6f8fe2f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"ssh_enabled\": \"0\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"1bf967de-aa64-4ec8-9606-21ed092c7ecd","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"ssh_enabled\": \"0\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"506289fd-ac4c-4a7f-be2c-854b6f17598a","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"ssh_enabled\": \"0\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"e0b75af4-1364-44d0-b0a0-29c8302b741d","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"91586d74-205e-4e9f-a5cb-97f6f8fe2f59"},{"name":"Habilitar endpoint de reinício do dispositivo","id":"b529fd34-40b5-410e-a2a9-59e25cc62685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"url_reboot_enabled\": \"1\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"765157f7-81d1-4d2e-964e-2eb809f9c948","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"url_reboot_enabled\": \"1\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bc57e504-5fd2-4da6-b2ce-1e21163f77c8","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"url_reboot_enabled\": \"1\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"da69664f-554f-4872-b43c-705bcebf5e6b","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"b529fd34-40b5-410e-a2a9-59e25cc62685"},{"name":"Desabilita endpoint de reinício do dispositivo","id":"f46c8689-d70d-486c-8cc2-93a78689a1d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"url_reboot_enabled\": \"0\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"f60a30c9-9c15-45fd-9cf9-3807a1bca27b","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"url_reboot_enabled\": \"0\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c39946cd-06dd-45b7-84f4-779fa8114b7d","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"url_reboot_enabled\": \"0\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"0969f4f2-a450-4451-b239-a1c3371ef2a8","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"f46c8689-d70d-486c-8cc2-93a78689a1d1"},{"name":"Ativar emergência","id":"4808a226-f7c2-4837-9f72-3fc38912d63a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"exception_mode\": \"emergency\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"ae6d07fe-fe11-4a1b-807b-53821f3cf05e","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"exception_mode\": \"emergency\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0126aa47-08f5-484f-8746-6e3bcd9112e7","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"exception_mode\": \"emergency\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"893be9b0-2bea-42a2-bd39-ffa62c8a2d40","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"4808a226-f7c2-4837-9f72-3fc38912d63a"},{"name":"Desativar emergência","id":"8de33771-6d16-4645-b93a-fb92d14c9408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"exception_mode\": \"none\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"8de33771-6d16-4645-b93a-fb92d14c9408"},{"name":"Ativar extração de template","id":"a3a181f7-7d6f-464a-9444-9bc82e5dcd6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"online_client\": {\r\n\t\t\"extract_template\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"15f0b0cd-2601-4422-8f05-3e12971e7778","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"online_client\": {\n\t\t\"extract_template\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6c6eb858-5bec-4f76-9c23-4bbf43fb36cd","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"online_client\": {\n\t\t\"extract_template\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"678cf060-f2b0-4213-891d-7ba6f17ad9ff","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"a3a181f7-7d6f-464a-9444-9bc82e5dcd6f"},{"name":"Desativar extração de template","id":"ef84b2ae-6e3c-4eb3-a03e-638c3007c6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"online_client\": {\r\n\t\t\"extract_template\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"fbc37f2b-ad57-4121-928b-9b6c5eed8b51","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"online_client\": {\n\t\t\"extract_template\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8c462dd6-20e3-42f5-bd6c-8811075f2c1e","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"online_client\": {\n\t\t\"extract_template\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"120cd59d-cff2-4eaa-92b2-24459a60c01e","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"ef84b2ae-6e3c-4eb3-a03e-638c3007c6f5"},{"name":"Habilitar relé 1 da catraca","id":"10e93579-d06b-440a-b3b5-4146763466e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"gpio\": {\r\n\t\t\"catra_relay_1_enabled\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"eb168eb8-cfc9-4eed-9809-cc8704107ade","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enabled\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"71b72e55-2fe9-4300-8ba9-ced2a55586d8","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enabled\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"e9bef087-4405-4fe3-a91f-8f51540fd211","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"10e93579-d06b-440a-b3b5-4146763466e7"},{"name":"Desabilitar relé 1 da catraca","id":"af24bc88-109b-4631-aa7b-5329541f8914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"gpio\": {\r\n\t\t\"catra_relay_1_enabled\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"54a162d0-e4ba-4096-9e47-7a7d5498f498","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enabled\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f63a0008-4dbd-4f7b-97d9-11636dd1cfdb","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enabled\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"9f597694-5a12-4329-a269-4672e6b33ceb","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"af24bc88-109b-4631-aa7b-5329541f8914"},{"name":"Ativar relé 1 da catraca em sentido anti-horário","id":"07190cbc-2506-440e-9305-e2707c1df40f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"gpio\": {\r\n\t\t\"catra_relay_1_enable_direction\": \"left\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"9ce0820a-edd3-45e6-a0b4-e84128de91ea","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enable_direction\": \"left\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c4b9ecde-de0b-4edf-92cb-06e51ad5d1db","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enable_direction\": \"left\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"0207c3a8-b07e-45da-a54c-33f0fe89f942","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"07190cbc-2506-440e-9305-e2707c1df40f"},{"name":"Ativar relé 1 da catraca em sentido horário","id":"198db104-1bbc-431a-9660-fd47da5f97ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"gpio\": {\r\n\t\t\"catra_relay_1_enable_direction\": \"right\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"7d4e7671-7d15-4d59-8301-0fbe2ef7a027","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enable_direction\": \"right\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"448646f6-cee9-40ed-9803-056e178228d9","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_1_enable_direction\": \"right\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"4844037c-6fe1-4f4c-bb24-aa359503a4f3","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"198db104-1bbc-431a-9660-fd47da5f97ac"},{"name":"Habilitar relé 2 da catraca","id":"c1b68bbd-041d-4df7-ba16-1482bc2d65dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"gpio\": {\r\n\t\t\"catra_relay_2_enabled\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"498b7fb6-a846-47c0-ab79-92bc6f81bbfe","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enabled\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6016d0dc-8a4a-414a-88bc-d3e6481e7b68","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enabled\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"8bb31341-8658-41bc-bbc1-a15cfaa38a89","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"c1b68bbd-041d-4df7-ba16-1482bc2d65dd"},{"name":"Desabilitar relé 2 da catraca","id":"22f14127-a21d-453f-bd54-728c6266c4ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"gpio\": {\r\n\t\t\"catra_relay_2_enabled\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"6ce66189-efe2-4a62-b39e-52d09cadd0f0","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enabled\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3b94ddfc-bacf-406e-b7d8-fa5cf900a710","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enabled\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"2c38261f-3a04-48fa-aeba-c0c18a86a1c3","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"22f14127-a21d-453f-bd54-728c6266c4ce"},{"name":"Ativar relé 2 da catraca em sentido anti-horário","id":"1d3f536b-0b7b-4a5b-b955-14cbff999831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"gpio\": {\r\n\t\t\"catra_relay_2_enable_direction\": \"left\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"bbb2233f-ee00-4cbb-9b28-16b45330cdd8","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enable_direction\": \"left\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"68d8e3c7-e0dd-44fc-a75e-52af618d5189","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enable_direction\": \"left\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"81570a84-cf9c-4edc-8392-fbeb1e56d67d","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"1d3f536b-0b7b-4a5b-b955-14cbff999831"},{"name":"Ativar relé 2 da catraca em sentido horário","id":"680db553-6a6d-44db-9f85-ebca2f309b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"gpio\": {\r\n\t\t\"catra_relay_2_enable_direction\": \"right\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"94209776-dae5-4112-8b8d-4aeede030515","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enable_direction\": \"right\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1538b69c-83ac-4d71-8301-c7aa4f277ce8","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"gpio\": {\n\t\t\"catra_relay_2_enable_direction\": \"right\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"006bc9c2-da9d-4795-9887-f8ef7dba3019","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"680db553-6a6d-44db-9f85-ebca2f309b2e"},{"name":"Ativar identificação no dispositivo","id":"1a707200-3690-4dab-be2b-bf370c99718f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"local_identification\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"ae28e932-255e-487c-95e9-9b3377eca9bf","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"local_identification\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0c2a99ca-45a7-43f8-a01a-84927f6914e5","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"local_identification\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"a6e21898-1331-4a70-9b16-90cc5d17c16a","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"1a707200-3690-4dab-be2b-bf370c99718f"},{"name":"Desativar identificação no dispositivo","id":"996b1179-2a9c-40a1-9d45-c2bae6b0df77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"local_identification\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"361c1eee-ae1a-4c2f-beaf-d4fb2e0a0426","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"local_identification\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5e8bf133-6ab6-4604-9e84-c4a8e65a6e5b","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"local_identification\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"9a682fd0-d0ca-48aa-8b69-2d261a875e88","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"996b1179-2a9c-40a1-9d45-c2bae6b0df77"},{"name":"Ativar identificação por Cartão","id":"5cfb9f0e-e0ff-48b7-83ff-a3215fd64c3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"identifier\": {\r\n    \"card_identification_enabled\": \"1\"\r\n  }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"834e9ab6-9c5c-41c2-93cd-0fb8e91826dc","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"card_identification_enabled\": \"1\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d645eca8-f83c-4a51-84e3-75b8d4ee998e","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"card_identification_enabled\": \"1\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"1fa00dae-4c5e-4fbd-acf0-741049a56acc","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"identifier\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"5cfb9f0e-e0ff-48b7-83ff-a3215fd64c3c"},{"name":"Desativar identificação por Cartão","id":"e5c10094-c68c-4722-ba2d-e365c4899307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"identifier\": {\r\n    \"card_identification_enabled\": \"0\"\r\n  }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"0d55a90d-3d31-49ef-8485-c1354fa0ab14","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"card_identification_enabled\": \"0\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4b1af80f-8f63-4e4f-ae36-5b4805ee9aba","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"card_identification_enabled\": \"0\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"d560b51c-97e2-41f6-a26d-0b91ca058eac","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"identifier\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"e5c10094-c68c-4722-ba2d-e365c4899307"},{"name":"Ativar identificação por Face","id":"1c12896a-dd1f-45e4-b1b2-2c8a80cfdbc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"identifier\": {\r\n    \"face_identification_enabled\": \"1\"\r\n  }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"209569f5-5094-4ae9-ab23-b0895b3ea194","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"face_identification_enabled\": \"1\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1a2b9e3d-444a-49eb-bbcd-c9499283625a","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"face_identification_enabled\": \"1\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"3f36f88a-08fc-464b-94b2-d896f264f09f","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"identifier\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"1c12896a-dd1f-45e4-b1b2-2c8a80cfdbc1"},{"name":"Desativar identificação por Face","id":"e89ecda6-60f9-48b9-bc5f-91496c1f21ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"identifier\": {\r\n    \"face_identification_enabled\": \"0\"\r\n  }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"aa28d5db-79e9-4c9e-a3fc-db87c4f79429","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"face_identification_enabled\": \"0\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"94131195-66c5-4d79-a0c8-ec9dfe90a8e9","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"face_identification_enabled\": \"0\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"183af653-059d-4a67-b26f-453d3e6dccd0","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"identifier\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"e89ecda6-60f9-48b9-bc5f-91496c1f21ca"},{"name":"Ativar identificação por QR Code","id":"c0f3d0e4-53a3-4c51-8abb-44cc43d1f292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"identifier\": {\r\n    \"qrcode_identification_enabled\": \"1\"\r\n  }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"2ea79a30-2bfe-483d-8210-c02c47155730","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"qrcode_identification_enabled\": \"1\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a90af743-d420-4359-9472-d1f441ae755f","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"qrcode_identification_enabled\": \"1\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"a7dc3fc3-b0e3-4d98-b693-2254cab3f8f8","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"identifier\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"c0f3d0e4-53a3-4c51-8abb-44cc43d1f292"},{"name":"Desativar identificação por QR Code","id":"e3eff215-933a-4baa-96b4-e24fb34db33a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"identifier\": {\r\n    \"qrcode_identification_enabled\": \"0\"\r\n  }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"7fbb3387-aefd-45b8-847d-a5ba1ffb7d69","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"qrcode_identification_enabled\": \"0\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d9263fbd-3cac-4442-be92-a02e8911124a","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"identifier\": {\n    \"qrcode_identification_enabled\": \"0\"\n  }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"a18b56c5-18c0-467d-84b2-35336b24f2a3","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"identifier\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"e3eff215-933a-4baa-96b4-e24fb34db33a"},{"name":"Modificar horário do reboot diário","id":"854f25da-ad0d-4958-ace2-11fce8784e66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"auto_reboot_hour\": \"1\",\r\n        \"auto_reboot_minute\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"20f64413-575a-4f8d-9ffc-fb352b556408","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"auto_reboot_hour\": \"1\",\n        \"auto_reboot_minute\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"604f18f1-fc2c-44c3-bcd3-763bc1a95660","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"auto_reboot_hour\": \"1\",\n        \"auto_reboot_minute\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"a3302385-dee4-47ee-955d-d55301917f18","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"854f25da-ad0d-4958-ace2-11fce8784e66"},{"name":"Buscar todas configurações (iDAccess/iDFit)","id":"42071970-b525-4b2c-8abe-66010e954709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": [\n\t\t\"online\",\n\t\t\"beep_enabled\",\n\t\t\"relay1_enabled\",\n\t\t\"relay1_timeout\",\n\t\t\"relay1_auto_close\",\n\t\t\"relay2_enabled\",\n\t\t\"relay2_timeout\",\n\t\t\"relay2_auto_close\",\n\t\t\"bell_enabled\",\n\t\t\"bell_relay\",\n\t\t\"local_identification\",\n\t\t\"exception_mode\",\n\t\t\"language\",\n\t\t\"daylight_savings_time_start\",\n\t\t\"daylight_savings_time_end\",\n\t\t\"auto_reboot\"\n\t],\n\t\"mifare\": [\"byte_order\"],\n\t\"w_in0\": [\"byte_order\"],\n\t\"w_out0\": [\"data\"],\n\t\"alarm\": [\n\t\t\"siren_enabled\"\n\t],\n\t\"identifier\": [\n\t\t\"verbose_logging\",\n\t\t\"log_type\",\n\t\t\"multi_factor_authentication\"\n\t],\n\t\"bio_id\": [\"similarity_threshold_1ton\"],\n\t\"online_client\": [\n\t\t\"server_id\", \n\t\t\"extract_template\",\n\t\t\"max_request_attempts\"\n\t],\n\t\"bio_module\": [\"var_min\"],\n\t\"monitor\": [\n\t\t\"path\",\n\t\t\"hostname\",\n\t\t\"port\",\n\t\t\"request_timeout\"\n\t],\n\t\"push_server\": [\n\t\t\"push_request_timeout\",\n\t\t\"push_request_period\",\n\t\t\"push_remote_address\"\n\t]\n}"},"url":"{{host}}/get_configuration.fcgi?session={{session}}","urlObject":{"path":["get_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"42071970-b525-4b2c-8abe-66010e954709"},{"name":"Buscar todas configurações (iDBlock)","id":"4c8c4854-4c5d-424a-a37c-62c119527215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": [\n\t\t\"online\",\n\t\t\"beep_enabled\",\n\t\t\"bell_enabled\",\n\t\t\"bell_relay\",\n\t\t\"catra_timeout\",\n\t\t\"local_identification\",\n\t\t\"exception_mode\",\n\t\t\"language\",\n\t\t\"daylight_savings_time_start\",\n\t\t\"daylight_savings_time_end\",\n\t\t\"auto_reboot\"\n\t],\n\t\"w_in0\": [\"byte_order\"],\n\t\"w_in1\": [\"byte_order\"],\n\t\"alarm\": [\n\t\t\"siren_enabled\",\n\t\t\"siren_relay\"\n\t],\n\t\"identifier\": [\n\t\t\"verbose_logging\",\n\t\t\"log_type\",\n\t\t\"multi_factor_authentication\"\n\t],\n\t\"bio_id\": [\"similarity_threshold_1ton\"],\n\t\"online_client\": [\n\t\t\"server_id\", \n\t\t\"extract_template\",\n\t\t\"max_request_attempts\"\n\t],\n\t\"catra\": [\n\t\t\"anti_passback\",\n\t\t\"daily_reset\",\n\t\t\"gateway\",\n\t\t\"operation_mode\"\n\t],\n\t\"bio_module\": [\"var_min\"],\n\t\"monitor\": [\n\t\t\"path\",\n\t\t\"hostname\",\n\t\t\"port\",\n\t\t\"request_timeout\"\n\t],\n\t\"push_server\": [\n\t\t\"push_request_timeout\",\n\t\t\"push_request_period\",\n\t\t\"push_remote_address\"\n\t]\n}"},"url":"{{host}}/get_configuration.fcgi?session={{session}}","urlObject":{"path":["get_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4c8c4854-4c5d-424a-a37c-62c119527215"},{"name":"Buscar todas configurações (iDBox)","id":"1a9fc04e-72b1-4010-a07c-f694feed1f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": [\n\t\t\"online\",\n\t\t\"beep_enabled\",\n\t\t\"relay1_enabled\",\n\t\t\"relay1_timeout\",\n\t\t\"relay1_auto_close\",\n\t\t\"relay2_enabled\",\n\t\t\"relay2_timeout\",\n\t\t\"relay2_auto_close\",\n\t\t\"relay3_enabled\",\n\t\t\"relay3_timeout\",\n\t\t\"relay3_auto_close\",\n\t\t\"relay4_enabled\",\n\t\t\"relay4_timeout\",\n\t\t\"relay4_auto_close\",\n\t\t\"bell_enabled\",\n\t\t\"bell_relay\",\n\t\t\"catra_timeout\",\n\t\t\"local_identification\",\n\t\t\"exception_mode\",\n\t\t\"language\",\n\t\t\"daylight_savings_time_start\",\n\t\t\"daylight_savings_time_end\",\n\t\t\"auto_reboot\"\n\t],\n\t\"w_in0\": [\"byte_order\"],\n\t\"w_in1\": [\"byte_order\"],\n\t\"w_in2\": [\"byte_order\"],\n\t\"w_in3\": [\"byte_order\"],\n\t\"alarm\": [\n\t\t\"siren_enabled\",\n\t\t\"siren_relay\"\n\t],\n\t\"identifier\": [\n\t\t\"verbose_logging\",\n\t\t\"log_type\",\n\t\t\"multi_factor_authentication\"\n\t],\n\t\"bio_id\": [\"similarity_threshold_1ton\"],\n\t\"online_client\": [\n\t\t\"server_id\", \n\t\t\"extract_template\",\n\t\t\"max_request_attempts\"\n\t],\n\t\"monitor\": [\n\t\t\"path\",\n\t\t\"hostname\",\n\t\t\"port\",\n\t\t\"request_timeout\"\n\t],\n\t\"push_server\": [\n\t\t\"push_request_timeout\",\n\t\t\"push_request_period\",\n\t\t\"push_remote_address\"\n\t]\n}"},"url":"{{host}}/get_configuration.fcgi?session={{session}}","urlObject":{"path":["get_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"1a9fc04e-72b1-4010-a07c-f694feed1f06"},{"name":"Buscar todas configurações (iDFlex)","id":"ea011b31-8403-4206-a4ba-1c2b54721f2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": [\n\t\t\"online\",\n\t\t\"beep_enabled\",\n\t\t\"bell_enabled\",\n\t\t\"bell_relay\",\n\t\t\"local_identification\",\n\t\t\"exception_mode\",\n\t\t\"language\",\n\t\t\"daylight_savings_time_start\",\n\t\t\"daylight_savings_time_end\",\n\t\t\"auto_reboot\"\n\t],\n\t\"mifare\": [\"byte_order\"],\n\t\"sec_box\": [\"out_mode\"],\n\t\"alarm\": [\n\t\t\"siren_enabled\",\n\t\t\"siren_relay\"\n\t],\n\t\"identifier\": [\n\t\t\"verbose_logging\",\n\t\t\"log_type\",\n\t\t\"multi_factor_authentication\"\n\t],\n\t\"bio_id\": [\"similarity_threshold_1ton\"],\n\t\"online_client\": [\n\t\t\"server_id\", \n\t\t\"extract_template\",\n\t\t\"max_request_attempts\"\n\t],\n\t\"bio_module\": [\"var_min\"],\n\t\"monitor\": [\n\t\t\"path\",\n\t\t\"hostname\",\n\t\t\"port\",\n\t\t\"request_timeout\"\n\t],\n\t\"push_server\": [\n\t\t\"push_request_timeout\",\n\t\t\"push_request_period\",\n\t\t\"push_remote_address\"\n\t]\n}"},"url":"{{host}}/get_configuration.fcgi?session={{session}}","urlObject":{"path":["get_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"ea011b31-8403-4206-a4ba-1c2b54721f2c"},{"name":"Alterar servidor","id":"a06ce3c8-4a9b-4777-a6e2-6f32b3d84902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"online_client\": {\r\n\t\t\"server_id\": \"473357\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"01feef69-3d3e-4409-a1b2-7079a870c7b8","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"online_client\": {\n\t\t\"server_id\": \"473357\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9116c7bd-7242-44b1-a03f-2b1061915653","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"online_client\": {\n\t\t\"server_id\": \"473357\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"6130edad-974e-4833-bfa7-750192dc4543","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"a06ce3c8-4a9b-4777-a6e2-6f32b3d84902"},{"name":"Remover servidor","id":"53790801-4154-42fd-a634-cde3497726e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"online_client\": {\r\n\t\t\"server_id\": \"\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"8159ccc6-4daa-4670-a9e4-77fc7c8dc799","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"online_client\": {\n\t\t\"server_id\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"48866c43-a98b-4213-af2e-00d50e9ae496","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"online_client\": {\n\t\t\"server_id\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"bbb1b3c1-349a-494b-bd3f-416dfc3e8f67","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"53790801-4154-42fd-a634-cde3497726e8"},{"name":"Alterar idioma (padrão)","id":"c6999f1d-6140-4f36-b46c-9c9ea0e2f1e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"language\": \"\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c6999f1d-6140-4f36-b46c-9c9ea0e2f1e4"},{"name":"Alterar idioma (espanhol)","id":"0a469b2d-874b-4bd6-9c5e-38d96bb23478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"language\": \"spa_SPA\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"0a469b2d-874b-4bd6-9c5e-38d96bb23478"},{"name":"Alterar idioma (inglês)","id":"9701bd08-5c71-4003-b9f7-996b48e5c294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"language\": \"en_US\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"9701bd08-5c71-4003-b9f7-996b48e5c294"},{"name":"Alterar idioma (português)","id":"cbbfcafe-ba96-49b9-96bf-45c7bc141dd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"language\": \"pt_BR\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"cbbfcafe-ba96-49b9-96bf-45c7bc141dd5"},{"name":"Visualizar configurações do módulo mifare","id":"bd390dae-3d70-4bb8-861f-d9c72ca352ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": [\"byte_order\",\"read_block\",\"read_sector\",\"authentication_type\",\"authentication_key\"]\n}"},"url":"{{host}}/get_configuration.fcgi?session={{session}}","urlObject":{"path":["get_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"bd390dae-3d70-4bb8-861f-d9c72ca352ee"},{"name":"Configuração de chave de cartão Mifare","id":"0ae3824b-da85-4e40-8f12-70b4a71d014e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"mifare\": {\r\n        \"authentication_type\": \"A\",\r\n        \"authentication_key\": \"////////\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"3d000010-31b2-434d-b8c8-ae3870669b70","name":"Configuration modified successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"mifare\": {\r\n        \"authentication_type\": \"A\",\r\n        \"authentication_key\": \"////////\"\r\n    }\r\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Length","value":"2"},{"key":"Date","value":"Tue, 09 May 2023 16:22:27 GMT"},{"key":"Server","value":"lighttpd/1.4.51"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3d421a50-1b7b-4612-9b01-5c085f8f9212","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"mifare\": {\r\n        \"authentication_type\": \"A\",\r\n        \"authentication_key\": \"////////\"\r\n    }\r\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Length","value":"36"},{"key":"Date","value":"Tue, 09 May 2023 16:23:50 GMT"},{"key":"Server","value":"lighttpd/1.4.51"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"fbf394f3-8131-4c72-9caf-8c628fce1017","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"0ae3824b-da85-4e40-8f12-70b4a71d014e"},{"name":"Alterar módulo mifare (default)","id":"f9822db6-b8a1-4f9a-b636-2ac768881f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"mifare\": {\r\n\t\t\"byte_order\": \"\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"82245a88-1ed3-4bcd-85fc-c4be2827c6ce","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5bba4396-b681-43d1-a739-e0cb410c054d","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"f2c5df15-6eb3-4184-aa5e-aabe8e82ed7c","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"f9822db6-b8a1-4f9a-b636-2ac768881f43"},{"name":"Alterar módulo mifare (W_26)","id":"7961bda4-b15a-43e8-b61c-05ef9f09f985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"mifare\": {\r\n\t\t\"byte_order\": \"W_26\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"2c9598be-6f6c-45fd-8694-296a21da32d1","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6ceeff12-b05d-46ed-a7c6-861b14a0e2ae","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"b5b19253-2cf8-4996-8bc4-72c07e57e29b","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"7961bda4-b15a-43e8-b61c-05ef9f09f985"},{"name":"Alterar módulo mifare (LSB)","id":"0bf98518-b214-422c-bf95-c0fc55f372b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"mifare\": {\r\n\t\t\"byte_order\": \"LSB\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"5eee90c7-9405-447a-93f6-1907014706a5","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"40247690-a0a7-40d7-976a-a7fba6518fc2","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"2701bfa2-906c-4b7c-bc00-02818405c16f","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"0bf98518-b214-422c-bf95-c0fc55f372b2"},{"name":"Alterar módulo mifare (LSB64)","id":"d3474579-e773-489e-8ac4-9b6744535bbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"mifare\": {\r\n\t\t\"byte_order\": \"LSB_64\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"aae8228f-5d9f-4f54-83ee-3a753203e5d7","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_64\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d4d950dd-1ffd-41ae-8a30-eeb0a04352aa","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_64\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"741fa930-3d61-45f0-8a6d-e2fea8cbe4c8","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"d3474579-e773-489e-8ac4-9b6744535bbf"},{"name":"Alterar módulo mifare (LSB W26)","id":"e268f41e-9052-4c31-ab83-c61ae742a410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"mifare\": {\r\n\t\t\"byte_order\": \"LSB_W_26\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"6db81f36-189b-4ad2-8cd3-0d7ae8af0cd2","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"339db001-8af2-4a36-ad1d-11cfd25653fc","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"010f9422-a631-4a55-b70c-e8f47ad1e90c","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"e268f41e-9052-4c31-ab83-c61ae742a410"},{"name":"Alterar módulo rs485 - enabled (default)","id":"d2225a6f-4379-41e3-bbbd-d9b1eb78b7a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"rs485\": {\r\n\t\t\"enabled\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"88016595-7bef-42ba-a695-e05c13821162","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f385c2c2-663c-4379-b539-848f50ab3fc6","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"6585e308-7565-4785-826a-4e52dfb21e26","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"d2225a6f-4379-41e3-bbbd-d9b1eb78b7a6"},{"name":"Alterar módulo rs485 - enabled (1)","id":"d43174e4-9ec8-4a4f-b3cd-01c2a9d655a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"rs485\": {\r\n\t\t\"enabled\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"20c94793-2981-4d86-8a2f-b98c343b5dbc","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7b837c2c-a1a5-4333-9846-a8b8218d8d33","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"4bac1f35-9841-4d9a-a726-fca789f401cc","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"d43174e4-9ec8-4a4f-b3cd-01c2a9d655a4"},{"name":"Alterar módulo rs485 - legacy_mode (default)","id":"4874bf25-3f36-4d5a-98fc-16749224fdb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"rs485\": {\r\n\t\t\"legacy_mode\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"a92316dd-5f8f-4748-8aa3-b3a62fd920a8","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1c5ba742-e43b-4eb5-8d6e-4e7f6316d96b","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"d56237b1-fdd2-4e45-ad73-a769acbe8a77","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"4874bf25-3f36-4d5a-98fc-16749224fdb9"},{"name":"Alterar módulo rs485 - legacy_mode (1)","id":"742bdc25-7f1a-4ae7-bfb0-3d9722c3cda9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"rs485\": {\r\n\t\t\"legacy_mode\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"d72dfd9a-0afd-4036-934c-92280ba0fd91","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ce7755dd-2b19-49da-80ef-9ce337d891dc","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"cc28e01c-ac47-43c2-a2a6-b7fcebff992b","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"742bdc25-7f1a-4ae7-bfb0-3d9722c3cda9"},{"name":"Alterar módulo rs485 - legacy_mode (2)","id":"10c3b413-63a5-4cba-9011-08f671deb216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"rs485\": {\r\n\t\t\"legacy_mode\": \"2\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"8815f21d-1b8c-4a42-8599-7b030b1c769d","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c9c9a86e-19d9-4c4f-804d-604f144cdb67","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mifare\": {\n\t\t\"byte_order\": \"LSB_W_26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"6e66a021-cb86-4906-b0e6-9019ffd4e5b3","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"10c3b413-63a5-4cba-9011-08f671deb216"},{"name":"Alterar wiegand out (default)","id":"a53074a0-9e8e-4475-a706-0c44564b3054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"data\": \"\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"6ebceae7-7f7c-49fd-87d4-471665577c91","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out\": {\n\t\t\"data\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"166e14d0-fa5c-4826-9eb9-4899c6d723f1","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out\": {\n\t\t\"data\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"dfafcbc3-1904-4a61-9d60-f6ccb8c166f5","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"a53074a0-9e8e-4475-a706-0c44564b3054"},{"name":"Alterar wiegand out (cartão autorizado)","id":"af424d9d-a6cf-428f-b1c2-8a6037116656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"data\": \"CAD\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"8af5f068-1abd-46f1-be52-0acacc246dd4","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out\": {\n\t\t\"data\": \"CAD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8fc3edd6-da5d-4709-b5c4-545ca2548b58","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out\": {\n\t\t\"data\": \"CAD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"cac309ea-82e2-45ad-b2a0-61f9fd9b5042","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"af424d9d-a6cf-428f-b1c2-8a6037116656"},{"name":"Alterar wiegand out (qualquer cartão)","id":"be378f7e-6724-414f-9079-df62eeb76fe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"data\": \"RELAY_CARD\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"173155ef-5507-4b9e-a079-6ba0f92d3f0a","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a076780d-b95f-4a4e-a7bd-83bdce29ea40","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"125e0b29-6017-4754-bf60-cdc244e4b01b","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"be378f7e-6724-414f-9079-df62eeb76fe2"},{"name":"Alterar tamanho wiegand out (W_26)","id":"5c4d0de1-6e69-42a1-b63e-d6e38b3c8ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"size\": \"26\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"5ac211ee-d761-4766-9eab-56e5a86feae7","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3ca19226-1fbb-4f37-af93-ef2166f4857d","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"9959a197-7ba4-4041-93ba-9f73cee3f754","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"5c4d0de1-6e69-42a1-b63e-d6e38b3c8ef4"},{"name":"Alterar tamanho wiegand out (W_32)","id":"5cac464d-ec68-4d1d-ab26-0eededb25d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"size\": \"32\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"04f7e62e-fcfc-4f98-ad00-224ddbd3e8b5","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a3f44167-8b22-46f2-b72f-84877774d01b","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"dbc5b5f0-df96-4078-8f0f-40f6535a2940","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"5cac464d-ec68-4d1d-ab26-0eededb25d3a"},{"name":"Alterar tamanho wiegand out (W_34)","id":"c58c1bf7-478f-4a90-a768-094a769f8c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"size\": \"34\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"5f32c9ea-f932-4d41-94a7-6154ab98e6ba","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"61be65df-ef51-4eb3-9b70-a776fd6f98a8","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"c7fff983-9292-4128-b77f-18448cd78c36","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"c58c1bf7-478f-4a90-a768-094a769f8c2d"},{"name":"Alterar tamanho wiegand out (W_35)","id":"e3dfca2d-fba0-42ab-90f7-87110e7bf5fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"size\": \"35\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"2e2f287d-282f-4ef6-84ea-656f99818b1a","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d773d276-e566-4d2e-8ed2-18093ed59371","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"ac62a604-d803-4c94-ac4a-d1e698b54eae","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"e3dfca2d-fba0-42ab-90f7-87110e7bf5fb"},{"name":"Alterar tamanho wiegand out (W_37)","id":"9be815b4-b3b5-4e3b-8627-a27b47061ddc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"size\": \"37\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"8f005306-9133-4e3e-ab5d-e6f061a31dca","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6ff32f5c-8007-469d-85ed-26918b9d7acc","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"fe38ba53-ce61-42a3-88c3-ae0501fb1cd9","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"9be815b4-b3b5-4e3b-8627-a27b47061ddc"},{"name":"Alterar tamanho wiegand out (W_40)","id":"6182c133-782a-4a96-9594-439c24dd1036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"size\": \"40\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"1fc4ccd8-06cf-4f0d-bae8-947e61ab2c1f","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"416ff9a1-57d0-4a97-ae96-693fa801ac34","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"0fe41071-a586-4757-8c37-9d68043ce8c2","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"6182c133-782a-4a96-9594-439c24dd1036"},{"name":"Alterar tamanho wiegand out (W_42)","id":"79f73b57-45d7-4e8d-8a8a-a6451afdc398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"size\": \"42\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"f7929652-c16f-4ef1-9f1f-9ae4503e4c82","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f2912634-c88a-43ed-9169-da3c54957917","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"24caf31b-d0d1-4e62-9981-51669e16dd3a","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"79f73b57-45d7-4e8d-8a8a-a6451afdc398"},{"name":"Alterar tamanho wiegand out (W_66)","id":"ccbea21a-e87e-43fe-bc9f-6b0b14296d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_out0\": {\r\n\t\t\"size\": \"66\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"f1ad1f0c-28e0-4d75-8379-44aaed2b0432","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ca10e6f2-8968-42d9-afb8-8ce267e8292d","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_out0\": {\n\t\t\"data\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"9d648e1b-c22d-426e-a4f7-8f3bb01b0227","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"ccbea21a-e87e-43fe-bc9f-6b0b14296d23"},{"name":"Alterar wiegand out secbox (ID - padrão)","id":"5a3ad82b-2aa0-43ee-b053-e50a4d260f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"out_mode\": \"\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"426ace34-92f1-4f51-8b64-ebd363908b56","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"out_mode\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6b7f75f7-ac9e-48ac-bff4-85a25fb3ad74","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"out_mode\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"cc450b6b-4ff8-4313-9b13-3ba0900e3b54","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"5a3ad82b-2aa0-43ee-b053-e50a4d260f42"},{"name":"Alterar wiegand out secbox (cartão autorizado)","id":"cac42feb-33c5-48fa-ad50-667007237d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"out_mode\": \"CARD\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"88e4d3c4-6f91-49f1-b2eb-23cfe9cab465","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"out_mode\": \"CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9f41caba-b897-44e1-a1a9-d8da5a8775e4","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"out_mode\": \"CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"cb7b07e0-81f4-478d-a72d-3cff6f825db2","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"cac42feb-33c5-48fa-ad50-667007237d2a"},{"name":"Alterar wiegand out secbox (qualquer cartão)","id":"548af48a-578a-432a-89cd-3f335f367d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"out_mode\": \"RELAY_CARD\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"24cb2aff-6abc-40b9-bcba-d098ccb65963","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"out_mode\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"754e5f45-10eb-45bd-8f39-493cbd2daf5c","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"out_mode\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"cdbd74f6-78c0-4fae-aab2-ca7ef38c10c8","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"548af48a-578a-432a-89cd-3f335f367d79"},{"name":"Alterar wiegand out secbox (cartão do usuário)","id":"3b87eb9a-df92-47cb-85f5-4b41564cf158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"out_mode\": \"USERS_CARD\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"a56e79ef-5ce1-419a-b4be-a351b96f80c9","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"out_mode\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a6860dc9-1b21-4135-8835-8a97187ebbc3","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"out_mode\": \"RELAY_CARD\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"8ea33967-5b26-474c-9f12-224a0ecfe1c0","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"3b87eb9a-df92-47cb-85f5-4b41564cf158"},{"name":"Alterar wiegand_format_size secbox (W_26)","id":"f4db36fb-d423-431a-9d76-ae91ca1b8187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"26\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"b07e295a-f72b-4308-a937-8e99ac614c22","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"904a1fac-9a52-4e62-b9f5-e4cc76762e7e","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"26\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"a7b284e0-9ed7-4390-9845-dbfebbe91465","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"f4db36fb-d423-431a-9d76-ae91ca1b8187"},{"name":"Alterar wiegand_format_size secbox (W_32)","id":"f2e73261-85c7-4061-b6b5-98e4e86f3aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"32\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"bdbd9ea0-5ca7-4881-b84c-eb00972d0338","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"32\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b2a071cf-ce13-495e-8cef-eb2ad72853a2","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"32\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"92366174-a092-4ecc-a525-2841aa6c2ad3","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"f2e73261-85c7-4061-b6b5-98e4e86f3aad"},{"name":"Alterar wiegand_format_size secbox (W_34)","id":"a2ca0a03-25d7-459f-829e-41cc95e74655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"34\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"7a5f9ca9-4a3a-4dd2-9b5f-59b7ce16ea68","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"34\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"415c19a7-51d4-4788-a7ab-f3d34290f2e8","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"34\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"2843dc05-cd68-4dbb-af4e-7e3f83b90255","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"a2ca0a03-25d7-459f-829e-41cc95e74655"},{"name":"Alterar wiegand_format_size secbox (W_35)","id":"3d504ec1-fd49-4287-a24b-a20e4d430e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"35\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"742e43cf-b33a-4b41-8edb-b3f9974105f1","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"35\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c73b6cf0-9ae8-41ed-bea3-00f55a6d032b","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"35\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"2ab384d0-b3c3-4a56-b46e-ad950386b8fe","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"3d504ec1-fd49-4287-a24b-a20e4d430e58"},{"name":"Alterar wiegand_format_size secbox (W_37(H10302))","id":"f85ab543-716c-4351-8f03-fa9935091602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"37(H10302)\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"51da12f1-1324-42e7-bd14-e76a04b21f95","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"37\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8ba4018a-5804-496e-bdc3-ccfcd39bdd54","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"37\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"2a4f9cf2-b7f4-4f2b-b0e2-d17ee139d2f1","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"f85ab543-716c-4351-8f03-fa9935091602"},{"name":"Alterar wiegand_format_size secbox (W_37(H10304))","id":"1bb853a8-9e93-429c-9faf-d71075244378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"37(H10304)\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"902ac075-aa12-4271-b88d-bdd46bf5d3aa","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"37\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"54af72c2-8c92-4280-80ba-8bfb56b84a06","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"37\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"f6f53450-32f0-4c31-aabe-b62cee484e5e","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"1bb853a8-9e93-429c-9faf-d71075244378"},{"name":"Alterar wiegand_format_size secbox (W_40)","id":"931ff3a1-6360-4659-841b-3e543d7c50cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"40\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"69998b10-2370-47bb-ac79-ecea528553a7","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"40\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eeaa9046-521e-454a-ba3e-e384d4fe2ed0","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"40\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"795a13e3-64af-4d86-b440-cd55ac308816","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"931ff3a1-6360-4659-841b-3e543d7c50cb"},{"name":"Alterar wiegand_format_size secbox (W_42)","id":"7eaf5c45-220c-4c08-b07b-ab3d2bb9736e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"42\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"0edc404f-1674-4800-b164-027dbf5e4281","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"42\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f7d83123-e542-4b69-8aa2-30861dadc878","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"42\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"2eda4313-a3b2-45e7-94d8-876944598273","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"7eaf5c45-220c-4c08-b07b-ab3d2bb9736e"},{"name":"Alterar wiegand_format_size secbox (W_48)","id":"62423a12-c729-47a0-bcbb-5817aff1be99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"48\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"ab50c6f6-394c-4942-ab77-30f3f63aec97","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"42\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e95400f5-544b-4937-bcd5-043cfac313cb","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"42\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"281c3cd6-57d8-4855-a70b-f276bbc44b86","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"62423a12-c729-47a0-bcbb-5817aff1be99"},{"name":"Alterar wiegand_format_size secbox (W_56)","id":"b2de5e6d-56c4-4697-86ab-7f037215b8a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"56\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"a79f3f6c-850e-42a2-8472-a2fba1052561","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"42\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d3b4d1c5-0f82-49f5-b418-8af104d7a8f7","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"42\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"f0b19e70-9982-44be-8700-220544c731ce","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"b2de5e6d-56c4-4697-86ab-7f037215b8a2"},{"name":"Alterar wiegand_format_size secbox (W_64)","id":"d30f1fdf-cd0c-449c-8ddd-e182f52cdddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"64\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"83320c39-6bad-4c9c-8bdc-96ed3dd3cb49","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"42\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"09d4b803-67dd-4d6d-bc43-314d9905926b","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"42\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"77717d0f-b8fe-4537-b60d-6c9b0367b28b","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"d30f1fdf-cd0c-449c-8ddd-e182f52cdddf"},{"name":"Alterar wiegand_format_size secbox (W_66)","id":"0899e0ae-1c66-4c88-8937-8a141ee5e0d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sec_box\": {\r\n\t\t\"wiegand_format_size\": \"66\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"71f40f01-73ea-4cad-acbd-94224c93756f","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"66\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fa69b3e1-1e4a-48f2-8abd-1f7a0f5864c5","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sec_box\": {\n\t\t\"wiegand_out_size\": \"66\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"f8de1607-f40e-48d9-a715-f051266be118","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"0899e0ae-1c66-4c88-8937-8a141ee5e0d7"},{"name":"Alterar wiegand in 0 (default)","id":"909bbe4f-d6de-4358-b252-5bc851ed9421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_in0\": {\r\n\t\t\"byte_order\": \"\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"6a1c3769-cda5-47ac-9962-344b7b0e994e","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_in0\": {\n\t\t\"byte_order\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d9458839-275b-402b-af11-60ef219b272e","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_in0\": {\n\t\t\"byte_order\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"5b433e34-64cc-4257-aeda-12ca6c9e1375","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"909bbe4f-d6de-4358-b252-5bc851ed9421"},{"name":"Alterar wiegand in 1 (default)","id":"d5e37d25-1acc-4f3a-a51e-b971e3cc9479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_in1\": {\r\n\t\t\"byte_order\": \"\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"39e5fef2-4e32-41f0-a2f0-69f73e196d99","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_in1\": {\n\t\t\"byte_order\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"385738a6-0f64-4bed-8002-f32bade97d81","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_in1\": {\n\t\t\"byte_order\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"9746f9e3-e044-4428-a8e6-04f42be6bf06","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"d5e37d25-1acc-4f3a-a51e-b971e3cc9479"},{"name":"Alterar wiegand in 2 (default)","id":"07d2693f-8191-4c44-97d2-6a3d1a0bef6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_in2\": {\r\n\t\t\"byte_order\": \"\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"d97b7ab2-19bb-48e3-94ab-053521fa1cc9","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_in2\": {\n\t\t\"byte_order\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a994833a-5b00-435b-94b5-802e1aae3941","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_in2\": {\n\t\t\"byte_order\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"17058310-7697-4af6-a99c-c40d99519949","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"07d2693f-8191-4c44-97d2-6a3d1a0bef6c"},{"name":"Alterar wiegand in 3 (default)","id":"61b38d56-99ff-4207-abff-411a3334822c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"w_in3\": {\r\n\t\t\"byte_order\": \"\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"c00a871e-a1b8-479c-a323-326e665b09a0","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_in3\": {\n\t\t\"byte_order\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cfc8f176-a7a9-455f-901d-7863efabcbb3","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"w_in3\": {\n\t\t\"byte_order\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"2c5801ea-02ef-494d-b011-827fcd7f7312","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"61b38d56-99ff-4207-abff-411a3334822c"},{"name":"Alterar card_reader0 (modo wiegand)","id":"07819246-2db3-4bff-90df-9e0ebdc09004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"card_reader0\": {\r\n        \"mode\": \"WIN\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"66c7894c-4850-4008-9438-2f4e252e214e","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_reader0\": {\n        \"mode\": \"WIN\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"39711ca8-2a20-40d6-aa5d-d88e6f81aa7e","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_reader0\": {\n        \"mode\": \"WIN\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"1f87345b-abc2-4b9f-8d33-56d8a35945f3","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"07819246-2db3-4bff-90df-9e0ebdc09004"},{"name":"Alterar card_reader0 (modo ABA Track II)","id":"c67c34d8-8a90-4d56-9c1f-743aec4bee0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"card_reader0\": {\r\n        \"mode\": \"MAG\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"33ea34d8-62d4-434e-a07a-5a96152bc178","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_reader0\": {\n        \"mode\": \"MAG\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"24dc008b-fdfb-426b-9d62-070c0f0ce7a3","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_reader0\": {\n        \"mode\": \"MAG\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"be6a9020-03fc-409c-9fb7-a6941c959e72","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"c67c34d8-8a90-4d56-9c1f-743aec4bee0d"},{"name":"Alterar card_reader0 (ordem dos bytes normal)","id":"f626bed3-9b11-4b02-b2cb-079fc3c56e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"card_reader0\": {\r\n        \"mode\": \"WIN\",\r\n        \"type\": \"\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"602c8da8-f88c-40cf-81b1-1ebea39e6052","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_reader0\": {\n        \"mode\": \"WIN\",\n        \"type\": \"\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"615ec4b5-f826-405d-832f-deef20713e5f","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_reader0\": {\n        \"mode\": \"WIN\",\n        \"type\": \"\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"89704310-15bc-4ded-aeb0-476a6f61917a","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"f626bed3-9b11-4b02-b2cb-079fc3c56e72"},{"name":"Alterar card_reader0 (ordem dos bytes invertida)","id":"75586cb3-1f5d-4814-9f11-95b24236aa2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"card_reader0\": {\r\n        \"mode\": \"WIN\",\r\n        \"type\": \"34\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"dc1e5ad7-1234-409d-805d-cee71a6decb7","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_reader0\": {\n        \"mode\": \"WIN\",\n        \"type\": \"34\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"190a5acf-9799-41de-b0a1-3c7d6be82682","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_reader0\": {\n        \"mode\": \"WIN\",\n        \"type\": \"34\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"74d87213-fff5-4087-bedc-908bfe1eb80f","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"75586cb3-1f5d-4814-9f11-95b24236aa2d"},{"name":"Ativar anti-passback","id":"01312ef1-bc32-41e0-a686-68cce76d876f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"catra\": {\r\n\t\t\"anti_passback\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"fa9e1386-ace9-4c69-96a1-6e1fff3d7047","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"anti_passback\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"acb0c69c-5242-4f97-a54e-0afead35275a","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"anti_passback\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"b553ea1c-ccb9-4942-9ffd-e34a3c21915b","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"01312ef1-bc32-41e0-a686-68cce76d876f"},{"name":"Desativar anti-passback","id":"deb344a9-de4e-429d-a990-b803bb2e1c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"catra\": {\r\n\t\t\"anti_passback\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"1b6beb42-a500-42df-94ac-0e532cc2719c","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"anti_passback\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e2df20fb-2e2f-4d0c-acfb-e985a905287e","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"anti_passback\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"42bd294f-d39d-40f8-b4d2-febc0ca46a8a","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"deb344a9-de4e-429d-a990-b803bb2e1c46"},{"name":"Alterar modo de operação (default)","id":"7ba51e99-6737-4924-96cb-e925646af1e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"catra\": {\r\n\t\t\"operation_mode\": \"\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"89af8cfd-2f82-4fcf-964b-8649c9adb140","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"operation_mode\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"89d596fb-e641-48f8-8e88-4a7964d614e0","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"operation_mode\": \"\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"5443320c-78dd-4714-8e23-31e218545ef2","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"7ba51e99-6737-4924-96cb-e925646af1e2"},{"name":"Alterar modo de operação (ambas controladas)","id":"d29b55c5-77ec-4440-875d-4f3ebace470a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"catra\": {\r\n\t\t\"operation_mode\": \"blocked\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"9554ad55-3b3a-4afa-bc3c-13c0f415008e","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"operation_mode\": \"blocked\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"76e81f3f-f4e2-41ef-9883-b56d65d1219b","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"operation_mode\": \"blocked\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"cd617345-17f2-4404-b089-9d51a75b44a3","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"d29b55c5-77ec-4440-875d-4f3ebace470a"},{"name":"Alterar modo de operação (entrada liberada)","id":"37796818-1678-4b50-ad89-4fe5bbbb9c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"catra\": {\r\n\t\t\"operation_mode\": \"entrance_open\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"d65234b5-f176-429d-b1ac-8163f11e0a58","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"operation_mode\": \"entrance_open\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"39dbc80a-2786-4a2e-b87b-a76cfc32a924","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"operation_mode\": \"entrance_open\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"66e6cb7d-8ae3-4967-96ec-1b875e145a4a","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"37796818-1678-4b50-ad89-4fe5bbbb9c08"},{"name":"Alterar modo de operação (saída liberada)","id":"f0e9e9b4-77bd-47f5-8673-45fea82522ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"catra\": {\r\n\t\t\"operation_mode\": \"exit_open\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"3a1f34db-80e4-46c1-b1d9-4598d9c67ebf","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"operation_mode\": \"exit_open\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"dba18bd1-6339-4d5b-b09e-22ce098c4777","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"operation_mode\": \"exit_open\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"3a8c3757-4442-48e7-9380-2d5832b6793b","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"f0e9e9b4-77bd-47f5-8673-45fea82522ab"},{"name":"Alterar modo de operação (ambas liberadas)","id":"754a7b33-7591-4399-a8fa-d078a46e7fee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"catra\": {\r\n\t\t\"operation_mode\": \"both_open\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"af3b0d71-a31a-4c95-8cfe-ea31d2500c4e","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"operation_mode\": \"both_open\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"15c02b49-cc66-45fd-8b48-5e2ea7b38310","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"catra\": {\n\t\t\"operation_mode\": \"both_open\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"32e0fb12-2d15-4e67-a935-853ed956054e","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"754a7b33-7591-4399-a8fa-d078a46e7fee"},{"name":"Alterar modo do leitor HID (W37)","id":"40a8a152-8c32-48e7-9ed2-fb3097ef634e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"hid_reader\": {\r\n        \"format_w37\": \"1\", \r\n        \"format_w26\": \"0\", \r\n        \"format_mifare\": \"0\", \r\n        \"format_ask\": \"0\", \r\n        \"format_indala_b1\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"7b842265-280b-4875-8bae-60e4eb3e7fa0","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n        \"format_w37\": \"1\", \n        \"format_w26\": \"0\", \n        \"format_mifare\": \"0\", \n        \"format_ask\": \"0\", \n        \"format_indala_b1\": \"0\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c5540e53-b6ae-4d44-9382-0a591ed61b6a","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n        \"format_w37\": \"1\", \n        \"format_w26\": \"0\", \n        \"format_mifare\": \"0\", \n        \"format_ask\": \"0\", \n        \"format_indala_b1\": \"0\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"0a0d8fad-f438-4abb-9c55-acc89c02629c","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"40a8a152-8c32-48e7-9ed2-fb3097ef634e"},{"name":"Alterar modo do leitor HID (W26)","id":"1c996ab8-7f15-4ef0-89f4-47b3dae59ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"hid_reader\": {\r\n        \"format_w37\": \"0\", \r\n        \"format_w26\": \"1\", \r\n        \"format_mifare\": \"0\", \r\n        \"format_ask\": \"0\", \r\n        \"format_indala_b1\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"0cc1f881-0ccd-4f51-8888-814a55f2daf5","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n        \"format_w37\": \"0\", \n        \"format_w26\": \"1\", \n        \"format_mifare\": \"0\", \n        \"format_ask\": \"0\", \n        \"format_indala_b1\": \"0\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b567cca3-8daa-4170-a0d9-023974d97b1d","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n        \"format_w37\": \"0\", \n        \"format_w26\": \"1\", \n        \"format_mifare\": \"0\", \n        \"format_ask\": \"0\", \n        \"format_indala_b1\": \"0\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"3a690941-9d1e-4b4e-8b4e-2ee7a8d34f71","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"1c996ab8-7f15-4ef0-89f4-47b3dae59ee0"},{"name":"Alterar modo do leitor HID (Mifare)","id":"23d2c12f-0daa-4b19-9eb5-4024d46b38b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"hid_reader\": {\r\n        \"format_w37\": \"0\", \r\n        \"format_w26\": \"0\", \r\n        \"format_mifare\": \"0\", \r\n        \"format_ask\": \"1\", \r\n        \"format_indala_b1\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"e36d191d-4363-4d14-89b1-fd6c66227f73","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n        \"format_w37\": \"0\", \n        \"format_w26\": \"0\", \n        \"format_mifare\": \"1\", \n        \"format_ask\": \"0\", \n        \"format_indala_b1\": \"0\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"688d35f0-d84f-4d5d-8ab8-d28c5d66921f","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n        \"format_w37\": \"0\", \n        \"format_w26\": \"0\", \n        \"format_mifare\": \"1\", \n        \"format_ask\": \"0\", \n        \"format_indala_b1\": \"0\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"948238c4-9439-499f-ab6c-6b79b93e643d","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"23d2c12f-0daa-4b19-9eb5-4024d46b38b3"},{"name":"Alterar modo do leitor HID (ASK)","id":"0ec98018-fea5-4d04-8e43-3b6aa723b14e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"hid_reader\": {\r\n        \"format_w37\": \"0\", \r\n        \"format_w26\": \"0\", \r\n        \"format_mifare\": \"0\", \r\n        \"format_ask\": \"0\", \r\n        \"format_indala_b1\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"da87e12a-542f-4e06-ac47-289958e9ef89","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n        \"format_w37\": \"0\", \n        \"format_w26\": \"0\", \n        \"format_mifare\": \"0\", \n        \"format_ask\": \"1\", \n        \"format_indala_b1\": \"0\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ecccd5f5-347c-4269-9dbe-5e6041f68796","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n        \"format_w37\": \"0\", \n        \"format_w26\": \"0\", \n        \"format_mifare\": \"0\", \n        \"format_ask\": \"1\", \n        \"format_indala_b1\": \"0\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"f5c4cc01-b417-4bb5-8ee3-4735cf9d6160","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"0ec98018-fea5-4d04-8e43-3b6aa723b14e"},{"name":"Alterar modo do leitor HID (Indala)","id":"ba4ede4f-77a9-436f-af6b-4e5ead26f91d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"hid_reader\": {\r\n        \"format_w37\": \"0\", \r\n        \"format_w26\": \"0\", \r\n        \"format_mifare\": \"0\", \r\n        \"format_ask\": \"1\", \r\n        \"format_indala_b1\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"36f8e8ae-5724-41b3-b89b-9afa9f4ea66d","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n        \"format_w37\": \"0\", \n        \"format_w26\": \"0\", \n        \"format_mifare\": \"0\", \n        \"format_ask\": \"0\", \n        \"format_indala_b1\": \"1\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a6f8ded1-79c4-4ef6-aad1-0a8feaf06a6b","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n        \"format_w37\": \"0\", \n        \"format_w26\": \"0\", \n        \"format_mifare\": \"0\", \n        \"format_ask\": \"0\", \n        \"format_indala_b1\": \"1\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"571f79fd-20be-49a3-8041-05fc979a53b3","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"ba4ede4f-77a9-436f-af6b-4e5ead26f91d"},{"name":"Alterar Tamanho do código de usuário - RFID - (16 bits)","id":"d54bf387-bf04-4782-94c3-59fb55ea20f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rfid\": {\r\n        \"ask_user_code_size\" : \"16\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"db15c698-32c2-4261-ae6f-45a29a48e055","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_user_code_size\" : \"16\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2eb6a950-b2e9-497d-b3fd-98a4f2c51d32","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_user_code_size\" : \"16\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"9baff91e-4f7d-4914-b5b5-80760cdc558b","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"d54bf387-bf04-4782-94c3-59fb55ea20f5"},{"name":"Alterar Tamanho do código de usuário - RFID - (24 bits)","id":"58be868b-9ef0-4569-bbf1-490344f665b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rfid\": {\r\n        \"ask_user_code_size\" : \"24\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"77f922bb-7421-4415-b5ac-4e092c8b07b8","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_user_code_size\" : \"24\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8600375d-9995-433d-b203-5f63b2903efb","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_user_code_size\" : \"24\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"47faf20b-f440-41cb-bbaf-b95b190dc312","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"58be868b-9ef0-4569-bbf1-490344f665b4"},{"name":"Alterar Tamanho do código de usuário - RFID - (32 bits)","id":"3769b634-4501-4f19-a6d7-d73a316a3d09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rfid\": {\r\n        \"ask_user_code_size\" : \"32\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"a9a19ed8-f52a-4e02-bec2-80ff171aaa82","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_user_code_size\" : \"32\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0112dcbc-3bec-4532-886c-e6fce66202da","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_user_code_size\" : \"32\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"27144cd5-3bee-4434-a13a-1d31e1237b07","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"3769b634-4501-4f19-a6d7-d73a316a3d09"},{"name":"Alterar Tamanho do código de usuário - RFID - (40 bits)","id":"0732604a-52c7-4f0f-a53d-03c7718526f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rfid\": {\r\n        \"ask_user_code_size\" : \"40\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"97328b2f-e2ec-4585-82bb-f15222537eb2","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_user_code_size\" : \"40\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b6ad52fd-c197-4e55-a53f-a10eed2e6dd0","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_user_code_size\" : \"40\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"89a79cd1-f254-4b8b-ab51-88cebaf61fbf","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"0732604a-52c7-4f0f-a53d-03c7718526f5"},{"name":"Alterar Tamanho do código de área - RFID - (0 bits)","id":"a392d154-0c15-4d13-95ce-c923d82c4c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rfid\": {\r\n        \"ask_site_code_size\" : \"0\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"52e703d9-00f9-470f-8070-61433e784824","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_site_code_size\" : \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9a71aa68-8d39-4103-aeac-369935e54d0f","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_site_code_size\" : \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"a7505eb5-79f8-400f-9354-eaa5f47b12e3","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"a392d154-0c15-4d13-95ce-c923d82c4c69"},{"name":"Alterar Tamanho do código de área - RFID - (8 bits)","id":"6b896326-1f5d-4cbc-b7da-9b108dee6b23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"rfid\": {\r\n        \"ask_site_code_size\" : \"8\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"f1c77b43-fab5-4910-9602-22a37c2f69d2","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_site_code_size\" : \"8\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1b0c50bc-264c-4334-8242-cbb208f48bd0","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rfid\": {\n        \"ask_site_code_size\" : \"8\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"6e1a399d-f32c-4520-bc0b-107e0e3c439b","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"6b896326-1f5d-4cbc-b7da-9b108dee6b23"},{"name":"Alterar w37_cardid_size (Leitor HID)","id":"4296cd00-4a09-4b5c-a4bb-959571d5be5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"hid_reader\": {\r\n       \"w37_cardid_size\": \"35\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"1c8d7021-8f3f-484c-ae55-e202f0c52efd","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n       \"w37_cardid_size\": \"35\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1dcbc019-b1d2-4240-863f-b6293e610a3b","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n       \"w37_cardid_size\": \"35\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"6861ff88-8efd-45bd-b70d-703d2699c588","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"4296cd00-4a09-4b5c-a4bb-959571d5be5e"},{"name":"Ativar uso de facility code (Leitor HID)","id":"00fd9359-cb5d-4885-9019-cef9e187255b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"hid_reader\": {\r\n       \"ignore_facility\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"fe232bc3-4a5a-408c-8c35-5f1b7cc6c3ab","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n       \"ignore_facility\": \"0\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"35c7830d-0a1c-49a8-baf8-e3feb1b38994","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n       \"ignore_facility\": \"0\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"cb36432d-b0a9-43e7-ad06-8d1b880e81aa","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"00fd9359-cb5d-4885-9019-cef9e187255b"},{"name":"Desativar uso de facility code (Leitor HID)","id":"2c8fe729-dfa2-4ac4-abea-4ac75037a656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"hid_reader\": {\r\n       \"ignore_facility\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"1bfac0c2-7651-42ea-b3b9-29853efe6456","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n       \"ignore_facility\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e275ad96-25c7-49dd-b5a7-ce3a1d8643cf","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hid_reader\": {\n       \"ignore_facility\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"1b752061-d045-4d50-8118-18d661119abe","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"2c8fe729-dfa2-4ac4-abea-4ac75037a656"},{"name":"Modo de operação Alfanumérico - QR Code para linha facial","id":"04fc0f02-f2f4-46e7-a4fe-8a9159d1d060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"face_id\": {\r\n        \"qrcode_legacy_mode_enabled\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"e56f63df-2a34-4bef-8b5e-a35e90cf9736","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a8e97ecc-0fd7-43c5-9e04-061fb7512dd2","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"92f80172-ddd3-4912-bebb-979e2bc2ae82","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"04fc0f02-f2f4-46e7-a4fe-8a9159d1d060"},{"name":"Modo de operação Somente Numérico Decimal - QR Code para linha facial","id":"910dfe54-4808-4efe-a43c-e6ff96b80cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"face_id\": {\r\n        \"qrcode_legacy_mode_enabled\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"33b1c78d-e5ce-4f9b-93ac-724c63802ecf","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cee74da8-bb2d-4d2b-81ab-d3658920501f","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"d9c5c61b-14b6-4400-b033-0ceb302351f8","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"910dfe54-4808-4efe-a43c-e6ff96b80cee"},{"name":"Modo de operação Somente Numérico Hexadecimal - QR Code para linha facial Copy","id":"d464b90a-0eb1-4410-8fd3-8cb2a6d75bd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"face_id\": {\r\n        \"qrcode_legacy_mode_enabled\": \"2\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"917edf82-d775-4b6b-9c68-4098b2d0017c","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bba6dfaf-356d-4ea9-8eba-d74e49d2bdce","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"b58caa39-9ff5-4ae8-803f-ad8b27b4fa97","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"d464b90a-0eb1-4410-8fd3-8cb2a6d75bd6"},{"name":"Modo de operação Alfanumérico - QR Code linha de Acesso V5","id":"beb0fb10-48e0-4ebe-866c-f683fc6bd6db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"barras\": {\r\n        \"qrcode_legacy_mode_enabled\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"adeed61e-cd98-4ea4-ab75-1d0374ef253a","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fd2cfd5c-c170-409b-af52-6dfcad1276b1","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"df5781c4-d119-45d8-a843-b84005ba022d","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"beb0fb10-48e0-4ebe-866c-f683fc6bd6db"},{"name":"Modo de operação Somente Numérico Decimal - QR Code linha de Acesso V5","id":"ed39a8ed-5e29-4f7b-ad68-e1dab7b1aebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"barras\": {\r\n        \"qrcode_legacy_mode_enabled\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"ee36a260-c855-46b6-8a05-35ff505729ad","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7473a320-e627-46a7-886f-c6988173c066","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"e36a139c-68ff-42fd-8192-bc3f09217b40","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"ed39a8ed-5e29-4f7b-ad68-e1dab7b1aebb"},{"name":"Modo de operação Somente Numérico Hexadecimal - QR Code linha de Acesso V5","id":"4a977f83-8fb8-420e-9b18-87cfe3f3fb48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"barras\": {\r\n        \"qrcode_legacy_mode_enabled\": \"2\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"8a0ecf72-b528-40b2-9530-c9e33588b63e","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1152bfd7-1f13-4e74-804c-69a013444408","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"bdd181cd-193b-44ba-9578-32f518b015ca","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"4a977f83-8fb8-420e-9b18-87cfe3f3fb48"},{"name":"Alterar modo de operação QR Code (Legacy)","id":"4bf3b6b7-5fcd-4a59-84b4-6b3e623cb217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"face_id\": {\r\n        \"qrcode_legacy_mode_enabled\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"5cb51114-2ddc-4e28-9208-44dc4af683a1","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"1\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f421594f-f846-4e5d-872d-096db704a519","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"qrcode_legacy_mode_enabled\": \"1\"\n    }\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"0cfea014-1867-4c06-bd4a-c32d97ae8980","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"4bf3b6b7-5fcd-4a59-84b4-6b3e623cb217"},{"name":"Ativar beep","id":"5eafce1b-5eab-401d-8847-ec52d7558a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"beep_enabled\": \"1\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"b90870bf-9d14-4118-88e3-6934742efc37","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"beep_enabled\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3290c959-486f-45e8-8945-6ba25cd6d4d4","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"beep_enabled\": \"1\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"c1606ab0-de92-46f8-8580-1e7886037038","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"5eafce1b-5eab-401d-8847-ec52d7558a14"},{"name":"Desativar beep","id":"cb27c798-207b-47fb-a991-d99f1cda1d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"general\": {\r\n\t\t\"beep_enabled\": \"0\"\r\n\t}\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"8a4fb65c-72f7-4f33-9880-b4d4a3d7eb68","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"beep_enabled\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cb4fd3c0-f987-4380-954d-2d101bcccba0","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"beep_enabled\": \"0\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"a8a61370-e16d-45c3-936a-164ffb378dcc","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"cb27c798-207b-47fb-a991-d99f1cda1d7c"},{"name":"Ativar licença Pro","id":"0f63f460-1d45-4f23-8a58-e606d2aa6546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\" : \"232468E3\"\n}"},"url":"{{host}}/upgrade_fifty_thousand_face_templates.fcgi?session={{session}}","urlObject":{"path":["upgrade_fifty_thousand_face_templates.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"5ea6b650-b5f9-483e-bfc6-1f60434df25b","name":"License activated successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"password\" : \"123456\"\n}"},"url":{"raw":"{{host}}/upgrade_ten_thousand_face_templates.fcgi?session={{session}}","host":["{{host}}"],"path":["upgrade_ten_thousand_face_templates.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2e164a2c-a2db-4ded-88bf-b1fdd2341551","name":"License activation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"password\" : \"123456\"\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid password\",\n    \"code\": 1\n}"}],"_postman_id":"0f63f460-1d45-4f23-8a58-e606d2aa6546"},{"name":"Habilitar streaming de video RTSP","id":"8d1ab75d-0c05-4348-a142-f5b49b42ac5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"rtsp_enabled\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"8d1ab75d-0c05-4348-a142-f5b49b42ac5b"},{"name":"Desabilitar streaming de video RTSP","id":"d7fe8f8b-2bbe-49ce-a1af-133b85a16fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"rtsp_enabled\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d7fe8f8b-2bbe-49ce-a1af-133b85a16fae"},{"name":"Alterar a porta do streaming de vídeo RTSP","id":"e2be78a0-26ef-44f1-8d0d-250fbe8be94b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"rtsp_port\": \"556\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"e2be78a0-26ef-44f1-8d0d-250fbe8be94b"},{"name":"Configurar credenciais para streaming de video RTSP","id":"6b7bc0f3-5ef3-43b7-a5f0-bd7237d87f15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"rtsp_username\": \"admin\",\r\n        \"rtsp_password\": \"admin\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"6b7bc0f3-5ef3-43b7-a5f0-bd7237d87f15"},{"name":"Alterar o codec do streaming de vídeo (MJPEG)","id":"af1b5eaa-fccb-483f-8f5a-351a5797f6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"rtsp_codec\": \"mjpeg\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"af1b5eaa-fccb-483f-8f5a-351a5797f6e6"},{"name":"Alterar o codec do streaming de vídeo (H.264)","id":"d0ba1a5f-cace-4aff-afd9-26a737bf601e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"rtsp_codec\": \"h264\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d0ba1a5f-cace-4aff-afd9-26a737bf601e"},{"name":"Alterar câmera da transmissão de vídeo (IR)","id":"45171fed-a6ef-44df-9736-6fc49320ec03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"rtsp_rgb\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"45171fed-a6ef-44df-9736-6fc49320ec03"},{"name":"Alterar câmera da transmissão de vídeo (RGB)","id":"09a4c349-7f32-4afc-90a2-2e5461d7eb13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"rtsp_rgb\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"09a4c349-7f32-4afc-90a2-2e5461d7eb13"},{"name":"Habilitar streaming de video ONVIF","id":"e4f82891-87da-469a-9214-e1ab32e9ccb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"onvif_enabled\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"e4f82891-87da-469a-9214-e1ab32e9ccb3"},{"name":"Alterar credencial de usuário do streaming de video ONVIF","id":"1cfd6317-5a4a-452e-857d-9193dcba924b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"onvif_username\": \"onvif_user_example\"\r\n    }\r\n}\r\n"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"1cfd6317-5a4a-452e-857d-9193dcba924b"},{"name":"Definir senha para acesso à streaming de video ONVIF","id":"91a83b7e-7cab-4b03-ae4b-b45b52738c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"onvif_password\": \"onvif_password_example\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"91a83b7e-7cab-4b03-ae4b-b45b52738c22"},{"name":"Desabilitar streaming de video ONVIF","id":"4d45d2ea-5993-4d57-b140-aeca1ef2ecf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"onvif_enabled\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4d45d2ea-5993-4d57-b140-aeca1ef2ecf0"},{"name":"Alterar a porta do streaming de vídeo ONVIF","id":"0c8c8e47-f221-4cc4-88b5-51209dd11c39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"onvif\": {\r\n        \"onvif_port\": \"8001\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"0c8c8e47-f221-4cc4-88b5-51209dd11c39"},{"name":"Alterar resolução do streaming para 720p","id":"1b9fa992-0a27-4d4b-9ee3-97dac415bb7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"onvif\": {\n        \"rtsp_video_width\": \"1080\",\n\t\t\"rtsp_video_height\": \"720\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"1b9fa992-0a27-4d4b-9ee3-97dac415bb7b"},{"name":"Alterar resolução do streaming para 360p","id":"a94b9cbc-9cf9-409c-abc2-a6c9576357d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"onvif\": {\n        \"rtsp_video_width\": \"640\",\n\t\t\"rtsp_video_height\": \"360\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"a94b9cbc-9cf9-409c-abc2-a6c9576357d5"},{"name":"Habilitar a transmissão de vídeo espelhada","id":"c82fd846-683f-41bc-b354-dab9bfa91986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"onvif\": {\n        \"rtsp_flipped\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c82fd846-683f-41bc-b354-dab9bfa91986"},{"name":"Desabilitar a transmissão de vídeo espelhada","id":"5e67b199-e3d8-4416-9f64-a84729564743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"onvif\": {\n        \"rtsp_flipped\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5e67b199-e3d8-4416-9f64-a84729564743"},{"name":"Habilitar as mensagens de voz padrão do dispositivo","id":"5788d69b-9725-4b31-9029-ce53b2603767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"buzzer\": {\r\n        \"audio_message_not_identified\": \"default\",\r\n        \"audio_message_authorized\": \"default\",\r\n        \"audio_message_not_authorized\": \"default\",\r\n        \"audio_message_use_mask\": \"default\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5788d69b-9725-4b31-9029-ce53b2603767"},{"name":"Desabilitar as mensagens de voz","id":"2a17ef87-0131-4d29-bb2f-8c4172aa53d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"buzzer\": {\r\n        \"audio_message_not_identified\": \"disabled\",\r\n        \"audio_message_authorized\": \"disabled\",\r\n        \"audio_message_not_authorized\": \"disabled\",\r\n        \"audio_message_use_mask\": \"disabled\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"2a17ef87-0131-4d29-bb2f-8c4172aa53d0"},{"name":"Habilitar as mensagens de voz customizadas","id":"98229736-3265-44bc-b50a-d4faf79fb919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"buzzer\": {\r\n        \"audio_message_not_identified\": \"custom\",\r\n        \"audio_message_authorized\": \"custom\",\r\n        \"audio_message_not_authorized\": \"custom\",\r\n        \"audio_message_use_mask\": \"custom\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"98229736-3265-44bc-b50a-d4faf79fb919"},{"name":"Alterar o volume das mensagens de voz (baixo)","id":"9b5f299a-d21b-4fb3-b9c9-0af596947a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"buzzer\": {\r\n        \"audio_message_volume_gain\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"9b5f299a-d21b-4fb3-b9c9-0af596947a09"},{"name":"Alterar o volume das mensagens de voz (médio)","id":"3f1d5e5a-3d61-4d16-8373-d675aae0f81b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"buzzer\": {\r\n        \"audio_message_volume_gain\": \"2\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"3f1d5e5a-3d61-4d16-8373-d675aae0f81b"},{"name":"Alterar o volume das mensagens de voz (alto)","id":"24659df3-7bd7-49da-9cd0-473f04440c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"buzzer\": {\r\n        \"audio_message_volume_gain\": \"3\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"24659df3-7bd7-49da-9cd0-473f04440c6c"},{"name":"Carregar mensagem sonora customizada","id":"2aaa23c3-8a75-4340-9b8d-c6b030c665e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/octet-stream"}],"body":{"mode":"file","file":{"src":""}},"url":"{{host}}/set_audio_access_message.fcgi?event=authorized&current=1&total=1&session={{session}}","urlObject":{"path":["set_audio_access_message.fcgi"],"host":["{{host}}"],"query":[{"key":"event","value":"authorized"},{"key":"current","value":"1"},{"key":"total","value":"1"},{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"2aaa23c3-8a75-4340-9b8d-c6b030c665e4"},{"name":"Download de mensagem sonora customizada","id":"f442e309-00df-41ad-964e-864f27335237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"authorized\"\n}"},"url":"{{host}}/get_audio_access_message.fcgi?session={{session}}","urlObject":{"path":["get_audio_access_message.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"f442e309-00df-41ad-964e-864f27335237"},{"name":"Verificar áudios customizados de acesso presentes no dispositivo","id":"c5dda76a-74eb-4b9b-a0a2-cd35a61e16dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{host}}/has_audio_access_messages.fcgi?session={{session}}","urlObject":{"path":["has_audio_access_messages.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c5dda76a-74eb-4b9b-a0a2-cd35a61e16dc"},{"name":"Habilitar anti-passback","id":"de6744df-6635-4ee6-b647-7b4b5b19f38d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"identifier\": {\r\n        \"antipassback_enabled\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"de6744df-6635-4ee6-b647-7b4b5b19f38d"},{"name":"Desabilitar anti-passback","id":"de997be0-d0e5-499e-8e9f-ea56cc98a7c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"identifier\": {\r\n        \"antipassback_enabled\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"de997be0-d0e5-499e-8e9f-ea56cc98a7c8"},{"name":"Alterar modo do anti-passback (daily_catra)","id":"1cc189cd-131e-49de-a5b5-8fb8b23bef99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"identifier\": {\r\n        \"antipassback_mode\": \"daily_catra\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"1cc189cd-131e-49de-a5b5-8fb8b23bef99"},{"name":"Alterar modo do anti-passback (timed)","id":"bfe16bda-b154-46cd-9500-88802be2ab4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"identifier\": {\r\n        \"antipassback_mode\": \"timed\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"bfe16bda-b154-46cd-9500-88802be2ab4a"},{"name":"Alterar modo do anti-passback (timed_catra)","id":"c3eb2507-4efc-4e80-b173-f74d191433c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"identifier\": {\r\n        \"antipassback_mode\": \"timed_catra\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c3eb2507-4efc-4e80-b173-f74d191433c6"},{"name":"Alterar tempo do anti-passback","id":"db6bd46b-2002-473d-8455-0cb2d8dbf1b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"identifier\": {\r\n        \"antipassback_timeout\": \"60\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"db6bd46b-2002-473d-8455-0cb2d8dbf1b1"},{"name":"Alterar limiar de acendimento dos LEDs brancos (baixa luminosidade)","id":"4ee72c83-b239-40ff-a6d0-bd09846921b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"face_module\":{\r\n        \"light_threshold_led_activation\": \"40\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4ee72c83-b239-40ff-a6d0-bd09846921b8"},{"name":"Alterar limiar de acendimento dos LEDs brancos (média luminosidade)","id":"312e267c-8191-4537-9e2a-72cd8ec7d247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"face_module\":{\r\n        \"light_threshold_led_activation\": \"280\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"312e267c-8191-4537-9e2a-72cd8ec7d247"},{"name":"Alterar limiar de acendimento dos LEDs brancos (alta luminosidade)","id":"4953be11-abcb-4f2a-a861-1fa4124d2357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"face_module\":{\r\n        \"light_threshold_led_activation\": \"1500\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4953be11-abcb-4f2a-a861-1fa4124d2357"},{"name":"Alterar limiar de acendimento dos LEDs brancos (acesos em qualquer ambiente)","id":"4ada5c80-7dbf-45dd-b285-7baae2c78b75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"face_module\":{\r\n        \"light_threshold_led_activation\": \"3000\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4ada5c80-7dbf-45dd-b285-7baae2c78b75"},{"name":"Modificar Configurações UHF","id":"459cdc09-716f-42a5-a058-1823a58cc097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"uhf\": {\n        \"read_interval_diff_tags\": \"100\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"459cdc09-716f-42a5-a058-1823a58cc097"},{"name":"Alterar modo de operação do relé interno iDUHF","id":"f150347e-f3f6-4c2a-8299-b5fc07022689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"uhf\": {\n        \"tag_detector_enabled\": \"1\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"f150347e-f3f6-4c2a-8299-b5fc07022689"},{"name":"Modo Ponto","id":"772cf4f3-cfcf-41b3-852b-6a96e1be2cb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"attendance_mode\": \"1\"\n\t},\n    \"identifier\" : {\n        \"log_type\": \"1\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"772cf4f3-cfcf-41b3-852b-6a96e1be2cb1"},{"name":"Alterar modo de operação iDUHF","id":"a67a4262-af5f-4353-b9a1-bf45f4862be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"uhf\": {\n        \"operation_mode\": \"continuous\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"a67a4262-af5f-4353-b9a1-bf45f4862be1"},{"name":"Habilita configuração para ocultar nome no Acesso","id":"0d6bd3e6-b82c-45d3-873a-f106a33649ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"general\": \n    {\n        \"hide_name_on_identification\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"450e679b-812c-4c06-89f7-6b2e9a3882df","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n        \"hide_name_on_identification\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"92ed8730-4173-4344-88ab-774f2ea8fb03","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n        \"hide_name_on_identification\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"1dab41fc-8abb-4883-9fd2-cc15ac575c24","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"0d6bd3e6-b82c-45d3-873a-f106a33649ca"},{"name":"Desabilita configuração para ocultar nome no Acesso","id":"13129075-6e35-4342-9754-0255af28a037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"general\": \n    {\n        \"hide_name_on_identification\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"6ff38bd4-d430-42fd-9c9d-40ea7dd6a8c3","name":"Configuration modified successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n        \"hide_name_on_identification\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e2383949-1c72-48c2-9a7e-db8d4227872f","name":"Configuration modifying failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n        \"hide_name_on_identification\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"123f4449-d73e-4abb-a6b0-642cc65aa847","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/set_configuration.fcgi?session={{session}}","host":["{{host}}"],"path":["set_configuration.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"13129075-6e35-4342-9754-0255af28a037"},{"name":"Ativar porta USB (iDFace)","id":"cece5d0b-1eb8-460c-bd7b-663e98e14957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"usb_port_enabled\": \"1\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"cece5d0b-1eb8-460c-bd7b-663e98e14957"},{"name":"Desativar porta USB (iDFace)","id":"e9d70e53-df79-40f6-adad-03163af16e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"usb_port_enabled\": \"0\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"e9d70e53-df79-40f6-adad-03163af16e49"},{"name":"Habilitar limpeza automática de todos os usuários e visitantes","id":"dd2e401f-191f-4069-b749-e692ec407419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"general\": {\n        \"clear_expired_users\": \"all\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"dd2e401f-191f-4069-b749-e692ec407419"},{"name":"Habilitar limpeza automática apenas para visitantes","id":"a1c88b8c-b7e0-4c43-8890-b9f5154e8aab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"general\": {\n        \"clear_expired_users\": \"visitors\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"a1c88b8c-b7e0-4c43-8890-b9f5154e8aab"},{"name":"Desabilitar limpeza automática","id":"21943d49-7c59-4433-b34e-0666501e2f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"general\": {\n        \"clear_expired_users\": \"none\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"21943d49-7c59-4433-b34e-0666501e2f50"},{"name":"Habilitar o protocolo OSDP","id":"33100ca4-a088-4cc3-97b3-b1dd127ab8f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"osdp\": {\n\t\t\"enabled\": \"1\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"33100ca4-a088-4cc3-97b3-b1dd127ab8f0"},{"name":"Desabilitar o protocolo OSDP","id":"9ec7192a-40ed-4238-bee7-219e212f475d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"osdp\": {\n\t\t\"enabled\": \"0\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"9ec7192a-40ed-4238-bee7-219e212f475d"},{"name":"Configura o endereço do módulo OSDP","id":"7fcd855a-8f9b-489c-aa61-30120b1dacc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"osdp\": {\n\t\t\"pd_address\": \"9\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7fcd855a-8f9b-489c-aa61-30120b1dacc7"},{"name":"Habilitar o canal seguro obrigatório OSDP","id":"15225cae-fd20-4be8-b094-b2b016a20972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"osdp\": {\n\t\t\"enforce_secure_channel\": \"1\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"15225cae-fd20-4be8-b094-b2b016a20972"},{"name":"Desabilitar o canal seguro obrigatório OSDP","id":"c3d4f015-6e2d-4b3c-81f2-d14d0c188702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"osdp\": {\n\t\t\"enforce_secure_channel\": \"0\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c3d4f015-6e2d-4b3c-81f2-d14d0c188702"},{"name":"Alterar a taxa de transmissão de dados OSDP","id":"73d9f796-095d-483f-8535-48f8c173e160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"osdp\": {\n\t\t\"baud_rate\": \"19200\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"73d9f796-095d-483f-8535-48f8c173e160"},{"name":"Alterar formato de leitura do cartão OSDP","id":"e93b0eb3-0bc9-4017-860d-c409fb51fcfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"osdp\": {\n\t\t\"card_read_report_format\": \"wiegand\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"e93b0eb3-0bc9-4017-860d-c409fb51fcfb"},{"name":"Alterar tamanho do Wiegand OSDP","id":"224afb70-d5f2-4fa5-87dc-63441a69d4e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"osdp\": {\n\t\t\"wiegand_size\": \"26\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"224afb70-d5f2-4fa5-87dc-63441a69d4e6"},{"name":"Alterar o modo de saída OSDP","id":"681faa7b-b9d1-4998-9d05-dd99b69ce17e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"osdp\": {\n\t\t\"out_mode\": \"CARD\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"681faa7b-b9d1-4998-9d05-dd99b69ce17e"},{"name":"Habilitar o Modo de Instalação OSDP","id":"244f410b-3f1f-498c-887f-9eef65a8e06f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"enable\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_osdp_installation_mode.fcgi?session={{session}}","urlObject":{"path":["set_osdp_installation_mode.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"244f410b-3f1f-498c-887f-9eef65a8e06f"},{"name":"Desabilitar o Modo de Instalação OSDP","id":"b7ec080f-d8d5-40cc-8917-45fd094c82ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"enable\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_osdp_installation_mode.fcgi?session={{session}}","urlObject":{"path":["set_osdp_installation_mode.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b7ec080f-d8d5-40cc-8917-45fd094c82ab"},{"name":"Status do Modo de Instalação","id":"5b2cf873-78d3-49df-82f1-37386b6d8292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/get_osdp_installation_mode.fcgi?session={{session}}","urlObject":{"path":["get_osdp_installation_mode.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"5b2cf873-78d3-49df-82f1-37386b6d8292"},{"name":"Habilitar NTP e configurar timezone","id":"aff8ba11-3159-45e2-971c-36253aba1877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ntp\": {\n        \"enabled\": \"1\",\n        \"timezone\": \"UTC+3\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"aff8ba11-3159-45e2-971c-36253aba1877"},{"name":"Desabilitar NTP","id":"1d8b1b6e-6599-4b39-8954-cb23b05cec74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ntp\": {\n        \"enabled\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"1d8b1b6e-6599-4b39-8954-cb23b05cec74"},{"name":"Habilitar acesso ao SNMP do dispositivo","id":"8c1c1be7-c943-4560-b132-5f6dac6d155a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"snmp_agent\": {\n    \"snmp_enabled\": \"1\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","description":"<p>Comando para habilitar a requisição de parâmetros a serem encontrados pelo dispositivo conectado</p>\n","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"8c1c1be7-c943-4560-b132-5f6dac6d155a"},{"name":"Desabilitar acesso ao SNMP do dispositivo","id":"b19be1d5-efbb-453e-b2e3-4e823a4ecb48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"snmp_agent\": {\n    \"snmp_enabled\": \"0\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","description":"<p>Comando para desabilitar a requisição de parâmetros a serem encontrados pelo dispositivo conectado</p>\n","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b19be1d5-efbb-453e-b2e3-4e823a4ecb48"},{"name":"Configurar o Intertravamento via Rede","id":"54ee02c6-b123-416f-ab1e-d1d48c60f497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"interlock_enabled\" : 1,\n\t\"api_bypass_enabled\" : 1,\n\t\"button_bypass_enabled\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_network_interlock.fcgi?session={{session}}","urlObject":{"path":["set_network_interlock.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"54ee02c6-b123-416f-ab1e-d1d48c60f497"},{"name":"Configurar códigos para eventos não identificado e não autorizado via Wiegand","id":"1854eb92-decc-4145-b8ca-eb059cccca1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"denied_transaction_code\": 26,\n\t\t\"send_code_when_not_identified\": 1,\n\t\t\"send_code_when_not_authorized\": 0\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"1854eb92-decc-4145-b8ca-eb059cccca1f"}],"id":"155d0425-4b27-4a3c-8485-8f36c9bf0be7","_postman_id":"155d0425-4b27-4a3c-8485-8f36c9bf0be7","description":""},{"name":"Push","item":[{"name":"Ativar o push","id":"49b69762-03a0-4cc4-9056-1be060c03555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"push_server\": {\n\t\t\"push_request_timeout\": \"5000\",\n\t\t\"push_request_period\": \"15\",\n\t\t\"push_remote_address\": \"http://192.168.6.217:3000\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"49b69762-03a0-4cc4-9056-1be060c03555"},{"name":"Desativar o push","id":"578c8457-cb3f-4133-a8a9-9e5f9d925838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"push_server\": {\n\t\t\"push_remote_address\": \"\"\t\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"578c8457-cb3f-4133-a8a9-9e5f9d925838"},{"name":"Conexão iDCloud","id":"155e3512-c6c2-49db-8bcb-dac43d765ecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"push_server\": {\n        \"push_remote_address\":\"https://push.idsecure.com.br/api\",\n        \"push_request_timeout\":\"30000\",\n        \"push_request_period\":\"5\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"155e3512-c6c2-49db-8bcb-dac43d765ecb"},{"name":"Alterar código de verificação","id":"b4355ee5-6554-4bba-a1bd-70580a70adbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/change_idcloud_code.fcgi?session={{session}}","urlObject":{"path":["change_idcloud_code.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b4355ee5-6554-4bba-a1bd-70580a70adbe"}],"id":"b1bc3c83-f5b7-410a-b419-e4da47d96a56","_postman_id":"b1bc3c83-f5b7-410a-b419-e4da47d96a56","description":""},{"name":"Alarme","item":[{"name":"Desativar alarme","id":"1124cf46-df73-4d01-b393-c8f9acb974a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stop\": true\n}"},"url":"{{host}}/alarm_status.fcgi?session={{session}}","urlObject":{"path":["alarm_status.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"5c3de4a5-62ad-4dea-9f2d-e00ead568e35","name":"Alarm deactivation successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"stop\": true\n}"},"url":{"raw":"{{host}}/alarm_status.fcgi?session={{session}}","host":["{{host}}"],"path":["alarm_status.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c88562d1-ffc1-4615-a6cc-abb98b7eab88","name":"Alarm deactivation failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"stop\": true\n}"},"url":{"raw":"{{host}}/alarm_status.fcgi?session={{session}}","host":["{{host}}"],"path":["alarm_status.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"e35cb23f-8f47-4e6b-8edb-6ca6548eca53","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/alarm_status.fcgi?session={{session}}","host":["{{host}}"],"path":["alarm_status.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"1124cf46-df73-4d01-b393-c8f9acb974a3"},{"name":"Obter status do alarme","id":"91461326-973d-48a4-b80e-87645a9bf9e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/alarm_status.fcgi?session={{session}}","urlObject":{"path":["alarm_status.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"99ad86bf-457b-4bbf-943a-2dc16a429791","name":"Status got successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":{"raw":"{{host}}/alarm_status.fcgi?session={{session}}","host":["{{host}}"],"path":["alarm_status.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"active\": false,\n    \"cause\": 0\n}"},{"id":"3f739289-1327-4576-9a6e-2e03b92c9e03","name":"Status getting failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":{"raw":"{{host}}/alarm_status.fcgi?session={{session}}","host":["{{host}}"],"path":["alarm_status.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:35:09 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid session\",\n    \"code\": 1\n}"},{"id":"427bb04f-4601-46f3-8419-799ea6c6881b","name":"Invalid configuration key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"invalid_config\": \"true\"\n\t}\n}"},"url":{"raw":"{{host}}/alarm_status.fcgi?session={{session}}","host":["{{host}}"],"path":["alarm_status.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:34:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Node or attribute not found. Node path: config->general->param[name=invalid_config]\",\n    \"code\": 1\n}"}],"_postman_id":"91461326-973d-48a4-b80e-87645a9bf9e5"},{"name":"Tempo de atraso do sensor de porta","id":"786d5ef0-57b6-465e-90aa-9d7a252349b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"door_sensor_delay\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"786d5ef0-57b6-465e-90aa-9d7a252349b6"},{"name":"Habilitar violação de equipamento","id":"d41f057b-ed18-44e4-8427-dc82d4d8c93c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"device_violation_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d41f057b-ed18-44e4-8427-dc82d4d8c93c"},{"name":"Tempo de acionamento com a secbox fechada","id":"0e215e27-e4fd-42de-a771-c3ff601681cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"door_sensor_alarm_timeout_after_closure\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"0e215e27-e4fd-42de-a771-c3ff601681cc"},{"name":"Habilitar sensor de porta","id":"39a59ffa-2cb5-4238-95c2-21c9ba79929c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"door_sensor_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"39a59ffa-2cb5-4238-95c2-21c9ba79929c"},{"name":"Tempo de debounce acesso forçado","id":"37f67341-09c2-43e7-bd48-d450ced356a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"forced_access_debounce\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"37f67341-09c2-43e7-bd48-d450ced356a1"},{"name":"Habilitar acesso forçado","id":"7229be1e-5cab-465d-a065-3de9cf803591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"forced_access_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7229be1e-5cab-465d-a065-3de9cf803591"},{"name":"Habilitar cartão do pânico","id":"cecda495-ed44-4672-ad03-1e0d062092cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"panic_card_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"cecda495-ed44-4672-ad03-1e0d062092cb"},{"name":"Atraso no dedo do pânico","id":"dcdfbcba-0973-4f6e-b561-81c0673d1e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"panic_finger_delay\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"dcdfbcba-0973-4f6e-b561-81c0673d1e73"},{"name":"Habilitar dedo do pânico","id":"9c06a9d6-7205-4140-a3dd-8542c429806c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"panic_finger_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"9c06a9d6-7205-4140-a3dd-8542c429806c"},{"name":"Habilitar senha de pânico","id":"e36840c6-c46a-4792-aa9a-9aaaaf256b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"panic_password_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"e36840c6-c46a-4792-aa9a-9aaaaf256b70"},{"name":"Habilitar pin do pânico","id":"f9a61ac7-7b07-4b32-bf43-9cf6f1f7472f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alarm\": {\n        \"panic_pin_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"f9a61ac7-7b07-4b32-bf43-9cf6f1f7472f"}],"id":"603f713a-a34e-4cfd-b219-ad47470bfb74","_postman_id":"603f713a-a34e-4cfd-b219-ad47470bfb74","description":""},{"name":"Monitor","item":[{"name":"Ativar o monitor","id":"bb05d190-d0a5-485f-b207-554867f2289f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"request_timeout\": \"5000\",\n\t\t\"hostname\": \"192.168.6.217\",\n\t\t\"port\": \"3000\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"bb05d190-d0a5-485f-b207-554867f2289f"},{"name":"Desativar o monitor","id":"2fa02623-3b8b-47d9-84bb-2b3f9ad7a3bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"hostname\": \"\",\n\t\t\"port\": \"\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"2fa02623-3b8b-47d9-84bb-2b3f9ad7a3bc"},{"name":"Alterar URL","id":"97ff7ae3-e113-4d9a-bafc-bd37433bc464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"path\": \"api/v1/notifications\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"97ff7ae3-e113-4d9a-bafc-bd37433bc464"},{"name":"Voltar URL para padrão","id":"7eb330db-76b0-4512-8bef-cfa438c5af59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"monitor\": {\n\t\t\"path\": \"api/notifications\"\n\t}\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7eb330db-76b0-4512-8bef-cfa438c5af59"}],"id":"cb16d84f-0e55-49e4-9da5-c02876d1dbeb","_postman_id":"cb16d84f-0e55-49e4-9da5-c02876d1dbeb","description":""},{"name":"Template","item":[{"name":"Extrair template","id":"0dc93005-4b7e-4646-bb68-d5e16ff70c7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{"src":""}},"url":"{{host}}/template_extract.fcgi?session={{session}}&width=260&height=300","urlObject":{"path":["template_extract.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"key":"width","value":"260"},{"key":"height","value":"300"}],"variable":[]}},"response":[{"id":"39ea7f05-d7b7-4d2d-87f1-3e1ab469a885","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{}},"url":{"raw":"{{host}}/template_extract.fcgi?session={{session}}&width=260&height=300","host":["{{host}}"],"path":["template_extract.fcgi"],"query":[{"key":"session","value":"{{session}}"},{"key":"width","value":"260"},{"key":"height","value":"300"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Jul 2019 17:15:22 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"quality\": 88,\n    \"template\": \"base64\"\n}"}],"_postman_id":"0dc93005-4b7e-4646-bb68-d5e16ff70c7d"},{"name":"Verificar template","id":"9c1bcd65-86f3-4e02-9035-efe14c56956d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{"src":""}},"url":"{{host}}/template_match.fcgi?session={{session}}&temp_num=2&size0=858&size1=858","urlObject":{"path":["template_match.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"key":"temp_num","value":"2"},{"key":"size0","value":"858"},{"key":"size1","value":"858"}],"variable":[]}},"response":[{"id":"a4f11437-26c1-4562-b04b-1181ef146f7d","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{}},"url":{"raw":"{{host}}/template_match.fcgi?session={{session}}&temp_num=2&size0=858&size1=858","host":["{{host}}"],"path":["template_match.fcgi"],"query":[{"key":"session","value":"{{session}}"},{"key":"temp_num","value":"2"},{"key":"size0","value":"858"},{"key":"size1","value":"858"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Jul 2019 18:52:28 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"template\": \"base64\"\n}"}],"_postman_id":"9c1bcd65-86f3-4e02-9035-efe14c56956d"},{"name":"Verificar template único","id":"a6fb09cb-9276-427a-bf8a-cc7828dbf2e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/octet-stream"}],"body":{"mode":"file","file":{"src":""}},"url":"{{host}}/template_match.fcgi?session={{session}}&temp_num=1&size0=894","urlObject":{"path":["template_match.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"key":"temp_num","value":"1"},{"key":"size0","value":"894"},{"disabled":true,"key":"size1","value":"858"}],"variable":[]}},"response":[{"id":"85bce6da-0e2b-4f22-bf47-d248328423fb","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{}},"url":{"raw":"{{host}}/template_match.fcgi?session={{session}}&temp_num=2&size0=858&size1=858","host":["{{host}}"],"path":["template_match.fcgi"],"query":[{"key":"session","value":"{{session}}"},{"key":"temp_num","value":"2"},{"key":"size0","value":"858"},{"key":"size1","value":"858"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Jul 2019 18:52:28 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"template\": \"base64\"\n}"}],"_postman_id":"a6fb09cb-9276-427a-bf8a-cc7828dbf2e4"},{"name":"Habilitar sincronismo de biometrias","id":"ebd23bf7-bc92-47c3-8b3d-226f6b6c4f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/template_sync_init.fcgi?session={{session}}","urlObject":{"path":["template_sync_init.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"ebd23bf7-bc92-47c3-8b3d-226f6b6c4f63"},{"name":"Desabilitar sincronismo de biomatrias","id":"4978eeb8-3ab6-4c89-938e-5e71f6bd9f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/template_sync_end.fcgi?session={{session}}","urlObject":{"path":["template_sync_end.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4978eeb8-3ab6-4c89-938e-5e71f6bd9f12"},{"name":"Verificar validade de template","id":"3b3f136d-3a46-4a65-aed4-0a8227293726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"biometry\": \"SUNSUzIxAAABRgEBAAAAAMUAxQAEASwBAAAAgRgFzwCLAI0PqgDJAHAP4QDTAJcP2ADeACIPtgDgAHQPSx8r+zNvPf8jURvaRXReJ3MqPYzesfO1uQcKVQLfESAXAQDVCYwFANNcDz4IALBhA/tdRgYAyWEMNcEKAJ5oAClUPgsAkHP9MP/+wMBCBgCRgPD8/v/+BQCXhf3/MgUA044WwDYMAIqS9zM8/0EMAIqe9P4z/zVBDACRpfr/MTJADACPsff//MAp/1UIAIXE5Pv/J8EDAKXJdMMMAIjN5/37/z7/NQQAstyDxsIIALrhEP3+/8FXDACL4uL9//r//MD+wGQFALLidMOqBQDd4iD/TAkQoA3M+vcewsELEJgRwPz7+/v8//2JBxCvG6348PrAwkRCAQEAAAAWAAAAAAIFAAAAAAAARUI=\"\n}"},"url":"{{host}}/is_valid_biometry.fcgi?session={{session}}","urlObject":{"path":["is_valid_biometry.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"3b3f136d-3a46-4a65-aed4-0a8227293726"}],"id":"ffb41742-b667-4cbb-8b3c-07b64c08417d","_postman_id":"ffb41742-b667-4cbb-8b3c-07b64c08417d","description":""},{"name":"Registro","item":[{"name":"Registrar dedo de pânico (sync)","id":"8165dabf-0e1e-48d9-9f47-8b645d8e09dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"biometry\",\n    \"user_id\": 1,\n    \"save\": false,\n    \"sync\": true,\n    \"panic_finger\": 1\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"8165dabf-0e1e-48d9-9f47-8b645d8e09dd"},{"name":"Registrar dedo de pânico (async)","id":"0868006e-9783-4064-9d14-41be28c8637e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"biometry\",\n    \"user_id\": 1,\n    \"save\": false,\n    \"sync\": false,\n    \"panic_finger\": 1\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"0868006e-9783-4064-9d14-41be28c8637e"},{"name":"Registrar dedo (sync)","id":"56a6e171-2f41-442d-86e4-57fe04e7b1cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"biometry\",\n    \"user_id\": 1,\n    \"save\": false,\n    \"sync\": true,\n    \"panic_finger\": 0\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"56a6e171-2f41-442d-86e4-57fe04e7b1cf"},{"name":"Registrar senha (sync)","id":"18503010-5787-4a51-826b-764d2ae29c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"password\",\n    \"user_id\": 1,\n    \"save\": false,\n    \"sync\": true\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"18503010-5787-4a51-826b-764d2ae29c1c"},{"name":"Registrar PIN (sync)","id":"7265026c-7a80-4fb8-bf62-855e68873e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"pin\",\n    \"user_id\": 1,\n    \"save\": false,\n    \"sync\": true\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7265026c-7a80-4fb8-bf62-855e68873e14"},{"name":"Registrar PIN (async)","id":"424b0cc5-5976-45b3-8e9c-a0da65704af0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"pin\",\n    \"user_id\": 1,\n    \"save\": false,\n    \"sync\": false\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"424b0cc5-5976-45b3-8e9c-a0da65704af0"},{"name":"Registrar senha (async)","id":"29f7cae1-cdeb-4e48-9763-5f8f3be8fe8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"password\",\n    \"user_id\": 1,\n    \"save\": false,\n    \"sync\": false\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"29f7cae1-cdeb-4e48-9763-5f8f3be8fe8e"},{"name":"Registrar dedo (async)","id":"365a7401-f7af-4248-8df8-61a15552a9c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"biometry\",\n    \"user_id\": 1,\n    \"save\": false,\n    \"sync\": false,\n    \"panic_finger\": 0\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"365a7401-f7af-4248-8df8-61a15552a9c6"},{"name":"Registrar face (sync)","id":"df55e8e1-2737-482e-918a-ed5df56a8d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"face\",\n    \"user_id\": 1,\n    \"save\": false,\n    \"sync\": true,\n    \"auto\": true,\n    \"countdown\": 10\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"df55e8e1-2737-482e-918a-ed5df56a8d03"},{"name":"Registrar face (async)","id":"92c4d2ce-556a-45e1-8514-6ed1c12aa6f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"face\",\n    \"user_id\": 1,\n    \"save\": false,\n    \"sync\": false,\n    \"auto\": true,\n    \"countdown\": 10\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"92c4d2ce-556a-45e1-8514-6ed1c12aa6f6"},{"name":"Registrar cartão proximidade (sync)","id":"705e7977-e672-46b6-b00b-d4d718b4baa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"card\",\n    \"user_id\": 1,\n    \"save\": true,\n    \"sync\": true,\n    \"message\": \"\"\n}"},"url":"{{host}}/remote_enroll.fcgi?session={{session}}","urlObject":{"path":["remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"705e7977-e672-46b6-b00b-d4d718b4baa0"},{"name":"Cancelar registro remoto","id":"e9d23eb2-592d-46e3-ab3f-41da14bc915a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"{{host}}/cancel_remote_enroll.fcgi?session={{session}}","urlObject":{"path":["cancel_remote_enroll.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"e9d23eb2-592d-46e3-ab3f-41da14bc915a"},{"name":"Obter estado atual do registro","id":"c1c32e03-4a27-41af-bb3f-0db4fb873587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/enroller_state.fcgi?session={{session}}","urlObject":{"path":["enroller_state.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"39359c2a-7006-4b74-9cab-675dfdf349b9","name":"200 - OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{host}}/enroller_state.fcgi?session={{session}}","host":["{{host}}"],"path":["enroller_state.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Jul 2019 19:45:42 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"enroller_state\": \"NORMAL_STATE\",\n    \"biometry_sate\": \"NOT_ENROLLING\",\n    \"last_enroll\": false,\n    \"last_enroll_error\": \"UNKNOWN\"\n}"}],"_postman_id":"c1c32e03-4a27-41af-bb3f-0db4fb873587"}],"id":"a66d514d-13d1-4993-8b29-c73c54a31713","_postman_id":"a66d514d-13d1-4993-8b29-c73c54a31713","description":""},{"name":"Usuário","item":[{"name":"Atualizar imagem do usuário","id":"5765641a-7ebc-457a-80ff-e92d4b19b161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/Douglas Miguel/Downloads/foto.jpg"}},"url":"{{host}}/user_set_image.fcgi?session={{session}}&user_id=10","urlObject":{"path":["user_set_image.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"key":"user_id","value":"10"}],"variable":[]}},"response":[],"_postman_id":"5765641a-7ebc-457a-80ff-e92d4b19b161"},{"name":"Obter imagem do usuário","id":"93033974-6341-45e0-8763-5f1afa293ea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/user_get_image.fcgi?session={{session}}&user_id=10","urlObject":{"path":["user_get_image.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"key":"user_id","value":"10"}],"variable":[]}},"response":[],"_postman_id":"93033974-6341-45e0-8763-5f1afa293ea5"},{"name":"Gerar HASH de senha","id":"b6e747e9-c644-4df2-ae2d-95f8704a7faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"password\": \"123\"\n}"},"url":"{{host}}/user_hash_password.fcgi?session={{session}}","urlObject":{"path":["user_hash_password.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b6e747e9-c644-4df2-ae2d-95f8704a7faa"},{"name":"Adicionar campo customizado","id":"0e9f72ab-c394-46d8-b861-38aa77a118a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"object\": \"c_users\",\r\n\t\"column_name\": \"birthdate\",\r\n\t\"name\": \"Birthdate\",\r\n\t\"type\": \"TEXT\",\r\n\t\"constraint\": \"NONE\",\r\n\t\"default_value\": \"\",\r\n\t\"unique\": false\r\n}"},"url":"{{host}}/object_add_field.fcgi?session={{session}}","urlObject":{"path":["object_add_field.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"0e9f72ab-c394-46d8-b861-38aa77a118a1"},{"name":"Apagar campo customizado","id":"f058af61-ac57-496c-8000-b9ca1741726c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ids\": \"<Array de int>: -> campos a serem deletados\"\r\n}"},"url":"{{host}}/object_remove_fields.fcgi?session={{session}}","urlObject":{"path":["object_remove_fields.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"f058af61-ac57-496c-8000-b9ca1741726c"}],"id":"592bf5fe-79e4-45a6-84ff-e6168cd1f00f","_postman_id":"592bf5fe-79e4-45a6-84ff-e6168cd1f00f","description":""},{"name":"Modo recuperação","item":[{"name":"Atualizar o firmware","id":"ff623a94-2dda-4582-a2b6-f84e4056486c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/cgi/run_update.sh","urlObject":{"path":["cgi","run_update.sh"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff623a94-2dda-4582-a2b6-f84e4056486c"},{"name":"Reiniciar","id":"42cdceb4-4a95-48d9-a038-76e697da3bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/cgi/reboot_normal.sh","urlObject":{"path":["cgi","reboot_normal.sh"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42cdceb4-4a95-48d9-a038-76e697da3bfe"}],"id":"43f43871-a9f4-4ae8-a866-d5dd04c39749","_postman_id":"43f43871-a9f4-4ae8-a866-d5dd04c39749","description":""},{"name":"Cadastro facial","item":[{"name":"Obter imagem do usuário","id":"bb803d7d-4910-44d8-86cb-810a3ee0b2a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/C:/Users/Douglas Miguel/Downloads/foto.jpg"}},"url":"{{host}}/user_get_image.fcgi?user_id=10&get_timestamp=1&session={{session}}","urlObject":{"path":["user_get_image.fcgi"],"host":["{{host}}"],"query":[{"key":"user_id","value":"10"},{"key":"get_timestamp","value":"1"},{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"bb803d7d-4910-44d8-86cb-810a3ee0b2a6"},{"name":"Obter lista de usuários com foto cadastrada","id":"37de39a4-552e-41ea-9f2c-2865c616f638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"file","file":{"src":""}},"url":"{{host}}/user_list_images.fcgi?get_timestamp=1&session={{session}}","urlObject":{"path":["user_list_images.fcgi"],"host":["{{host}}"],"query":[{"key":"get_timestamp","value":"1"},{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"37de39a4-552e-41ea-9f2c-2865c616f638"},{"name":"Obter lista de imagens de usuários","id":"2090237d-2d34-4d55-b10f-94b0ce63661f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"user_ids\": [\n        27,\n        28\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/user_get_image_list.fcgi?session={{session}}","urlObject":{"path":["user_get_image_list.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"2090237d-2d34-4d55-b10f-94b0ce63661f"},{"name":"Cadastrar imagem do usuário","id":"6d743cd3-eb6f-4f63-a02a-b088cd716df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/Douglas Miguel/Downloads/foto.jpg"}},"url":"{{host}}/user_set_image.fcgi?user_id=10&match=1&timestamp=1624997578&session={{session}}","urlObject":{"path":["user_set_image.fcgi"],"host":["{{host}}"],"query":[{"key":"user_id","value":"10"},{"key":"match","value":"1"},{"key":"timestamp","value":"1624997578"},{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"6d743cd3-eb6f-4f63-a02a-b088cd716df6"},{"name":"Cadastrar lista de imagens de usuários","id":"12b3699c-e047-4b68-b998-98458ae3222a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"match\": true,\n    \"user_images\": [\n        {\n            \"user_id\": 27,\n            \"timestamp\": 1624997563,\n            \"image\": \"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\"\n        },\n        {\n            \"user_id\": 28,\n            \"timestamp\": 1628727451,\n            \"image\": \"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\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/user_set_image_list.fcgi?session={{session}}","urlObject":{"path":["user_set_image_list.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"12b3699c-e047-4b68-b998-98458ae3222a"},{"name":"Testar imagem do usuário","id":"c0595f6b-2297-4606-b9ec-734b2f7a38de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{"src":"/C:/Users/Douglas Miguel/Downloads/foto.jpg"}},"url":"{{host}}/user_test_image.fcgi?session={{session}}","urlObject":{"path":["user_test_image.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"c0595f6b-2297-4606-b9ec-734b2f7a38de"},{"name":"Excluir foto de usuário","id":"8738ade4-1bdc-4c50-a9cd-7e2312446bce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [27, 28]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/user_destroy_image.fcgi?session={{session}}","urlObject":{"path":["user_destroy_image.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"8738ade4-1bdc-4c50-a9cd-7e2312446bce"},{"name":"Alterar deslocamento vertical da câmera","id":"b25b1563-d669-47ad-9c1c-6597184b6806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"camera_overlay\": {\n        \"vertical_crop\": \"-0.06\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b25b1563-d669-47ad-9c1c-6597184b6806"},{"name":"Alterar zoom da câmera","id":"9f30292c-40e3-482a-bc61-bb258f6e016a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"camera_overlay\": {\n        \"zoom\": \"1.5\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"9f30292c-40e3-482a-bc61-bb258f6e016a"},{"name":"Alterar tempo para liberar novamente a mesma face","id":"b2836b22-a707-42f5-b60e-eff1d98aa014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"max_identified_duration\": \"30000\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b2836b22-a707-42f5-b60e-eff1d98aa014"},{"name":"Alterar modo de detecção (veicular ou pedestre)","id":"07111de6-ebe2-410d-8406-b7307f0a213b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"vehicle_mode\": \"0\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"07111de6-ebe2-410d-8406-b7307f0a213b"},{"name":"Alterar uso de máscara obrigatório","id":"8241180f-fb32-4f77-b8b8-12f6ac35aec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"mask_detection_enabled\": \"0\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"8241180f-fb32-4f77-b8b8-12f6ac35aec8"},{"name":"Captura de câmera via API","id":"469c25b7-93ad-40fc-a7d6-846395d06f54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"frame_type\": \"camera\",\n    \"camera\": \"rgb\"\n}"},"url":"{{host}}/save_screenshot.fcgi?session={{session}}","urlObject":{"path":["save_screenshot.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"469c25b7-93ad-40fc-a7d6-846395d06f54"},{"name":"Limitar identificação facial à região do display","id":"b69de926-78f3-41df-8752-7181becc102c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"limit_identification_to_display_region\": \"1\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b69de926-78f3-41df-8752-7181becc102c"},{"name":"Ativar modo de liveness rigoroso","id":"94637bdd-e0bb-4efc-af2f-85744712adc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"face_id\": {\n        \"liveness_mode\": \"1\"\n    }\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"94637bdd-e0bb-4efc-af2f-85744712adc2"},{"name":"Remover fotos de usuários após cadastro","id":"b56d7421-8d8c-4459-94fc-3ce1f1de33ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"keep_user_image\": \"0\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"b56d7421-8d8c-4459-94fc-3ce1f1de33ac"},{"name":"Manter fotos de usuários após cadastro","id":"3b4a601f-9d66-485c-82ab-215e23dd5d1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"general\": {\n\t\t\"keep_user_image\": \"1\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"3b4a601f-9d66-485c-82ab-215e23dd5d1b"},{"name":"Alterar o brilho dos LEDs","id":"2e870efc-07e1-4361-93e0-eb2f528185fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"led_white\": {\n        \"brightness\": \"100\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"2e870efc-07e1-4361-93e0-eb2f528185fd"},{"name":"Alterar distância de identificação","id":"342a18eb-91ff-40ca-9d71-6c3bc8949ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n            \"face_id\": {\n                \"min_detect_bounds_width\": \"0.29\"\n            }\n        }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"342a18eb-91ff-40ca-9d71-6c3bc8949ed6"},{"name":"Obter informações da catraca","id":"ac54bd7b-4162-4dc6-a90f-65638442a464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"file","file":{}},"url":"{{host}}/get_catra_info.fcgi?session={{session}}","urlObject":{"path":["get_catra_info.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"ac54bd7b-4162-4dc6-a90f-65638442a464"}],"id":"9531927d-08b3-4ebb-8d92-29975ca15a51","_postman_id":"9531927d-08b3-4ebb-8d92-29975ca15a51","description":""},{"name":"Interfonia SIP","item":[{"name":"Configurar conexão","id":"338e93b5-b163-432c-b6a6-002ec913ab56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pjsip\": {\n        \"enabled\": \"1\",\n        \"server_ip\": \"meu_servidor\",\n        \"server_port\": \"5060\",\n        \"server_outbound_port\": \"10000\",\n        \"server_outbound_port_range\": \"1000\",\n        \"numeric_branch_enabled\": \"0\",\n        \"branch\": \"987\",\n        \"login\": \"987\",\n        \"password\": \"123456\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"338e93b5-b163-432c-b6a6-002ec913ab56"},{"name":"Configurar chamada","id":"753316b1-5d56-4879-9708-7b06d8e65de5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pjsip\": {\n        \"auto_answer_enabled\": \"1\",\n        \"auto_answer_delay\": \"5\",\n        \"dialing_display_mode\": \"0\",\n        \"auto_call_target\": \"456\",\n        \"auto_call_button_enabled\": \"1\",\n        \"custom_identifier_auto_call\": \"Portaria\",\n        \"reg_status_query_period\": \"60\",\n        \"server_retry_interval\": \"5\",\n        \"max_call_time\": \"300\",\n        \"push_button_debounce\": \"50\",\n        \"video_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"753316b1-5d56-4879-9708-7b06d8e65de5"},{"name":"Configurar volumes","id":"749170f3-1066-4811-924e-24deb84b49a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pjsip\": {\n        \"mic_volume\": \"7\",\n        \"speaker_volume\": \"8\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"749170f3-1066-4811-924e-24deb84b49a3"},{"name":"Habilitar liberação de acesso via interfonia","id":"d0f0ab15-4c06-4ff5-97a0-4122bb773f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pjsip\": {\n        \"open_door_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d0f0ab15-4c06-4ff5-97a0-4122bb773f60"},{"name":"Desabilitar liberação de acesso via interfonia","id":"53d0587a-7c90-47f4-a531-38342d0becae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pjsip\": {\n        \"open_door_enabled\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"53d0587a-7c90-47f4-a531-38342d0becae"},{"name":"Habilitar identificação durante interfonia","id":"f6a9348a-b8d1-424e-826d-6bccc66bfde4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pjsip\": {\n        \"facial_id_during_call_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"f6a9348a-b8d1-424e-826d-6bccc66bfde4"},{"name":"Desabilitar identificação durante interfonia","id":"d7ba4a47-8e57-4ce9-b56f-4a2d6b1ef097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pjsip\": {\n        \"facial_id_during_call_enabled\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"d7ba4a47-8e57-4ce9-b56f-4a2d6b1ef097"},{"name":"Habilitar chamada por botoeira de discagem","id":"76e05e36-d5d7-4b83-9d77-6ea9cd2991e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pjsip\": {\n        \"rex_enabled\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"76e05e36-d5d7-4b83-9d77-6ea9cd2991e2"},{"name":"Desabilitar chamada por botoeira de discagem","id":"ce517825-e910-4494-8bc6-bbd8976dc32b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pjsip\": {\n        \"rex_enabled\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"ce517825-e910-4494-8bc6-bbd8976dc32b"},{"name":"Registrar código de discagem para liberação","id":"6d0e6d30-1ec2-4b23-9986-a5340cd132b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pjsip\": {\n        \"open_door_command\": \"12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"6d0e6d30-1ec2-4b23-9986-a5340cd132b3"},{"name":"Habilitar som de chamada personalizado","id":"9fdaf010-8b2d-4cff-b886-f139fff06a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"pjsip\": {\r\n        \"pjsip_custom_audio_enabled\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"9fdaf010-8b2d-4cff-b886-f139fff06a85"},{"name":"Desabilitar som de chamada personalizado","id":"4f8f60de-4871-4780-a4dd-b56b6518ae92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"pjsip\": {\r\n        \"pjsip_custom_audio_enabled\": \"0\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"4f8f60de-4871-4780-a4dd-b56b6518ae92"},{"name":"Configurar volume do som de chamada personalizado","id":"a5ebaaca-e07f-4d26-a3c6-17fa2442cd60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"pjsip\": {\r\n        \"custom_audio_volume_gain\": \"1\"\r\n    }\r\n}"},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"a5ebaaca-e07f-4d26-a3c6-17fa2442cd60"},{"name":"Carregar som de chamada personalizado","id":"84aaed03-695b-4ebb-a7a5-34af8966aa1f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/octet-stream"}],"body":{"mode":"file","file":{"src":"/home/luis/Downloads/ring.wav"}},"url":"{{host}}/set_pjsip_audio_message.fcgi?session={{session}}&current=1&total=1","urlObject":{"path":["set_pjsip_audio_message.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"key":"current","value":"1"},{"key":"total","value":"1"}],"variable":[]}},"response":[],"_postman_id":"84aaed03-695b-4ebb-a7a5-34af8966aa1f"},{"name":"Download de som de chamada personalizado","id":"f52e03ed-91da-41ff-afe4-a3c5afd78d5a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[],"url":"{{host}}/get_pjsip_audio_message.fcgi?session={{session}}","urlObject":{"path":["get_pjsip_audio_message.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"f52e03ed-91da-41ff-afe4-a3c5afd78d5a"},{"name":"Verificar se existe som de chamada personalizado no dispositivo","id":"c00ee76d-ac98-41c1-99ca-cd980175006d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/has_audio_access_messages.fcgi?session={{session}}","urlObject":{"path":["has_audio_access_messages.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"c3abb52e-8902-4aa0-8fde-7e72602d57f8","name":"Arquivo de som personalizado existente","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{host}}/has_audio_access_messages.fcgi?session={{session}}","host":["{{host}}"],"path":["has_audio_access_messages.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"file_exists\": true\n}"},{"id":"a0266f51-f621-491c-a3d9-173b91f515ec","name":"Arquivo de som personalizado não existente","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{host}}/has_audio_access_messages.fcgi?session={{session}}","host":["{{host}}"],"path":["has_audio_access_messages.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"file_exists\": false\n}"}],"_postman_id":"c00ee76d-ac98-41c1-99ca-cd980175006d"},{"name":"Realizar chamada SIP","id":"1067804d-167a-4862-8610-47cee7e068e7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"target\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/make_sip_call.fcgi?session={{session}}","urlObject":{"path":["make_sip_call.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"1067804d-167a-4862-8610-47cee7e068e7"},{"name":"Finalizar chamada SIP","id":"9e4c5b90-97e1-4d95-acb4-7fcdb52aeb00","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[],"url":"{{host}}/finalize_sip_call.fcgi?session={{session}}","urlObject":{"path":["finalize_sip_call.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"9e4c5b90-97e1-4d95-acb4-7fcdb52aeb00"},{"name":"Verificar status da chamada SIP","id":"8345883a-6d07-40e3-aac9-d26cce5ad5ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/get_sip_status.fcgi?session={{session}}","urlObject":{"path":["get_sip_status.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[{"id":"ea62f911-0712-4e26-8ad3-928cfeae303b","name":"Chamada em andamento","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{host}}/get_sip_status.fcgi?session={{session}}","host":["{{host}}"],"path":["get_sip_status.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"in_call\": true\n}"},{"id":"66edd642-5b55-4bbb-b23e-ba62a33bdf4d","name":"Nenhuma chamada em andamento","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{host}}/get_sip_status.fcgi?session={{session}}","host":["{{host}}"],"path":["get_sip_status.fcgi"],"query":[{"key":"session","value":"{{session}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"origin, x-csrftoken, content-type, accept"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Apr 2019 15:33:27 GMT"},{"key":"Server","value":"lighttpd/1.4.35"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"in_call\": false\n}"}],"_postman_id":"8345883a-6d07-40e3-aac9-d26cce5ad5ae"}],"id":"10c66b58-a0b8-4fa6-9a6f-10f95c768d0d","_postman_id":"10c66b58-a0b8-4fa6-9a6f-10f95c768d0d","description":""},{"name":"Fotos e Logotipo","item":[{"name":"Habilitar mostrar a logo","id":"7dc8600f-644b-43cb-a8ed-8c66892077d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"general\": {\n        \"show_logo\": \"5\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"7dc8600f-644b-43cb-a8ed-8c66892077d1"},{"name":"Desabilitar mostrar logo","id":"98c26bff-1ef8-4563-96c4-71f1808bc413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"general\": {\n        \"show_logo\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/set_configuration.fcgi?session={{session}}","urlObject":{"path":["set_configuration.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"98c26bff-1ef8-4563-96c4-71f1808bc413"},{"name":"Recuperar logo","id":"76b515c7-aa80-4026-a951-1380cbd0a142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"image/png","type":"text"}],"url":"{{host}}/logo.fcgi?session={{session}}&id=5","urlObject":{"path":["logo.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"key":"id","value":"5"}],"variable":[]}},"response":[],"_postman_id":"76b515c7-aa80-4026-a951-1380cbd0a142"},{"name":"Mudar Logo","id":"6f257f7c-39d9-4b6e-8da8-6e73dcac43af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"file","file":{"src":"yr1u6TofA/5.png"}},"url":"{{host}}/logo_change.fcgi?session={{session}}&id=5","urlObject":{"path":["logo_change.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"key":"id","value":"5"}],"variable":[]}},"response":[],"_postman_id":"6f257f7c-39d9-4b6e-8da8-6e73dcac43af"},{"name":"Remover Logo","id":"88b926a9-f550-4c16-9d9c-a4f6effc04bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/logo_destroy.fcgi?session={{session}}&id=5","urlObject":{"path":["logo_destroy.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"},{"key":"id","value":"5"}],"variable":[]}},"response":[],"_postman_id":"88b926a9-f550-4c16-9d9c-a4f6effc04bf"},{"name":"Remover logo sem id","id":"0fb2ce04-1ae1-46ae-9f12-5030cfde66f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/logo_destroy.fcgi?session={{session}}","urlObject":{"path":["logo_destroy.fcgi"],"host":["{{host}}"],"query":[{"key":"session","value":"{{session}}"}],"variable":[]}},"response":[],"_postman_id":"0fb2ce04-1ae1-46ae-9f12-5030cfde66f6"}],"id":"15431847-0833-4783-99cb-56b2d7dfbfdf","_postman_id":"15431847-0833-4783-99cb-56b2d7dfbfdf","description":""}],"event":[{"listen":"prerequest","script":{"id":"0c540198-7349-4fa0-85f0-7e7a67e83f0c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"01092656-4da6-444c-b32d-4ad50db318a5","type":"text/javascript","exec":[""]}}]}