psm dhcs add-backup-service

Use this command to add a backup service to an existing Oracle Data Hub Cloud Service cluster.

Syntax

In the following syntax, line breaks have been added for clarity. Do not include them when entering the command.

psm dhcs add-backup-service -s|--service-name cluster-name
	-a|--backup-destination backupDestination
	-l|--cloud-storage-container storageContainer
	[-o|--cloud-storage-user storageusername]
	[-u|--cloud-storage-password storagePassword]
	[-d|--cloud-storage-container-auto-generate true-or-false]
	[-of|--output-format short|json|html]
	[-wc|--wait-until-complete true|false]

Parameters

Parameter Description

-s|--service-name cluster-name

Specifies the name of the Oracle Data Hub Cloud Service cluster.

-a|--backup-destination

The service to which you want to add backup support.

Accepted values: 'NONE', ‘CLOUD’, ‘BOTH'

-l|--cloud-storage-container

The complete REST URL for Oracle Cloud Infrastructure Object Storage Classic, appended by the container name.

-o|--cloud-storage-user

The user name used to access the specified Oracle Cloud Infrastructure Object Storage Classic container.

-u|--cloud-storage-password

Password associated with the user name used to access the specified Oracle Cloud Infrastructure Object Storage Classic container.

-d|--cloud-storage-container-auto-generate

(Optional) Indicates whether a new container is required (TRUE) or if you want to use an existing one (FALSE).

Accepted values: TRUE, FALSE

-of|--output-format short|json|html

(Optional) Specifies the output format of the command’s response:

  • short— output is formatted as a brief summary.

  • json— output is formatted as a JSON array.

  • html— output is formatted as HTML

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

–wc|--wait-until-complete true|false

(Optional) If set to true, the command behaves synchronously. That is, it does not return until the submitted job is complete. The following message is displayed until the job is complete:

Waiting for the job to complete... (it cannot be cancelled)

The default value is false.

Examples

The following example adds a backup service to the cluster1 cluster:

$ psm dhcs add-backup-service -s cluster1  -a BOTH -l http://example.storage.oraclecloud.com/Storage-example/cass-container -o StorageAdmin -u password -d false -of json
{
    "operationName":"backup-config-update",
    "target_uri":"http://example.com:7777/paas/api/v1.1/instancemgmt/beta/services/DHCS/instances/cluster1/backupconfig",
    "job_id":"7123284"
}
Job ID : 7123284

Note:

You can track the progress of this command by using the psm dhcs operation-status command.