Method: organizations.locations.vpcFlowLogsConfigs.list

列出指定組織中的所有 VpcFlowLogsConfigs

HTTP 要求

GET https://networkmanagement.googleapis.com/v1/{parent=organizations/*/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