{"info":{"_postman_id":"d7aa9ef0-7c41-4045-b2b1-283a2e7e4216","name":"wol-web","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6372229","collectionId":"d7aa9ef0-7c41-4045-b2b1-283a2e7e4216","publishedId":"UVRAJ7MZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-19T04:38:14.000Z"},"item":[{"name":"Register","id":"95ccaf8b-2df0-4203-8877-553ab99770a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"user\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:9090/api/users/register","urlObject":{"port":"9090","path":["api","users","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"95ccaf8b-2df0-4203-8877-553ab99770a7"},{"name":"Get current user info","id":"7be9952d-14fa-48ae-ab00-965c54d59197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"localhost:9090/api/users/user","urlObject":{"port":"9090","path":["api","users","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7be9952d-14fa-48ae-ab00-965c54d59197"},{"name":"Login","id":"5d3f0a19-4ee4-42b7-86b4-7215e45088a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"huakun\",\n    \"password\": \"pass\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9090/api/users/login","urlObject":{"path":["api","users","login"],"host":["http://localhost:9090"],"query":[],"variable":[]}},"response":[{"id":"9c5add46-f7e1-4b41-b331-fcca15646651","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"user\",\n    \"password\": \"passwprd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9090/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 24 Jul 2022 20:31:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"57"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOiIyMDIyLTA4LTAzVDIwOjMxOjE3LjU0NjMxODA2NVoiLCJpZCI6MSwidXNlcm5hbWUiOiJodWFrdW4ifQ.GyQW_VkRusCj0SrA9l_b-bkFoUip0zJQJvHphhM54tE; expires=Wed, 03 Aug 2022 20:31:17 GMT; path=/; HttpOnly; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"username\": \"user\"\n    },\n    \"message\": \"success\"\n}"},{"id":"dff85c7b-4dd0-4507-9593-18824ef92faa","name":"Fail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"huakun\",\n    \"password\": \"pass\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9090/api/users/login"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 24 Jul 2022 20:40:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"43"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {},\n    \"message\": \"Incorrect Password\"\n}"}],"_postman_id":"5d3f0a19-4ee4-42b7-86b4-7215e45088a0"},{"name":"Logout","id":"de735c37-f4c1-4356-9083-95b46147fb60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:9090/api/users/logout","urlObject":{"port":"9090","path":["api","users","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"de735c37-f4c1-4356-9083-95b46147fb60"},{"name":"Get Computers","id":"cbab339c-002a-41ca-91b0-28618073d35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9090/api/computers","urlObject":{"path":["api","computers"],"host":["http://localhost:9090"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbab339c-002a-41ca-91b0-28618073d35a"},{"name":"Add Computer","id":"1c33b0ca-d97c-442c-97e5-dac81e27b838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ubuntu\",\n    \"mac\": \"2c:fd:a1:71:55:69\",\n    \"ip\": \"255.255.255.255\",\n    \"port\": \"9\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9090/api/computers","urlObject":{"path":["api","computers"],"host":["http://localhost:9090"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c33b0ca-d97c-442c-97e5-dac81e27b838"},{"name":"Get Computer by id","id":"13756bff-dfd3-4728-a2fd-ad011781eb57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:9090/api/computers/3","urlObject":{"port":"9090","path":["api","computers","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"13756bff-dfd3-4728-a2fd-ad011781eb57"},{"name":"Delete Computer","id":"3aaecc43-34af-497a-8de6-c0a710b1e08d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:9090/api/computers/1","urlObject":{"path":["api","computers","1"],"host":["http://localhost:9090"],"query":[],"variable":[]}},"response":[{"id":"833e1714-21cf-46ad-a8ba-8c4209ccb3fa","name":"Delete Computer","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:9090/api/computers/24"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 24 Jul 2022 21:19:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"69"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"record not found\",\n    \"message\": \"Data to delete may not exist\"\n}"}],"_postman_id":"3aaecc43-34af-497a-8de6-c0a710b1e08d"},{"name":"WOL","id":"21586946-a96b-41e5-b045-be66f1758645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:9090/api/wol/1","urlObject":{"port":"9090","path":["api","wol","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"21586946-a96b-41e5-b045-be66f1758645"},{"name":"Get User Count","id":"9bde9251-a836-4222-a805-86296e70f1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:9090/api/users/count","urlObject":{"port":"9090","path":["api","users","count"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bde9251-a836-4222-a805-86296e70f1ed"}],"event":[{"listen":"prerequest","script":{"id":"6e86c29d-0c90-44da-8985-066c94d447d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5e176074-c186-4a5e-951e-b097ae6b76d1","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://localhost:9090","type":"string"}]}