{"info":{"_postman_id":"d22dde21-3c78-415b-a784-20fc6d8cad39","name":"Beehive Service","description":"<html><head></head><body><p>It makes honey pots</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7517177","collectionId":"d22dde21-3c78-415b-a784-20fc6d8cad39","publishedId":"SzKSTKzZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"1C2541","highlight":"EF5B25"},"publishDate":"2020-02-19T09:18:48.000Z"},"item":[{"name":"health","id":"ff71ba4f-d7a9-4206-8d17-65c55c7a22ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{beehiveUrl}}/_health","urlObject":{"path":["_health"],"host":["{{beehiveUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a4e83354-b160-4599-9182-0e51a69fe6fd","name":"health","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{cookie}}","type":"text","disabled":true}],"url":"{{beehiveUrl}}/_health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 19 Feb 2020 09:03:23 GMT"},{"key":"Content-Length","value":"17"}],"cookie":[],"responseTime":null,"body":"{\n    \"healthy\": true\n}"}],"_postman_id":"ff71ba4f-d7a9-4206-8d17-65c55c7a22ba"},{"name":"create solution","id":"5d40fd92-4e0a-4e22-a7c7-049d7a384bcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"task_id\": 1,\n\t\"job_id\": 1,\n\t\"data\": {\"name\": \"abc\"}\n}"},"url":"{{beehiveUrl}}/honeypots/:task_id/solutions","urlObject":{"path":["honeypots",":task_id","solutions"],"host":["{{beehiveUrl}}"],"query":[],"variable":[{"type":"string","value":"1","key":"task_id"}]}},"response":[{"id":"1c6fcb60-bc0b-40cd-96ed-527f45ff347e","name":"create solution","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"task_id\": 1,\n\t\"job_id\": 1,\n\t\"data\": {\"name\": \"abc\"}\n}"},"url":{"raw":"{{beehiveUrl}}/honeypots/:task_id/solutions","host":["{{beehiveUrl}}"],"path":["honeypots",":task_id","solutions"],"variable":[{"key":"task_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 19 Feb 2020 09:07:17 GMT"},{"key":"Content-Length","value":"44"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"task_id\": 1,\n    \"job_id\": 1,\n    \"data\": {\"name\": \"abc\"}\n}"}],"_postman_id":"5d40fd92-4e0a-4e22-a7c7-049d7a384bcb"},{"name":"create job solutions","id":"20b42813-92e7-4e97-b68c-a3b0611d6335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"task_id\": 1,\n        \"data\": {\n        \t\"foo\": \"bar\"\n        }\n    },\n    {\n        \"task_id\": 2,\n        \"data\": {\n        \t\"foo\": \"foo\"\n        }\n    }\n]"},"url":"{{beehiveUrl}}/jobs/:job_id/solutions","urlObject":{"path":["jobs",":job_id","solutions"],"host":["{{beehiveUrl}}"],"query":[],"variable":[{"type":"string","value":"1","key":"job_id"}]}},"response":[{"id":"cb20869b-31b3-45ba-bad0-2c27877df4a5","name":"create job solutions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"task_id\": 1,\n        \"data\": {\n        \t\"foo\": \"bar\"\n        }\n    },\n    {\n        \"task_id\": 2,\n        \"data\": {\n        \t\"foo\": \"foo\"\n        }\n    }\n]"},"url":{"raw":"{{beehiveUrl}}/jobs/:job_id/solutions","host":["{{beehiveUrl}}"],"path":["jobs",":job_id","solutions"],"variable":[{"key":"job_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 19 Feb 2020 09:16:10 GMT"},{"key":"Content-Length","value":"108"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 0,\n        \"task_id\": 1,\n        \"job_id\": 0,\n        \"data\": {\n            \"foo\": \"bar\"\n        }\n    },\n    {\n        \"id\": 0,\n        \"task_id\": 2,\n        \"job_id\": 0,\n        \"data\": {\n            \"foo\": \"foo\"\n        }\n    }\n]"}],"_postman_id":"20b42813-92e7-4e97-b68c-a3b0611d6335"},{"name":"delete job solutions","id":"c94ec0a7-38c5-49a4-8ec7-761cfafed106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{beehiveUrl}}/jobs/:job_id/solutions","urlObject":{"path":["jobs",":job_id","solutions"],"host":["{{beehiveUrl}}"],"query":[],"variable":[{"type":"string","value":"1","key":"job_id"}]}},"response":[{"id":"dd84fae6-fd0e-4cb3-93ba-dbd716305db1","name":"delete job solutions","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{beehiveUrl}}/jobs/:job_id/solutions","host":["{{beehiveUrl}}"],"path":["jobs",":job_id","solutions"],"variable":[{"key":"job_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 19 Feb 2020 09:17:37 GMT"},{"key":"Content-Length","value":"5"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"c94ec0a7-38c5-49a4-8ec7-761cfafed106"}],"event":[{"listen":"prerequest","script":{"id":"6847abc3-4462-454b-9b67-fa581dc19a1e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cb5da08a-8c9b-4a77-9563-403f964ca986","type":"text/javascript","exec":[""]}}]}