Get details of a Protection Store Gateway within DSCC

get/backup-recovery/v1beta1/protection-store-gateways/{id}

Get details of a Protection Store Gateway

Securitybearer
Request
path Parameters
id
required
string <uuid>

The UUID of the object

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Protection Store Gateway with the given Id does not exist

500

Internal Server Error

503

Protection Store Gateway in maintenance mode

Request samples
Response samples
application/json
{
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "generation": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "adminUserCiphertext": "string",
  • "consoleUri": "string",
  • "dataOrchestratorId": "string",
  • "datastoresInfo": [
    ],
  • "displayName": "string",
  • "health": {
    },
  • "network": {
    },
  • "override": {
    },
  • "remoteAccessEnabled": true,
  • "remoteAccessStationId": "string",
  • "serialNumber": "string",
  • "size": {
    },
  • "softwareVersion": "string",
  • "state": "PSG_STATE_QUERYING_CATALOGUE",
  • "supportUserCiphertext": "string",
  • "vmId": "string"
}