Modify a SnapMirror replication relationship
PUT /replication/{workingEnvironmentId}/{destinationSvmName}/{destinationVolumeName}
Updates a SnapMirror replication relationship.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
|
destinationSvmName |
string |
path |
True |
|
destinationVolumeName |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
schedule |
string |
False |
New replication schedule name |
maxTransferRate |
integer |
False |
New maximum transfer rate limit (KB/s). Use 0 for no limit, otherwise use a number between 1024 and 2,147,482,624. |
Example request
{
"schedule": "string"
}
Error
Status: Default, Default response