NSX-T Data Center REST API

ClusteringInfo (type)

{
  "description": "Clustering parameters for the controller cluster",
  "id": "ClusteringInfo",
  "module_id": "ClusterManagement",
  "properties": {
    "join_to_existing_cluster": {
      "description": "Property to indicate if the node must join an existing cluster.",
      "required": true,
      "title": "True If the controller node should join an existing cluster",
      "type": "boolean"
    },
    "shared_secret": {
      "description": "Shared secret of the cluster.",
      "required": true,
      "sensitive": true,
      "title": "Shared Secret of the cluster",
      "type": "secure_string"
    }
  },
  "type": "object"
}