From 5614c2f7c82b6c1107cc79de1cc0500e5f946613 Mon Sep 17 00:00:00 2001 From: GeorgeC Date: Mon, 16 Dec 2024 15:28:08 -0500 Subject: [PATCH] Add search availability request for Grafana dashboard --- dictonaryReqeust.http | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dictonaryReqeust.http b/dictonaryReqeust.http index db944f7..55e8c21 100644 --- a/dictonaryReqeust.http +++ b/dictonaryReqeust.http @@ -28,3 +28,18 @@ POST https://predev.picsure.biodatacatalyst.nhlbi.nih.gov/picsure/proxy/dictiona Content-Type: application/json ["\\phs000993\\pht005015\\phv00253191\\BODY_SITE\\", "\\phs002913\\W2Q_COV_REINFEC_2_OTH\\"] + +### +# This request is used by our grafana dashboard to check if search is available. +POST https://predev.picsure.biodatacatalyst.nhlbi.nih.gov/picsure/search/02e23f52-f354-4e8b-992c-d37c8b9ba140 +Content-Type: application/json +Authorization: Bearer + +{ + "query": { + "@type": "GeneralQueryRequest", + "resourceCredentials": {}, + "query": "Genetic Epidemiology of COPD (COPDGene)", + "resourceUUID": null + } +} \ No newline at end of file