Skip to content

Use the Automation Anywhere API to update a credential attribute value for Credential Vault.

Notifications You must be signed in to change notification settings

Mazawrath/Automation-Anywhere-Credential-Attribute-Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation-Anywhere-Credential-Attribute-Updater

Uses the Automation Anywhere API to update a credential attribute value in Credential Vault.

How to run

  • Update credentials.py with your own username and password.
  • This program is made to be run at the command line. The template to run it is python credential_updater.py [base_url] [credential_name] [attribute_name] [new_value]
  • What each parameter is:
    • base_url: The URL used to navigate to your Control Panel. For example: http://control_room_url/.
    • credential_name: The name of the credential you want updated. This is the Name field in Credential Vault.
    • attribute_name: The name of the attribute you want updated. This is the Attribute Name field in Credential Vault.
    • new_value: The value you want the attribute updated to. This will update the Value field in Credential Vault for the parameter attribute_name. Note that spaces are allowed in this, so any new parameter beyond this one is assumed to be apart of new_value and will be appended.

About

Use the Automation Anywhere API to update a credential attribute value for Credential Vault.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages