The group placement link property is not correctly reassigned in some scenarios. This can be confirmed using this internal REST API call:
curl -X GET --location 'https://<fqdn>/provisioning/uerp/resources/compute/<compute_uuid>' \
--header 'Authorization: Bearer <token>'
The compute_uuid
is the resourceId
property of the machine from the deployment UI.
The value of __groupResourcePlacementLink
in this response is of this format:
/provisioning/resources/group-placements/<UUID1>-<UUID2>
UUID2
here is the UUID of the cloud zone, which should be the destination / current cloud zone.
This issue will be resolved in Aria Automation 8.18.1-Patch3
To fix up VMs and disks which are currently showing under wrong cloud zone, please contact Support referencing this article.