mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-23 01:49:59 -05:00
10 lines
499 B
Markdown
10 lines
499 B
Markdown
|
This directory contains samples for Platform Service Controller, SSO and Lookup Service APIs:
|
||
|
|
||
|
Running the samples
|
||
|
|
||
|
* $ cd /path/to/vsphere-automation-sdk-python-samples/bin
|
||
|
* $ ./run_sample.sh ../samples/vsphere/tagging/tagging_workflow.py --server <vCenter Server IP> --username <username> --password <password> --clustername <clustername> --categoryname <categoryname> --categorydesc <categorydesc> --tagname <tagname> -tagdesc <tagdesc> -v
|
||
|
|
||
|
* Testbed Requirement:
|
||
|
- 1 vCenter Server
|