NSX-T Data Center REST API
Header (schema)
Widget Header
Header of a widget that provides additional information. This will be shown at the container level. It includes details as label value pairs.
| Name | Description | Type | Notes | 
|---|---|---|---|
| condition | Expression for evaluating condition If the condition is met then the header will be applied. Examples of expression syntax are provided under 'example_request' section of 'CreateWidgetConfiguration' API. | string | Maximum length: 1024 | 
| content_alignment | alignment for labelvalue pair Alignment of header labels. | string | Enum: LEFT, RIGHT Default: "RIGHT" | 
| sub_header_widgets | An array of widgets inside the container header An array of widgets which will appear inside the container header Instead of 'sub_headers' property use this property. | array of WidgetItem | Minimum items: 0 | 
| sub_headers | Rows An array of label-value properties. This field is deprecated instead used 'sub_header_widgets' property to define header widgets. | array of PropertyItem | Deprecated Minimum items: 0 |