Skip to content

Commit

Permalink
Add search availability request for Grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Dec 16, 2024
1 parent 744eb37 commit 5614c2f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dictonaryReqeust.http
Original file line number Diff line number Diff line change
Expand Up @@ -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 <replace_with_token>

{
"query": {
"@type": "GeneralQueryRequest",
"resourceCredentials": {},
"query": "Genetic Epidemiology of COPD (COPDGene)",
"resourceUUID": null
}
}

0 comments on commit 5614c2f

Please sign in to comment.