Modify the configuration of a Data Orchestrator

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

This API allows the configuration of the Data Orchestrator to be modified.

This configuration options include:

  • Network
  • Date & Time
Securitybearer
Request
path Parameters
id
required
string <uuid>

id of the Data Orchestrator.

Request Body schema: application/merge-patch+json
required
object (DataOrchestratorDateTimeUpdate)

These attributes are used to configure the Data Orchestrator date and time.

displayName
string

User-defined name given to the Data Orchestrator.

object (DataOrchestratorNetworkUpdate)
object (DataOrchestratorNtpUpdate)
Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

412

Precondition failed

500

Internal server error

503

Service not available

Request samples
application/merge-patch+json
{
  • "dateTime": {
    },
  • "displayName": "Data Orchestrator 1",
  • "network": {
    },
  • "ntp": {
    }
}
Response samples
application/json
{ }