Method: customers.reports.countChromeDevicesThatNeedAttention

ポリシーを同期していない、または過去 28 日間にユーザー アクションがない、古い、または申し立てのない 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