Update a Volume Protection Group backup.

patch/backup-recovery/v1beta1/volume-protection-groups/{id}/backups/{backup-id}

Update attributes for a Volume Protection Group backup. Edit is not available on a native group.

Securitybearer
Request
path Parameters
id
required
string <uuid>

UUID string uniquely identifying the Volume Protection Group.

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

UUID string uniquely identifying the Volume Protection Group backup.

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

A brief description of the Volume Protection Group backup.

expiresAt
string <date-time>

Absolute value of time in UTC at which the application expires.

lockedUntil
string <date-time>

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

Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

412

Precondition failed (if the generation number is invalid)

500

Internal / unexpected error

Request samples
application/merge-patch+json
{
  • "description": "string",
  • "expiresAt": "2020-04-03T05:03:08.900Z",
  • "lockedUntil": "2020-04-03T05:03:08.900Z"
}
Response samples
application/json
{ }