Get Multi Vc Vm
Get the Multi VC VM with the specified ID.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/multiVcVms/{multiVcVmUrn}
COPY
Path Parameters
string
multiVcVmUrn
Required
multiVcVmUrn
Responses
200
OK
Returns
MultiVcVm
of type(s)
application/json;version=39.1
{
"id": "string",
"vcId": "string",
"name": "string",
"moref": "string",
"primaryVmRef": {
"name": "string",
"id": "string"
}
}
string
id
Optional
Unique id for the Multi VC VM.
string
vcId
Optional
ID of the vCenter that this Multi VC VM is in.
string
name
Optional
Name of the Multi VC VM.
string
moref
Optional
Moref of the Multi VC VM in vCenter.
object
primaryVmRef
Optional
Entity reference used to describe VCD entities
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/multiVcVms/{multiVcVmUrn}
Availability
Added in 40.0.0-alpha
Multi Vc Vms Operations
GET
Get Multi Vc Vms
GET
Get Multi Vc Vm
DELETE
Delete Multi Vc Vm