TopologyNodesGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
vCenter or Platform Services Controller node details with replication partners and client affinity information as applicable. See Nodes.Info.
JSON Example
{
"value": {
"client_affinity": "string",
"domain": "string",
"replication_partners": [
"string"
],
"type": "VCSA_EMBEDDED"
}
}