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.

Modify virtual guest


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

The following table lists the workflow names used for modifying a virtual guest in the VMware and BMC Cloud Lifecycle Management integration:

Workflow type

Name

CLM_Integration

Modify Virtual Guest

VMware_Integration

Modify Virtual Guest Implementation

Request to VMware_Integration module

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


Response from VMware_Integration module

XML sample for configuring the response

<virtual-guest>
 <vcpus>200</vcpus>
 <total-memory>2048</total-memory>
 <state>Running</state>
</virtual-guest>

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

Element

Description

Sample values

<vcpus>

Specifies the number of CPUs for the virtual guest after modification

 200

<total-memory>

Specifies the total memory, in MB, of the virtual guest after modification

2048

<state>

Represents the new state of the virtual guest

Valid values:

  • Installed (if virtual guest is powered off)
  • Running (if virtual guest is powered on)
  • Suspended (if virtual guest is suspended)

Running

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