Monitoring
Last updated
GET /version HTTP/1.1
Host: zyfla-wallet-sandbox.meeco.cloud
Accept: */*
{
"component": {
"api_version": "text",
"git_commit": "text",
"name": "text"
}
}GET /system/status HTTP/1.1
Host: zyfla-wallet-sandbox.meeco.cloud
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"app": {
"component_name": "text",
"current_api_version": "text",
"git_commit": "text",
"node": "text",
"npm_config_user_agent": "text",
"npm_lifecycle_event": "text",
"npm_node_execpath": "text"
},
"appsignal": {
"active": "text",
"env": "text",
"name": "text"
},
"database": {
"host": "text",
"name": "text",
"port": "text",
"user": "text"
},
"redis": {
"host": "text",
"port": "text",
"db": "text",
"tlsEnabled": true
},
"healthCheck": {
"database": {},
"disk": {},
"memory": {}
}
}