NSX-T Data Center REST API

ValidationError (type)

{
  "description": "Error while applying transport node profile on discovered node",
  "id": "ValidationError",
  "module_id": "TransportNodeCollection",
  "properties": {
    "discovered_node_id": {
      "readonly": true,
      "required": true,
      "title": "Discovered Node Id",
      "type": "string"
    },
    "error_message": {
      "readonly": true,
      "required": true,
      "title": "Validation error message",
      "type": "string"
    }
  },
  "title": "Validation Error",
  "type": "object"
}