GET
/v1/debug/self_test/status
curl \
--request GET 'http://localhost:9644/v1/debug/self_test/status'
Response examples (200)
[
{
"node_id": 42,
"results": [
{
"info": "string",
"bps": 42,
"duration": 42,
"error": "string",
"max_latency": 42,
"name": "string",
"p50": 42,
"p90": 42,
"p99": 42,
"p999": 42,
"rps": 42,
"test_id": "string",
"test_type": "string",
"timeouts": 42,
"warning": "string"
}
],
"status": "string"
}
]