Create a Protection Store

post/backup-recovery/v1beta1/protection-stores

Create a Protection Store.

Securitybearer
Request
Request Body schema: application/json
required
displayName
string

The user-defined name for the Protection Store.

protectionStoreType
string

Type of the Protection Store.

Enum: "ON_PREMISES" "CLOUD"
region
string
Deprecated

The region in which the cloud protection store should be created. Deprecated - use storageLocationId instead

storageLocationId
string

The storage location identifier for creating the cloud protection store.

storageSystemId
string <uuid> = 36 characters

id of the Storage System (Protection Store Gateway or StoreOnce).

storageSystemType
string

Type of the Storage System

Enum: "PROTECTION_STORE_GATEWAY" "STOREONCE"
Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/json
{
  • "displayName": "string",
  • "protectionStoreType": "ON_PREMISES",
  • "region": "string",
  • "storageLocationId": "string",
  • "storageSystemId": "2a1172be-4281-44f9-848b-9c3f86378b13",
  • "storageSystemType": "PROTECTION_STORE_GATEWAY"
}
Response samples
application/json
{ }