This commit is contained in:
2024-01-23 17:50:29 +01:00
parent 26b1f60948
commit 26e3226ae9
16 changed files with 307 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
### Send health pdate for service 'test'
POST http://127.0.0.1:5081/health/test HTTP/1.0
### Set health of service 'test' to unhealthy
PUT http://127.0.0.1:5081/health/test HTTP/1.0
Content-Type: application/json
{
"health": false
}
### Set health of service 'test' to unhealthy
PUT https://healthr.adix.link/health/doorbell HTTP/1.0
Content-Type: application/json
{
"health": false
}