Is it possible to create a VM without datacenter permission? #1070
Unanswered
tdominguezm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When creating a VM with an script in the datacenter (DC from now on) of my organization, I get this error:
The function I use to create the VM is this one (very close to the one in samples I think):
I don't have permission to access the Datacenter, but I have the privilegeID
VirtualMachine.Inventory.Create
and can create the VMs at ESXi level of one of our ESXi. Can anyone help me figure out what I'm missing to deploy the machines there or if it's impossible without DC access? I use the same script in another DC in which I have DC access and it works fineReproduction steps
Expected behavior
The VM gets created because I'm using an account where I should be able to create VMs, even though I don't have DC privilege.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions