-
Notifications
You must be signed in to change notification settings - Fork 8
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
Sync vcenter tags #344
Comments
Related to #339 |
@bb-Ricardo for which object types is the goal of syncing tags from vmware? |
Hi, First I believe you need to use the https://github.com/vmware/vsphere-automation-sdk-go as tags are not part of the vpshere SOAP API and rather the REST API. this initiates the session: https://github.com/bb-Ricardo/netbox-sync/blob/main/module/sources/vmware/connection.py#L203 This retrieves all tags for a vCenter object: https://github.com/bb-Ricardo/netbox-sync/blob/main/module/sources/vmware/connection.py#L649 This reads tags for a certain object: https://github.com/bb-Ricardo/netbox-sync/blob/main/module/sources/vmware/connection.py#L701 hope this is sufficient. Let me know if you are missing anything. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Add feature of also syncing tags from vcenter.
The text was updated successfully, but these errors were encountered: