rest-api-spec.api.license.post_start_basic.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
{
"license.post_start_basic":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/start-basic.html",
"description":"Starts an indefinite basic license."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_license/start_basic",
"methods":[
"POST"
]
}
]
},
"params":{
"acknowledge":{
"type":"boolean",
"description":"whether the user has acknowledged acknowledge messages (default: false)"
},
"master_timeout": {
"type": "time",
"description": "Timeout for processing on master node"
},
"timeout": {
"type": "time",
"description": "Timeout for acknowledgement of update from all nodes in cluster"
}
}
}
}