Update server auth from command line
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
Is it possible to update a Server Auth (agent password) from command line? 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
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.