Enable or disable the service
PUT /account/{accountId}/providers/cloudmanager_cbs/api/v1/catalog/working-environments/{workingEnvironmentId}
Enables or disables the indexed cataloging service for a specified system on AWS, Azure, Google Cloud and on-premise or dark site deployments.
Token usage: NetApp Console user token.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
accountId |
string |
path |
True |
Account ID |
workingEnvironmentId |
string |
path |
True |
System 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 of the SnapMirror relationship states in the system 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 of the SnapMirror relationship states in the system to the state specified. |