Method: customers.enterprise.securityInsights.queryUrlVisits

傳回特定顧客的網址造訪次數摘要。

HTTP 要求

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

這個網址使用 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.queryUrlVisits 的回應訊息。

如果成功,回應主體會含有以下結構的資料:

JSON 表示法
{
  "summaries": [
    {
      object (UrlVisitsSummary)
    }
  ]
}
欄位
summaries[]

object (UrlVisitsSummary)

各種網址造訪指標的摘要集合。

授權範圍

需要下列其中一種 OAuth 範圍:

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