The /health endpoint is not returning a "status" key. This seems to happen every so often with this endpoint.
Here are the results from the endpoint from 6:05 EST this morning.
{
"serverVersion": "v1.1.0.38",
"details": [
{
"key": "testSessionProcessing",
"description": "The TestSession internal processing load status.",
"data": {
"healthStatusDefinitions": {
"Healthy": "Oldest pending TestSession is \u003c 1 hours old.",
"Degraded": "Oldest pending TestSession is \u003e 1 hours old.",
"Unhealthy": "Oldest pending TestSession is \u003e 4 hours old."
}
}
}
]
}