NSX-T Data Center REST API
GraphDefinition (schema)
Definition of a graph
Defines a graph
| Name | Description | Type | Notes | 
|---|---|---|---|
| id | Identifier of graph Identifier of graph. It can be used to differentiate multiple graph series present in GraphWidgetConfiguration.  | 
            
            string | |
| label | Label of a graph 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.  | 
            
            Label | |
| point_definition | Definition for points of a graph Defines the points of a graph.  | 
            
            PointDefinition | Required | 
| render_configuration | Render Configuration Additional rendering or conditional evaluation of the field values to be performed, if any.  | 
            
            array of RenderConfiguration | Minimum items: 0 | 
| row_list_field | Expression for series of the graph An expression that represents the series of the graph  | 
            
            string |