14 lines
207 B
JSON
14 lines
207 B
JSON
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "/health"
|
|
},
|
|
"response": {
|
|
"status": 400,
|
|
"body": "{\"status\": \"DOWN\"}",
|
|
"headers": {
|
|
"Content-Type": "application/json"
|
|
}
|
|
}
|
|
}
|