Skip to content

Commit 9e9a5f6

Browse files
committed
[ETCM-48] Add /healthcheck in the insomnia workspace
1 parent 2fdff9a commit 9e9a5f6

File tree

1 file changed

+47
-18
lines changed

1 file changed

+47
-18
lines changed

insomnia_workspace.json

Lines changed: 47 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_type": "export",
33
"__export_format": 4,
4-
"__export_date": "2020-09-28T17:05:07.127Z",
4+
"__export_date": "2020-09-30T19:37:48.755Z",
55
"__export_source": "insomnia.desktop.app:v2020.4.1",
66
"resources": [
77
{
@@ -223,6 +223,18 @@
223223
"settingFollowRedirects": "global",
224224
"_type": "request"
225225
},
226+
{
227+
"_id": "fld_f75b249a780c4b5e97a0a2980ad1d4b8",
228+
"parentId": "wrk_097d43914a4d4aea8b6f73f647921182",
229+
"modified": 1580406808158,
230+
"created": 1553869483792,
231+
"name": "Debug",
232+
"description": "",
233+
"environment": {},
234+
"environmentPropertyOrder": null,
235+
"metaSortKey": -1553869483792,
236+
"_type": "request_group"
237+
},
226238
{
227239
"_id": "req_105cb28c6f774eadbf099a28617a6d1f",
228240
"parentId": "fld_f75b249a780c4b5e97a0a2980ad1d4b8",
@@ -261,15 +273,44 @@
261273
"_type": "request"
262274
},
263275
{
264-
"_id": "fld_f75b249a780c4b5e97a0a2980ad1d4b8",
276+
"_id": "req_8c4ccaa3552544a4b61bc33cc9fa547c",
277+
"authentication": {},
278+
"body": {},
279+
"created": 1580405461883,
280+
"description": "",
281+
"headers": [
282+
{
283+
"id": "pair_088edc31f5e04f20a16b465a673871bb",
284+
"name": "Cache-Control",
285+
"value": "no-cache"
286+
}
287+
],
288+
"isPrivate": false,
289+
"metaSortKey": -1552939150156.3438,
290+
"method": "GET",
291+
"modified": 1580405661758,
292+
"name": "healthcheck node",
293+
"parameters": [],
294+
"parentId": "fld_f75b249a780c4b5e97a0a2980ad1d4b8",
295+
"settingDisableRenderRequestBody": false,
296+
"settingEncodeUrl": true,
297+
"settingFollowRedirects": "global",
298+
"settingRebuildPath": true,
299+
"settingSendCookies": true,
300+
"settingStoreCookies": true,
301+
"url": "{{ node_url }}/healthcheck",
302+
"_type": "request"
303+
},
304+
{
305+
"_id": "fld_a06eb77e183c4727800eb7dc43ceabe1",
265306
"parentId": "wrk_097d43914a4d4aea8b6f73f647921182",
266-
"modified": 1580406808158,
267-
"created": 1553869483792,
268-
"name": "Debug",
307+
"modified": 1599825661277,
308+
"created": 1552939140291,
309+
"name": "Eth",
269310
"description": "",
270311
"environment": {},
271312
"environmentPropertyOrder": null,
272-
"metaSortKey": -1553869483792,
313+
"metaSortKey": -1552939140292,
273314
"_type": "request_group"
274315
},
275316
{
@@ -309,18 +350,6 @@
309350
"settingFollowRedirects": "global",
310351
"_type": "request"
311352
},
312-
{
313-
"_id": "fld_a06eb77e183c4727800eb7dc43ceabe1",
314-
"parentId": "wrk_097d43914a4d4aea8b6f73f647921182",
315-
"modified": 1599825661277,
316-
"created": 1552939140291,
317-
"name": "Eth",
318-
"description": "",
319-
"environment": {},
320-
"environmentPropertyOrder": null,
321-
"metaSortKey": -1552939140292,
322-
"_type": "request_group"
323-
},
324353
{
325354
"_id": "req_97fa82439e3e46bfb8ee26400af6215d",
326355
"parentId": "fld_a06eb77e183c4727800eb7dc43ceabe1",

0 commit comments

Comments
 (0)