Method: projects.histories.executions.clusters.list

列出螢幕截圖叢集

傳回與執行作業對應的螢幕截圖叢集清單。系統會在執行完畢後建立螢幕截圖叢集。叢集是使用一組螢幕截圖建立而成。在任兩張螢幕截圖之間,系統會依據中繼資料判斷相似度,計算出相符的分數。螢幕截圖會儲存在具有最高相符分數的叢集中。

HTTP 要求

GET https://toolresults.googleapis.com/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/clusters

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
projectId

string

專案 ID。

必填。

historyId

string

記錄 ID。

必填。

executionId

string

執行作業 ID。

必填。

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體即會包含具有以下結構的資料:

JSON 表示法
{
  "clusters": [
    {
      object (ScreenshotCluster)
    }
  ]
}
欄位
clusters[]

object (ScreenshotCluster)

與執行作業相關聯的叢集組合 永遠設定

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/cloud-platform

詳情請參閱驗證總覽一文。