placements
placements
JSON Example
{
"id": "string",
"name": "string",
"type": "string"
}
string
id
Optional
id
string
name
Optional
name
string
type
Optional
- HostSystem
- ClusterComputeResource
- ResourcePool
- Folder
- Vdc
- host
- dataCenter
- vApp
- SecurityGroup
Placement types based on cloud type
Cloud Type Allowed Types vCenter HostSystem, ResourcePool, ClusterComputeResource, Datacenter, Folder vCD Vdc
vCenter Endpoint:
[
{
"id": "resourcePool-452",
"type": "ResourcePool"
},
{
"id": "Folder",
"type": "folder-818"
},
{
"id": "Datacenter",
"type": "datacenter-1"
}
]
vCD Endpoint:
[
{
"id": "vdc-c16262f8-8c09-11e9-bc42-526af7764f64",
"type": "Vdc"
}
]