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