Edit a vault migration
Edit a vault data migration.
Request
Security
| Any | Super User | System Admin | Security Admin | Operator |
|---|---|---|---|---|
| superUser | systemAdmin |
HTTP method
POST /manager/api/{apiResponseType}/1.0/editVaultMigration.adm HTTP/1.1
Host:{manager.dsnet}
destinationVaultId={destinationVaultId}&action={start|pause|resume|abort|retry|completeFailed}&rateLimitBytesEnabled={true|false}&rateLimitInMegabytes={limitInMB}
Curl method
curl -u {admin}:{password}
”https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/editVaultMigration.adm“ -d
”destinationVaultId={destinationVaultId}&action={start|pause|resume|abort|retry|completeFailed}&rateLimitBytesEnabled={true|false}&rateLimitInMegabytes={limitInMB}“
Parameters
| Parameter | Type | Usage | Default | Description |
|---|---|---|---|---|
| destinationVaultId | Long | Required |
ID of the migration destination vault. |
|
| action | String | Optional |
The action to take on the vault migration. The actions retry and completeFailed are only applicable when the migration halts with failures. Retry retries the failed objects and completeFailed marks the migration as complete with failures in place.
|
|
| rateLimitBytesEnabled | Boolean | Optional |
Enable the per device rate limit for bytes. |
|
| rateLimitInMegabytes | Integer | Optional |
Set the per device rate limit in MB/s. |
|
| rateLimitOpsEnabled | Boolean | Optional |
Enable the per device rate limit for ops. |
|
| rateLimitOps | Integer | Optional |
Set the per device rate limit in ops/s. |
Response
Returns success or failure status.
JSON response example
Default JSON success or failure response that is shown in Default JSON success response and Default JSON failure response.
Parameters
None other than the default response parameters shown in Common response parameters.