Get details of a Data Orchestrator registered with DSCC

get/backup-recovery/v1beta1/data-orchestrators/{id}

This API returns details of the Data Orchestrator specified by id.

Securitybearer
Request
path Parameters
id
required
string <uuid>

id of the Data Orchestrator.

query Parameters
select
string

The select query parameter is used to define a subset of properties to be included in the response. Each property to be included should be passed in a comma-separated list.

Example:

  • GET /backup-recovery/v1beta1/data-orchestrators/4cf33ce9-3d8a-4c79-8dbb-3a145804bf7d?select=id,name,interfaces/network/hostname
Responses
200

Details of a Data Orchestrator

400

Bad Request

401

Unauthorized

403

Forbidden

404

Data Orchestrator not found

500

Internal server error

503

Service not available

Request samples
Response samples
application/json
{
  • "connectionState": "CONNECTED",
  • "consoleUri": "string",
  • "customerId": "string",
  • "displayName": "Data Orchestrator 1",
  • "generation": 0,
  • "id": "string",
  • "name": "Data Orchestrator 1",
  • "resourceUri": "string",
  • "serialNumber": "string",
  • "softwareVersion": "string",
  • "state": "OK",
  • "stateReason": "string",
  • "status": "OK",
  • "type": "string",
  • "upTimeInSeconds": 0,
  • "createdAt": "2019-07-21T17:32:28Z",
  • "dateTime": {
    },
  • "interfaces": {
    },
  • "lastUpdateCheckTime": "2019-07-21T17:32:28Z",
  • "latestRecoveryPoint": "2019-07-21T17:32:28Z",
  • "ntp": {
    },
  • "platform": "VMWARE_ESXI",
  • "poweredOnAt": "2019-07-21T17:32:28Z",
  • "totalMemoryInGiB": 0,
  • "updatedAt": "2019-07-21T17:32:28Z",
  • "vCpu": 0,
  • "adminUserCiphertext": "string",
  • "infosightEnabled": true,
  • "remoteAccessEnabled": true,
  • "remoteAccessStationId": "31ea95fd-4bed-454d-a3cd-4c285fc34d8b",
  • "supportUserCiphertext": "string"
}