9.0 Step 7: Validate

After you configure the transformation, you should verify that the configuration is valid. The following example shows how to request validation of the configuration for a specified transformation.

This query returned a warning about the host name of the target being the same as the source. This warning message can safely be ignored if the source will be in a shut down state after cutover, or if the source and target will be in different networks after cutover.

Method: GET

https://10.10.10.143/MigrateApi/2019.5/transformations/50023e0d-91e3-4aef-b847-aa6400e4ffa2/validationResults

Response: Data returned from GET

{
    "errors": [],
    "warnings": [
        {
            "validationMessage": "The hostname SB-W2012-R2-STD is currently in use by the source machine",
            "severity": "warning"
        }
    ],
    "infos": []
}