Query parameters
- master_timeout
string Period to wait for a connection to the master node.
Values are
-1
or0
.
GET /_features
curl \
--request GET 'http://api.example.com/_features' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response for retrieving a list of feature states that can be included when taking a snapshot.
{
"features": [
{
"name": "tasks",
"description": "Manages task results"
},
{
"name": "kibana",
"description": "Manages Kibana configuration and reports"
}
]
}