We have a Password Environment Parameter which is used in many applications and each application has many environments. We have to change the password in each application and each environment. Is there a way to more efficiently reset the password on all of these parameters?
Release : 6.7
Component : CA RELEASE AUTOMATION REPOSITORY
The update-environment-parameter can be used to update Environment Password parameters - as well as other parameters. Here is an example of the "data" you can use in the "data" field of the Swagger page to test the update-environment-parameter API:
{"application":"UpdateEnvPasswords","environment":"Environment for Default Architecture","parameterPath":"SCUpdatePass/path/to/envpasswd","simpleValue":"mysecret-shhh"}
This "data" worked for changing the value of the environment parameter password represented in the picture below.
To test this, click on the help menu in the upper right corner of the ROC. Then select "REST API (Swagger)". This will open a new page where you can find all of the public APIs - with the ability to test each one. Then: