It's all about the answers!

Ask a question

Update server auth from command line


Benjamin Chodroff (8985231) | asked Feb 24 '11, 8:49 p.m.
Is it possible to update a Server Auth (agent password) from command line?

If this has to be done through the API, would you be willing to show me how?

One answer



permanent link
Robert haig (1.0k16) | answered Feb 25 '11, 11:12 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Is it possible to update a Server Auth (agent password) from command line?

If this has to be done through the API, would you be willing to show me how?


in the API, locate the server auth with the findByName call.
then you can use the setUsername and setPasswordAsClearText (so that you don't have to encrypt the text first) on the serverauth object to change the auth info.
then make sure you call the update method.

you can find more API docs on your console at http://console.address/clients/

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.