OSCORM microservices health (live GET …/health on each service). Proxied APIs use /api/v1/… on this host.
Gateway port 5000 Uptime 18269s 14/15 healthy
| Service | Status | HTTP | Latency | Health snapshot |
|---|---|---|---|---|
Authhttp://auth-service:5001 |
UP | 200 | 246 ms | {
"status": "UP",
"service": "auth-service",
"db": {
"status": "up"
},
"redis": {
"status": "up"
},
"timestamp": "2026-09-16T10:31:32.981Z"
} |
Notificationhttp://notification-service:5002 |
UP | 200 | 34 ms | {
"status": "UP",
"aws": {
"regionConfigured": false,
"credentialsConfigured": false,
"sqsQueueUrlConfigured": false,
"snsTopicArnConfigured": false,
"lastSuccessAt": null,
"lastError": null,
"lastErrorAt": null
},
"db": {
"status": "up"
}
} |
Jobhttp://job-service:5003 |
UP | 200 | 9 ms | {
"success": true,
"message": "job-service is healthy",
"data": {
"service": "job-service",
"timestamp": "2026-09-16T10:31:32.741Z"
}
} |
Uploadhttp://upload-service:5005 |
UP | 200 | 30 ms | {
"status": "UP",
"service": "upload-service",
"db": {
"status": "up"
},
"timestamp": "2026-09-16T10:31:32.766Z"
} |
Messagehttp://message-service:5006 |
UP | 200 | 33 ms | {
"status": "UP",
"service": "message-service",
"db": {
"status": "up"
},
"timestamp": "2026-09-16T10:31:32.768Z"
} |
Userhttp://user-service:5007 |
UP | 200 | 34 ms | {
"status": "UP",
"service": "user-service",
"db": {
"status": "up"
},
"timestamp": "2026-09-16T10:31:32.771Z"
} |
Proposalhttp://proposal-service:5008 |
UP | 200 | 39 ms | {
"status": "UP",
"service": "proposal-service",
"db": {
"status": "up"
},
"timestamp": "2026-09-16T10:31:32.775Z"
} |
Contracthttp://contract-service:5009 |
UP | 200 | 24 ms | {
"service": "contract-service",
"status": "ok",
"timestamp": "2026-09-16T10:31:32.748Z"
} |
Paymenthttp://payment-service:5011 |
UP | 200 | 24 ms | {
"service": "payment-service",
"status": "ok",
"timestamp": "2026-09-16T10:31:32.749Z"
} |
Time Trackinghttp://time-tracking-service:5012 |
UP | 200 | 257 ms | {
"status": "ok",
"checks": {
"db": "ok",
"redis": "ok"
}
} |
Searchhttp://search-service:5013 |
UP | 200 | 388 ms | {
"status": "ok",
"checks": {
"elasticsearch": "ok",
"redis": "ok"
}
} |
Adminhttp://admin-service:5014 |
UP | 200 | 30 ms | {
"service": "admin-service",
"status": "ok",
"timestamp": "2026-09-16T10:31:32.764Z"
} |
Subscriptionhttp://subscription-service:5015 |
UP | 200 | 30 ms | {
"service": "subscription-service",
"status": "ok",
"timestamp": "2026-09-16T10:31:32.762Z"
} |
Reviewhttp://review-service:5016 |
UP | 200 | 274 ms | {
"service": "review-service",
"db": "ok",
"redis": "ok"
} |
Testhttp://localhost:5017 |
DOWN | — | 30 ms | fetch failed |