Get status of cluster recovery.
GET
/v1/cloud_storage/automated_recovery
curl \
--request GET 'http://localhost:9644/v1/cloud_storage/automated_recovery'
Response examples (200)
{
"state": "string",
"error": "string"
}