For the complete documentation index, see llms.txt. This page is also available as Markdown.

VMware Aria Operations On-Prem

Connection Requirements

1 - IP

The IP address or FQDN of your on-premises VMware Aria Operations instance.

2 - Port

The port number for the suite-api connection. (default: 443)

3 - Username

The username of an Aria Operations account with at least read access to virtual machine resources.

4 - Password

The password for the account above.

5 - Auth Source

The authentication source used when logging in. Use "LOCAL" for local accounts, or specify an LDAP / Active Directory source name if applicable. (default: LOCAL)

6 - Is Secure

Whether to use HTTPS for the connection. Set to false only if the deployment is configured to use plain HTTP. (default: true)

7 - Proxy

HTTP proxy URL. (optional)

8 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

9 - Thread Count

Number of parallel workers used to fetch per-VM properties. (default: 32)

10 - Sleep Time

Delay (in seconds) between threaded requests, used to avoid overwhelming the API. (default: 0)

Last updated