NSX-T Data Center REST API

ViewQueryParameters (type)

{
  "additionalProperties": false,
  "id": "ViewQueryParameters",
  "module_id": "NsxDashboard",
  "nsx_feature": "NsxDashboardWidgetConfig",
  "properties": {
    "tag": {
      "description": "The tag for which associated views to be queried. For tags specified on views, scope is automatically set to 'nsx-dashboard' and hence scope is ignored for searching views based on tag.",
      "readonly": true,
      "title": "The tag for which associated views to be queried.",
      "type": "string"
    },
    "view_ids": {
      "description": "Comma separated ids of views to be queried.",
      "maxLength": 8192,
      "readonly": true,
      "title": "Ids of the Views",
      "type": "string"
    },
    "widget_id": {
      "description": "Id of widget to be queried for all the views it is part of.",
      "maxLength": 255,
      "readonly": true,
      "title": "Id of widget configuration",
      "type": "string"
    }
  },
  "title": "Parameters for querying views",
  "type": "object"
}