GET /v1/maintenance
curl \ --request GET 'http://localhost:9644/v1/maintenance' Response examples (200)
{ "draining": true, "eligible": 42, "errors": true, "failed": 42, "finished": true, "partitions": 42, "transferring": 42 } curl \ --request GET 'http://localhost:9644/v1/maintenance' { "draining": true, "eligible": 42, "errors": true, "failed": 42, "finished": true, "partitions": 42, "transferring": 42 }