Health Check Extended
Returns the connectivity status of the Agent services as well as users connectivity.
Last updated
Was this helpful?
Returns the connectivity status of the Agent services as well as users connectivity.
Last updated
Was this helpful?
Was this helpful?
GET /agent/v3/health/extended HTTP/1.1
Host: youragentURL.symphony.com
Accept: */*
{
"services": {
"pod": {
"status": "UP",
"version": "24.1.1-411-36efd5b"
},
"key_manager": {
"status": "UP",
"version": "24.1.1-411-36efd5b"
},
"datafeed": {
"status": "UP",
"version": "2.11.6"
}
},
"status": "UP",
"users": {
"agentservice": {
"authType": "RSA",
"status": "UP"
},
"ceservice": {
"authType": "RSA",
"status": "UP"
}
},
"version": "24.3.2-778"
}