aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bruno/transaction-monitoring/health-check.bru
blob: 0ef5178a34426fe5ca87cc619e7e201eeb021d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
meta {
  name: health-check
  type: http
  seq: 1
}

get {
  url: {{WARDEN_API_HOST}}
  body: none
  auth: inherit
}

assert {
  res.status: eq 200
}

settings {
  encodeUrl: true
}