Create a new replication for an FSx system
POST /replication/fsx
Creates a new replication to an FSx system.
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
replicationRequest |
True |
||
replicationVolume |
True |
Example request
{
"replicationRequest": {
"sourceWorkingEnvironmentId": "string",
"destinationFsxId": "string",
"sourceInterclusterLifIps": [
"string"
],
"policyName": "string",
"scheduleName": "string",
"sourceIpSpace": "string"
},
"replicationVolume": {
"sourceSvmName": "string",
"sourceVolumeName": "string",
"destinationVolumeName": "string",
"destinationSvmName": "string",
"tieringPolicy": "string"
}
}
Error
Status: Default, Default response
Definitions
See Definitions
ReplicationToFsxRequest
| Name | Type | Required | Description |
|---|---|---|---|
sourceWorkingEnvironmentId |
string |
True |
|
destinationFsxId |
string |
True |
|
sourceInterclusterLifIps |
array[string] |
True |
|
policyName |
string |
True |
|
scheduleName |
string |
False |
|
maxTransferRate |
integer |
False |
|
sourceIpSpace |
string |
False |
minimumCoolingDays
FsxVolumeRequest
| Name | Type | Required | Description |
|---|---|---|---|
sourceSvmName |
string |
True |
|
sourceVolumeName |
string |
True |
|
destinationVolumeName |
string |
True |
|
destinationSvmName |
string |
True |
|
tieringPolicy |
string |
False |
|
minimumCoolingDays |
False |