Appearance
Configure Automation Environment
In addition to your Production environment, configure each of your automation environments/tenants that may be used to develop, or test your workflows. Prior to this step, ensure you have already completed the Create API Token for each environment.
UiPath Orchestrator
Automation Watchdog offers an open-source library for seamlessly integrating the necessary API requests into your workflows.
Create Global Assets
Create a folder that is accessible to all Robots (eg. Shared/Automation Watchdog). Create the following Assets that may be used by all Robots:
(You may use your own Name / Description as per your standards.)
AWD Endpoint
Attribute | Value |
---|---|
Name | API Endpoint |
Type | Text |
Description | API Endpoint for Automation Watchdog |
*Value | https://api.automationwatchdog.com/ |
*The API endpoint remains the same across dev, test, and prod, with the AWD Environment variable determining whether requests are treated as production or non-production. |
AWD API Token
Attribute | Value |
---|---|
Name | AWD API Token |
Type | Credential |
Description | Bearer Token for calling Automation Watchdog APIs |
Value | The Use your API Token that as created from the Getting Started - Create API Token steps. |
AWD Environment
Attribute | Value |
---|---|
Name | AWD Environment |
Type | Text |
Description | Environment Flag |
*Value | production |
*Change the environment value to any other value for non-production environments. Alerts are only sent where the environment flag is production. |
AWD Logging
If using Automation Watchdog's Library and AWD Logging is True, API Responses will output to logs (Log level: Info).
Attribute | Value |
---|---|
Name | AWD Logging |
Type | Text |
Description | Flag to log Automation Watchdog API Responses |
*Value | True or False |
AWD Organization id
Attribute | Value |
---|---|
Name | AWD Organization Id |
Type | Text |
Description | Organization Id created in Automation Watchdog |
*Value | [organization id] |
*This value does not change per environment. |