mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 01:39:58 -05:00
Add README to describe VMC sddc samples and their prerequisites.
Signed-off-by: Tianhao He <het@vmware.com>
This commit is contained in:
parent
799159a0f0
commit
a60dcd567b
@ -1,14 +1,9 @@
|
|||||||
This directory contains samples for VMC SDDC APIs:
|
This directory contains samples for VMC SDDC APIs:
|
||||||
|
|
||||||
Use -h to check the required parameter for each sample:
|
Sample | Description | Prerequisites
|
||||||
|
:--- | :--- | :---
|
||||||
$ python add_remove_hosts.py -h
|
add_remove_hosts.py | Demonstrates add and remove ESX hosts | A SDDC in the organization
|
||||||
|
connect_to_vsphere_with_default_sddc_password.py | Demonstrates how to connect to a vSphere in a SDDC using the initial cloud admin credentials. | A firewall rule to access the vSphere
|
||||||
To run the sample:
|
deploy_ovf_template.py | Demonstrates the workflow to deploy an OVF library item to a resource pool in VMware Cloud on AWS. | An existing library item with an OVF template and an existing resource pool with resources for deploying the VM.
|
||||||
|
ovf_import_export_cloud.py | Demonstrates the workflow to import an OVF package into the content library, as well as download of an OVF template from the content library. | An existing vCenter DS with available storage.
|
||||||
$ python add_remove_hosts.py <refresh_token> <org_id> <sddc_id>
|
sddc_crud.py | Demonstrates create and delete a SDDC | An organization associated with the calling user.
|
||||||
|
|
||||||
* Testbed Requirement:
|
|
||||||
- An organization associated with the calling user.
|
|
||||||
- A SDDC in the organization
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user