Delete 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 deleting a virtual guest.
The following table lists the workflow names used for deleting a virtual guest in the VMware and BMC Cloud Lifecycle Management integration:
Workflow type | Name |
|---|---|
CLM_Integration | Delete Virtual Guest |
VMware_Integration | Delete 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
<delete-status>success</delete-status>
</virtual-guest>
All of the following node elements are required for configuring the response:
Element | Description | Valid values |
|---|---|---|
<virtual-guest> | Specifies a valid virtual guest entry | None |
<delete-status> | Represents the final status of delete operation | success, or failure |
If an error occurs during execution, error XML code is returned in the following format:
<error>Error Message</error>
</value>