VMware Cloud Director
Visualize VMware Cloud Director organizations, VDCs, VDC groups, edge gateways, networks, firewall rules, virtual machines, users, and roles, and monitor changes through queries and alerts.
- Installation
- Authorization
- Data Model
- Types
- Release Notes
Installation
The integration authenticates against the VMware Cloud Director CloudAPI as a tenant-scoped user. System (provider/sysadmin) login is not currently supported, so the configured user only sees the organization it logs in to.
Configuration in VMware Cloud Director
You will need a VMware Cloud Director user with read access to the resources you want to ingest (organizations, users, roles, VDCs, VDC groups, edge gateways, networks, firewall rules, and virtual machines).
Collect the following information for use when configuring the integration in JupiterOne:
- The API host of your VMware Cloud Director instance, e.g.
vcd.example.com. - The username of the tenant user the integration will sign in as. The value must not contain
@or:characters — VMware Cloud Director uses both as delimiters in the basic-auth credential it accepts atPOST /cloudapi/1.0.0/sessions. - The password for that user.
- The organization name the user belongs to. As with the username, the value must not contain
@or:characters.
The integration uses these credentials to obtain a bearer JWT from POST /cloudapi/1.0.0/sessions (returned via the X-VMWARE-VCLOUD-ACCESS-TOKEN response header) and re-mints the token automatically on 401 responses, so long collection runs survive the token's lifetime.