NSX-T Data Center REST API

Footer (type)

{
  "additionalProperties": false,
  "description": "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.",
  "id": "Footer",
  "module_id": "NsxDashboard",
  "nsx_feature": "NsxDashboardWidgetConfig",
  "properties": {
    "actions": {
      "description": "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.",
      "items": {
        "$ref": "FooterAction"
      },
      "minItems": 0,
      "title": "Footer Actions",
      "type": "array"
    },
    "condition": {
      "description": "If the condition is met then the footer will be applied. Examples of expression syntax are provided under 'example_request' section of 'CreateWidgetConfiguration' API.",
      "maxLength": 1024,
      "title": "Expression for evaluating condition",
      "type": "string"
    }
  },
  "title": "Widget Footer",
  "type": "object"
}