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

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

There is a newer version: 8.16.0
Show newest version
{
  "license.post_start_trial":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/start-trial.html",
      "description":"starts a limited time trial license."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_license/start_trial",
          "methods":[
            "POST"
          ]
        }
      ]
    },
    "params":{
      "type":{
        "type":"string",
        "description":"The type of trial license to generate (default: \"trial\")"
      },
      "acknowledge":{
        "type":"boolean",
        "description":"whether the user has acknowledged acknowledge messages (default: false)"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy