Update a virtual machine backup.

patch/backup-recovery/v1beta1/virtual-machines/{id}/backups/{backup-id}

Update attributes for a virtual machine backup.

Securitybearer
Request
path Parameters
id
required
string

UUID string uniquely identifying the virtual machine

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

UUID string uniquely identifying the 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 when the application backup expires.

lockedUntil
string <date-time>

Absolute value of time in UTC until which the application backup remains 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-VM1-backup"
}
Response samples
application/json
{ }