DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Concepts:
list changes to existing web services APIs and new APIs introduced with signatures and throughout documentation
Workflow:
This feature is default enabled as long as cloud-hypervisor-ucs.jar presents in classpath of CloudStack. User doesn't need to do any extra work to get the feature working,
a typical workflow is:
Implementations:
The feature is implemented as a plugin locating in incubator-cloudstack/plugins/hypervisors/ucs
AddUcsManagerCmd
example:
curl "http://localhost:8096/?command=addUcsManager&zoneid=$zoneid&name=ucsmanager&url=$url&username=admin&password=C1tr1x99"
curl "http://localhost:8096/?command=addUcsManager&zoneid=$zoneid&name=ucsmanager&url=$url&username=admin&password=C1tr1x99"
AssociateUcsProfileToBladeCmd
example:
curl "http://localhost:8096/?command=associatesUscProfileToBlade&ucsmanagerid=$ucsid&profiledn=$profileDn&bladeid=$bladeId"
ListUcsBladeCmd
example:
curl "http://localhost:8096/?command=listUcsBlade&ucsmanagerid=$ucsid"
ListUcsManagerCmd
example:
TODO
ListUcsProfileCmd
example:
curl "http://localhost:8096/?command=listUcsProfile&ucsmanagerid=$ucsid"