All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.license.post_start_basic.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "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"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy