Chrome 관리 프로필 API를 사용하면 관리자가 Chrome 브라우저에서 관리 프로필의 데이터를 보고 원격 명령을 관리할 수 있습니다. 이 API 집합은 관리 프로필을 나열하고, 관리 프로필을 검색하고, 관리 프로필에서 수집된 데이터를 삭제하고, 관리 프로필에 원격 명령을 실행하고, 관리 프로필에 실행된 원격 명령을 검색하고, 관리 프로필에 실행된 원격 명령을 나열하는 데 사용할 수 있습니다.
API 메서드 간략 개요
URL은 https://chromemanagement.googleapis.com/v1/customers/{customer_id}
을 기준으로 합니다.
설명 | 상대 URL | Http 메소드 |
---|---|---|
관리 프로필 나열 | /profiles | YouTube 최신 소식 |
관리 프로필 가져오기 | /profiles/{profile_permanent_id} | YouTube 최신 소식 |
관리 프로필에서 수집된 데이터 삭제 | /profiles/{profile_permanent_id} | 삭제 |
URL은 https://chromemanagement.googleapis.com/v1/customers/{customer_id}/profiles/{profile_permanent_id}
을 기준으로 합니다.
설명 | 상대 URL | Http 메소드 |
---|---|---|
원격 명령어 실행 | /commands | POST |
원격 명령어 가져오기 | /commands/{command_id} | YouTube 최신 소식 |
원격 명령어 나열 | /commands | YouTube 최신 소식 |
요청 및 응답 예시는 코드 샘플을 참고하세요.
관리자 권한
프로필 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 |
자세한 내용은 인증 개요를 참고하세요.