列出特定步驟的 PerfSampleSeries。
要求會提供選用篩選器,用來指定要納入結果中的一或多個 PerfMetricsType;如果沒有傳回任何結果。產生的 PerfSampleSeries 會按照 ID 排序。
可能會傳回下列任一標準錯誤代碼:- NOT_FOUND - 內含 Step 不存在
HTTP 要求
GET https://toolresults.googleapis.com/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
projectId |
Cloud 專案 |
historyId |
工具結果記錄 ID。 |
executionId |
工具結果執行作業 ID。 |
stepId |
工具結果步驟 ID。 |
查詢參數
參數 | |
---|---|
filter[] |
指定一或多個 PerfMetricType 值,例如 CPU 來篩選結果 |
要求主體
要求主體必須為空白。
回應主體
如果成功,回應主體即會包含具有以下結構的資料:
JSON 表示法 |
---|
{
"perfSampleSeries": [
{
object ( |
欄位 | |
---|---|
perfSampleSeries[] |
最終的 PerfSampleSeries 會按照 ID 排序 |
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/cloud-platform
詳情請參閱驗證總覽一文。