[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

PointDefinition

Defines the point of a graph.


Properties

string
field Required

An expression that represents the points of the graph


string
x_value Required

Represents the variable for the X value of points that are plotted on the graph.


string
y_value Required

Represents the variable for the Y value of points that are plotted on the graph.


string
drilldown_id Optional

Id of drilldown widget, if any. Id should be a valid id of an existing widget. A widget is considered as drilldown widget when it is associated with any other widget and provides more detailed information about any data item from the parent widget.


string
navigation Optional

Hyperlink of the specified UI page that provides details.


array of Tooltip
tooltip Optional

Multi-line text to be shown on tooltip while hovering over the point of a graph.

JSON Example

{
	"field": "string",
	"x_value": "string",
	"y_value": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: NsxDashboard
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

GraphDefinition

Feedback

Was this page helpful?