Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identity information not returned for GetVM methods #301

Open
sasquatch989 opened this issue Mar 8, 2022 · 0 comments
Open

Identity information not returned for GetVM methods #301

sasquatch989 opened this issue Mar 8, 2022 · 0 comments
Labels

Comments

@sasquatch989
Copy link

Describe the bug

Per documentation, https://developer.vmware.com/apis/vsphere-automation/v7.0.0/vcenter/data-structures/VM/Get/ResponseBody/

calls to this method do not return the following
"identity": { "bios_uuid": "string", "instance_uuid": "string", "name": "string" }

Calls directly to the rest api @url/rest/vcenter/vm/vm-1 fails to return this info. In particular, I'm looking for that instance_uuid

I also tried client.vcenter.vm.guest.Identity.get('vm-1') to no avail. The VM is powered on.

Reproduction steps

1. Install latest SDK, or access REST API directly
2. Attempt to retrieve VM instance uuid through Get VM methods as documented
3. Attempted on vsphere 6.7.0
...

Expected behavior

As per the published documentation, the GetVm methods should return identity information, to include the instanceID

Additional context

As well, the online docs noted above globs vsphere 6.5-7.0U2, so it is not possible to tell if this is a vsphere versioning issue.

I am using full Administrator privileges

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant