IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

ClusterCredentials

edit

The username/password of the newly created cluster (returned from Elasticsearch cluster creates)

Properties

edit
password (string)
The password of the newly created cluster
username (string)
The username of the newly created cluster

Example

edit
{
   "password" : "string",
   "username" : "string"
}