Modify the BlueXP backup and recovery service
PUT /account/{accountId}/providers/cloudmanager_cbs/api/v1/backup/working-environment/{workingEnvironmentId}
Modifies BlueXP backup and recovery 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": "string",
"backup-policy-name": "string"
}
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 |