Initiates addition of a hypervisor cluster to system with the given id.

post/private-cloud-business/v1beta1/systems/{id}/add-hypervisor-cluster

Adds the specified hypervisor cluster to the specified system. The user must have permissions to update this system. Returns a task identifier to be used by clients to track the progress of the operation.

Securitybearer
Request
path Parameters
id
required
string <uuid>

Unique Identifier of the system, usually a UUID.

Request Body schema: application/json
required
configureVds
boolean

Specifies if vSphere Distributed Switch (VDS) should be configured for the hypervisor cluster being added.

hypervisorClusterName
string

Name of the hypervisor cluster to be added.

vsphereDatacenterName
string

vSphere datacenter name where this hypervisor cluster is to be added.

Responses
202

Add Hypervisor Cluster request is accepted.

400

Bad Request

401

The current user is not authorized to perform the requested operation.

403

Requested operation is forbidden in the current state of system.

404

Not Found

409

A software precheck or update operation is already in progress.

500

Internal Server Error

Request samples
application/json
{
  • "configureVds": true,
  • "hypervisorClusterName": "string",
  • "vsphereDatacenterName": "string"
}
Response samples
application/json
{ }