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

Footer

Footer of a widget that provides additional information or allows an action such as clickable url for navigation. An example usage of footer is provided under ’example_request’ section of ‘CreateWidgetConfiguration’ API.


Properties

array of FooterAction
actions Optional

Action to be performed at the footer of a widget. An action at the footer can be simple text description or a hyperlink to a UI page. Action allows a clickable url for navigation. An example usage of footer action is provided under ’example_request’ section of ‘CreateWidgetConfiguration’ API.


string
condition Optional

If the condition is met then the footer will be applied. Examples of expression syntax are provided under ’example_request’ section of ‘CreateWidgetConfiguration’ API.

JSON Example

{
	"actions": [
		{
			"dock_to_container_footer": false,
			"label": {
				"condition": "string",
				"hover": false,
				"icons": [
					{
						"placement": "PRE",
						"tooltip": [
							{
								"condition": "string",
								"heading": false,
								"text": "string"
							}
						],
						"type": "ERROR"
					}
				],
				"navigation": "string",
				"text": "string"
			},
			"url": "string"
		}
	],
	"condition": "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

InlineWidgetConfiguration1

Feedback

Was this page helpful?