Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Search virtual cluster


This topic lists the XML samples and node element descriptions required for configuring the response of the VMware_Integration module for searching a virtual cluster.

The following table lists the workflows used for searching a virtual cluster in the VMware and BMC Cloud Lifecycle Management integration:

Workflow type

Name

CLM_Integration

Virtual Cluster Search

VMware_Integration

Virtual Cluster Normal Search

Response from VMware_Integration module

XML sample for configuring the response

<virtual-clusters>
<virtual-cluster>
  <server-name>MICRO-CSM-VC01.bmc.com</server-name>
  <name>csm-cluster</name>
  <total-memory>0</total-memory>
  <total-memory-unit>MB</total-memory-unit>
  <vcpus>0</vcpus>
</virtual-cluster>
<virtual-cluster>
  <server-name>MICRO-CSM-VC01.bmc.com</server-name>
  <name>SAP-Cluster</name>
  <total-memory>16384</total-memory>
  <total-memory-unit>MB</total-memory-unit>
  <vcpus>8</vcpus>
</virtual-cluster>
  </virtual-clusters>

All of the following node elements are required for configuring the response:

Element

Description

Sample values

<virtual-clusters>

Represents the list of one or more virtual cluster details to be returned

None

<virtual-cluster>

Represents one valid virtual cluster entry

None

<server-name>

Specifies the vCenter server name to which the cluster belongs

MICRO-CSM-VC01.bmc.com

<name>

Specifies the name of the virtual cluster

csm-cluster

<total-memory>

Specifies the aggregated memory resources of all hosts within the virtual cluster, in MB

32576

<total-memory-unit>

Specifies the unit of measure for the <total-memory> value

MB

<vcpus>

Specifies the aggregated CPU resources of all hosts

4

If an error occurs during execution, error XML code is returned in the following format:

<value>
    <error>Error Message</error>
</value>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Cloud Lifecycle Management 3.1