Chrome Management API . customers . telemetry . devices

Instance Methods

close()

Close httplib2 connections.

get(name, readMask=None, x__xgafv=None)

Get telemetry device.

list(parent, filter=None, pageSize=None, pageToken=None, readMask=None, x__xgafv=None)

List all telemetry devices.

list_next()

Retrieves the next page of results.

Method Details

close()
Close httplib2 connections.
get(name, readMask=None, x__xgafv=None)
Get telemetry device.

Args:
  name: string, Required. Name of the `TelemetryDevice` to return. (required)
  readMask: string, Required. Read mask to specify which fields to return.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Telemetry data collected from a managed device.
  "audioStatusReport": [ # Output only. Audio reports collected periodically sorted in a decreasing order of report_time.
    { # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
      "inputDevice": "A String", # Output only. Active input device's name.
      "inputGain": 42, # Output only. Active input device's gain in [0, 100].
      "inputMute": True or False, # Output only. Is active input device mute or not.
      "outputDevice": "A String", # Output only. Active output device's name.
      "outputMute": True or False, # Output only. Is active output device mute or not.
      "outputVolume": 42, # Output only. Active output device's volume in [0, 100].
      "reportTime": "A String", # Output only. Timestamp of when the sample was collected on device.
    },
  ],
  "batteryInfo": [ # Output only. Information on battery specs for the device.
    { # Information about the battery. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
      "designCapacity": "A String", # Output only. Design capacity (mAmpere-hours).
      "designMinVoltage": 42, # Output only. Designed minimum output voltage (mV)
      "manufactureDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Output only. The date the battery was manufactured.
        "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
        "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
        "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
      },
      "manufacturer": "A String", # Output only. Battery manufacturer.
      "serialNumber": "A String", # Output only. Battery serial number.
      "technology": "A String", # Output only. Technology of the battery. Example: Li-ion
    },
  ],
  "batteryStatusReport": [ # Output only. Battery reports collected periodically.
    { # Status data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
      "batteryHealth": "A String", # Output only. Battery health.
      "cycleCount": 42, # Output only. Cycle count.
      "fullChargeCapacity": "A String", # Output only. Full charge capacity (mAmpere-hours).
      "reportTime": "A String", # Output only. Timestamp of when the sample was collected on device
      "sample": [ # Output only. Sampling data for the battery sorted in a decreasing order of report_time.
        { # Sampling data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "chargeRate": 42, # Output only. Battery charge percentage.
          "current": "A String", # Output only. Battery current (mA).
          "dischargeRate": 42, # Output only. The battery discharge rate measured in mW. Positive if the battery is being discharged, negative if it's being charged.
          "remainingCapacity": "A String", # Output only. Battery remaining capacity (mAmpere-hours).
          "reportTime": "A String", # Output only. Timestamp of when the sample was collected on device
          "status": "A String", # Output only. Battery status read from sysfs. Example: Discharging
          "temperature": 42, # Output only. Temperature in Celsius degrees.
          "voltage": "A String", # Output only. Battery voltage (millivolt).
        },
      ],
      "serialNumber": "A String", # Output only. Battery serial number.
    },
  ],
  "cpuInfo": [ # Output only. Information regarding CPU specs for the device.
    { # CPU specifications for the device * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
      "architecture": "A String", # Output only. Architecture type for the CPU. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
      "keylockerConfigured": True or False, # Output only. Whether keylocker is configured.`TRUE` = Enabled; `FALSE` = disabled. Only reported if keylockerSupported = `TRUE`.
      "keylockerSupported": True or False, # Output only. Whether keylocker is supported.
      "maxClockSpeed": 42, # Output only. The max CPU clock speed in kHz.
      "model": "A String", # Output only. The CPU model name. Example: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
    },
  ],
  "cpuStatusReport": [ # Output only. CPU status reports collected periodically sorted in a decreasing order of report_time.
    { # Provides information about the status of the CPU. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
      "cpuTemperatureInfo": [ # Output only. CPU temperature sample info per CPU core in Celsius
        { # CPU temperature of a device. Sampled per CPU core in Celsius. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "label": "A String", # Output only. CPU label. Example: Core 0
          "temperatureCelsius": 42, # Output only. CPU temperature in Celsius.
        },
      ],
      "cpuUtilizationPct": 42, # Output only. Sample of CPU utilization (0-100 percent).
      "reportTime": "A String", # Output only. The timestamp in milliseconds representing time at which this report was sampled.
      "sampleFrequency": "A String", # Output only. Frequency the report is sampled.
    },
  ],
  "customer": "A String", # Output only. Google Workspace Customer whose enterprise enrolled the device.
  "deviceId": "A String", # Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab
  "graphicsInfo": { # Information of the graphics subsystem. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceGraphicsStatus](https://chromeenterprise.google/policies/#ReportDeviceGraphicsStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A # Output only. Contains information regarding Graphic peripherals for the device.
    "adapterInfo": { # Information of a graphics adapter (GPU). # Output only. Information about the graphics adapter (GPU).
      "adapter": "A String", # Output only. Adapter name. Example: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2).
      "deviceId": "A String", # Output only. Represents the graphics card device id.
      "driverVersion": "A String", # Output only. Version of the GPU driver.
    },
  },
  "graphicsStatusReport": [ # Output only. Graphics reports collected periodically.
    { # Information of the graphics subsystem. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceGraphicsInfo](https://chromeenterprise.google/policies/#ReportDeviceGraphicsInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
      "displays": [ # Output only. Information about the displays for the device.
        { # Information for a display.
          "deviceId": "A String", # Output only. Represents the graphics card device id.
          "isInternal": True or False, # Output only. Indicates if display is internal or not.
          "refreshRate": 42, # Output only. Refresh rate in Hz.
          "resolutionHeight": 42, # Output only. Resolution height in pixels.
          "resolutionWidth": 42, # Output only. Resolution width in pixels.
        },
      ],
      "reportTime": "A String", # Output only. Time at which the graphics data was reported.
    },
  ],
  "memoryInfo": { # Memory information of a device. * This field has both telemetry and device information: - `totalRamBytes` - Device information - `availableRamBytes` - Telemetry information - `totalMemoryEncryption` - Device information * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10 minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `totalMemoryEncryption` - at device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: only for `totalMemoryEncryption` * Reported for affiliated users only: N/A # Output only. Information regarding memory specs for the device.
    "availableRamBytes": "A String", # Output only. Amount of available RAM in bytes.
    "totalMemoryEncryption": { # Memory encryption information of a device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A # Output only. Total memory encryption info for the device.
      "encryptionAlgorithm": "A String", # Memory encryption algorithm.
      "encryptionState": "A String", # The state of memory encryption on the device.
      "keyLength": "A String", # The length of the encryption keys.
      "maxKeys": "A String", # The maximum number of keys that can be used for encryption.
    },
    "totalRamBytes": "A String", # Output only. Total RAM in bytes.
  },
  "memoryStatusReport": [ # Output only. Memory status reports collected periodically sorted decreasing by report_time.
    { # Contains samples of memory status reports. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: Only at upload, SystemRamFreeByes is collected every 10 minutes * Default Data Reporting Frequency: Every 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
      "pageFaults": 42, # Output only. Number of page faults during this collection
      "reportTime": "A String", # Output only. The timestamp in milliseconds representing time at which this report was sampled.
      "sampleFrequency": "A String", # Output only. Frequency the report is sampled.
      "systemRamFreeBytes": "A String", # Output only. Amount of free RAM in bytes (unreliable due to Garbage Collection).
    },
  ],
  "name": "A String", # Output only. Resource name of the device.
  "networkDiagnosticsReport": [ # Output only. Network diagnostics collected periodically.
    { # Network testing results to determine the health of the device's network connection, for example whether the HTTPS latency is high or normal.
      "httpsLatencyData": { # Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites. # Output only. HTTPS latency test data.
        "latency": "A String", # Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.
        "problem": "A String", # Output only. HTTPS latency routine problem if a problem occurred.
      },
      "reportTime": "A String", # Output only. Timestamp of when the diagnostics were collected.
    },
  ],
  "networkInfo": { # Network device information. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A # Output only. Network devices information.
    "networkDevices": [ # Output only. List of network devices.
      { # Details about the network device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A
        "iccid": "A String", # Output only. The integrated circuit card ID associated with the device's sim card.
        "imei": "A String", # Output only. IMEI (if applicable) of the corresponding network device.
        "macAddress": "A String", # Output only. MAC address (if applicable) of the corresponding network device.
        "mdn": "A String", # Output only. The mobile directory number associated with the device's sim card.
        "meid": "A String", # Output only. MEID (if applicable) of the corresponding network device.
        "type": "A String", # Output only. Network device type.
      },
    ],
  },
  "networkStatusReport": [ # Output only. Network specs collected periodically.
    { # State of visible/configured networks. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportNetworkStatus](https://chromeenterprise.google/policies/#ReportNetworkStatus) * Data Collection Frequency: 60 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: Yes
      "connectionState": "A String", # Output only. Current connection state of the network.
      "connectionType": "A String", # Output only. Network connection type.
      "encryptionOn": True or False, # Output only. Whether the wifi encryption key is turned off.
      "gatewayIpAddress": "A String", # Output only. Gateway IP address.
      "guid": "A String", # Output only. Network connection guid.
      "lanIpAddress": "A String", # Output only. LAN IP address.
      "receivingBitRateMbps": "A String", # Output only. Receiving bit rate measured in Megabits per second.
      "reportTime": "A String", # Output only. Time at which the network state was reported.
      "sampleFrequency": "A String", # Output only. Frequency the report is sampled.
      "signalStrengthDbm": 42, # Output only. Signal strength for wireless networks measured in decibels.
      "transmissionBitRateMbps": "A String", # Output only. Transmission bit rate measured in Megabits per second.
      "transmissionPowerDbm": 42, # Output only. Transmission power measured in decibels.
      "wifiLinkQuality": "A String", # Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no signal and 70 indicates a strong signal.
      "wifiPowerManagementEnabled": True or False, # Output only. Wifi power management enabled
    },
  ],
  "orgUnitId": "A String", # Output only. Organization unit ID of the device.
  "osUpdateStatus": [ # Output only. Contains relevant information regarding ChromeOS update status.
    { # Contains information regarding the current OS update status. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceOsUpdateStatus](https://chromeenterprise.google/policies/#ReportDeviceOsUpdateStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
      "lastRebootTime": "A String", # Output only. Timestamp of the last reboot.
      "lastUpdateCheckTime": "A String", # Output only. Timestamp of the last update check.
      "lastUpdateTime": "A String", # Output only. Timestamp of the last successful update.
      "newPlatformVersion": "A String", # Output only. New platform version of the os image being downloaded and applied. It is only set when update status is OS_IMAGE_DOWNLOAD_IN_PROGRESS or OS_UPDATE_NEED_REBOOT. Note this could be a dummy "0.0.0.0" for OS_UPDATE_NEED_REBOOT status for some edge cases, e.g. update engine is restarted without a reboot.
      "newRequestedPlatformVersion": "A String", # Output only. New requested platform version from the pending updated kiosk app.
      "updateState": "A String", # Output only. Current state of the os update.
    },
  ],
  "serialNumber": "A String", # Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.
  "storageInfo": { # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A # Output only. Information of storage specs for the device.
    "availableDiskBytes": "A String", # The available space for user data storage in the device in bytes.
    "totalDiskBytes": "A String", # The total space for user data storage in the device in bytes.
    "volume": [ # Information for disk volumes
      { # Information for disk volumes
        "storageFreeBytes": "A String", # Free storage space in bytes.
        "storageTotalBytes": "A String", # Total storage space in bytes.
        "volumeId": "A String", # Disk volume id.
      },
    ],
  },
  "storageStatusReport": [ # Output only. Storage reports collected periodically.
    { # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
      "disk": [ # Output only. Reports on disk.
        { # Status of the single storage device.
          "bytesReadThisSession": "A String", # Output only. Number of bytes read since last boot.
          "bytesWrittenThisSession": "A String", # Output only. Number of bytes written since last boot.
          "discardTimeThisSession": "A String", # Output only. Time spent discarding since last boot. Discarding is writing to clear blocks which are no longer in use. Supported on kernels 4.18+.
          "health": "A String", # Output only. Disk health.
          "ioTimeThisSession": "A String", # Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.
          "manufacturer": "A String", # Output only. Disk manufacturer.
          "model": "A String", # Output only. Disk model.
          "readTimeThisSession": "A String", # Output only. Time spent reading from disk since last boot.
          "serialNumber": "A String", # Output only. Disk serial number.
          "sizeBytes": "A String", # Output only. Disk size.
          "type": "A String", # Output only. Disk type: eMMC / NVMe / ATA / SCSI.
          "volumeIds": [ # Output only. Disk volumes.
            "A String",
          ],
          "writeTimeThisSession": "A String", # Output only. Time spent writing to disk since last boot.
        },
      ],
      "reportTime": "A String", # Output only. Timestamp of when the sample was collected on device
    },
  ],
  "thunderboltInfo": [ # Output only. Information on Thunderbolt bus.
    { # Thunderbolt bus info. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceSecurityStatus](https://chromeenterprise.google/policies/#ReportDeviceSecurityStatus) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: No * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A
      "securityLevel": "A String", # Security level of the Thunderbolt bus.
    },
  ],
}
list(parent, filter=None, pageSize=None, pageToken=None, readMask=None, x__xgafv=None)
List all telemetry devices.

