NSX-T Data Center REST API

Axes (type)

{
  "additionalProperties": false, 
  "description": "Represents X and Y axes of a graph. For a multi-graph, the same axes are shared by all the graphs.", 
  "id": "Axes", 
  "module_id": "NsxDashboard", 
  "nsx_feature": "NsxDashboardWidgetConfig", 
  "properties": {
    "x_label": {
      "$ref": "Label, 
      "decription": "Describes the X axis of a graph. If x_label is not specified, the label will not appear for X axis. To have a support for mulitple condition use 'x-labels' property.", 
      "title": "Label for X axis of a graph"
    }, 
    "x_labels": {
      "description": "A list of X-Axis Labels with condition support. If needed, this property can be used to provide a list of x-axis label with condition support. For a label with single condition,'x-label' property can be used.", 
      "items": {
        "$ref": "Label
      }, 
      "minItems": 0, 
      "title": "A list of X-Axis Labels with condition support.", 
      "type": "array"
    }, 
    "y_axis_unit_labels": {
      "description": "A list of Y-Axis unit Labels with condition support. If needed, this property can be used to provide a list of y-axis unit label with condition support. This unit label can be used to display the point value along with units like percentage, milliseconds etc.", 
      "items": {
        "$ref": "Label
      }, 
      "minItems": 0, 
      "title": "A list of Y-Axis unit Labels with condition support.", 
      "type": "array"
    }, 
    "y_axis_units": {
      "description": "A list of Y-Axis unit with condition support. If needed, this property can be used to provide a list of y-axis unit with condition support. This unit could be like percentage, seconds, milliseconds etc.", 
      "items": {
        "$ref": "AxisUnit
      }, 
      "minItems": 0, 
      "title": "A list of Y-Axis unit with condition support.", 
      "type": "array"
    }, 
    "y_label": {
      "$ref": "Label, 
      "decription": "Describes the Y axis of a graph. If y_label is not specified, the label will not appear for Y axis.", 
      "title": "Label for Y axis of a graph"
    }, 
    "y_labels": {
      "description": "A list of Y-Axis Labels with condition support. If needed, this property can be used to provide a list of y-axis label with condition support. For a label with single condition,'y-label' property can be used.", 
      "items": {
        "$ref": "Label
      }, 
      "minItems": 0, 
      "title": "A list of Y-Axis Labels with condition support.", 
      "type": "array"
    }
  }, 
  "title": "Axes of a graph", 
  "type": "object"
}