API 호스트 URL은 사용자가 Looker API 서버 엔드포인트에 연결하는 데 필요한 사용자 대상 도메인 이름(및 포트)입니다. URL을 지정하려면 API 호스트 URL 필드에 다음 형식으로 API 경로를 입력합니다.
https://<instance_name>.cloud.looker.com
부하 분산기(예: 클러스터 구성) 또는 기타 프록시 뒤에 있는 Looker 설치의 경우 사용자 대상 도메인 이름은 실제 Looker 서버 머신 이름과 다를 수 있습니다. 이 경우 API 호스트 URL은 사용자 대상 API 호스트 이름과 포트를 나타내야 합니다.
API 호스트 URL 필드가 비어 있는 경우 Looker는 기본 API 경로를 사용합니다. Google Cloud, Microsoft Azure에서 호스팅되는 Looker 인스턴스와 2020년 7월 7일 이후에 생성된 Amazon Web Service(AWS)에서 호스팅되는 인스턴스의 경우 기본 Looker API 경로는 포트 443을 사용합니다. 2020년 7월 7일 이전에 생성된 AWS에서 호스팅되는 Looker 인스턴스의 경우 기본 Looker API 경로는 포트 19999를 사용합니다. 기본 API URL 형식은 다음과 같습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-12-22(UTC)"],[],[],null,["# Admin settings - API\n\nThe **API** page in the **Platform** section of the **Admin** menu lets you manage access to the Looker API server endpoint. The page also provides a link to the [API Explorer](/looker/docs/api-explorer) documentation.\n\nAccessing the API page\n----------------------\n\nTo access the API page:\n\n1. Click the Looker **Main menu** icon menu.\n2. Click **Admin** to open the **Admin** menu.\n3. Select **API**.\n4. View the **API Host URL**.\n\n| **Note:** If you have a permission that provides access to only select pages in the Admin panel, such as [`manage_schedules`](/looker/docs/admin-panel-users-roles#manage_schedules), [`manage_themes`](/looker/docs/admin-panel-users-roles#manage_themes), or [`see_admin`](/looker/docs/admin-panel-users-roles#see_admin), but you don't have the [Admin role](/looker/docs/admin-panel-users-roles#default_roles), the page or pages that are described here may not be visible to you in the Admin panel.\n\nAPI Host URL\n------------\n\nThe **API Host URL** is the user-facing domain name (and port) that users need to reach the Looker API server endpoint. To specify a URL, enter your API path in the **API Host URL** field in the following format: \n\n https://\u003cinstance_name\u003e.cloud.looker.com\n\nFor Looker installations behind a load balancer (for example, a [cluster](/looker/docs/clustering-looker) configuration) or other proxy, the user-facing domain name may be different from the actual Looker server machine name. If this is the case, the **API Host URL** must indicate the user-facing API host name and port.\n\nIf the **API Host URL** field is empty, Looker uses the default API path. For Looker instances hosted on Google Cloud, Microsoft Azure, and instances hosted on Amazon Web Service (AWS) that were created on or after 07/07/2020, the default Looker API path uses port `443`. For Looker instances hosted on AWS that were created before 07/07/2020, the default Looker API path uses port `19999`. The default API URL is in the following format: \n\n https://\u003cinstance_name\u003e.cloud.looker.com:\u003cport\u003e\n\nAPI Documentation\n-----------------\n\nIf you have installed the [API Explorer extension](/looker/docs/api-explorer) from the [Looker Marketplace](/looker/docs/marketplace), you can click **Use API Explorer** to open the API Explorer and view current API documentation.\n\nIf you have not installed the API Explorer extension, you can click **Install API Explorer from the Marketplace** to install the API Explorer on your Looker instance."]]