StageV1Dot1
StageV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| active_deployment required | 활성화 배포 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| allow_credentials optional | 허용 인증 Example : True | any of [boolean, null] | |
| allow_headers optional | 허용 헤더 Example : ['Content-Type', 'Authorization'] | any of [array[string], null] | |
| allow_methods optional | 허용 메서드 Example : ['GET', 'POST', 'PUT', 'PATCH'] | any of [array[enum (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, ANY)], null] | |
| allow_origins optional | 허용 원본 Example : ['*'] | any of [array[string], null] | |
| api_id required | Api ID Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| api_key_required required | API Key 사용여부 Example : False | boolean | |
| api_summary required | API 요약 Example : [{'methods': [{'api_key_required': True, 'type': 'GET'}, {'api_key_required': False, 'type': 'POST'}], 'path': '/'}, {'methods': [{'api_key_required': True, 'type': 'GET'}, {'api_key_required': False, 'type': 'POST'}], 'path': '/test'}] | array[ResourceSummaryV1Dot1] | |
| cors_enabled required | CORS 사용여부 Example : False | boolean | |
| created_at required | 생성 일시 Example : 2026-02-11T06:40:19.082Z | string (date-time) | |
| deployment_id required | 배포 ID Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| description optional | 설명 Example : description | any of [string, null] | |
| expose_headers optional | 노출 헤더 Example : ['test1', 'test2'] | any of [array[string], null] | |
| invoke_url required | 호출 URL Example : http://test.com/stg | string | |
| jwt_enabled required | JWT 사용여부 Example : False | boolean | |
| max_age optional | 최대 캐시 기간 Example : 3600 | any of [integer, null] | |
| name required | 스테이지명 Example : test-stage | string | |
| usage_plan_api_keys optional | API Key | any of [array[ApiKeyInStage], null] | |
| usage_plan_id optional | 사용량 정책 ID Example : 27bb070b564349f8a31cc60734cc36a5 | any of [string, null] | |
| usage_plan_limit optional | 사용량 정책 할당량 Example : 10 | any of [integer, null] | |
| usage_plan_name optional | 이름 Example : usage-plan-name | any of [string, null] | |
| usage_plan_rate optional | 사용량 정책 주기 Example : day | any of [enum (hour, day, month), null] |