Register a new hypervisor manager.

post/backup-recovery/v1alpha1/hypervisor-managers

Register the hypervisor manager for data management.

Securitybearer
Request
Request Body schema: application/json
required
required
object

Hypervisor server credentials.

dataOrchestratorId
required
string

UUID string uniquely identifying the Data Orchestrator.

description
string <= 255 characters

A brief description of the hypervisor manager.

displayName
string

User defined name for the hypervisor manager.

hypervisorManagerType
required
string

The type of the hypervisor manager. Currently only vCenter is supported.

Value: "VMWARE_VCENTER"
networkAddress
required
string <= 255 characters

An IP address or hostname or FQDN to address the hypervisor manager.

Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/json
{
  • "credentials": {
    },
  • "dataOrchestratorId": "8b4c14a6-3cd5-4907-97c4-cf44c5b642e5",
  • "description": "string",
  • "displayName": "myvcenter1",
  • "hypervisorManagerType": "VMWARE_VCENTER",
  • "networkAddress": "192.168.0.1"
}
Response samples
application/json
{ }