Method: customers.enterprise.securityInsights.queryContentTransfers

Возвращает сводную информацию о передаче контента для данного клиента.

HTTP-запрос

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

В URL-адресе используется синтаксис транскодирования gRPC .

Параметры пути

Параметры
customer

string

Обязательно. Идентификатор клиента в формате "customers/{customer_id}".

Параметры запроса

Параметры
filter

string

Optional. The filter to apply to the request. For syntax, see AIP-160. Data is not available for events older than 180 days, and may be unavailable or inaccurate for time ranges less than 4 hours. If event_time is not specified, results will be returned for the last 30 days.

Supported fields for filtering: - event_time

Supported operators: - >= and <= for event_time

Supported conjunctions: - AND

Пример: event_time >= "2024-01-01T00:00:00Z" AND event_time <= "2024-01-02T00:00:00Z"

Текст запроса

Тело запроса должно быть пустым.

Ответный текст

Ответное сообщение для securityInsights.queryContentTransfers.

If successful, the response body contains data with the following structure:

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