Method: projects.locations.vpcFlowLogsConfigs.list

列出指定專案中的所有 VpcFlowLogsConfigs

HTTP 要求

GET https://networkmanagement.googleapis.com/v1/{parent=projects/*/locations/*}/vpcFlowLogsConfigs

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

路徑參數

參數
parent

string

這是必要旗標,VpcFlowLogsConfig 的父項資源,格式如下:

  • 專案層級資源:projects/{projectId}/locations/global

  • 機構層級資源:organizations/{organization_id}/locations/global

授權需要指定資源 parent 的下列 IAM 權限:

  • networkmanagement.vpcflowlogsconfigs.list

查詢參數

參數
pageSize

integer

(選用步驟) 要傳回的 VpcFlowLogsConfigs 數量。

pageToken

string

(選用步驟) 先前查詢的頁面權杖,如 nextPageToken 中所傳回。

filter

string

(選用步驟) 列出符合篩選器運算式的 VpcFlowLogsConfigs。篩選器運算式必須使用支援的 CEL 邏輯運算子

orderBy

string

(選用步驟) 用於排序清單的欄位。

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體會包含 ListVpcFlowLogsConfigsResponse 的執行個體。

授權範圍

需要下列 OAuth 範圍:

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

詳情請參閱Authentication Overview