Hi,
I want to perform an inplace restore using the postman collection.
First I search for the GUID of the VM by using the call
GET {{ServerUrl}}/VM.
When I find the VM I take strGUID.
This is the GUID I use in the call
POST {{ServerURL}}/v2/vsa/vm/{{vmGuid}}/recover with strGUID as vmGUID.
When I send this I get the following error:
{
"errorMessage": "Object reference not set to an instance of an object.",
"errorCode": 102
}
Am I using the wrong UID, if yes how do I find the correct one?