After migrating from one site to another, and never completing the task, you will see the following error on the UI
but if you tried to force cleanup or archive i will failed with the following error:
java.lang.NullPointerException: null
Vmware HCX
vCenter vpxd service crashed due to a duplicate key value being inserted to table "vpx_nw_assignment". This happens when HCX migrates VM's to network port group which has any special characters.
Information require:
Task: Generating x-hm authentication token for use with HCX APIs
Note: Choose Migration APIS, The option for Migration has been deprecated
Example:
Sample data:
Migration ID: 1234567
Migration groups:7654321
api call
{ "items": [ { "migrationId": "string", "migrationGroupId": "string" } ], "removeLongRecoveryData": false }
complete api call
{ "items": [ { "migrationId": "1234567", "migrationGroupId": "7654321" } ], "removeLongRecoveryData": false }