Update a virtual machine Protection Group.

patch/backup-recovery/v1beta1/virtual-machine-protection-groups/{id}

Update attributes for a virtual machine Protection Group.

Securitybearer
Request
path Parameters
id
required
string

UUID string uniquely identifying the Virtual Machine Protection Group.

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

Captures the list of assets that would be part of the protection group.

description
string <= 255 characters

A brief description of the Protection Group.

object
name
string <= 255 characters

A user-friendly name to identify Virtual Machine protection group.

Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/merge-patch+json
{
  • "assets": [
    ],
  • "description": "string",
  • "dynamicMemberFilter": {
    },
  • "name": "myProtectionGroup"
}
Response samples
application/json
{ }