Create a snapshot copy of a Volume Protection Group.

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

Create a snapshot copy of a Volume Protection Group.

Securitybearer
Request
path Parameters
id
required
string <uuid>

UUID string uniquely identifying the Volume Protection Group.

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

Brief description about the application snapshot.

object (ExpireAfter)

Copy expiration attribute, which specifies the expiration for the artifacts created.

object (LockFor)

Retention attribute, which specifies the retention period for the artifacts created. Artifacts are locked for deletion for the specified period of time.

name
required
string <= 255 characters

Name of the application snapshot.

Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/json
{
  • "description": "string",
  • "expireAfter": {
    },
  • "lockFor": {
    },
  • "name": "vpg-snapshot"
}
Response samples
application/json
{ }