Create a new Volume Protection Group.

post/backup-recovery/v1beta1/volume-protection-groups

Create the Volume Protection Group for data management.

Securitybearer
Request
Request Body schema: application/json
required
Array of objects

List of asset's. Required in case of custom vpg type.

description
string <= 255 characters

A brief description of the Protection Group.

object
object

Information about storage system of the volumes.

volumeProtectionGroupType
string

The type of the Protection Group. This can be Native for storage system specific constructs and Custom if its just a collection of assets (Volume).

Enum: "NATIVE" "CUSTOM"
Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/json
{
  • "assets": [
    ],
  • "description": "string",
  • "nativeGroupInfo": {
    },
  • "storageSystemInfo": {
    },
  • "volumeProtectionGroupType": "NATIVE"
}
Response samples
application/json
{ }