Update a hypervisor manager.

patch/backup-recovery/v1alpha1/hypervisor-managers/{id}

Update attributes for a hypervisor manager.

Securitybearer
Request
path Parameters
id
required
string

UUID string uniquely identifying the hypervisor manager.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Request Body schema: application/merge-patch+json
required
object

Hypervisor server credentials.

description
string <= 255 characters

A brief description of the hypervisor manager.

displayName
string

User defined name for the hypervisor manager.

networkAddress
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/merge-patch+json
{
  • "credentials": {
    },
  • "description": "string",
  • "displayName": "myvcenter1",
  • "networkAddress": "192.168.0.1"
}
Response samples
application/json
{ }