{"info":{"_postman_id":"435a8395-5c76-42ba-9c18-2ac44d600eb0","name":"Cortex API - Testbed","description":"<html><head></head><body><p>Testing platform for cortex iot development</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4171682","collectionId":"435a8395-5c76-42ba-9c18-2ac44d600eb0","publishedId":"RzZ6L2CF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-11-06T15:13:48.000Z"},"item":[{"name":"server","item":[{"name":"server status","id":"ebe7c44e-a47e-469c-9133-8856ab28465a","request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api","description":"<p>returns the server status</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebe7c44e-a47e-469c-9133-8856ab28465a"}],"id":"3cce5b47-caf3-4a91-9dc5-4deef978d5d7","_postman_id":"3cce5b47-caf3-4a91-9dc5-4deef978d5d7","description":""},{"name":"groups","item":[{"name":"Group Creation","id":"3b6c8969-b849-4824-964c-fb1de4b342c7","request":{"method":"POST","header":[{"key":"access_token","value":"","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Beta Group","type":"text"},{"key":"description","value":"Group for testing out Cortex","type":"text"}]},"url":"http://{{host}}:{{port}}/api/groups","description":"<p>Create a group given a user</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","groups"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b6c8969-b849-4824-964c-fb1de4b342c7"},{"name":"List groups","id":"76b4c94c-0610-4915-9ef5-d4ead1ecb035","request":{"method":"GET","header":[{"key":"access_token","value":"","type":"text"}],"url":"http://{{host}}:{{port}}/api/groups","description":"<p>Get a list of a user's groups</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","groups"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"76b4c94c-0610-4915-9ef5-d4ead1ecb035"},{"name":"List a group","id":"0e31ba50-cc65-467c-9265-ef895db4e226","request":{"method":"GET","header":[{"key":"access_token","value":"","type":"text"},{"key":"group_id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"group_id","value":"","type":"text"}]},"url":"http://localhost:3000/api/group","description":"<p>Lists a single group</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","group"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e31ba50-cc65-467c-9265-ef895db4e226"}],"id":"19555cf8-fe0d-4855-800f-a96fb4715a31","_postman_id":"19555cf8-fe0d-4855-800f-a96fb4715a31","description":""},{"name":"users","item":[{"name":"User Login","id":"11d8073e-3def-4f86-9559-98df10287c70","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"username","value":"","type":"text","disabled":true}]},"url":"http://{{host}}:{{port}}/api/users/authenticate","description":"<p>Login as a user</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","users","authenticate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11d8073e-3def-4f86-9559-98df10287c70"},{"name":"User Sign Up","id":"5356a37c-93f2-4301-b85a-4a48a81789d5","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"","type":"text"},{"key":"email","value":"","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"http://{{host}}:{{port}}/api/users","description":"<p>Register a user</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","users"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5356a37c-93f2-4301-b85a-4a48a81789d5"}],"id":"cb0c7a9d-1bbf-482f-a952-aabd83f097a1","_postman_id":"cb0c7a9d-1bbf-482f-a952-aabd83f097a1","description":""},{"name":"clusters","item":[{"name":"Create a Cluster","id":"31c54da2-6868-4bb3-901d-4da4824a734c","request":{"method":"POST","header":[{"key":"access_token","value":"","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Test Cluster","type":"text"},{"key":"description","value":"For Testing Purposes Only!!!","type":"text"},{"key":"group_id","value":"","type":"text"}]},"url":"http://{{host}}:{{port}}/api/clusters","description":"<p>Create a cluster, registering it to a group</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","clusters"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31c54da2-6868-4bb3-901d-4da4824a734c"},{"name":"List a cluster","id":"0e983f34-5897-426b-bc4b-a7b63fbaf805","request":{"method":"GET","header":[{"key":"access_token","value":"","type":"text"},{"key":"cluster_id","value":"{{cluster_id}}","type":"text"},{"key":"group_id","value":"","type":"text"}],"url":"http://{{host}}:{{port}}/api/cluster","description":"<p>Lists the cluster object given it's id</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","cluster"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e983f34-5897-426b-bc4b-a7b63fbaf805"},{"name":"Lists clusters","id":"12aac9cf-25d9-44f6-9445-b0b9af2cf124","request":{"method":"GET","header":[{"key":"access_token","value":"","type":"text"},{"key":"group_id","value":"","type":"text"}],"url":"http://{{host}}:{{port}}/api/clusters","description":"<p>Lists a groups clusters, given its id</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","clusters"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"12aac9cf-25d9-44f6-9445-b0b9af2cf124"}],"id":"c712d3b0-40b4-4112-a3dc-b0ad2c2c6a78","_postman_id":"c712d3b0-40b4-4112-a3dc-b0ad2c2c6a78","description":""},{"name":"nodes","item":[{"name":"Create a Node","id":"a547cd08-ce92-4c83-a8c2-e8c26bea79a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Node 5","type":"text"},{"key":"description","value":"Real data values from location","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}]},"url":"http://{{host}}:{{port}}/api/nodes","urlObject":{"protocol":"http","port":"{{port}}","path":["api","nodes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a547cd08-ce92-4c83-a8c2-e8c26bea79a2"},{"name":"List nodes","id":"e0469a31-ff75-460f-9900-9ff05078f8e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://{{host}}:{{port}}/api/nodes","urlObject":{"protocol":"http","port":"{{port}}","path":["api","nodes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0469a31-ff75-460f-9900-9ff05078f8e2"},{"name":"List a node","id":"b43a81ef-5cd7-4d05-870c-ddaddc13c5ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"},{"key":"node_id","value":"{{node_id}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://{{host}}:{{port}}/api/node","urlObject":{"protocol":"http","port":"{{port}}","path":["api","node"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b43a81ef-5cd7-4d05-870c-ddaddc13c5ca"}],"id":"02035a13-43b0-4261-a6f0-9c98b373b02c","_postman_id":"02035a13-43b0-4261-a6f0-9c98b373b02c","description":""},{"name":"meta","item":[{"name":"Create a meta","id":"c757ab24-d450-41cb-8544-9cfd90f7efd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_token","value":"{{api_token}}","type":"text"},{"key":"node_id","value":"{{node_id}}","type":"text"},{"key":"reading_name","value":"first reading","type":"text"},{"key":"reading_value","value":"hello world","type":"text"},{"key":"unit","value":"text","type":"text"}]},"url":"http://{{host}}:{{port}}/api/meta","urlObject":{"protocol":"http","port":"{{port}}","path":["api","meta"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c757ab24-d450-41cb-8544-9cfd90f7efd0"},{"name":"List a meta","id":"b33634bf-c448-49c5-ab7c-e97146d2cfd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api_token","value":"{{api_token}}","type":"text"},{"key":"node_id","value":"{{node_id}}","type":"text"},{"key":"meta_id","value":"{{meta_id}}","type":"text"}],"url":"https://{{host}}:{{port}}/api/meta","urlObject":{"protocol":"https","port":"{{port}}","path":["api","meta"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b33634bf-c448-49c5-ab7c-e97146d2cfd9"},{"name":"List Metas","id":"94d19aa7-f13e-40df-b25e-83c4f5e07ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api_token","value":"{{api_token}}","type":"text"},{"key":"node_id","value":"{{node_id}}","type":"text"},{"key":"reading_name","value":"HP_outdoor_temperature","type":"text"}],"url":"https://{{host}}:{{port}}/api/metas","urlObject":{"protocol":"https","port":"{{port}}","path":["api","metas"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94d19aa7-f13e-40df-b25e-83c4f5e07ede"}],"id":"23ee9d77-6e1f-4c44-aff8-79934198e0b3","_postman_id":"23ee9d77-6e1f-4c44-aff8-79934198e0b3","description":""},{"name":"dummy","item":[{"name":"Get Temperature theweathernetwork toronto","id":"e2e06708-7322-4e11-b8fe-fc2581466fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://www.theweathernetwork.com/api/data/caon0696/hourly/cm?ts=173","urlObject":{"protocol":"https","path":["api","data","caon0696","hourly","cm"],"host":["www","theweathernetwork","com"],"query":[{"key":"ts","value":"173"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"4459d770-8a59-4206-84d1-bc0ee2b3b6d6","name":"Get Temperature theweathernetwork toronto","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://www.theweathernetwork.com/ca/api/obsdata/caon0696"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-UA-Compatible","value":"IE=Edge,chrome=1"},{"key":"X-URL","value":"/ca/api/obsdata/caon0696"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish","value":"223255702"},{"key":"X-Varnish","value":"15780684"},{"key":"X-VCL-recv","value":"set"},{"key":"X-VCL-Hash","value":"/ca/api/obsdata/caon0696"},{"key":"X-Cache-TTL","value":"-11121.906"},{"key":"X-VCL-Hit","value":"set"},{"key":"X-VCL-miss","value":"set"},{"key":"X-Varnish5-IsCached","value":"MISS"},{"key":"X-Var5-grace","value":"none"},{"key":"X-UA-Device","value":"desktop"},{"key":"X-IsCached","value":"MISS"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Strict-Transport-Security","value":"max-age=0;"},{"key":"X-Akamai-Transformed","value":"9 - 0 pmb=mRUM,4"},{"key":"Cache-Control","value":"max-age=300, s-maxage=300"},{"key":"Expires","value":"Tue, 20 Nov 2018 20:55:01 GMT"},{"key":"Date","value":"Tue, 20 Nov 2018 20:50:01 GMT"},{"key":"Content-Length","value":"430"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server-Timing","value":"cdn-cache; desc=HIT"},{"key":"Server-Timing","value":"edge; dur=27"}],"cookie":[],"responseTime":null,"body":"{\n    \"lbl_updatetime\": \"Updated on\",\n    \"updatetime\": \"Tue Nov 20 3:35 PM\",\n    \"updatetime_stamp_gmt\": \"1542746100000\",\n    \"wxcondition\": \"Partly cloudy\",\n    \"icon\": \"3\",\n    \"inic\": \"iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAS1BMVEUAAADfqE/i1KyqqqruuFnkrlHCw8bssEjq2on74ZXux3P40XvMzM7Bp330wljh4eL3yGS9qo3p5uLusEbg4eDz8u//7Ib333n62zc3bsJYAAAAFHRSTlMAB/hNPS8UDP7tysWsi4iBdHBlGexLoNwAAAA2SURBVAjXFcrHEcAgDADBE9HZBBH6r5Rh3wtIZHPpcwL17sOUgD/n0dpPvIyqPuDza23YX4AFKzUBiDlmoFoAAAAASUVORK5CYII=\",\n    \"temperature\": \"0\",\n    \"feels_like\": \"-6\",\n    \"temperature_unit\": \"C\",\n    \"placecode\": \"CAON0696\"\n}"}],"_postman_id":"e2e06708-7322-4e11-b8fe-fc2581466fac"}],"id":"34ef2f2c-f10b-4126-bb19-a532c6602d7f","_postman_id":"34ef2f2c-f10b-4126-bb19-a532c6602d7f","description":""}],"event":[{"listen":"prerequest","script":{"id":"dca0e7f5-6f4e-4a39-9a9b-f760b8760026","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"135dd383-2904-4a3d-b9a1-51fb5a5a2dca","type":"text/javascript","exec":[""]}}],"variable":[{"key":"username","value":""},{"key":"email","value":""},{"key":"password","value":""},{"key":"group_id","value":""},{"key":"access_token","value":"","type":"string"}]}