ClusterCredentialsedit

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

Propertiesedit

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

Exampleedit

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