Got it working
curl -w "%{http_code}" -o /dev/null --user admin:admin ........

From: Satyanarayana Jampa [mailto:sja...@innominds.com]
Sent: 22 March 2016 09:55
To: user@ambari.apache.org
Subject: RE: Do we have API for change password

Can we get the HTTP response code in this?

From: Dmitry Sen [mailto:d...@hortonworks.com]
Sent: 21 March 2016 20:02
To: user@ambari.apache.org
Subject: Re: Do we have API for change password


It works for me:



curl -i -u admin:admin  'http://192.168.120.6:1081/api/v1/users/admin' -X PUT 
-H 'X-Requested-By: ambari' --data-binary 
'{"Users/password":"newpasswd","Users/old_password":"admin"}'



BR,

Dmytro Sen



________________________________
From: Satyanarayana Jampa <sja...@innominds.com<mailto:sja...@innominds.com>>
Sent: Monday, March 21, 2016 7:59 AM
To: user@ambari.apache.org<mailto:user@ambari.apache.org>
Subject: Do we have API for change password

Hi,
  Just wondering if we have an API to change the Ambari password, instead of 
logging in and changing the password.
  Actually I have a custom script which will take username and password as 
argument which I have to use it for configuration before installing Ambari.

Thanks,
Satya.

Reply via email to