"apiThrottling" 섹션
지정된 기간 동안 API에 대해 수행할 수 있는 요청 수를 제한하려면 apiThrottling을 사용합니다.
기본적으로 API 제한은 다음 구성으로 활성화됩니다.
"apiThrottling": [
{
"urlPatterns": "/rest/**, /api/**",
"bandwidthConfigs": [
{ "capacity": 3, "timeUnit": "SECOND"},
{ "capacity": 120, "timeUnit": "MINUTE"}
]
}
]
Word 내보내기 및 RPE 서버의 API 호출은 API 제한에 의해 차단되지 않습니다.