Skip to main content

Modify the Cloud Backup service

Contributors

PUT /account/{accountId}/providers/cloudmanager_cbs/api/v1/backup/working-environment/{workingEnvironmentId}

Modifies Cloud Backup for a working environment. You can modify the state and backup policy name.

Token usage: BlueXP user token.

Parameters

Name Type In Required Description

accountId

string

path

True

Account ID

workingEnvironmentId

string

path

True

Working environment ID of the source Cloud Volumes ONTAP instance

authorization

string

header

True

User token

x-agent-id

string

header

True

Request identifier

Request Body

Name Type Required Description

state

string

False

Updates the SnapMirror relationship state in the working envrionment to the state specified

backup-policy-name

string

False

Policy name of the existing policy

Example request
{
  "state": "ENABLE"
}

Response

Status: 200, Default response

Definitions

See Definitions

body

Name Type Required Description

state

string

False

Updates the SnapMirror relationship state in the working envrionment to the state specified

backup-policy-name

string

False

Policy name of the existing policy