Args:
  parent: string, Required. Customer id or "my_customer" to use the customer associated to the account making the request. (required)
  filter: string, Optional. Only include resources that match the filter. Supported filter fields: - org_unit_id - serial_number - device_id 
  pageSize: integer, Maximum number of results to return. Default value is 100. Maximum value is 1000.
  pageToken: string, Token to specify next page in the list.
  readMask: string, Required. Read mask to specify which fields to return.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "devices": [ # Telemetry devices returned in the response.
    { # Telemetry data collected from a managed device.
      "audioStatusReport": [ # Output only. Audio reports collected periodically sorted in a decreasing order of report_time.
        { # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "inputDevice": "A String", # Output only. Active input device's name.
          "inputGain": 42, # Output only. Active input device's gain in [0, 100].
          "inputMute": True or False, # Output only. Is active input device mute or not.
          "outputDevice": "A String", # Output only. Active output device's name.
          "outputMute": True or False, # Output only. Is active output device mute or not.
          "outputVolume": 42, # Output only. Active output device's volume in [0, 100].
          "reportTime": "A String", # Output only. Timestamp of when the sample was collected on device.
        },
      ],
      "batteryInfo": [ # Output only. Information on battery specs for the device.
        { # Information about the battery. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "designCapacity": "A String", # Output only. Design capacity (mAmpere-hours).
          "designMinVoltage": 42, # Output only. Designed minimum output voltage (mV)
          "manufactureDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Output only. The date the battery was manufactured.
            "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
            "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
            "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
          },
          "manufacturer": "A String", # Output only. Battery manufacturer.
          "serialNumber": "A String", # Output only. Battery serial number.
          "technology": "A String", # Output only. Technology of the battery. Example: Li-ion
        },
      ],
      "batteryStatusReport": [ # Output only. Battery reports collected periodically.
        { # Status data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "batteryHealth": "A String", # Output only. Battery health.
          "cycleCount": 42, # Output only. Cycle count.
          "fullChargeCapacity": "A String", # Output only. Full charge capacity (mAmpere-hours).
          "reportTime": "A String", # Output only. Timestamp of when the sample was collected on device
          "sample": [ # Output only. Sampling data for the battery sorted in a decreasing order of report_time.
            { # Sampling data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
              "chargeRate": 42, # Output only. Battery charge percentage.
              "current": "A String", # Output only. Battery current (mA).
              "dischargeRate": 42, # Output only. The battery discharge rate measured in mW. Positive if the battery is being discharged, negative if it's being charged.
              "remainingCapacity": "A String", # Output only. Battery remaining capacity (mAmpere-hours).
              "reportTime": "A String", # Output only. Timestamp of when the sample was collected on device
              "status": "A String", # Output only. Battery status read from sysfs. Example: Discharging
              "temperature": 42, # Output only. Temperature in Celsius degrees.
              "voltage": "A String", # Output only. Battery voltage (millivolt).
            },
          ],
          "serialNumber": "A String", # Output only. Battery serial number.
        },
      ],
      "cpuInfo": [ # Output only. Information regarding CPU specs for the device.
        { # CPU specifications for the device * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "architecture": "A String", # Output only. Architecture type for the CPU. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "keylockerConfigured": True or False, # Output only. Whether keylocker is configured.`TRUE` = Enabled; `FALSE` = disabled. Only reported if keylockerSupported = `TRUE`.
          "keylockerSupported": True or False, # Output only. Whether keylocker is supported.
          "maxClockSpeed": 42, # Output only. The max CPU clock speed in kHz.
          "model": "A String", # Output only. The CPU model name. Example: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
        },
      ],
      "cpuStatusReport": [ # Output only. CPU status reports collected periodically sorted in a decreasing order of report_time.
        { # Provides information about the status of the CPU. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "cpuTemperatureInfo": [ # Output only. CPU temperature sample info per CPU core in Celsius
            { # CPU temperature of a device. Sampled per CPU core in Celsius. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
              "label": "A String", # Output only. CPU label. Example: Core 0
              "temperatureCelsius": 42, # Output only. CPU temperature in Celsius.
            },
          ],
          "cpuUtilizationPct": 42, # Output only. Sample of CPU utilization (0-100 percent).
          "reportTime": "A String", # Output only. The timestamp in milliseconds representing time at which this report was sampled.
          "sampleFrequency": "A String", # Output only. Frequency the report is sampled.
        },
      ],
      "customer": "A String", # Output only. Google Workspace Customer whose enterprise enrolled the device.
      "deviceId": "A String", # Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab
      "graphicsInfo": { # Information of the graphics subsystem. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceGraphicsStatus](https://chromeenterprise.google/policies/#ReportDeviceGraphicsStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A # Output only. Contains information regarding Graphic peripherals for the device.
        "adapterInfo": { # Information of a graphics adapter (GPU). # Output only. Information about the graphics adapter (GPU).
          "adapter": "A String", # Output only. Adapter name. Example: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2).
          "deviceId": "A String", # Output only. Represents the graphics card device id.
          "driverVersion": "A String", # Output only. Version of the GPU driver.
        },
      },
      "graphicsStatusReport": [ # Output only. Graphics reports collected periodically.
        { # Information of the graphics subsystem. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceGraphicsInfo](https://chromeenterprise.google/policies/#ReportDeviceGraphicsInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "displays": [ # Output only. Information about the displays for the device.
            { # Information for a display.
              "deviceId": "A String", # Output only. Represents the graphics card device id.
              "isInternal": True or False, # Output only. Indicates if display is internal or not.
              "refreshRate": 42, # Output only. Refresh rate in Hz.
              "resolutionHeight": 42, # Output only. Resolution height in pixels.
              "resolutionWidth": 42, # Output only. Resolution width in pixels.
            },
          ],
          "reportTime": "A String", # Output only. Time at which the graphics data was reported.
        },
      ],
      "memoryInfo": { # Memory information of a device. * This field has both telemetry and device information: - `totalRamBytes` - Device information - `availableRamBytes` - Telemetry information - `totalMemoryEncryption` - Device information * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10 minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `totalMemoryEncryption` - at device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: only for `totalMemoryEncryption` * Reported for affiliated users only: N/A # Output only. Information regarding memory specs for the device.
        "availableRamBytes": "A String", # Output only. Amount of available RAM in bytes.
        "totalMemoryEncryption": { # Memory encryption information of a device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A # Output only. Total memory encryption info for the device.
          "encryptionAlgorithm": "A String", # Memory encryption algorithm.
          "encryptionState": "A String", # The state of memory encryption on the device.
          "keyLength": "A String", # The length of the encryption keys.
          "maxKeys": "A String", # The maximum number of keys that can be used for encryption.
        },
        "totalRamBytes": "A String", # Output only. Total RAM in bytes.
      },
      "memoryStatusReport": [ # Output only. Memory status reports collected periodically sorted decreasing by report_time.
        { # Contains samples of memory status reports. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: Only at upload, SystemRamFreeByes is collected every 10 minutes * Default Data Reporting Frequency: Every 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "pageFaults": 42, # Output only. Number of page faults during this collection
          "reportTime": "A String", # Output only. The timestamp in milliseconds representing time at which this report was sampled.
          "sampleFrequency": "A String", # Output only. Frequency the report is sampled.
          "systemRamFreeBytes": "A String", # Output only. Amount of free RAM in bytes (unreliable due to Garbage Collection).
        },
      ],
      "name": "A String", # Output only. Resource name of the device.
      "networkDiagnosticsReport": [ # Output only. Network diagnostics collected periodically.
        { # Network testing results to determine the health of the device's network connection, for example whether the HTTPS latency is high or normal.
          "httpsLatencyData": { # Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites. # Output only. HTTPS latency test data.
            "latency": "A String", # Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.
            "problem": "A String", # Output only. HTTPS latency routine problem if a problem occurred.
          },
          "reportTime": "A String", # Output only. Timestamp of when the diagnostics were collected.
        },
      ],
      "networkInfo": { # Network device information. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A # Output only. Network devices information.
        "networkDevices": [ # Output only. List of network devices.
          { # Details about the network device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A
            "iccid": "A String", # Output only. The integrated circuit card ID associated with the device's sim card.
            "imei": "A String", # Output only. IMEI (if applicable) of the corresponding network device.
            "macAddress": "A String", # Output only. MAC address (if applicable) of the corresponding network device.
            "mdn": "A String", # Output only. The mobile directory number associated with the device's sim card.
            "meid": "A String", # Output only. MEID (if applicable) of the corresponding network device.
            "type": "A String", # Output only. Network device type.
          },
        ],
      },
      "networkStatusReport": [ # Output only. Network specs collected periodically.
        { # State of visible/configured networks. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportNetworkStatus](https://chromeenterprise.google/policies/#ReportNetworkStatus) * Data Collection Frequency: 60 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: Yes
          "connectionState": "A String", # Output only. Current connection state of the network.
          "connectionType": "A String", # Output only. Network connection type.
          "encryptionOn": True or False, # Output only. Whether the wifi encryption key is turned off.
          "gatewayIpAddress": "A String", # Output only. Gateway IP address.
          "guid": "A String", # Output only. Network connection guid.
          "lanIpAddress": "A String", # Output only. LAN IP address.
          "receivingBitRateMbps": "A String", # Output only. Receiving bit rate measured in Megabits per second.
          "reportTime": "A String", # Output only. Time at which the network state was reported.
          "sampleFrequency": "A String", # Output only. Frequency the report is sampled.
          "signalStrengthDbm": 42, # Output only. Signal strength for wireless networks measured in decibels.
          "transmissionBitRateMbps": "A String", # Output only. Transmission bit rate measured in Megabits per second.
          "transmissionPowerDbm": 42, # Output only. Transmission power measured in decibels.
          "wifiLinkQuality": "A String", # Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no signal and 70 indicates a strong signal.
          "wifiPowerManagementEnabled": True or False, # Output only. Wifi power management enabled
        },
      ],
      "orgUnitId": "A String", # Output only. Organization unit ID of the device.
      "osUpdateStatus": [ # Output only. Contains relevant information regarding ChromeOS update status.
        { # Contains information regarding the current OS update status. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceOsUpdateStatus](https://chromeenterprise.google/policies/#ReportDeviceOsUpdateStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "lastRebootTime": "A String", # Output only. Timestamp of the last reboot.
          "lastUpdateCheckTime": "A String", # Output only. Timestamp of the last update check.
          "lastUpdateTime": "A String", # Output only. Timestamp of the last successful update.
          "newPlatformVersion": "A String", # Output only. New platform version of the os image being downloaded and applied. It is only set when update status is OS_IMAGE_DOWNLOAD_IN_PROGRESS or OS_UPDATE_NEED_REBOOT. Note this could be a dummy "0.0.0.0" for OS_UPDATE_NEED_REBOOT status for some edge cases, e.g. update engine is restarted without a reboot.
          "newRequestedPlatformVersion": "A String", # Output only. New requested platform version from the pending updated kiosk app.
          "updateState": "A String", # Output only. Current state of the os update.
        },
      ],
      "serialNumber": "A String", # Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.
      "storageInfo": { # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A # Output only. Information of storage specs for the device.
        "availableDiskBytes": "A String", # The available space for user data storage in the device in bytes.
        "totalDiskBytes": "A String", # The total space for user data storage in the device in bytes.
        "volume": [ # Information for disk volumes
          { # Information for disk volumes
            "storageFreeBytes": "A String", # Free storage space in bytes.
            "storageTotalBytes": "A String", # Total storage space in bytes.
            "volumeId": "A String", # Disk volume id.
          },
        ],
      },
      "storageStatusReport": [ # Output only. Storage reports collected periodically.
        { # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
          "disk": [ # Output only. Reports on disk.
            { # Status of the single storage device.
              "bytesReadThisSession": "A String", # Output only. Number of bytes read since last boot.
              "bytesWrittenThisSession": "A String", # Output only. Number of bytes written since last boot.
              "discardTimeThisSession": "A String", # Output only. Time spent discarding since last boot. Discarding is writing to clear blocks which are no longer in use. Supported on kernels 4.18+.
              "health": "A String", # Output only. Disk health.
              "ioTimeThisSession": "A String", # Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.
              "manufacturer": "A String", # Output only. Disk manufacturer.
              "model": "A String", # Output only. Disk model.
              "readTimeThisSession": "A String", # Output only. Time spent reading from disk since last boot.
              "serialNumber": "A String", # Output only. Disk serial number.
              "sizeBytes": "A String", # Output only. Disk size.
              "type": "A String", # Output only. Disk type: eMMC / NVMe / ATA / SCSI.
              "volumeIds": [ # Output only. Disk volumes.
                "A String",
              ],
              "writeTimeThisSession": "A String", # Output only. Time spent writing to disk since last boot.
            },
          ],
          "reportTime": "A String", # Output only. Timestamp of when the sample was collected on device
        },
      ],
      "thunderboltInfo": [ # Output only. Information on Thunderbolt bus.
        { # Thunderbolt bus info. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceSecurityStatus](https://chromeenterprise.google/policies/#ReportDeviceSecurityStatus) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: No * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A
          "securityLevel": "A String", # Security level of the Thunderbolt bus.
        },
      ],
    },
  ],
  "nextPageToken": "A String", # Token to specify next page in the list.
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.