Monitor & HealthCheck
Monitor
GET https://ceas.endpoint/dashboard
Headers
Name
Type
Description
Content-Type
string
application/json
<html>
...
Charts
</html>Health Check
GET https://ceas.endpoint/health-check
Headers
Name
Type
Description
Content-Type
string
application/json
{
"status": "OK",
"messages": [
"Everything is OK"
]
}Estrutura da resposta:
.
.
status
Retorna da solução
OK
ERROR
messages
Lista de mensagens
Last updated
Was this helpful?