Reattach a Cloud Protection Store

post/backup-recovery/v1beta1/protection-stores/{id}/reattach

Reattach a Cloud Protection Store.

Securitybearer
Request
path Parameters
id
required
string

UUID string uniquely identifying the Protection Store.

Example: c9cdeb6b-24cb-43c1-828a-e8b1b050f3f4
Request Body schema: application/json
required
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
{
  • "storageSystemId": "2a1172be-4281-44f9-848b-9c3f86378b13",
  • "storageSystemType": "PROTECTION_STORE_GATEWAY"
}
Response samples
application/json
{ }