You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the DNS use case, it would be useful to connect to vCenter and generate a requisition similar to how the VMWare Integration in OpenNMS would do it.
It turns out that VMWare have a Go Library to manage anything on a vSphere environment:
The user should pass the vCenter IP or FQDN as well as the name of the requisition as a parameter. If the name of the requisition is omitted, the name of the vCenter host will be used.
Of course, the user can provide:
--username user to connect to vCenter
--password the password of the user used to connect to vCenter
--insecure to avoid validating the HTTPS certificate of the vCenter API
That will generate a YAML with the requisition, but the format can be changed accordingly.
agalue
changed the title
Generate a Requisition from vSphere
Generate a requisition from vSphere
Sep 5, 2019
Similar to the DNS use case, it would be useful to connect to vCenter and generate a requisition similar to how the VMWare Integration in OpenNMS would do it.
It turns out that VMWare have a Go Library to manage anything on a vSphere environment:
https://github.com/vmware/govmomi
The text was updated successfully, but these errors were encountered: