- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm trying to retrieve a VM's IPs using REST API request. The only request that seems to be relevant is:
/api/vcenter/vm/{vm}/guest/identity
but its response contains only one IP address while the VM has more than one.
Is there any way to get all the IP addresses of a VM?
Thanks!