NSX-T Data Center REST API

ControllerNodeAggregateInfo (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "BaseNodeAggregateInfo"
  },
  "id": "ControllerNodeAggregateInfo",
  "module_id": "ClusterManagement",
  "properties": {
    "display_name": {
      "description": "Defaults to ID if not set",
      "maxLength": 255,
      "title": "Identifier to use when displaying entity in logs or GUI",
      "type": "string"
    },
    "id": {
      "readonly": true,
      "title": "Unique identifier of this resource",
      "type": "string"
    },
    "node_interface_properties": {
      "items": {
        "$ref": "NodeInterfaceProperties"
      },
      "readonly": true,
      "title": "Array of Node interface statistic properties",
      "type": "array"
    },
    "node_interface_statistics": {
      "items": {
        "$ref": "NodeInterfaceStatisticsProperties"
      },
      "readonly": true,
      "title": "Array of Node network interface statistic properties",
      "type": "array"
    },
    "node_status": {
      "$ref": "ClusterNodeStatus",
      "readonly": true
    },
    "node_status_properties": {
      "items": {
        "$ref": "NodeStatusProperties"
      },
      "title": "Time series of the node's system properties",
      "type": "array"
    },
    "role_config": {
      "$ref": "ControllerClusterRoleConfig",
      "readonly": true
    }
  },
  "type": "object"
}