NSX-T Data Center REST API

WidgetPlotConfiguration (type)

{
  "additionalProperties": false, 
  "description": "Base type for widget plot config.", 
  "id": "WidgetPlotConfiguration", 
  "module_id": "NsxDashboard", 
  "nsx_feature": "NsxDashboardWidgetConfig", 
  "properties": {
    "allow_maximize": {
      "description": "Allow maximize capability for this widget", 
      "title": "Allow maximize capability for this widget", 
      "type": "boolean"
    }, 
    "condition": {
      "description": "If the condition is met then the given chart config is applied to the widget configuration.", 
      "maxLength": 1024, 
      "title": "Expression for evaluating condition for this chart config", 
      "type": "string"
    }
  }, 
  "title": "Base type for widget plot config", 
  "type": "object"
}