Modify a Protection Store

patch/backup-recovery/v1beta1/protection-stores/{id}

Modify a 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/merge-patch+json
required
displayName
string

The user-defined name for the Protection Store.

Responses
200

Success

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/merge-patch+json
{
  • "displayName": "string"
}
Response samples
application/json
{
  • "connectedState": "CONNECTED",
  • "consoleUri": "string",
  • "createdAt": "2019-07-21T17:32:28Z",
  • "customerId": "9b4c14a63cd5490797c4cf44c5b641e4",
  • "dataOrchestratorInfo": [
    ],
  • "displayName": "cloud_store_SOD5057LHR",
  • "generation": 0,
  • "id": "c9cdeb6b-24cb-43c1-828a-e8b1b050f3f4",
  • "maxCapacityInBytes": 2407653459860,
  • "name": "string",
  • "protectionStoreType": "ON_PREMISES",
  • "region": "string",
  • "resourceUri": "/backup-recovery/v1beta1/protection-stores/{id}",
  • "sizeOnDiskInBytes": 2407653459860,
  • "state": "OFFLINE",
  • "stateReason": "string",
  • "status": "OK",
  • "storageLocationInfo": {
    },
  • "storageSystemInfo": {
    },
  • "type": "string",
  • "updatedAt": "2019-07-21T17:32:28Z",
  • "userDataStoredInBytes": 2407653459860
}