rest-api-spec.api.migration.get_feature_upgrade_status.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
The newest version!
{
"migration.get_feature_upgrade_status":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/migration-api-feature-upgrade.html",
"description":"Find out whether system features need to be upgraded or not"
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_migration/system_features",
"methods":[
"GET"
]
}
]
},
"params":{}
}
}