summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/health.bru
blob: b07520e0204926df761a6ae358f75c291848cb05 (plain)
1
2
3
4
5
6
7
8
9
10
11
meta {
  name: health
  type: http
  seq: 1
}

get {
  url: {{HUT_HOSTNAME}}:{{HUT_PORT}}
  body: none
  auth: inherit
}