App Engine Admin API는 프로그래밍 언어에 상관없이 App Engine 애플리케이션을 관리할 수 있는 RESTful API입니다. Admin API는 Google Cloud 콘솔에 있는 여러 App Engine 관리 작업에 프로그래매틱 액세스를 제공합니다.
인증을 구성한 후 애플리케이션 버전 배포 및 해당 버전의 트래픽 양 관리 등 애플리케이션 관리를 시작할 수 있습니다.
Admin API를 사용하면 환경 또는 프로세스에 가장 적합한 방식으로 App Engine 애플리케이션을 관리할 수 있습니다. 예를 들어 Admin API에서 제공하는 사항은 다음과 같습니다.
개발 및 빌드 도구의 통합 지점
두 버전 간의 트래픽 마이그레이션 자동화 또는 여러 버전에서의 트래픽 분할 기능 등 새 버전 배포에 대한 통제를 강화합니다.
여러Google Cloud 프로젝트에서 프로그래매틱 방식으로 애플리케이션을 관리하는 기능입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThe App Engine Admin API is a RESTful API used to manage App Engine applications, providing programmatic access to various administrative operations.\u003c/p\u003e\n"],["\u003cp\u003eAfter setting up authentication, you can manage your applications, including deploying new versions and controlling traffic distribution.\u003c/p\u003e\n"],["\u003cp\u003eThe Admin API provides an integration point for development and build tools, offering tighter control over version deployment and traffic management.\u003c/p\u003e\n"],["\u003cp\u003eUsing the Admin API allows for managing applications across multiple Google Cloud projects programmatically.\u003c/p\u003e\n"]]],[],null,["# An Overview of the Admin API\n\nThe App Engine Admin API is a RESTful API for managing your App Engine applications\nregardless of programming language. The Admin API\nprovides programmatic access to several of the App Engine administrative\noperations that are found in the\n[Google Cloud console](https://console.cloud.google.com/appengine).\n\nAfter configuring authentication, you can begin managing your apps, including\ndeploying versions of applications and managing the amount of traffic to those\nversions.\n\nWith the Admin API, you can manage your App Engine applications in\nmanners that best suit your environment or process. For example, the\nAdmin API provides you with:\n\n- An integration point for your development and build tools.\n- Tighter control around deploying new versions, including the ability to automate traffic migration between two versions or traffic splitting across one or more versions.\n- The ability to programmatically manage applications across multiple Google Cloud projects.\n\n| **Tip:** You can use client libraries to interact with App Engine Admin API. For information about the available programming languages, see [Using Client Libraries](/appengine/docs/admin-api/client-libraries)."]]