[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
InlineGraphConfiguration1
Properties
boolean
display_x_value
Optional
If true, value of a point is shown as label on X axis. If false, value of point is not shown as label on X axis. false can be useful in situations where there are too many points and showing the X value as label can clutter the X axis.
string
navigation
Optional
Hyperlink of the specified UI page that provides details.
string
sub_type
Optional
Describes the the type of graph. LINE_GRAPH shows a line graph chart BAR_GRAPH shows a simple bar graph chart STACKED_BAR_GRAPH shows a stacked bar graph chart
Possible values are: LINE_GRAPH , BAR_GRAPH , STACKED_BAR_GRAPH
JSON Example
{
"graphs": [
{
"point_definition": {
"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