Validate migration operations
POST /account/{accountId}/providers/cloudmanager_cbs/api/v1/migration/validate
Validates the migration of backups from the source ONTAP cluster to the target ONTAP cluster.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
accountId |
string |
path |
True |
Account ID |
authorization |
string |
header |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
sourceWorkingEnvironmentId |
string |
True |
|
migrationWorkingEnvironmentId |
string |
True |
|
migrationMappingDetails |
array[migrationMappingDetails] |
True |
Example request
{
"sourceWorkingEnvironmentId": "string",
"migrationWorkingEnvironmentId": "string",
"migrationMappingDetails": [
{
"sourceVolumeUuid": "string",
"migratedVolumeUuid": "string",
"policyName": "string"
}
]
}
Response
Status: 202, Default response
| Name | Type | Required | Description |
|---|---|---|---|
job-id |
string |
False |
Example response
{
"job-id": "string"
}
Definitions
See Definitions
migrationMappingDetails
| Name | Type | Required | Description |
|---|---|---|---|
sourceVolumeUuid |
string |
False |
|
migratedVolumeUuid |
string |
False |
|
policyName |
string |
False |
body
| Name | Type | Required | Description |
|---|---|---|---|
sourceWorkingEnvironmentId |
string |
True |
|
migrationWorkingEnvironmentId |
string |
True |
|
migrationMappingDetails |
array[migrationMappingDetails] |
True |