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
<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:
| Running |
If an error occurs during execution, error XML code is returned in the following format:
<error>Error Message</error>
</value>