[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get Deployed Product VMS V2
DescriptionThis API is used to get deployed product VMs.
Request
URLURL
https://localhost:8080/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}/deployed-vms
Path Parameters
Path Parameters
string
environmentId
Required
environmentId
string
productId
Required
productId
Query Parameters
Query Parameters
string
getWindowsVms
Optional
getWindowsVms
string
tenantId
Optional
tenantId
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK returns
array
of
DeleteVMDetailsDTO
of type(s) application/json
{
"hostname": "<FQDN of VM>",
"vCenterHost": "<FQDN of vCenter>",
"vmName": "master"
}
string
hostname
Optional
Hostname
string
vCenterHost
Optional
vCenter Hostname
string
vmName
Optional
VM name
Errors
401
Unauthorized
403
Forbidden
Code Samples
Code Samples
cURL Command
curl https://localhost:8080/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}/deployed-vms
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Deployments Controller Operations
delete
delete
post
post