GET
/v1/features
curl \
--request GET 'http://localhost:9644/v1/features'
Response examples (200)
{
"cluster_version": 42,
"features": [
{
"name": "string",
"state": "active",
"was_active": true
}
],
"original_cluster_version": 42,
"node_earliest_version": 42,
"node_latest_version": 42
}