NSX-T Data Center Global Manager REST API

FederationNodeSummary (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "FederationNodeSummary",
  "module_id": "FederationUpgrade",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "node_count": {
      "description": "Number of nodes of the type and at the component version.",
      "readonly": true,
      "required": true,
      "title": "Count of nodes",
      "type": "int"
    },
    "version": {
      "readonly": true,
      "required": true,
      "title": "Component version",
      "type": "string"
    }
  },
  "type": "object"
}