Method: customers.reports.countChromeDevicesThatNeedAttention

ポリシーを同期していない、または過去 28 日間にユーザー アクティビティがない 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

必須。「customers/」で始まるお客様 ID または「my_customer」。

クエリ パラメータ

パラメータ
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