Chrome Management Profiles API

Chrome Management Profiles API を使用すると、管理者は Chrome ブラウザの管理対象プロファイルのデータを表示し、リモート コマンドを管理できます。この API セットは、管理対象プロファイルのリストの取得、管理対象プロファイルの取得、管理対象プロファイルから収集されたデータの削除、管理対象プロファイルへのリモート コマンドの発行、管理対象プロファイルに発行されたリモート コマンドの取得、管理対象プロファイルに発行されたリモート コマンドのリストの取得に使用できます。

API メソッドの概要

URL は https://chromemanagement.googleapis.com/v1/customers/{customer_id} に対する相対パスです

説明 相対 URL HTTP メソッド
管理対象プロファイルを一覧表示する /profiles GET
管理対象プロファイルを取得する /profiles/{profile_permanent_id} GET
管理対象プロファイルから収集したデータを削除する /profiles/{profile_permanent_id} 削除

URL は https://chromemanagement.googleapis.com/v1/customers/{customer_id}/profiles/{profile_permanent_id} に対する相対パスです

説明 相対 URL HTTP メソッド
リモート コマンドを発行する /commands POST
リモート コマンドを取得する /commands/{command_id} GET
リモート コマンドを一覧表示する /commands GET

リクエストとレスポンスの例については、コードサンプルをご覧ください。

管理者権限

Profiles API では、管理者ロールの委任が適用されます。

メソッド 必要な管理者権限
ListChromeBrowserProfiles [サービス] -> [Chrome 管理] -> [設定] -> [管理対象ブラウザ]
または [サービス] -> [Chrome 管理] -> [設定] -> [管理対象ブラウザ] -> [読み取り]
GetChromeBrowserProfile [サービス] -> [Chrome 管理] -> [設定] -> [管理対象ブラウザ]
または [サービス] -> [Chrome 管理] -> [設定] -> [管理対象ブラウザ] -> [読み取り]
DeleteChromeBrowserProfile [サービス] -> [Chrome 管理] -> [設定] -> [管理対象ブラウザ]
CreateChromeBrowserProfileCommand [サービス] -> [Chrome 管理] -> [設定] -> [管理対象ブラウザ]
GetChromeBrowserProfileCommand [サービス] -> [Chrome 管理] -> [設定] -> [管理対象ブラウザ]
または [サービス] -> [Chrome 管理] -> [設定] -> [管理対象ブラウザ] -> [読み取り]
ListChromeBrowserProfileCommands [サービス] -> [Chrome 管理] -> [設定] -> [管理対象ブラウザ]
または [サービス] -> [Chrome 管理] -> [設定] -> [管理対象ブラウザ] -> [読み取り]

管理者のロールと権限を管理するには、[管理コンソール] -> [管理者ロール] にアクセスします。

API スコープ

Chrome Management Profiles API には、次の OAuth スコープが必要です。

メソッド 必要な OAuth スコープ
ListChromeBrowserProfiles https://www.googleapis.com/auth/chrome.management.profiles
または https://www.googleapis.com/auth/chrome.management.profiles.readonly
GetChromeBrowserProfile https://www.googleapis.com/auth/chrome.management.profiles
または https://www.googleapis.com/auth/chrome.management.profiles.readonly
DeleteChromeBrowserProfile https://www.googleapis.com/auth/chrome.management.profiles
CreateChromeBrowserProfileCommand https://www.googleapis.com/auth/chrome.management.profiles
GetChromeBrowserProfileCommand https://www.googleapis.com/auth/chrome.management.profiles
または https://www.googleapis.com/auth/chrome.management.profiles.readonly
ListChromeBrowserProfileCommands https://www.googleapis.com/auth/chrome.management.profiles
または https://www.googleapis.com/auth/chrome.management.profiles.readonly

詳細については、認証の概要をご覧ください。