이 페이지에서는 Assured Workloads에서 사용할 수 있는 여러 유형의 API 엔드포인트에 대해 설명합니다. API 엔드포인트(또는 서비스 엔드포인트)는 bigquery.googleapis.com과 같은 Google Cloud API 서비스의 네트워크 주소를 지정하는 URL입니다. Google Cloud 서비스를 사용하면 전역, 위치, 리전 엔드포인트를 비롯한 다양한 유형의 API 엔드포인트를 사용하여 리소스에 액세스할 수 있습니다. 각 유형의 가용성은 지정된 Google Cloud 제품 또는 서비스에서 제공되는지 여부에 따라 달라집니다.
모든 Assured Workloads 제어 패키지는 전역 API 엔드포인트를 지원합니다. 위치 및 리전 API 엔드포인트에 대한 지원은 제어 패키지에 따라 다릅니다.
전역 API 엔드포인트
전역 API 엔드포인트는 URL 호스트 이름에서 위치를 지정하지 않습니다. 예를 들면 다음과 같습니다.
storage.googleapis.com
bigquery.googleapis.com
logging.googleapis.com
이러한 전역 범위 엔드포인트는 가능한 한 클라이언트와 가까운 곳에서 TLS 세션을 종료하는 고가용성 서비스 엔드포인트를 제공하므로 인터넷을 통해 분산된 클라이언트 집합에서 API 호출을 제공할 때 지연 시간을 최소화합니다.
위치 API 엔드포인트
위치 API 엔드포인트는 URL 호스트 이름에서 위치를 지정합니다. 예를 들면 다음과 같습니다.
us-west1-storage.googleapis.com
us-west1-bigquery.googleapis.com
us-west1-logging.googleapis.com
이러한 위치 기반 엔드포인트는 위치가 특정된 서비스를 사용해야 하고 비공개 연결을 통해 액세스할 때 전송 중인 데이터가 특정 위치에 유지되도록 하려는 고객에게 가장 유용합니다.
리전 API 엔드포인트
리전 API 엔드포인트는 위치를 하위 도메인으로 지정합니다. 예를 들면 다음과 같습니다.
storage.us-west1.rep.googleapis.com
bigquery.us-west1.rep.googleapis.com
logging.us-west1.rep.googleapis.com
이러한 리전 엔드포인트는 위치가 특정된 서비스를 사용해야 하고 비공개 연결 또는 공개 인터넷을 통해 액세스할 때 전송 중인 데이터가 특정 위치에 유지되도록 하려는 고객에게 가장 유용합니다.
[[["이해하기 쉬움","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-21(UTC)"],[[["API endpoints, which are URLs specifying the network address of a Google Cloud API service, can be global, locational, or regional."],["Global API endpoints, like `storage.googleapis.com`, do not specify a location and are designed for high availability and low latency for clients around the world."],["Locational API endpoints, such as `us-west1-storage.googleapis.com`, include the location in the hostname and are used by customers who require location-specific services and wish to keep in-transit data in a specific area."],["Regional API endpoints, exemplified by `storage.us-west1.rep.googleapis.com`, use a location subdomain and offer the greatest control for keeping in-transit data within a specific region, either via private connectivity or the internet."],["Assured Workloads control packages support global API endpoints, while support for locational and regional endpoints varies, with the availability of both locational and regional endpoints being limited across Google Cloud services."]]],[]]