{"info":{"_postman_id":"b41b1520-6541-4d13-8b80-2741c7b9791a","name":"NetCord v3 API Documentation","description":"<html><head></head><body><p>Welcome to the NetCord v3 REST API documentation. This guide helps you to integrate your systems with our API using REST principles.</p>\n<p>In our documentation, you will find a detailed list of our API endpoints, each specifying the supported HTTP methods such as GET, POST, PATCH, DELETE, along with practical examples demonstrating the usage of our API.</p>\n<p>Please note that for secure and validated access to our API, we employ authentication via Bearer Tokens.</p>\n<p>The Variable {{endpoint}} is equal to your configure url plus the version you wish to access (currently only v1). So a valid endpoint would eg look like this: <a href=\"https://demo.netcord.ch/v1\">https://demo.netcord.ch/v1</a></p>\n<p>If you have any questions, feel free to reach out to our support team: <a href=\"https://mailto:info@netcord.ch\">info@netcord.ch</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16219557","collectionId":"b41b1520-6541-4d13-8b80-2741c7b9791a","publishedId":"2sA3QzaotK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-06T06:15:34.000Z"},"item":[{"name":"Business","item":[{"name":"Buildings","item":[{"name":"List Building","id":"6a99e503-649b-4bd7-a8ba-d36bc6214851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/buildings","urlObject":{"path":["buildings"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"sort","value":"-updated_at"},{"disabled":true,"key":"search","value":""},{"disabled":true,"key":"page_size","value":"100"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"6a99e503-649b-4bd7-a8ba-d36bc6214851"},{"name":"Create Building","id":"d5b28398-979d-48e6-bf65-9e505b82f8f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Test Liegenschaft\",\n   \"description\": \"Test\",\n   \"address\": \"Teststrasse 70\",\n   \"postal_code\": \"4000\",\n   \"city\": \"Basel\",\n   \"country\": \"Schweiz\",\n   \"info\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/buildings","urlObject":{"path":["buildings"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5b28398-979d-48e6-bf65-9e505b82f8f6"},{"name":"Get Building","id":"552e9217-4044-4dac-99c5-1c37374e33fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/buildings/b9f73829-b2b4-4dd8-aaca-924064cdb4e6","urlObject":{"path":["buildings","b9f73829-b2b4-4dd8-aaca-924064cdb4e6"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"552e9217-4044-4dac-99c5-1c37374e33fc"},{"name":"Update Building","id":"3884af37-17af-4bae-9e14-bc084121f257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"info\": \"Test Update\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/buildings/b9f73829-b2b4-4dd8-aaca-924064cdb4e6","urlObject":{"path":["buildings","b9f73829-b2b4-4dd8-aaca-924064cdb4e6"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3884af37-17af-4bae-9e14-bc084121f257"},{"name":"Delete Building","id":"83a04555-c5a6-4994-9a33-400c5144e834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/buildings/b9f73829-b2b4-4dd8-aaca-924064cdb4e6","urlObject":{"path":["buildings","b9f73829-b2b4-4dd8-aaca-924064cdb4e6"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83a04555-c5a6-4994-9a33-400c5144e834"}],"id":"f9f39daf-7353-42a7-9c22-ec37332431a9","_postman_id":"f9f39daf-7353-42a7-9c22-ec37332431a9","description":""},{"name":"Floors","item":[{"name":"List Floors","id":"1a77e8d5-353d-46ab-83bb-13b4bcb935a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/floors","urlObject":{"path":["floors"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"page_size","value":"10"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"sort","value":"building_name"},{"disabled":true,"key":"building_id","value":"2a1eea45-73f3-4335-9f15-00a1e3b487a3"}],"variable":[]}},"response":[],"_postman_id":"1a77e8d5-353d-46ab-83bb-13b4bcb935a7"},{"name":"Create Floor","id":"b9d79768-226c-4c71-a9d0-142ce1794071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"4. Obergeschoss\",\n   \"description\": \"Büro\",\n   \"sort_order\": 4,\n   \"fkid\": \"32\",\n   \"building_id\": \"f64c8cc5-e413-4ff3-b676-772218c2d72c\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/floors","urlObject":{"path":["floors"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9d79768-226c-4c71-a9d0-142ce1794071"},{"name":"Get Floor","id":"b841eb11-e102-4b6e-a30f-cc534ff33757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/floors/a6ddd705-e361-45f9-ae35-b5b00aef7aa7","urlObject":{"path":["floors","a6ddd705-e361-45f9-ae35-b5b00aef7aa7"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b841eb11-e102-4b6e-a30f-cc534ff33757"},{"name":"Update Floor","id":"87f7af98-d1af-467a-9133-4ad9e91cc921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"description\": \"Neue Beschreibung\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/floors/b0b56b5f-6406-4778-bb67-fe61ec15009c","urlObject":{"path":["floors","b0b56b5f-6406-4778-bb67-fe61ec15009c"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"87f7af98-d1af-467a-9133-4ad9e91cc921"},{"name":"Delete Floor","id":"96e82a42-bda7-460b-b5df-dbd11b763863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/floors/a6ddd705-e361-45f9-ae35-b5b00aef7aa7","urlObject":{"path":["floors","a6ddd705-e361-45f9-ae35-b5b00aef7aa7"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96e82a42-bda7-460b-b5df-dbd11b763863"}],"id":"3264cace-b954-4aef-ac18-8b538329907c","_postman_id":"3264cace-b954-4aef-ac18-8b538329907c","description":""},{"name":"Rooms","item":[{"name":"List Room","id":"39b32ef0-c5f3-4f1f-8599-1d10899d5c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/rooms","urlObject":{"path":["rooms"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"uuid","value":"e0a14ff6-7094-4082-a4e2-4c8a0e0d4fff"},{"disabled":true,"key":"floor_name","value":"Erdgeschoss"},{"disabled":true,"key":"uuid","value":"3dec657e-b24b-4e2a-8474-9058e69cb8f3"}],"variable":[]}},"response":[],"_postman_id":"39b32ef0-c5f3-4f1f-8599-1d10899d5c4c"},{"name":"Create Room","id":"df8b6a01-0f99-45ad-bcf7-3c63f413e802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"392\",\n   \"description\": \"Büro\",\n   \"fkid\": \"\",\n   \"floor_id\": \"341cc9db-34da-4c36-9617-b586cbf64ebf\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/rooms","urlObject":{"path":["rooms"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df8b6a01-0f99-45ad-bcf7-3c63f413e802"},{"name":"Get Room","id":"b212de3f-a8d5-466d-b408-f37dd9d12157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/rooms/a4fc111e-8f80-486f-a8f5-a2b83a7221b0","urlObject":{"path":["rooms","a4fc111e-8f80-486f-a8f5-a2b83a7221b0"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b212de3f-a8d5-466d-b408-f37dd9d12157"},{"name":"Update Room","id":"718d3767-d05e-4e6a-be4d-7467cd8f66cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"fkid\": \"21435654\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/rooms/a4fc111e-8f80-486f-a8f5-a2b83a7221b0","urlObject":{"path":["rooms","a4fc111e-8f80-486f-a8f5-a2b83a7221b0"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"718d3767-d05e-4e6a-be4d-7467cd8f66cd"},{"name":"Delete Room","id":"b2e3cca6-ddb8-4fa9-9a83-d88d880e930a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/rooms/a4fc111e-8f80-486f-a8f5-a2b83a7221b0","urlObject":{"path":["rooms","a4fc111e-8f80-486f-a8f5-a2b83a7221b0"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2e3cca6-ddb8-4fa9-9a83-d88d880e930a"}],"id":"ff9c3c1c-5a21-41de-8609-134155920ecc","_postman_id":"ff9c3c1c-5a21-41de-8609-134155920ecc","description":""},{"name":"Cabinets","item":[{"name":"List Cabinet","id":"107cfe6c-991d-4862-bfef-c85d01b8956b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/cabinets","urlObject":{"path":["cabinets"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"page_size","value":"100"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"sort","value":"building_name"},{"disabled":true,"key":"room_uuid","value":"0ed163c2-8bb6-4680-ba4a-504b2d22e590"},{"disabled":true,"key":"name","value":"BER16%2FEV%2F3O2"}],"variable":[]}},"response":[],"_postman_id":"107cfe6c-991d-4862-bfef-c85d01b8956b"},{"name":"Create Cabinet","id":"5a2c7ffa-6db3-4971-9736-7cbb507dfdc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Rack 1\",\n\t\"description\": \"\",\n\t\"height_unit_count\": 48,\n\t\"owner\": \"John Doe\",\n\t\"company\": \"ABC Corp\",\n\t\"version\": \"1.0\",\n\t\"power\": \"100W\",\n\t\"info\": \"\",\n    \"room_id\": \"da946ba8-8dbc-46e8-9133-666d3b607f3e\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/cabinets","urlObject":{"path":["cabinets"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a2c7ffa-6db3-4971-9736-7cbb507dfdc0"},{"name":"Get Cabinet","id":"1d665caa-ec21-4795-b6dc-d73a8c792672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/cabinets/30db43c5-3110-49b6-975c-55af2bfc765b","urlObject":{"path":["cabinets","30db43c5-3110-49b6-975c-55af2bfc765b"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d665caa-ec21-4795-b6dc-d73a8c792672"},{"name":"Update Cabinet","id":"5026e179-64a8-4c3f-bb21-eb60c18263ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"height_unit_count\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/cabinets/5cab5366-0586-4b18-99e4-8e26c88e5670","urlObject":{"path":["cabinets","5cab5366-0586-4b18-99e4-8e26c88e5670"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5026e179-64a8-4c3f-bb21-eb60c18263ba"},{"name":"Delete Cabinet","id":"6e46d78b-0ee0-4529-865e-abf3a8620b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/cabinets/5cab5366-0586-4b18-99e4-8e26c88e5670","urlObject":{"path":["cabinets","5cab5366-0586-4b18-99e4-8e26c88e5670"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e46d78b-0ee0-4529-865e-abf3a8620b8b"},{"name":"Export Cabinet","id":"c89bc507-59df-49bf-af05-aca7a514cbc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/cabinets/export/1af16ad0-f584-49ef-be0f-4f9c902e4860","urlObject":{"path":["cabinets","export","1af16ad0-f584-49ef-be0f-4f9c902e4860"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c89bc507-59df-49bf-af05-aca7a514cbc1"}],"id":"54c3272d-a19d-4a6b-b61e-8a0c1489bbba","_postman_id":"54c3272d-a19d-4a6b-b61e-8a0c1489bbba","description":""},{"name":"Height Units","item":[{"name":"List Height Units","id":"93e94266-8193-4072-87a2-8237195272db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/height-units","urlObject":{"path":["height-units"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"direction","value":"front"},{"disabled":true,"key":"orientation","value":"center"},{"disabled":true,"key":"uuid","value":"465727c1-a436-4ddd-a29b-bc582b8bd38d"},{"disabled":true,"key":"name","value":"3"},{"disabled":true,"key":"cabinet_id","value":"14101293-6e0c-4f38-926d-63a4e42221f9"}],"variable":[]}},"response":[],"_postman_id":"93e94266-8193-4072-87a2-8237195272db"}],"id":"50c23a19-7c69-4177-84be-907b435b6bc4","_postman_id":"50c23a19-7c69-4177-84be-907b435b6bc4","description":""},{"name":"Devices","item":[{"name":"List Device","id":"f4c33839-c355-478a-be34-10b12079a3a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/devices","urlObject":{"path":["devices"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"sort","value":"building_name"},{"disabled":true,"key":"building_name","value":"ALL10"},{"disabled":true,"key":"page_size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"f4c33839-c355-478a-be34-10b12079a3a7"},{"name":"Create Device","id":"592caa39-7eb3-4067-b25d-e9d7e55cd799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Panel A\",\n   \"description\": \"\",\n   \"module_count\": 0,\n   \"room_id\": \"0d2daad6-0f75-4ead-857b-2ccfbaba0c15\",\n   \"device_type_id\": \"e1901c36-a3a4-4cb0-8f72-a7adbcbe5029\"\n//    \"parent_device_id\": \"0d186c39-0ba3-4d2b-af52-b0bed6926f97\",\n//    \"height_unit_lower_id\": \"17e13f69-4a0e-4ce2-a6c9-a6b0f6ce319a\",\n//    \"height_unit_upper_id\": \"378a9fa8-cdd8-4a64-abd2-69cb78f74c5b\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/devices","urlObject":{"path":["devices"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"592caa39-7eb3-4067-b25d-e9d7e55cd799"},{"name":"Get Device","id":"9975023b-2c8f-4b37-85ee-e51cece65d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/devices/9a9ce61d-a13e-4e58-bba7-5b51b35bd863","urlObject":{"path":["devices","9a9ce61d-a13e-4e58-bba7-5b51b35bd863"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9975023b-2c8f-4b37-85ee-e51cece65d4e"},{"name":"Update Device","id":"a8b9790b-f435-4c16-ad5b-e12eb71ffa51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"height_unit_lower_id\": \"17e13f69-4a0e-4ce2-a6c9-a6b0f6ce319a\",\n   \"height_unit_upper_id\": \"378a9fa8-cdd8-4a64-abd2-69cb78f74c5b\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/devices/8eb3482b-e15a-407a-9723-6f6da6ee617f","urlObject":{"path":["devices","8eb3482b-e15a-407a-9723-6f6da6ee617f"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8b9790b-f435-4c16-ad5b-e12eb71ffa51"},{"name":"Delete Device","id":"dc859759-c52e-40d0-9218-e27ee014b350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/devices/752ed5c7-2fbe-4bcc-b81e-73fa085a1719","urlObject":{"path":["devices","752ed5c7-2fbe-4bcc-b81e-73fa085a1719"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc859759-c52e-40d0-9218-e27ee014b350"}],"id":"5a990274-847a-4aef-8217-0936d26d92fa","_postman_id":"5a990274-847a-4aef-8217-0936d26d92fa","description":""},{"name":"Modules","item":[{"name":"Update Module","id":"abfe3659-b5eb-41c5-aa2f-ba238c489ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Module 2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/modules/cda513c8-4e75-43a3-953c-80eef098a0ba","urlObject":{"path":["modules","cda513c8-4e75-43a3-953c-80eef098a0ba"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abfe3659-b5eb-41c5-aa2f-ba238c489ae6"}],"id":"f2de187c-d2ae-4f28-a6f0-776f53d28026","_postman_id":"f2de187c-d2ae-4f28-a6f0-776f53d28026","description":""},{"name":"Ports","item":[{"name":"Create Port","id":"53b8808a-a7ec-4838-9eae-500fc168d2b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{   \n    \"port_count\": 10,\n    \"device_id\": \"04eae8c8-0813-44a3-b69a-f855010127bb\",\n    // \"module_id\": \"fd3e6fb3-aa8b-43d9-a57f-f2835c994fb6\",\n    \"port_type_id\": \"020382cd-4d6d-4d1e-acf4-f9354233e894\",\n    \"connector_count\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/ports","urlObject":{"path":["ports"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"53b8808a-a7ec-4838-9eae-500fc168d2b1"},{"name":"Get Port","id":"1da8e059-8c12-41e4-bdf4-7a96d3e3690c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/ports/0b25969d-00e3-4ed5-928b-aeeaa64bc76e","urlObject":{"path":["ports","0b25969d-00e3-4ed5-928b-aeeaa64bc76e"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1da8e059-8c12-41e4-bdf4-7a96d3e3690c"},{"name":"Update Port","id":"1ed6b224-eaae-4c97-b66f-573a0361c61b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"connector_count\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/ports/12adbaa7-faa6-4590-9866-b4b44e243eb1","urlObject":{"path":["ports","12adbaa7-faa6-4590-9866-b4b44e243eb1"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ed6b224-eaae-4c97-b66f-573a0361c61b"},{"name":"Delete Port","id":"4b98e928-f270-4715-b8ef-a2190f47fb86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/ports/39e6c6a5-8dc2-4a1c-bae2-33d0f6e459d1","urlObject":{"path":["ports","39e6c6a5-8dc2-4a1c-bae2-33d0f6e459d1"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b98e928-f270-4715-b8ef-a2190f47fb86"}],"id":"dab23344-6e69-49ae-bb80-a5336e59c02d","_postman_id":"dab23344-6e69-49ae-bb80-a5336e59c02d","description":""},{"name":"Connectors","item":[{"name":"List Connectors","id":"00c252e7-5094-4899-8ae3-f55fe35e318f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/connectors/333bf822-2813-4477-b3da-89c82efa8f19/valid-devices","urlObject":{"path":["connectors","333bf822-2813-4477-b3da-89c82efa8f19","valid-devices"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"search","value":"\"Panel A\" 04/09"}],"variable":[]}},"response":[],"_postman_id":"00c252e7-5094-4899-8ae3-f55fe35e318f"},{"name":"List Valid Cables","id":"035e3f27-1760-45ef-b5aa-35abdf587ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/connectors/333bf822-2813-4477-b3da-89c82efa8f19/valid-devices","urlObject":{"path":["connectors","333bf822-2813-4477-b3da-89c82efa8f19","valid-devices"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"search","value":"\"Panel A\" 04/09"}],"variable":[]}},"response":[],"_postman_id":"035e3f27-1760-45ef-b5aa-35abdf587ab8"},{"name":"List Valid Devices","id":"318d2d79-e649-493b-9f23-49db0db5639a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/connectors/333bf822-2813-4477-b3da-89c82efa8f19/valid-devices","urlObject":{"path":["connectors","333bf822-2813-4477-b3da-89c82efa8f19","valid-devices"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"search","value":"\"Panel A\" 04/09"}],"variable":[]}},"response":[],"_postman_id":"318d2d79-e649-493b-9f23-49db0db5639a"},{"name":"List Valid Connectors","id":"8a2721b5-febc-4ae7-80a0-0ddf64625d95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/connectors/8db9d431-35af-45fa-a62f-57f3cb520263/valid-connectors?device_id=36b36a45-025c-43b2-bb44-f68b0c59d396&link_type=patched&link_count=10","urlObject":{"path":["connectors","8db9d431-35af-45fa-a62f-57f3cb520263","valid-connectors"],"host":["{{endpoint}}"],"query":[{"key":"device_id","value":"36b36a45-025c-43b2-bb44-f68b0c59d396"},{"key":"link_type","value":"patched"},{"key":"link_count","value":"10"}],"variable":[]}},"response":[],"_postman_id":"8a2721b5-febc-4ae7-80a0-0ddf64625d95"}],"id":"e49b0bdf-06f0-49e6-a87f-1828a26e984f","_postman_id":"e49b0bdf-06f0-49e6-a87f-1828a26e984f","description":""},{"name":"Cables","item":[{"name":"List Cable","id":"7e40e633-7a40-4bd5-b4f8-48cf16f643f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/cables","urlObject":{"path":["cables"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e40e633-7a40-4bd5-b4f8-48cf16f643f4"},{"name":"Create Cable","id":"f2ea8b6c-74e2-4181-bec6-2fab48cbad38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Kabel 4\",\n   \"description\": \"\",\n   \"link_type\": \"patched\",\n   \"cable_type_id\": \"767b1124-d9cf-455e-89a8-35314688d606\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/cables","urlObject":{"path":["cables"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2ea8b6c-74e2-4181-bec6-2fab48cbad38"},{"name":"Get Cable","id":"731b7fda-770b-4d49-a0fd-902ca43b5f29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/cables/808d713c-6744-498f-8bbb-2e8f3d6e0aea","urlObject":{"path":["cables","808d713c-6744-498f-8bbb-2e8f3d6e0aea"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"731b7fda-770b-4d49-a0fd-902ca43b5f29"},{"name":"Update Cable","id":"5dd546b1-43ad-4068-a595-a7957d52368c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Kabel 2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/cables/5f36f224-8e38-4d98-838c-935f80ab7919","urlObject":{"path":["cables","5f36f224-8e38-4d98-838c-935f80ab7919"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dd546b1-43ad-4068-a595-a7957d52368c"},{"name":"Delete Cable","id":"fb699e9d-d165-4b2b-aa59-a21d02131a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/cables/a64e8d81-fc01-4452-802c-cc39d043cdef","urlObject":{"path":["cables","a64e8d81-fc01-4452-802c-cc39d043cdef"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb699e9d-d165-4b2b-aa59-a21d02131a85"}],"id":"7f33f7f6-0771-4bf3-8003-59389776f396","_postman_id":"7f33f7f6-0771-4bf3-8003-59389776f396","description":""},{"name":"Links","item":[{"name":"Create Link","id":"0a531a31-c548-480d-a5a5-e06610a7ee6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"connector1_id\": \"2c21af9a-5904-4dd0-b9c2-0f4771b58a09\",\n    \"connector2_id\": \"eeee366e-dbd0-45e1-832d-4c02ff107dfe\",\n    \"cable_id\": \"a019c3ca-854d-4943-96c0-1b9dccd7b058\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/links","urlObject":{"path":["links"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a531a31-c548-480d-a5a5-e06610a7ee6b"},{"name":"Create Connection","id":"1e697f8d-b9c7-4aaf-97be-45215868f8ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"connector1_id\": \"c0245240-7052-4233-af1b-3cfa0954fdc5\",\n    \"connector2_id\": \"169347ae-b98d-46f5-93be-d5e377390d34\",\n\n// Choose one:\n//    \"cable_name\": \"Test2\",\n//    \"cable_id\": \"da150eaa-1740-485c-a6d7-18077fbc03df\",\n//    \"labeler_id\": \"99b61ac7-cf13-4f76-9305-d6e75fc8987e\",\n\n    \"cable_type_id\": \"fba3b233-d041-4b84-a64e-c0463e22ee14\",\n    \"link_type\": \"patched\",\n    \"link_count\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/connections","urlObject":{"path":["connections"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e697f8d-b9c7-4aaf-97be-45215868f8ec"},{"name":"Get Link","id":"543b2e93-3a62-4bad-9f4a-fd0b18f4dfa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/links/cb2f56d8-1ff2-4cea-bc10-7aa2f86e1ab9","urlObject":{"path":["links","cb2f56d8-1ff2-4cea-bc10-7aa2f86e1ab9"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"543b2e93-3a62-4bad-9f4a-fd0b18f4dfa5"},{"name":"Delete Link","id":"75ffa738-c571-4569-8bdb-a0cfd4182961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/links/0221969e-25aa-45db-a5b9-b610aa053f07","urlObject":{"path":["links","0221969e-25aa-45db-a5b9-b610aa053f07"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"75ffa738-c571-4569-8bdb-a0cfd4182961"}],"id":"df75dd11-1f7b-4a48-b24a-899a2b0c0b54","_postman_id":"df75dd11-1f7b-4a48-b24a-899a2b0c0b54","description":""},{"name":"File Upload","item":[{"name":"Upload Building File","id":"1b46069d-7dca-497c-9bb9-6503102aef9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/michael/Documents/HH1.pdf"}]},"url":"{{endpoint}}/uploads/buildings/2ee7a7cd-bcbf-4042-a5b3-dd9764cf3e17","urlObject":{"path":["uploads","buildings","2ee7a7cd-bcbf-4042-a5b3-dd9764cf3e17"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b46069d-7dca-497c-9bb9-6503102aef9b"},{"name":"Delete Building File","id":"5a19a538-2885-4631-8143-cdfd3a28a517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/uploads/buildings/2ee7a7cd-bcbf-4042-a5b3-dd9764cf3e17/HH1.pdf","urlObject":{"path":["uploads","buildings","2ee7a7cd-bcbf-4042-a5b3-dd9764cf3e17","HH1.pdf"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a19a538-2885-4631-8143-cdfd3a28a517"},{"name":"Upload Floor File","id":"d739455f-fdc5-4c2e-bea8-050087ab9e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/michael/Documents/HH1.pdf"}]},"url":"{{endpoint}}/uploads/floors/987e3a1f-8732-4d16-a6f3-65a35fe1d272","urlObject":{"path":["uploads","floors","987e3a1f-8732-4d16-a6f3-65a35fe1d272"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d739455f-fdc5-4c2e-bea8-050087ab9e5e"},{"name":"Delete Floor File","id":"fec38c60-c8cd-4b7d-b3a0-15a86842c493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/uploads/floors/987e3a1f-8732-4d16-a6f3-65a35fe1d272/HH1.pdf","urlObject":{"path":["uploads","floors","987e3a1f-8732-4d16-a6f3-65a35fe1d272","HH1.pdf"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fec38c60-c8cd-4b7d-b3a0-15a86842c493"},{"name":"Upload Room File","id":"bf9a426e-23c7-4e9a-8340-1b8acd99e050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/michael/Documents/HH1.pdf"}]},"url":"{{endpoint}}/uploads/rooms/c34edbb8-95f0-4392-bce6-bb963fbd0639","urlObject":{"path":["uploads","rooms","c34edbb8-95f0-4392-bce6-bb963fbd0639"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf9a426e-23c7-4e9a-8340-1b8acd99e050"},{"name":"Delete Room File","id":"eafc883b-370e-4dc0-9e72-648f5e87c061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/uploads/rooms/c34edbb8-95f0-4392-bce6-bb963fbd0639/HH1.pdf","urlObject":{"path":["uploads","rooms","c34edbb8-95f0-4392-bce6-bb963fbd0639","HH1.pdf"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eafc883b-370e-4dc0-9e72-648f5e87c061"},{"name":"Upload Cabinet File","id":"4316a082-bc42-44d0-b271-620ef2fb327b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/michael/Documents/HH1.pdf"}]},"url":"{{endpoint}}/uploads/cabinets/bcbb331e-cbc0-4abe-89a5-dd902e5bdf66","urlObject":{"path":["uploads","cabinets","bcbb331e-cbc0-4abe-89a5-dd902e5bdf66"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4316a082-bc42-44d0-b271-620ef2fb327b"},{"name":"Delete Cabinet File","id":"c7ef6057-6ec9-47fb-96e4-35725159b2ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/uploads/cabinets/bcbb331e-cbc0-4abe-89a5-dd902e5bdf66/HH1.pdf","urlObject":{"path":["uploads","cabinets","bcbb331e-cbc0-4abe-89a5-dd902e5bdf66","HH1.pdf"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7ef6057-6ec9-47fb-96e4-35725159b2ee"},{"name":"Upload Device File","id":"ad4b2b0a-bab4-42a1-8b76-9e9c35516650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/michael/Documents/HH1.pdf"}]},"url":"{{endpoint}}/uploads/devices/c9e31b2f-c2e3-4ec5-9ae2-0b743fad4dd6","urlObject":{"path":["uploads","devices","c9e31b2f-c2e3-4ec5-9ae2-0b743fad4dd6"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad4b2b0a-bab4-42a1-8b76-9e9c35516650"},{"name":"Delete Device File","id":"0ffda936-3013-45bf-8cae-d54d421732bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/uploads/devices/c9e31b2f-c2e3-4ec5-9ae2-0b743fad4dd6/HH1.pdf","urlObject":{"path":["uploads","devices","c9e31b2f-c2e3-4ec5-9ae2-0b743fad4dd6","HH1.pdf"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ffda936-3013-45bf-8cae-d54d421732bf"},{"name":"Upload Cable File","id":"4f4cf701-fbed-4357-b151-084a0d0d6ee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/michael/Documents/HH1.pdf"}]},"url":"{{endpoint}}/uploads/cables/d0d1c8ea-5fa7-4961-8e7b-4245e177ee30","urlObject":{"path":["uploads","cables","d0d1c8ea-5fa7-4961-8e7b-4245e177ee30"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f4cf701-fbed-4357-b151-084a0d0d6ee4"},{"name":"Delete Cable File","id":"bd4704a4-09d6-451c-9820-f3a5be9fe7c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/uploads/cables/d0d1c8ea-5fa7-4961-8e7b-4245e177ee30/HH1.pdf","urlObject":{"path":["uploads","cables","d0d1c8ea-5fa7-4961-8e7b-4245e177ee30","HH1.pdf"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd4704a4-09d6-451c-9820-f3a5be9fe7c6"}],"id":"f3c936e9-7269-4bfe-82d5-0db6ad3fff6a","_postman_id":"f3c936e9-7269-4bfe-82d5-0db6ad3fff6a","description":""}],"id":"9993bfb6-5d34-49b2-8427-76bdec22638b","_postman_id":"9993bfb6-5d34-49b2-8427-76bdec22638b","description":""},{"name":"Config","item":[{"name":"DeviceGroups","item":[{"name":"List DeviceGroup","id":"039ab655-5ad9-4f78-901f-da8fdd2a4a58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/device-groups","urlObject":{"path":["device-groups"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"page_size","value":"10"},{"disabled":true,"key":"search","value":"f8a5db2d-43ba-41bb-bea1-ff2a119aa369"}],"variable":[]}},"response":[],"_postman_id":"039ab655-5ad9-4f78-901f-da8fdd2a4a58"},{"name":"Create DeviceGroup","id":"f18f3714-7c8b-44a6-951a-c1bd1b0cbfe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Monitoring\",\n   \"description\": \"All Monitoring Devices\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/device-groups","urlObject":{"path":["device-groups"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f18f3714-7c8b-44a6-951a-c1bd1b0cbfe7"},{"name":"Get DeviceGroup","id":"70a746c8-40e9-40db-970c-35b42976a357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/device-groups/a7c721a5-aa84-4466-88a6-08b6eeb8c9aa","urlObject":{"path":["device-groups","a7c721a5-aa84-4466-88a6-08b6eeb8c9aa"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70a746c8-40e9-40db-970c-35b42976a357"},{"name":"Update DeviceGroup","id":"43f4907c-920d-41c1-bb83-5df35d136784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"New DeviceGroup Name\",\n   \"sort_order\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/device-groups/a7c721a5-aa84-4466-88a6-08b6eeb8c9aa","urlObject":{"path":["device-groups","a7c721a5-aa84-4466-88a6-08b6eeb8c9aa"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"43f4907c-920d-41c1-bb83-5df35d136784"},{"name":"Delete DeviceGroup","id":"ee0034e7-f0ef-43db-be63-d750c98f8e84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/device-groups/a7c721a5-aa84-4466-88a6-08b6eeb8c9aa","urlObject":{"path":["device-groups","a7c721a5-aa84-4466-88a6-08b6eeb8c9aa"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee0034e7-f0ef-43db-be63-d750c98f8e84"}],"id":"b9602399-17de-4657-bcdf-ec980ec904bf","_postman_id":"b9602399-17de-4657-bcdf-ec980ec904bf","description":""},{"name":"DeviceTypes","item":[{"name":"List DeviceType","id":"385b6e00-7b12-4475-85c3-0fb3f1ca3454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/device-types","urlObject":{"path":["device-types"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"385b6e00-7b12-4475-85c3-0fb3f1ca3454"},{"name":"Create DeviceType","id":"35c05b66-7c27-4605-9fa2-c21ce33e93e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Cooler\",\n   \"description\": \"\",\n   \"device_group_id\": \"f2a2b310-77b5-4f83-8486-5a96b2458b19\",\n   \"mode\": \"passive\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/device-types","urlObject":{"path":["device-types"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35c05b66-7c27-4605-9fa2-c21ce33e93e4"},{"name":"Get DeviceType","id":"8701fcbb-ad93-446f-82be-8c21962595cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/device-types/c349c0f0-7799-49c6-a8c3-319935f7d2f0","urlObject":{"path":["device-types","c349c0f0-7799-49c6-a8c3-319935f7d2f0"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8701fcbb-ad93-446f-82be-8c21962595cc"},{"name":"Update DeviceType","id":"eb18ab9d-bbc5-4cd4-9f42-36c85c1dabc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Panel\",\n   \"description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/device-types/c349c0f0-7799-49c6-a8c3-319935f7d2f0","urlObject":{"path":["device-types","c349c0f0-7799-49c6-a8c3-319935f7d2f0"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb18ab9d-bbc5-4cd4-9f42-36c85c1dabc0"},{"name":"Delete DeviceType","id":"07ce4fbd-10e1-459b-b830-47fe4bf6c984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/device-types/c349c0f0-7799-49c6-a8c3-319935f7d2f0","urlObject":{"path":["device-types","c349c0f0-7799-49c6-a8c3-319935f7d2f0"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07ce4fbd-10e1-459b-b830-47fe4bf6c984"}],"id":"6e8e24f2-6d36-403a-ac6d-a11bd70e37a1","_postman_id":"6e8e24f2-6d36-403a-ac6d-a11bd70e37a1","description":""},{"name":"InterfaceGroups","item":[{"name":"List InterfaceGroup","id":"1e7a5b6c-3a9b-4774-a55e-6bb1b77e1617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/interface-groups","urlObject":{"path":["interface-groups"],"host":["{{endpoint}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"page_size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"1e7a5b6c-3a9b-4774-a55e-6bb1b77e1617"},{"name":"Create InterfaceGroup","id":"ec207ec2-a8c0-4cfe-a467-732e9d3cb9c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"LWL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/interface-groups","urlObject":{"path":["interface-groups"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec207ec2-a8c0-4cfe-a467-732e9d3cb9c0"},{"name":"Get InterfaceGroup","id":"51bc7578-492c-4ca7-8c8f-95feadb8527d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/interface-groups/f7ae081d-cf06-470a-a325-b346ca58094d","urlObject":{"path":["interface-groups","f7ae081d-cf06-470a-a325-b346ca58094d"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"51bc7578-492c-4ca7-8c8f-95feadb8527d"},{"name":"Update InterfaceGroup","id":"0f3531f0-4928-4fbe-b99f-e12760bafedb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Kupfer\",\n   \"sort_order\": 11\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/interface-groups/ebd5119e-4cfe-40f6-852a-c4c960418835","urlObject":{"path":["interface-groups","ebd5119e-4cfe-40f6-852a-c4c960418835"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f3531f0-4928-4fbe-b99f-e12760bafedb"},{"name":"Delete InterfaceGroup","id":"ad20cd5b-658a-4719-98c4-ef7a8970d1b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/interface-groups/ebd5119e-4cfe-40f6-852a-c4c960418835","urlObject":{"path":["interface-groups","ebd5119e-4cfe-40f6-852a-c4c960418835"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad20cd5b-658a-4719-98c4-ef7a8970d1b5"}],"id":"b43e3b61-3435-4ab4-bb7e-b3112ecb9ff3","_postman_id":"b43e3b61-3435-4ab4-bb7e-b3112ecb9ff3","description":""},{"name":"PortTypes","item":[{"name":"List PortType","id":"fddacab1-43d1-4868-8281-4634b6b1494c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/port-types","urlObject":{"path":["port-types"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fddacab1-43d1-4868-8281-4634b6b1494c"},{"name":"Create PortType","id":"4d90735c-dc25-4e13-a9e5-279de99c1549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"E2000\",\n   \"description\": \"\",\n   \"connector_count\": 2,\n   \"interface_group_id\": \"90ef8e72-56e7-46da-8761-c569b4bab6a3\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/port-types","urlObject":{"path":["port-types"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d90735c-dc25-4e13-a9e5-279de99c1549"},{"name":"Get PortType","id":"822901ff-a188-4b99-9106-fc33237bfab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/port-types/7da67caf-ac81-4a9f-b26e-28c7071476ad","urlObject":{"path":["port-types","7da67caf-ac81-4a9f-b26e-28c7071476ad"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"822901ff-a188-4b99-9106-fc33237bfab7"},{"name":"Update PortType","id":"e72d449b-f45a-4b0a-87c9-1b5ad6fbe1e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"sort_order\": 1,\n   \"connector_count\": 43\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/port-types/7da67caf-ac81-4a9f-b26e-28c7071476ad","urlObject":{"path":["port-types","7da67caf-ac81-4a9f-b26e-28c7071476ad"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e72d449b-f45a-4b0a-87c9-1b5ad6fbe1e6"},{"name":"Delete PortType","id":"247fbdc6-007c-4099-849c-299833068d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/port-types/7da67caf-ac81-4a9f-b26e-28c7071476ad","urlObject":{"path":["port-types","7da67caf-ac81-4a9f-b26e-28c7071476ad"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"247fbdc6-007c-4099-849c-299833068d76"}],"id":"a68017fc-2ea3-44fb-83ba-204926e37688","_postman_id":"a68017fc-2ea3-44fb-83ba-204926e37688","description":""},{"name":"CableTypes","item":[{"name":"List CableType","id":"e452ef2c-e13a-461e-b1e3-7c01fe94b02a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/cable-types","urlObject":{"path":["cable-types"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e452ef2c-e13a-461e-b1e3-7c01fe94b02a"},{"name":"Create CableType","id":"3938e329-a4bf-48cc-bf53-b8a8e0fbf1ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"SingleMode\",\n   \"description\": \"\",\n   \"interface_group_id\": \"90ef8e72-53e7-46da-8761-c569b4bab6a6\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/cable-types","urlObject":{"path":["cable-types"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3938e329-a4bf-48cc-bf53-b8a8e0fbf1ba"},{"name":"Get CableType","id":"1b920651-d129-4122-93b3-7b6bf329b70d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/cable-types/78edbfbf-9c4e-4656-a8bc-17ec20f3b297","urlObject":{"path":["cable-types","78edbfbf-9c4e-4656-a8bc-17ec20f3b297"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b920651-d129-4122-93b3-7b6bf329b70d"},{"name":"Update CableType","id":"8c8b29bf-8750-4390-bdd0-8236f196aa67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"MM\",\n   \"description\": \"\",\n   \"sort_order\": 13,\n   \"interface_group_uuid\": \"291b0a23-6289-4851-84d3-db3b12cd9459\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/cable_types/7e1784f9-0f59-4209-acfe-347743ac708f","urlObject":{"path":["cable_types","7e1784f9-0f59-4209-acfe-347743ac708f"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c8b29bf-8750-4390-bdd0-8236f196aa67"},{"name":"Delete CableType","id":"aa2f9965-9f53-42e8-9a90-e08b254e038c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/cable-types/78edbfbf-9c4e-4656-a8bc-17ec20f3b297","urlObject":{"path":["cable-types","78edbfbf-9c4e-4656-a8bc-17ec20f3b297"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa2f9965-9f53-42e8-9a90-e08b254e038c"}],"id":"57475888-10c0-48be-89cf-ca7b0df0b5ef","_postman_id":"57475888-10c0-48be-89cf-ca7b0df0b5ef","description":""},{"name":"Settings","item":[{"name":"List Setting","id":"ab581fbd-d305-4286-86f7-1d8dfa251d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/settings","urlObject":{"path":["settings"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab581fbd-d305-4286-86f7-1d8dfa251d37"},{"name":"Get Setting","id":"15a046b0-8c17-4471-85bc-5a79c780a139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/settings/f5e1e385-4f9f-48c2-9949-40c3681e1440","urlObject":{"path":["settings","f5e1e385-4f9f-48c2-9949-40c3681e1440"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15a046b0-8c17-4471-85bc-5a79c780a139"},{"name":"Update Setting","id":"599e1a81-63ea-4752-9f38-449099b21376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Azure\",\n    \"config\": {\n        \"client_id\": \"\",\n        \"client_secret\": \"\",\n        \"tenant_id\": \"\",\n        \"redirect_uri\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/settings/7836b333-eaab-41ba-bc3b-c15d0d260967","urlObject":{"path":["settings","7836b333-eaab-41ba-bc3b-c15d0d260967"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"599e1a81-63ea-4752-9f38-449099b21376"}],"id":"ebf11111-0b6f-459d-a120-1aff4754f26f","_postman_id":"ebf11111-0b6f-459d-a120-1aff4754f26f","description":""},{"name":"Labelers","item":[{"name":"List Labeler","id":"f75badaf-4414-4975-ab35-5b7dedef6460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/labelers","urlObject":{"path":["labelers"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f75badaf-4414-4975-ab35-5b7dedef6460"},{"name":"Create Labeler","id":"8ab9295d-e45a-4521-9fe9-1fb74e5325fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"CableCounter\",\n   \"label\": \"cable-test-{counter}\",\n   \"counter\": 10,\n   \"label_type\": \"cable\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/labelers","urlObject":{"path":["labelers"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ab9295d-e45a-4521-9fe9-1fb74e5325fe"},{"name":"Get Labeler","id":"eb9f01a4-204f-42ed-937a-65b6b34a4dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/labelers/d5abc739-0c87-4518-83ef-353a1264c4d2","urlObject":{"path":["labelers","d5abc739-0c87-4518-83ef-353a1264c4d2"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb9f01a4-204f-42ed-937a-65b6b34a4dd3"},{"name":"Update Labeler","id":"d8df6cc1-8859-447d-b9b3-2ea1d18f7ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"Counter\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/labelers/d5abc739-0c87-4518-83ef-353a1264c4d2","urlObject":{"path":["labelers","d5abc739-0c87-4518-83ef-353a1264c4d2"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8df6cc1-8859-447d-b9b3-2ea1d18f7ba5"},{"name":"Delete Labeler","id":"88f458e9-0d1b-4748-bd85-95e4c5ce67e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/labelers/d5abc739-0c87-4518-83ef-353a1264c4d2","urlObject":{"path":["labelers","d5abc739-0c87-4518-83ef-353a1264c4d2"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88f458e9-0d1b-4748-bd85-95e4c5ce67e8"}],"id":"e70f813b-cd48-419f-b8d6-09252072de0e","_postman_id":"e70f813b-cd48-419f-b8d6-09252072de0e","description":""}],"id":"9f084066-e1ec-422d-840b-b265161beda5","_postman_id":"9f084066-e1ec-422d-840b-b265161beda5","description":""},{"name":"Auth","item":[{"name":"Tokens","item":[{"name":"Authenticate","event":[{"listen":"test","script":{"id":"7047f392-d4d4-4f79-8150-8dbce075ac1b","exec":["var jsonData = pm.response.json();","","if (jsonData.authentication_token && jsonData.authentication_token.token) {","    pm.collectionVariables.set(\"bearer_token\", jsonData.authentication_token.token);","}",""],"type":"text/javascript","packages":{}}}],"id":"3a01b611-7146-453d-aa05-7a12ccd81196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@netcord.ch\",\n    \"password\": \"netcord_password\"\n}   ","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/tokens/authentication","urlObject":{"path":["tokens","authentication"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a01b611-7146-453d-aa05-7a12ccd81196"}],"id":"10e66a74-fc03-4df3-91a5-042e8472b49a","_postman_id":"10e66a74-fc03-4df3-91a5-042e8472b49a","description":""},{"name":"Permissions","item":[{"name":"List Permissions","id":"006662e6-f60c-4c92-bea0-4f235fb86a79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/permissions","urlObject":{"path":["permissions"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"006662e6-f60c-4c92-bea0-4f235fb86a79"}],"id":"47319e6f-5f51-4489-9247-acae909f357a","_postman_id":"47319e6f-5f51-4489-9247-acae909f357a","description":""},{"name":"Roles","item":[{"name":"List Roles","id":"fef514d5-f212-4cd0-a3b6-17a50e131b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/roles","urlObject":{"path":["roles"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fef514d5-f212-4cd0-a3b6-17a50e131b44"},{"name":"Create Role","id":"35ddf038-92c0-4429-adc1-0032a5dd8b7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Admin\",\n    \"description\": \"Admin Role\",\n    \"azure_group_name\": \"azure_admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/roles","urlObject":{"path":["roles"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35ddf038-92c0-4429-adc1-0032a5dd8b7d"},{"name":"Create Role Permission","id":"037ae4a9-e109-4d5f-804c-4994134cc5a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"permission_id\": \"4dbcdd67-dbde-4fd2-aa5b-dceb516fe85a\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/roles/a3a41586-9772-42d1-bbd4-3015c85a4772/permissions","urlObject":{"path":["roles","a3a41586-9772-42d1-bbd4-3015c85a4772","permissions"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"037ae4a9-e109-4d5f-804c-4994134cc5a5"},{"name":"Delete Role Permission","id":"ba6706c5-8ab5-4c98-ac61-2b524dc8389a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"permission_id\": \"4dbcdd67-dbde-4fd2-aa5b-dceb516fe85a\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/roles/a3a41586-9772-42d1-bbd4-3015c85a4772/permissions","urlObject":{"path":["roles","a3a41586-9772-42d1-bbd4-3015c85a4772","permissions"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba6706c5-8ab5-4c98-ac61-2b524dc8389a"},{"name":"Get Role","id":"eed828c1-f35a-4f31-acdd-9fecffaab619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/roles/a3a41586-9772-42d1-bbd4-3015c85a4772","urlObject":{"path":["roles","a3a41586-9772-42d1-bbd4-3015c85a4772"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eed828c1-f35a-4f31-acdd-9fecffaab619"},{"name":"Update Role","id":"3454666f-5886-4fbf-868f-2badac758bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"azure_group_name\": \"new_role\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/roles/271b20c9-8d6f-4555-b27f-2972f58d894d","urlObject":{"path":["roles","271b20c9-8d6f-4555-b27f-2972f58d894d"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3454666f-5886-4fbf-868f-2badac758bd5"},{"name":"Delete Role","id":"0236458b-7703-47e4-a67e-3111e08f45af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/roles/61f20756-6717-468f-b14f-1a5bbaf65337","urlObject":{"path":["roles","61f20756-6717-468f-b14f-1a5bbaf65337"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0236458b-7703-47e4-a67e-3111e08f45af"}],"id":"501b8246-566b-4a37-826e-6dba8702350a","_postman_id":"501b8246-566b-4a37-826e-6dba8702350a","description":""},{"name":"Users","item":[{"name":"List Users","id":"5e47dff7-bbc1-4c3e-abc5-a5eb832a82cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/users","urlObject":{"path":["users"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e47dff7-bbc1-4c3e-abc5-a5eb832a82cd"},{"name":"Create User","id":"a7e50d3b-0eb2-416a-813b-c67dedf49b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Admin\",\n    \"email\": \"admin@netcord.ch\",\n    \"role_id\": \"d24f7918-d5b1-4b1a-8842-6aaf07539246\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/users","urlObject":{"path":["users"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7e50d3b-0eb2-416a-813b-c67dedf49b4d"},{"name":"Get User","id":"72295377-37c4-4a8a-92f8-68f45864fbd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"GET","header":[],"url":"{{endpoint}}/users/af11190f-d7c8-43bb-9c2f-f6254ab88c1e","urlObject":{"path":["users","af11190f-d7c8-43bb-9c2f-f6254ab88c1e"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"72295377-37c4-4a8a-92f8-68f45864fbd0"},{"name":"Update User","id":"fe32ced4-411f-4aa4-b1b8-e1b953c177ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/users/36a5a754-89af-4cf6-90e5-73720127b9c6","urlObject":{"path":["users","36a5a754-89af-4cf6-90e5-73720127b9c6"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe32ced4-411f-4aa4-b1b8-e1b953c177ad"},{"name":"Update User Password","id":"078fd618-b117-445e-ad0d-f48ad81dbec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"new_password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/users/12cabfa7-c5b4-4936-a681-2852fb76ec56/password","urlObject":{"path":["users","12cabfa7-c5b4-4936-a681-2852fb76ec56","password"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"078fd618-b117-445e-ad0d-f48ad81dbec5"},{"name":"Update My Password","id":"5155ec38-d8fa-4f10-b57c-49db65958c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{   \n    \"current_password\": \"password\",\n    \"new_password\": \"new_password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{endpoint}}/me/password","urlObject":{"path":["me","password"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5155ec38-d8fa-4f10-b57c-49db65958c57"},{"name":"Delete User","id":"f3855a5f-dbbc-42b3-8da8-8fa8cd1c1d34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"VGDVKXLXM3PWAJW553Q6SOK654"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{endpoint}}/users/b47efa73-c9e3-4688-8600-4861496d0596","urlObject":{"path":["users","b47efa73-c9e3-4688-8600-4861496d0596"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3855a5f-dbbc-42b3-8da8-8fa8cd1c1d34"}],"id":"4c1c8b5a-b3e6-4e5a-b6d6-051a953d58ed","_postman_id":"4c1c8b5a-b3e6-4e5a-b6d6-051a953d58ed","description":""}],"id":"bc255493-d207-4e6a-97ba-51fac58f3451","_postman_id":"bc255493-d207-4e6a-97ba-51fac58f3451","description":""}],"event":[{"listen":"prerequest","script":{"id":"200b04d7-181e-4058-8480-7385964f61d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8729a5f4-d789-4313-958c-522fc94037b4","type":"text/javascript","exec":[""]}}],"variable":[{"key":"user_email","value":"admin@netcord.ch","type":"string"},{"key":"user_password","value":"netcord_password","type":"string"},{"key":"bearer_token","value":"VGDVKXLXM3PWAJW553Q6SOK654","type":"string"}]}