【问题标题】:What are the available Report Types when using the VSTS GET Build Report API?使用 VSTS GET 构建报告 API 时可用的报告类型有哪些?
【发布时间】:2018-10-03 05:05:15
【问题描述】:

我正在查看有关获取构建报告的 VSTS REST API 文档,但无法使用 URI 参数找到可用的报告类型。

参考:https://docs.microsoft.com/en-us/rest/api/vsts/build/report/get

获取

https://{accountName}.visualstudio.com/{project}/_apis/build/builds/{buildId}/report?type={type}&api-version=4.1-preview .2

对可用的报告类型有任何想法吗?

【问题讨论】:

  • 你能得到GET https://{accountName}.visualstudio.com/{project}/_apis/build/builds/{buildId}/report?api-version=4.1-preview.2的所有完整构建报告吗?

标签: azure-pipelines azure-devops-rest-api


【解决方案1】:

唯一支持的类型是“html”。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-09-21
    • 1970-01-01
    • 1970-01-01
    • 2019-03-07
    • 2013-07-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多