I am following the doc # https://www.vmtocloud.com/executing-day-2-actions-with-the-vra-7-rest-api/
for some VM I could get the reqeust_id , get the resource_id and take actions and worked.
for some VM I could get the request id but I can not the resource_id. I get following error
{
"errors": [
{
"code": 10112,
"message": "Authorization error.",
"moreInfoUrl": null,
"source": null,
"systemMessage": null
}
]
}
I owned the VM and could get the request_id, why I get authorization error when I try to get resource id?
Please help
Thanks