클라이언트 자격 증명 요청에 대한 API 작업

이 항목에서는 사용할 수 있는 여러 API에서 사용할 수 있는 작업 (권한과 같은 종류) 에 대해 학습합니다. OAuth 서비스에 요청할 때 이러한 작업이 필요합니다.

개요

이 문서에서는 다양한 API에서 사용할 수 있는 작업에 대해 자세히 설명합니다. 이는 OAuth 서비스에클라이언트 자격 증명을 요청할 때 필요합니다 .

참고: 일부 API의 경우 OAuth 자격 증명 UI를 사용하여 클라이언트 자격 증명을 얻을 수도 있습니다. OAuth UI 사용에 대한 지침은 다음 문서를 참조하십시오.

운영

현재 지원되는 작업 옵션은 다음 표에 나와 있습니다.

API 운영
API 운영 스튜디오 버전
분석 API video-cloud/analytics/read
오디언스 API video-cloud/audience/read
video-cloud/audience/write
Cloud Playout API video-cloud/cloud-playout/read
video-cloud/cloud-playout/all
CMS API [1-1] video-cloud/video/read
video-cloud/video/create
video-cloud/video/update
video-cloud/video/delete
video-cloud/video/all
video-cloud/asset/delete
video-cloud/playlist/read
video-cloud/playlist/create
video-cloud/playlist/update
video-cloud/playlist/delete
video-cloud/playlist/all
video-cloud/sharing-relationships/read
video-cloud/sharing-relationships/create
video-cloud/sharing-relationships/update
video-cloud/sharing-relationships/delete
video-cloud/sharing-relationships/all
video-cloud/notifications/all
동적 인제스트 API [1-1] video-cloud/video/all
video-cloud/ingest-profiles/profile/read
video-cloud/ingest-profiles/account/read
video-cloud/upload-urls/read
인제스트 프로파일 API video-cloud/ingest-profiles/profile/read
video-cloud/ingest-profiles/profile/write
video-cloud/ingest-profiles/account/read
video-cloud/ingest-profiles/account/write
페이지 내 경험 API video-cloud/experience/read
video-cloud/experience/all
재생 인증 키 video-cloud/playback-auth/key/read
video-cloud/playback-auth/key/write
블랙리스트 API video-cloud/playback-auth/blacklist 없음
감사 API video-cloud/playback-auth/audit 없음
재생 권한 API video-cloud/playback-auth/playback-rights/read
video-cloud/playback-auth/playback-rights/write
없음
플레이어 관리 API video-cloud/player/read
video-cloud/player/all
소셜 API video-cloud/social/api/read
video-cloud/social/mrss/read
video-cloud/social/mrss/write
SSAI API video-cloud/ssai/read
video-cloud/ssai/all

운영 및 스튜디오 동등

비 개발자의 권한 선택을 단순화하기 위해 Studio의 API 인증 사용자 인터페이스는 API 작업에서 이름이 지정된 것과 다르게 표현합니다.

스튜디오에서의 API 작업
스튜디오에서의 API 작업

다음 표에서는 Studio API 인증 페이지의 API 작업 및 이와 동등한 작업을 보여 줍니다.

운영 및 스튜디오 동등
API 작업 스튜디오 동급
video-cloud/analytics/read Analytics -> Read
video-cloud/audience/read Audience -> Read
video-cloud/audience/read + video-cloud/audience/write Audience -> Read/Write
video-cloud/cloud-playout/read Cloud Playout -> Read
video-cloud/cloud-playout/all Cloud Playout -> Read/Write
video-cloud/video/read CMS -> Video Read
video-cloud/video/create Dynamic Ingest -> Create
video-cloud/video/all
또는
video-cloud/video/readvideo-cloud/video/create + video-cloud/video/update + video-cloud/video/delete
CMS -> Video Read/Write
video-cloud/playlist/read CMS -> Playlist Read
video-cloud/playlist/all
또는
video-cloud/playlist/readvideo-cloud/playlist/create + video-cloud/playlist/update + video-cloud/playlist/delete
CMS -> Playlist Read/Write
video-cloud/asset/delete 동등한 금액 없음
video-cloud/sharing-relationships/read CMS -> Sharing Relationships Read
video-cloud/sharing-relationships/all
또는
video-cloud/sharing-relationships/readvideo-cloud/sharing-relationships/create + video-cloud/sharing-relationships/update + video-cloud/sharing-relationships/delete
CMS -> Sharing Relationships Read/Write
video-cloud/notifications/all CMS -> Notifications
video-cloud/upload-urls/read Dynamic Ingest -> Push Files
video-cloud/experience/read In-Page Experiences -> Read
video-cloud/experience/all In-Page Experiences -> Read/Write
video-cloud/ingest-profiles/profile/read Ingest Profile -> Read
video-cloud/ingest-profiles/profile/read + video-cloud/ingest-profiles/profile/write Ingest Profile -> Read/Write
video-cloud/ingest-profiles/account/read Ingest Profile -> Configuration Read
video-cloud/ingest-profiles/account/read + video-cloud/ingest-profiles/account/write Ingest Profile -> Configuration Read/Write
video-cloud/player/read Players -> Read
video-cloud/player/all Players -> Read/Write
video-cloud/playback-auth/key/read Playback Auth Key -> Read
video-cloud/playback-auth/key/write Playback Auth Key -> Write
video-cloud/social/api/read Social -> Status Read
video-cloud/social/mrss/read Social -> MRSS Read
video-cloud/social/mrss/write Social -> MRSS Write
video-cloud/ssai/read SSAI -> Read
video-cloud/ssai/all SSAI -> Read/Write
API 운영
API 운영
플레이어 관리 API perform/player/all

참고 사항

  • [1-1] video권한에는 해당하는 권한이 포함됩니다. asset작업 - 즉/video/all모두에 대한 권한을 부여합니다자산 운영 (에 대한 작업CMS API엔드포인트 /accounts/{account_id}/videos/{video_id}/assets/...), /video/read자산 읽기 작업 등에 대한 권한을 부여합니다.

curl 또는 Postman을 사용하여 클라이언트 자격 증명을 얻는 방법에 대한 자세한 지침은 다음을 참조하십시오.