NSX-T Data Center REST API

GraphDefinition (type)

{
  "additionalProperties": false,
  "description": "Defines a graph",
  "id": "GraphDefinition",
  "module_id": "NsxDashboard",
  "nsx_feature": "NsxDashboardWidgetConfig",
  "properties": {
    "id": {
      "description": "Identifier of graph. It can be used to differentiate multiple graph series present in GraphWidgetConfiguration.",
      "title": "Identifier of graph",
      "type": "string"
    },
    "label": {
      "$ref": "Label",
      "description": "Describes the graph. It labels the entities of graph. If the label is not provided then it is not shown for a graph. For example, for a single graph, the title of widget can describe the graph and a label may not be necessary to be shown.",
      "title": "Label of a graph"
    },
    "point_definition": {
      "$ref": "PointDefinition",
      "description": "Defines the points of a graph.",
      "required": true,
      "title": "Definition for points of a graph"
    },
    "render_configuration": {
      "description": "Additional rendering or conditional evaluation of the field values to be performed, if any.",
      "items": {
        "$ref": "RenderConfiguration"
      },
      "minItems": 0,
      "title": "Render Configuration",
      "type": "array"
    },
    "row_list_field": {
      "description": "An expression that represents the series of the graph",
      "required": false,
      "title": "Expression for series of the graph",
      "type": "string"
    }
  },
  "title": "Definition of a graph",
  "type": "object"
}