Skip to content

Commit

Permalink
[ETCM-48] Add /healthcheck in the insomnia workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoAlic committed Sep 30, 2020
1 parent 2fdff9a commit 2d728c4
Showing 1 changed file with 46 additions and 17 deletions.
63 changes: 46 additions & 17 deletions insomnia_workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,18 @@
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "fld_f75b249a780c4b5e97a0a2980ad1d4b8",
"parentId": "wrk_097d43914a4d4aea8b6f73f647921182",
"modified": 1580406808158,
"created": 1553869483792,
"name": "Debug",
"description": "",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -1553869483792,
"_type": "request_group"
},
{
"_id": "req_105cb28c6f774eadbf099a28617a6d1f",
"parentId": "fld_f75b249a780c4b5e97a0a2980ad1d4b8",
Expand Down Expand Up @@ -261,15 +273,44 @@
"_type": "request"
},
{
"_id": "fld_f75b249a780c4b5e97a0a2980ad1d4b8",
"_id": "req_8c4ccaa3552544a4b61bc33cc9fa547c",
"authentication": {},
"body": {},
"created": 1580405461883,
"description": "",
"headers": [
{
"id": "pair_088edc31f5e04f20a16b465a673871bb",
"name": "Cache-Control",
"value": "no-cache"
}
],
"isPrivate": false,
"metaSortKey": -1552939150156.3438,
"method": "GET",
"modified": 1580405661758,
"name": "healthcheck node",
"parameters": [],
"parentId": "fld_f75b249a780c4b5e97a0a2980ad1d4b8",
"settingDisableRenderRequestBody": false,
"settingEncodeUrl": true,
"settingFollowRedirects": "global",
"settingRebuildPath": true,
"settingSendCookies": true,
"settingStoreCookies": true,
"url": "{{ node_url }}/healthcheck",
"_type": "request"
},
{
"_id": "fld_a06eb77e183c4727800eb7dc43ceabe1",
"parentId": "wrk_097d43914a4d4aea8b6f73f647921182",
"modified": 1580406808158,
"created": 1553869483792,
"name": "Debug",
"modified": 1599825661277,
"created": 1552939140291,
"name": "Eth",
"description": "",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -1553869483792,
"metaSortKey": -1552939140292,
"_type": "request_group"
},
{
Expand Down Expand Up @@ -309,18 +350,6 @@
"settingFollowRedirects": "global",
"_type": "request"
},
{
"_id": "fld_a06eb77e183c4727800eb7dc43ceabe1",
"parentId": "wrk_097d43914a4d4aea8b6f73f647921182",
"modified": 1599825661277,
"created": 1552939140291,
"name": "Eth",
"description": "",
"environment": {},
"environmentPropertyOrder": null,
"metaSortKey": -1552939140292,
"_type": "request_group"
},
{
"_id": "req_97fa82439e3e46bfb8ee26400af6215d",
"parentId": "fld_a06eb77e183c4727800eb7dc43ceabe1",
Expand Down

0 comments on commit 2d728c4

Please sign in to comment.