VMware Cloud Community
lguan11365
Contributor
Contributor

VRA7 day2 action with unexpected authorization error while owning the resource

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

Reply
0 Kudos
0 Replies