1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-23 01:49:59 -05:00
vsphere-automation-sdk-python/samples/vsphere/vcenter/hvc/README.md
Tianhao He 346f5b1cd6 VMware Cloud on AWS 1.4
- Updated bindings and samples for VMware Cloud on AWS APIs
- Added bindings for NSX APIs
- Added HVC samples
2018-05-15 20:56:21 -07:00

18 lines
1.6 KiB
Markdown

This directory contains samples for managing vSphere hybrid linked mode:
The sample were tested against vSphere 6.7
### Hybrid Linked Mode link Create/List/Delete operations
Sample | Description
----------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
links_client.py | Demonstrates link Create, List, Delete operations with a foreign platform service controller in a different SSO domain.
### Hybrid Linked Mode Administrator identity source group Add/Get/Remove operations
Sample | Description
----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------
administrator_client.py | Demonstrates Add, Get, Remove operations for a given SSO group in an Identity source to the CloudAdminGroup.
### Testbed Requirement:
- 2 vCenter Server in different SSO domains. The 2nd vCenter should be on version 6.5x
- The username being used to run the sample should have the HLM.Manage privilege.
- AdministratorClient sample requires the vCenter under test to have an Identity Source added and a local group called CloudAdminGroup to be created.