Configuring VMware
To manage a given vSphere deployment with the VMware Connect plugin, create an Connect deployment for that VMware Connect plugin. This process can be repeated for multiple vSphere deployments.
This can be done through the Connect UI following the "Creating Connect Deployments" process, or using the following API call:
POST <fss-server>/connect/api/v1/admin/deployments
For more details on the API POST request, refer to Creating a Deployment (for VMware Plugin) or to the API documentation as described in the API Integration Guide.
Some settings are mandatory; others are optional. Specifically for the VMware plugin, these settings are :
Setting | Description | Unique? | Required? | Stored encrypted? |
---|---|---|---|---|
host |
The hostname of the vCenter. | True | True | False |
username |
The user name to use with vCenter. | False | True | False |
password |
The password to the vCenter. | False | True | True |
location |
The location of the vCenter. | False | False | False |
|
For details about creating a Deployment for the VMware Plugin, see Creating a Deployment (for VMware Plugin) in the Common API Examples section.