Method: customers.enterprise.securityInsights.queryUrlVisits

Returns a high-level summary of URL visits for a given customer.

HTTP-запрос

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

The URL uses gRPC Transcoding syntax.

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

Параметры
customer

string

Required. The customer ID in the format "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

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

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

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

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

Response message for securityInsights.queryUrlVisits.

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

JSON-представление
{
  "summaries": [
    {
      object (UrlVisitsSummary)
    }
  ]
}
Поля
summaries[]

object ( UrlVisitsSummary )

A collection of summaries for various URL visit metrics.

Области полномочий

Требуется один из следующих диапазонов аутентификации OAuth:

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