Method: customers.reports.countChromeDevicesThatNeedAttention

ポリシーが同期されていない ChromeOS デバイス、過去 28 日間にユーザーのアクティビティが確認されていない ChromeOS デバイス、古い ChromeOS デバイス、ポリシーに準拠していない ChromeOS デバイスの数。詳しくは、https://support.google.com/chrome/a/answer/10564947 をご覧ください。

HTTP リクエスト

GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeDevicesThatNeedAttention

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
customer

string

必須。お客様 ID または「my_customer」に「customers/」を接頭辞として追加したもの。

クエリ パラメータ

パラメータ
orgUnitId

string

省略可。組織部門の ID。省略した場合、すべてのデータが返されます。

readMask

string (FieldMask format)

必須。返されるレポートに入力する必要があるフィールドのマスク。

完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo"

リクエスト本文

リクエストの本文は空にする必要があります。

レスポンスの本文

注意が必要なデバイスの数を含むレスポンス。

成功した場合、レスポンスの本文には次の構造のデータが含まれます。

JSON 表現
{
  "noRecentPolicySyncCount": string,
  "noRecentUserActivityCount": string,
  "pendingUpdate": string,
  "osVersionNotCompliantCount": string,
  "unsupportedPolicyCount": string
}
フィールド
noRecentPolicySyncCount

string (int64 format)

過去 28 日間、ポリシーを同期していない ChromeOS デバイスの数。

noRecentUserActivityCount

string (int64 format)

過去 28 日間、ユーザーのアクティビティを確認できなかった ChromeOS デバイスの数。

pendingUpdate

string (int64 format)

OS の更新が保留になっているデバイスの数。

osVersionNotCompliantCount

string (int64 format)

OS バージョンがポリシーに準拠していないデバイスの数。

unsupportedPolicyCount

string (int64 format)

OS バージョンの不一致が原因でポリシーを適用できないデバイスの数。

認可スコープ

次の OAuth スコープが必要です。

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