NSX-T Data Center REST API

RowListField (type)

{
  "additionalProperties": false,
  "description": "Root of the api result set for forming rows.",
  "id": "RowListField",
  "module_id": "NsxDashboard",
  "nsx_feature": "NsxDashboardWidgetConfig",
  "properties": {
    "alias": {
      "description": "Short name or alias of row list field, if any. If unspecified, the row list field can be referenced by its index in the array of row list fields as $<index> (for example, $0).",
      "maxLength": 255,
      "title": "Alias Name",
      "type": "string"
    },
    "path": {
      "description": "JSON path to the root of the api result set for forming rows.",
      "maxLength": 1024,
      "required": true,
      "title": "JSON path",
      "type": "string"
    }
  },
  "title": "List of fields from which rows are formed",
  "type": "object"
}