Enable or disable the service
Contributors
Suggest changes
PUT /account/{accountId}/providers/cloudmanager_cbs/api/v1/catalog/working-environments/{workingEnvironmentId}
Enables or disables the indexed cataloging service for a specified working environment on AWS, Azure, GCP and on-premise/dark site deployments.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
Account ID |
workingEnvironmentId |
string |
path |
True |
Working environment ID |
authorization |
string |
header |
True |
User token |
x-agent-id |
string |
header |
True |
Request identifier |
Request Body
Name | Type | Required | Description |
---|---|---|---|
state |
string |
False |
Modifies all the SnapMirror relationship states in the working envrionment to the state specified |
Example request
{
"state": "string"
}
Response
Status: 200, Default response
Definitions
See Definitions
body
Name | Type | Required | Description |
---|---|---|---|
state |
string |
False |
Modifies all the SnapMirror relationship states in the working envrionment to the state specified |