TopologyNodesFilterSpec
The Nodes.FilterSpec structure contains field used to filter the results when listing vCenter and Platform Services Controller nodes (see Nodes.list).
Properties
array of
TopologyNodesApplianceType Enum
types
Optional
The Nodes.ApplianceType enumerated type defines values for valid appliance types for the vCenter and Platform Services Controller node. See Nodes.Info.
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
{
"types": "VCSA_EMBEDDED"
}