NSX-T Data Center REST API

SoftwareModule (type)

{
  "id": "SoftwareModule",
  "module_id": "FabricNode",
  "properties": {
    "module_name": {
      "required": true,
      "title": "Name of the module in the node",
      "type": "string"
    },
    "module_version": {
      "required": true,
      "title": "Version of the module in the node",
      "type": "string"
    }
  },
  "title": "Software module details",
  "type": "object"
}