즐겨찾는 텍스트 또는 XML 인식 편집기 또는 IDE를 사용하여 로컬에서 정책을 만들고 수정할 수 있습니다.
이 주제에서는 정책을 생성, 구성, 연결, 배포, 테스트하는 방법의 예시로 할당량 정책 유형을 사용합니다.
대부분의 API 프록시에서는 할당량을 적용합니다. 할당량을 사용하면 클라이언트 앱이 지정된 시간 간격 동안 API 호출을 허용하는 빈도를 제어할 수 있습니다. 아래 예시에서 할당량 정책은 앱을 분당 요청 1회로 제한하도록 구성되어 있습니다. 비현실적으로 보일 수 있지만 이 방법은 정책 효과를 확인하는 간단한 방법입니다.
API 프록시 구성에서 정책 파일은 /apiproxy/policies 디렉터리에 XML 파일로 저장됩니다.
예를 들어 할당량 정책이라는 유형 할당량 정책을 다음 내용이 포함된 QuotaPolicy.xml이라는 파일로 만들 수 있습니다.
[[["이해하기 쉬움","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-04-02(UTC)"],[[["This guide focuses on creating, configuring, attaching, deploying, and testing policies within Apigee and Apigee hybrid environments."],["Policies, exemplified here by the Quota policy, are stored as XML files in the `/apiproxy/policies` directory within an API proxy configuration."],["The Quota policy type allows control over API invocation frequency, as illustrated by an example that limits apps to one request per minute."],["All policies, including the Quota policy, have attributes such as `enabled`, `continueOnError`, and `name`, which define their behavior and status."],["Policy-specific elements like `Allow`, `Interval`, and `TimeUnit` in the Quota policy example provide settings for enforcing API limits."]]],[]]