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"
}