Method: customers.profiles.commands.list

列出 Chrome 瀏覽器設定檔的遠端指令。

HTTP 要求

GET https://chromemanagement.googleapis.com/v1/{parent=customers/*/profiles/*}/commands

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

路徑參數

參數
parent

string

必要欄位。格式:customers/{customer_id}/profiles/{profilePermanentId}

查詢參數

參數
pageSize

integer

選用設定。要傳回的指令數量上限。如果未指定 pageSize,則預設的頁面大小為 100,且允許的頁面大小上限為 100。

pageToken

string

選用設定。用於擷取商家資訊要求的特定頁面的分頁符記。

要求主體

要求主體必須為空白。

回應主體

回應 commands.list 方法。

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

JSON 表示法
{
  "chromeBrowserProfileCommands": [
    {
      object (ChromeBrowserProfileCommand)
    }
  ],
  "nextPageToken": string,
  "totalSize": string
}
欄位
chromeBrowserProfileCommands[]

object (ChromeBrowserProfileCommand)

傳回的指令清單。

nextPageToken

string

可用於列出下一頁的頁面分頁符記。

totalSize

string (int64 format)

總大小代表預估的資源傳回數。

授權範圍

需要下列其中一種 OAuth 範圍:

  • https://www.googleapis.com/auth/chrome.management.profiles.readonly
  • https://www.googleapis.com/auth/chrome.management.profiles