Method: customers.enterprise.securityInsights.queryContentTransfers

返回指定客户的内容转移的高级摘要。

HTTP 请求

GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/enterprise/securityInsights:queryContentTransfers

网址采用 gRPC 转码语法。

路径参数

参数
customer

string

必需。客户 ID,格式为“customers/{customer_id}”。

查询参数

参数
filter

string

可选。要应用于请求的过滤条件。如需了解语法,请参阅 AIP-160。对于 180 天前的活动,系统不会提供数据;对于时长不足 4 小时的时间范围,数据可能不可用或不准确。如果未指定 event_time,则返回过去 30 天的结果。

支持过滤的字段:- event_time

支持的运算符:event_time 的 - >=<=

支持的连词:- AND

示例:event_time >= "2024-01-01T00:00:00Z" AND event_time <= "2024-01-02T00:00:00Z"

请求正文

请求正文必须为空。

响应正文

针对 securityInsights.queryContentTransfers 的响应消息。

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

JSON 表示法
{
  "summaries": [
    {
      object (ContentTransfersSummary)
    }
  ]
}
字段
summaries[]

object (ContentTransfersSummary)

各种内容转移指标的摘要集合。

授权范围

需要以下 OAuth 范围之一:

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