TopologyNodesListResponseBody
This is a response body class for an operation.
Properties
array of
TopologyNodesSummary
value
Optional
commonly used information for all vCenter and Platform Services Controller nodes matching the Nodes.FilterSpec.
JSON Example
{
"value": [
{
"client_affinity": "string",
"node": "string",
"replication_partners": [
"string"
],
"type": "VCSA_EMBEDDED"
}
]
}