Register a new Data Orchestrator with DSCC

post/backup-recovery/v1beta1/data-orchestrators

This API is used to register a new Data Orchestrator with the DSCC customer account.

To register the Data Orchestrator, the unique Activation Code that is displayed on the Data Orchestrator must be provided.

Securitybearer
Request
Request Body schema: application/json
required
activationCode
required
string <uuid>

Enter the Activation Code displayed on the Data Orchestrator.

displayName
string

User-defined name given to the Data Orchestrator by the customer.

Responses
201

Created

400

Bad request

401

Unauthorized request

403

Forbidden

412

Precondition failed

500

Internal server error

503

Service not available

Request samples
application/json
{
  • "activationCode": "90d8db77-d956-493f-9a13-1a9dd84cd785",
  • "displayName": "string"
}
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"
}