mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 09:39:58 -05:00
775dbeffa9
Signed-off-by: Tianhao He <tianhao64@users.noreply.github.com>
15 lines
353 B
Markdown
15 lines
353 B
Markdown
This directory contains samples for VMC SDDC APIs:
|
|
|
|
Use -h to check the required parameter for each sample:
|
|
|
|
$ python add_remove_hosts.py -h
|
|
|
|
To run the sample:
|
|
|
|
$ python add_remove_hosts.py <refresh_token> <org_id> <sddc_id>
|
|
|
|
* Testbed Requirement:
|
|
- An organization associated with the calling user.
|
|
- A SDDC in the organization
|
|
|