NSX-T Data Center REST API

NodeCapability (type)

{
  "additionalProperties": false,
  "id": "NodeCapability",
  "module_id": "FabricNode",
  "properties": {
    "description": {
      "readonly": true,
      "required": true,
      "title": "Description of this capability that can be displayed in UI",
      "type": "string"
    },
    "key": {
      "readonly": true,
      "required": true,
      "title": "String that identifies the base capability for all nodes",
      "type": "string"
    },
    "provider": {
      "readonly": true,
      "required": true,
      "title": "Provider of this capability for the node",
      "type": "string"
    },
    "value": {
      "readonly": true,
      "required": true,
      "title": "Value of this capability",
      "type": "string"
    },
    "version": {
      "readonly": true,
      "required": true,
      "title": "Version of the capability",
      "type": "int"
    }
  },
  "title": "Capability of a fabric node",
  "type": "object"
}