VsanObjectPlacement
Physical placement summary with the details for object.
Within the placement summary, the object UUIDs are listed. The object UUIDs are the same as the object UUIDs in the object placement details. The object placement details are the physical placement details for the object. It contains the placement details for the object components and the disks. If the object is remote, the object placement details will provide the remote placement information like the remote datastore, remote cluster, remote VC IP, and else.
This structure may be used only with operations rendered under /vsan.
{
"_typeName": "string",
"details": [
{
"_typeName": "string",
"uuid": "string",
"type": "string",
"name": "string",
"isRemote": false,
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"spbmProfileUuid": "string",
"spbmProfileName": "string",
"isLocalPolicy": false,
"remoteDatastoreUuid": "string",
"remoteDatastoreName": "string",
"remoteCluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"remoteClusterName": "string",
"remoteVc": "string",
"healthState": "string",
"components": [
{
"_typeName": "string",
"type": "string",
"children": [
"VsanComponentPlacement Object"
],
"basicInfo": {
"_typeName": "string",
"uuid": "string",
"componentState": "string",
"hostName": "string",
"hostNodeUuid": "string",
"faultDomainUuid": "string",
"faultDomainName": "string",
"cacheDiskInfo": {
"_typeName": "string",
"diskUuid": "string",
"diskName": "string",
"isSsd": false
},
"capacityDiskInfo": {
"_typeName": "string",
"diskUuid": "string",
"diskName": "string",
"isSsd": false
}
}
}
]
}
]
}