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

VMware Aria Operations Cloud

Connection Requirements

1 - Domain

The vROps Cloud management endpoint that fronts the suite-api. Non-US organizations use a region-specific host. (default: www.mgmt.cloud.vmware.com)

2 - CSP Domain

The VMware Cloud Services Platform host used to exchange the API token for an access token. (default: console.cloud.vmware.com)

3 - API Token

The CSP API token generated under My Account - API Tokens in the VMware Cloud Services portal. It is exchanged for a short-lived access token on every run.

4 - Proxy

HTTP proxy URL. (optional)

5 - Timeout

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

6 - Thread Count

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

7 - Sleep Time

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

Last updated