aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bruno/transaction-monitoring/health-check.bru
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bruno/transaction-monitoring/health-check.bru')
-rw-r--r--contrib/bruno/transaction-monitoring/health-check.bru19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/bruno/transaction-monitoring/health-check.bru b/contrib/bruno/transaction-monitoring/health-check.bru
new file mode 100644
index 0000000..0ef5178
--- /dev/null
+++ b/contrib/bruno/transaction-monitoring/health-check.bru
@@ -0,0 +1,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
+}