Method: customers.telemetry.events.list
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
HTTP 要求
GET https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/events
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
parent |
string
必要欄位。客戶 ID 或「my_customer」使用與提出要求之帳戶相關聯的客戶。
|
查詢參數
參數 |
filter |
string
選用設定。請只納入符合篩選條件的資源。雖然目前此參數為選用參數,但此參數為必要項目,請指定至少 1 個事件類型。 支援的篩選器欄位: - deviceId
- userId
- deviceOrgUnitId
- userOrgUnitId
- timestamp
- eventType
「時間戳記」。篩選器接受 Unix Epoch 紀元時間格式或 RFC3339 UTC "Zulu"解析度,且解析度不超過 9 個小數位數。這兩種格式都應該以單引號括住。例如:「2014-10-02T15:01:23Z」、「2014-10-02T15:01:23.045123456Z」、「1679283943823」。
|
readMask |
string (FieldMask format)
必要欄位。讀取遮罩來指定要傳回的欄位。雖然目前是必要欄位,但包含事件類型的 filter 參數為選填欄位。 支援的 readMask 路徑如下: - 裝置
- 使用者
- audioSevereUnderrunEvent
- usbPeripheralsEvent
- httpsLatencyChangeEvent
- networkStateChangeEvent
- wifiSignalStrengthEvent
- vpnConnectionStateChangeEvent
- appInstallEvent
- appUninstallEvent
- appLaunchEvent
- osCrashEvent
這是以半形逗號分隔的完整欄位名稱清單。範例:"user.displayName,photo" 。
|
pageSize |
integer
選用設定。要傳回的結果數上限。預設值為 100。最大值為 1000。
|
pageToken |
string
選用設定。用於指定清單中下一頁的權杖。
|
回應主體
列出客戶遙測事件的回應訊息。
如果成功,回應主體會含有以下結構的資料:
JSON 表示法 |
{
"telemetryEvents": [
{
object (TelemetryEvent )
}
],
"nextPageToken": string
} |
欄位 |
telemetryEvents[] |
object (TelemetryEvent )
回應中傳回的遙測事件。
|
nextPageToken |
string
用於指定清單中下一頁的權杖。
|
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eList telemetry events for a specific customer using the provided endpoint.\u003c/p\u003e\n"],["\u003cp\u003eFilter results by device, user, organizational unit, timestamp, or event type using query parameters.\u003c/p\u003e\n"],["\u003cp\u003eSpecify desired fields in the response using the \u003ccode\u003ereadMask\u003c/code\u003e query parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a list of telemetry events and a token for pagination.\u003c/p\u003e\n"],["\u003cp\u003eRequires \u003ccode\u003ehttps://www.googleapis.com/auth/chrome.management.telemetry.readonly\u003c/code\u003e authorization scope.\u003c/p\u003e\n"]]],[],null,[]]