Method: customers.reports.countDevicesPerReleaseChannel

取得每個管道的裝置數量。

HTTP 要求

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

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
customer

string

必要欄位。以「customers/C」或「customers/my_customer」為前置字串的模糊處理客戶 ID。

查詢參數

參數
date

object (Date)

代表系統開始計算使用中裝置的日期 (以世界標準時間為準)。時間戳記採用 ISO 8601 格式yyyy-mm-dd

要求主體

要求主體必須為空白。

回應主體

回應,其中包含具有指定管道的裝置數量。

如果成功,回應主體會含有以下結構的資料:

JSON 表示法
{
  "unreportedChannelCount": string,
  "canaryChannelCount": string,
  "devChannelCount": string,
  "betaChannelCount": string,
  "stableChannelCount": string,
  "ltcChannelCount": string,
  "ltsChannelCount": string,
  "unsupportedChannelCount": string
}
欄位
unreportedChannelCount

string (int64 format)

未回報發布頻道的裝置數量。

canaryChannelCount

string (int64 format)

搭載 Canary 發布版本的裝置數量。

devChannelCount

string (int64 format)

搭載開發人員發布版本的裝置數量。

betaChannelCount

string (int64 format)

搭載 Beta 版發布版本的裝置數量。

stableChannelCount

string (int64 format)

搭載穩定發布版本的裝置數量。

ltcChannelCount

string (int64 format)

搭載 LTC 發布版本的裝置數量。

ltsChannelCount

string (int64 format)

搭載 LTS 發布版本的裝置數量。

unsupportedChannelCount

string (int64 format)

搭載不支援發布版本的裝置數量。

授權範圍

需要下列 OAuth 範圍:

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