Method: customers.telemetry.notificationConfigs.list

列出所有遥测通知配置。

HTTP 请求

GET https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/notificationConfigs

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。拥有通知配置的父级。

查询参数

参数
pageSize

integer

要返回的通知配置数量上限。服务返回的值可能小于此值。如果未指定,则最多返回 100 个通知配置。最大值为 100;大于 100 的值将被强制转换为 100。

pageToken

string

从之前的 notificationConfigs.list 调用接收的页面令牌。利用其进行后续页面检索。

进行分页时,提供给 notificationConfigs.list 的所有其他参数必须与提供页面令牌的调用匹配。

请求正文

请求正文必须为空。

响应正文

列出客户通知配置的响应消息。

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "telemetryNotificationConfigs": [
    {
      object (TelemetryNotificationConfig)
    }
  ],
  "nextPageToken": string
}
字段
telemetryNotificationConfigs[]

object (TelemetryNotificationConfig)

来自指定客户的遥测通知配置。

nextPageToken

string

可作为 pageToken 发送并用于检索下一页的令牌。如果省略此字段,则不存在后续页面。

授权范围

需要以下 OAuth 作用域:

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