cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2227
Views
3
Helpful
1
Replies

Exploring UCS Director REST API

brettkugler
Level 4
Level 4

I'm doing some preliminary exploration of the UCS Director REST API and there seems to be two flavors.  The "legacy" API which supports JSON and seems to be what is primarily documented in the Developer Guide 4.1, and the Cloupia API, which is XML based and does not seem to be documented anywhere I can find.  I've tried exploring the API through the GUI with Developer Menu Options turned on, but even there I have had minimal success with the Cloupia tasks.  I've gotten a few to work as expected, but my main use case is still failing.

In short, I am trying to use a provisioning VM workflow but it's complaining (see error below).  I POST the following to /cloupia/api-v2/customActions

GUI Generated XML

<cuicOperationRequest>

<operationType>VMWARE_VM_PROVISION</operationType>

<payload>

<![CDATA[

<VMProvision>

<!-- Accepts value from the list: vmCloneType-->

<cloneType>cloneFromTemplate</cloneType>

   <!-- Set this value only when cloneType equals to cloneFromTemplate  -->

<!-- Accepts value from the list: catalog-->

<catalogId>14</catalogId>

   <!-- Set this value only when cloneType not equals to cloneFromTemplate  -->

<!-- Accepts value from the list: vm-->

<vmId>-1</vmId>

<!-- Accepts value from the list: vDC-->

<vdcId>2</vdcId>

   <!-- Set this value only when cloneType not equals to cloneFromTemplate  -->

<!-- Accepts value from the list: vdcCategoryType-->

<vdcCategory>0</vdcCategory>

<vmName>bkTestVM</vmName>

<allocatedHost></allocatedHost>

<allocatedDatastore></allocatedDatastore>

<allocatedAddnlDatastore></allocatedAddnlDatastore>

<allocatedCluster></allocatedCluster>

<allocatedResourcePool></allocatedResourcePool>

<altAllocatedHost></altAllocatedHost>

<altAllocatedDatastore></altAllocatedDatastore>

<altAllocatedAddnlDatastore></altAllocatedAddnlDatastore>

<altCluster></altCluster>

<altResourcePool></altResourcePool>

<ipAddressType>0</ipAddressType>

<ipAddress></ipAddress>

<allocatedAddnlIPAddress></allocatedAddnlIPAddress>

<!-- Accepts value from the list: vCPUCount-->

<numCPUs>4</numCPUs>

<!-- Accepts value from the list: memSizeMB-->

<memoryMB>4096</memoryMB>

<!-- Accepts value from the list: diskSizeGB-->

<diskGB>100</diskGB>

<maxWaitForIpMins>0</maxWaitForIpMins>

</VMProvision>

]]>

</payload>

</cuicOperationRequest>

and the response I get is

Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><cuicOperationResponse><errorMessage>No such SR exists in the system -1</errorMessage><operationStatus>3</operationStatus></cuicOperationResponse>

I suspect I have to take additional steps, but it's hard to say what I might be missing with no documentation.  Any pointers in the right direction?

Thanks,

Brett

1 Accepted Solution

Accepted Solutions

rekkrish
Level 4
Level 4

Brett,

This is a known issue that is being worked on.

Regards,

Rekha Krishna

View solution in original post

1 Reply 1

rekkrish
Level 4
Level 4

Brett,

This is a known issue that is being worked on.

Regards,

Rekha Krishna

Cisco UCS X-Series Energy Efficiency Offer