Attach a Volume Protection Group backup.

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

Attach a Volume Protection Group backup.

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/json
required
hostIqn
required
string

The IQN of the iSCSI initiator

individualBackupIds
Array of strings <UUID>

UUIDs of the individual backups on volumes. Required in case of granular attach from backup.

Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/json
{
  • "hostIqn": "string",
  • "individualBackupIds": [
    ]
}
Response samples
application/json
{ }