Dashboard

Description:

This is a method for external applications to access the Orchestrator dashboard.

Any URL used to access the dashboard can be called externally using the inline login and password.

Below is an example a call to access the first page in the dashboard:
http://localhost/aspera/orchestrator/frames/home/0?login=admin&password=aspera
To enable inline credentials for the dashboard, the following parameter must be set in orchestrator.yml:
inline_auth_allowed:true
The following example applies to direct-start pages (allowing the user to manually start a workflow via a customized HTML page from an external application):
http://localhost/aspera/orchestrator/work_orders/direct_start/1?login=admin&password=aspera