Forum Discussion
Admine
Neophyte
3 days ago[
{
"name": "Internal API - Auth Service",
"type": "http",
"url": "http://10.0.0.1:8080/health",
"method": "GET",
"expectedResponseCode": 200,
"contentMatch": "OK",
"timeout": 5000,
"interval": 60,
"locations": ["internal"]
},
{
"name": "Internal API - Billing Service",
"type": "https",
"url": "https://billing.internal.corp/api/status",
"method": "GET",
"expectedResponseCode": 200,
"contentMatch": "READY",
"timeout": 7000,
"interval": 120,
"locations": ["internal"]
}
]
This would be the structure 😃