Get the details of the Protection Store specified by id

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

Details of a Protection Store.

Securitybearer
Request
path Parameters
id
required
string

UUID string uniquely identifying the Protection Store.

Example: c9cdeb6b-24cb-43c1-828a-e8b1b050f3f4
query Parameters
select
string

The select query parameter is used to limit the properties returned in the GET response.

Multiple properties can be specified to be returned. The server will only return the set of properties requested by the client.

Example:

GET ./protection-stores/b09cba1d-0e9f-4b01-98c3-da621acd37cc?select=storageSystemInfo/displayName,status'

Responses
200

Success

400

Bad Request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
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
}