NSX-T Data Center REST API

WorkflowListResult (type)

{
  "additionalProperties": false,
  "description": "List of workflows.",
  "id": "WorkflowListResult",
  "module_id": "OverlayAdoption",
  "properties": {
    "results": {
      "description": "List of workflows.",
      "items": {
        "$ref": "Workflow"
      },
      "readonly": true,
      "required": true,
      "title": "List of workflows",
      "type": "array"
    }
  },
  "title": "List of workflows",
  "type": "object"
}