Aria Automation Orchestrator v8.x Command Lines

by Simon Sparks · 7 February 2026

You can now configure your Automation Orchestrator options such as the authentication provider with the Automation Orchestrator Appliance command line interface (CLI). To use these commands, you must log in to the Automation Orchestrator Appliance as a root user. After making any authentication changes, you must run the /opt/scripts/deploy.sh script so the change to the Automation Orchestrator Appliance is applied.

The password file must be stored inside the /data/vco/usr/lib/vco directory of the Automation Orchestrator Appliance. When adding the parameter in the command, exclude the /data/vco part of the filepath.

Command Line Description: vracli vro

vracli vro --help

Results:

usage: vracli vro [-h]
                  {get-auth,reset-auth,set-auth-csp,csp-role-mapping,enable-multy-tenancy,sync-cc-password,read-timeout,properties,extensions,info,cancel,license,keystore,authentication,logs,vcoin}
                  ...

positional arguments:
  {get-auth,reset-auth,set-auth-csp,csp-role-mapping,enable-multy-tenancy,sync-cc-password,read-timeout,properties,extensions,info,cancel,license,keystore,authentication,logs,vcoin}
    get-auth            Get current authentication configuration
    reset-auth          Reset current authentication configuration to the built-in one
    set-auth-csp        Configure authentication for CSP
    csp-role-mapping    Update CSP to Automation Orchestrator roles mapping
    enable-multy-tenancy
                        Enable multy-tenant mode of the Automation Orchestrator. WARNING -
                        this is irrevertible operation!
    sync-cc-password    Sync Automation Orchestrator's Control Center password. WARNING - This
                        command will restart Automation Orchestrator service!
    read-timeout        Update Automation Orchestrator's read timeout for network operations
                        accessing CSP services. Unit is seconds.
    properties          Configuration of the Automation Orchestrator System Properties
    extensions          Configuration of the Automation Orchestrator Extensions
    info                Detailed information about the Automation Orchestrator service
    cancel              Troubleshooting commands for canceling running items
    license             License configuration
    keystore            Troubleshooting commands for CA Keystore
    authentication      Authentication configuration
    logs                Logging configuration
    vcoin               Management of the VMware Aria Automation Orchestrator plugin for
                        vSphere Web Client

options:
  -h, --help            show this help message and exit

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like