NSX-T Data Center REST API

PropertyItem (schema)

LabelValue Property

Represents a label-value pair.

Name Description Type Notes
condition Expression for evaluating condition

If the condition is met then the property will be displayed. Examples of expression syntax are provided under 'example_request' section of 'CreateWidgetConfiguration' API.
string Maximum length: 1024
drilldown_id Id of drilldown widget

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
field Field of the Property

Represents field value of the property.
string Required
Maximum length: 1024
heading If true, represents the field as a heading

Set to true if the field is a heading. Default is false.
boolean Default: "False"
label Label of the property

If a field represents a heading, then label is not needed
Label
label_value_separator Labale value separator used between label and value

Label value separator used between label and value. It can be any separator like ":" or "-".
string
navigation Navigation to a specified UI page

Hyperlink of the specified UI page that provides details. This will be linked with value of the property.
string Maximum length: 1024
render_configuration Render Configuration

Render configuration to be applied, if any.
array of RenderConfiguration
rowspan Vertical span

Represent the vertical span of the widget / container
int Minimum: 1
separator A separator after this property

If true, separates this property in a widget.
boolean Default: "False"
span Horizontal span

Represent the horizontal span of the widget / container.
int Minimum: 1
Maximum: 12
style A Style object applicable for the Property Item

A style object applicable for the property item. It could be the any padding, margin style sheet applicable to the property item. A 'style' property is supported in case of layout 'AUTO' only.
object
type field data type

Data type of the field.
string Required
Enum: String, Number, Date, Url
Maximum length: 255
Default: "String"