Method: customers.telemetry.devices.get
รับอุปกรณ์วัดและส่งข้อมูลทางไกล
คำขอ HTTP
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/telemetry/devices/*}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
name |
string
ต้องระบุ ชื่อของ TelemetryDevice ที่จะแสดง
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
readMask |
string (FieldMask format)
ต้องระบุ อ่านมาสก์เพื่อระบุช่องที่จะแสดง เส้นทาง readMask ที่รองรับมีดังนี้ - ชื่อ
- orgUnitId
- deviceId
- serialNumber
- cpuInfo
- cpuStatusReport
- memoryInfo
- memoryStatusReport
- networkInfo
- networkDiagnosticsReport
- networkStatusReport
- osUpdateStatus
- graphicsInfo
- graphicsStatusReport
- batteryInfo
- batteryStatusReport
- storageInfo
- storageStatusReport
- thunderboltInfo
- audioStatusReport
- bootPerformanceReport
- heartbeatStatusReport
- networkBandwidthReport
- peripheralsReport
- kioskAppStatusReport
- appReport
- runtimeCountersReport
ซึ่งเป็นรายการชื่อฟิลด์ที่สมบูรณ์ในตัวเองที่คั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ TelemetryDevice
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-11-14 UTC
[null,null,["อัปเดตล่าสุด 2024-11-14 UTC"],[[["Retrieve telemetry data for a specific device using the `GET` method and providing the device's name in the URL path."],["Customize the data returned by using the `readMask` query parameter to specify desired fields, such as CPU, memory, network, or OS information."],["This endpoint requires authorization with the `https://www.googleapis.com/auth/chrome.management.telemetry.readonly` scope for read-only access to telemetry data."],["Upon successful execution, the response will contain a `TelemetryDevice` object containing the requested telemetry information."]]],[]]