NSX-T Data Center REST API

DonutSection (type)

{
  "additionalProperties": false,
  "description": "Represents high level logical grouping of portions or segments of a donut / stats chart.",
  "id": "DonutSection",
  "module_id": "NsxDashboard",
  "nsx_feature": "NsxDashboardWidgetConfig",
  "properties": {
    "parts": {
      "description": "Array of portions or parts of the donut or stats chart.",
      "items": {
        "$ref": "DonutPart"
      },
      "minItems": 1,
      "required": true,
      "title": "Parts of a donut / stats chart",
      "type": "array"
    },
    "row_list_field": {
      "description": "Field of the root of the api result set for forming parts.",
      "maxLength": 1024,
      "title": "Field from which parts of the donut or stats chart are formed",
      "type": "string"
    },
    "template": {
      "default": false,
      "description": "If true, the section will be appled as template for forming parts. Only one part will be formed from each element of 'row_list_field'.",
      "title": "Template, if any, for automatically forming the donut or stats parts",
      "type": "boolean"
    }
  },
  "title": "Section of a donut or stats chart",
  "type": "object"
}