Azure DevOps Server 中的服务器级 OData 源?

Server-level OData feed in AzDevOps Server?

我记得读过 AzDevOps 在集合、项目、和服务器 级别上有一个 OData 提要。当我在 http://tfs.example.com:8080/tfs/_odata/v1.0/ 的 AzDevOps 2019.1 框中点击后者时,出现以下错误:

{
  "innerException": null,
  "message": "VS403514: The Analytics feature is not enabled. Details on enabling this feature are available here: https://go.microsoft.com/fwlink/?linkid=2093060.",
  "typeName": "Microsoft.VisualStudio.Services.Analytics.AnalyticsNotEnabledException, Microsoft.VisualStudio.Services.Analytics.Server",
  "typeKey": "AnalyticsNotEnabledException",
  "errorCode": 0,
  "eventId": 3000
}

服务器上的每个集合都启用了分析。所有集合级别的 OData 提要均有效。如果有服务器级 "Enable Analytics" 设置,我找不到它 - 在 Web UI 和管理控制台中都找不到。我错过了什么?

抱歉,据我所知,没有服务器级分析。

Azure Devops 服务和 Azure Devops 服务器使用 organization (In Azure Devops Server it's called team collection) and project to manage the work. The server you mentions above represents all the organizations in one Azure Devops Server while all the Rest APIs and Odata tasks 用于组织级或项目级。