A newer version is available. For the latest information, see the
current release documentation.
ElasticsearchElasticUserPasswordResetResponse
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ElasticsearchElasticUserPasswordResetResponse
editEnvelope holding the newly-reset password for a cluster's user
Properties
edit-
password
(string
, required) - The newly-reset password for the given Elasticsearch cluster
-
username
(string
, required) - The username for the newly-reset password for the given Elasticsearch cluster
Example
edit{ "password" : "string", "username" : "string" }