Update a virtual machine protection groups backup.

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

Update attributes for a virtual machine protection groups backup.

Securitybearer
Request
path Parameters
vmpg-id
required
string

UUID string uniquely identifying the Virtual Machine Protection Group.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
backup-id
required
string

UUID string uniquely identifying the Virtual Machine Protection Group backup.

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

Brief description about the application backup.

expiresAt
string <date-time>

Absolute value of time in UTC at which the application.

lockedUntil
string <date-time>

Absolute value of time in UTC until which the application backup is locked.

name
string

Name of the application backup.

Responses
202

Accepted

400

Bad request

401

Unauthorized

403

Forbidden

412

Precondition failed (if the generation number is invalid)

500

Internal / unexpected error

Request samples
application/merge-patch+json
{
  • "description": "string",
  • "expiresAt": "2019-08-24T14:15:22Z",
  • "lockedUntil": "2020-04-03T05:03:08.900Z",
  • "name": "Nimble-dat1-backup"
}
Response samples
application/json
{ }