SystemConfigDeploymentTypeInfo
The DeploymentType.Info structure contains the fields used to get the appliance type.
Properties
type
Required
The ApplianceType enumerated type defines the vCenter appliance types.
VCSA_EMBEDDED : vCenter Server Appliance with an embedded Platform Services Controller.
VCSA_EXTERNAL : vCenter Server Appliance with an external Platform Services Controller.
PSC_EXTERNAL : An external Platform Services Controller.
Possible values are: VCSA_EMBEDDED , VCSA_EXTERNAL , PSC_EXTERNAL
JSON Example
{
"type": "VCSA_EMBEDDED"
}