1 - 1.2
scpcli application-apigateway stage create
--api_id <value>
--stage_name <value>
--deployment_id <value>
[--description <value>]
Description
스테이지를 생성한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| api_id required | string | Api ID | 27bb070b564349f8a31cc60734cc36a5 |
| stage_name required | string | 이름 | test-stage |
| deployment_id required | string | 배포 ID | 27bb070b564349f8a31cc60734cc36a5 |
| description optional | string | 설명 | description |
Responses
| Name | Description | Example |
|---|---|---|
| active_deployment | 활성화 배포 | 2024-05-17T00:23:17Z |
| allow_credentials | 허용 인증 | True |
| allow_headers | 허용 헤더 | [‘Content-Type’, ‘Authorization’] |
| allow_methods | 허용 메서드 | [‘GET’, ‘POST’, ‘PUT’, ‘PATCH’] |
| allow_origins | 허용 원본 | [’*’] |
| api_id | Api ID | 27bb070b564349f8a31cc60734cc36a5 |
| api_key_required | API Key 사용여부 | False |
| cors_enabled | CORS 사용여부 | False |
| created_at | 생성 일시 | |
| deployment_id | 배포 ID | 27bb070b564349f8a31cc60734cc36a5 |
| description | 설명 | description |
| expose_headers | 노출 헤더 | [’test1’, ’test2’] |
| invoke_url | 호출 URL | http://test.com/stg |
| jwt_enabled | JWT 사용여부 | False |
| max_age | 최대 캐시 기간 | 3600 |
| name | 스테이지명 | test-stage |
| usage_plan_api_keys | API Key | [] |
| usage_plan_id | 사용량 정책 ID | 27bb070b564349f8a31cc60734cc36a5 |
| usage_plan_limit | 사용량 정책 할당량 | 10 |
| usage_plan_name | 이름 | usage-plan-name |
| usage_plan_rate | 사용량 정책 주기 | day |
2 - 1.1
scpcli application-apigateway stage create
--api_id <value>
--stage_name <value>
--deployment_id <value>
[--description <value>]
Description
스테이지를 생성한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| api_id required | string | Api ID | 27bb070b564349f8a31cc60734cc36a5 |
| stage_name required | string | 이름 | test-stage |
| deployment_id required | string | 배포 ID | 27bb070b564349f8a31cc60734cc36a5 |
| description optional | string | 설명 | description |
Responses
| Name | Description | Example |
|---|---|---|
| active_deployment | 활성화 배포 | 2024-05-17T00:23:17Z |
| allow_credentials | 허용 인증 | True |
| allow_headers | 허용 헤더 | [‘Content-Type’, ‘Authorization’] |
| allow_methods | 허용 메서드 | [‘GET’, ‘POST’, ‘PUT’, ‘PATCH’] |
| allow_origins | 허용 원본 | [’*’] |
| api_id | Api ID | 27bb070b564349f8a31cc60734cc36a5 |
| api_key_required | API Key 사용여부 | False |
| cors_enabled | CORS 사용여부 | False |
| created_at | 생성 일시 | |
| deployment_id | 배포 ID | 27bb070b564349f8a31cc60734cc36a5 |
| description | 설명 | description |
| expose_headers | 노출 헤더 | [’test1’, ’test2’] |
| invoke_url | 호출 URL | http://test.com/stg |
| jwt_enabled | JWT 사용여부 | False |
| max_age | 최대 캐시 기간 | 3600 |
| name | 스테이지명 | test-stage |
| usage_plan_api_keys | API Key | [] |
| usage_plan_id | 사용량 정책 ID | 27bb070b564349f8a31cc60734cc36a5 |
| usage_plan_limit | 사용량 정책 할당량 | 10 |
| usage_plan_name | 이름 | usage-plan-name |
| usage_plan_rate | 사용량 정책 주기 | day |
3 - 1.0
scpcli application-apigateway stage create
--api_id <value>
--stage_name <value>
--deployment_id <value>
[--description <value>]
Description
스테이지를 생성한다
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| api_id required | string | Api ID | 27bb070b564349f8a31cc60734cc36a5 |
| stage_name required | string | 이름 | test-stage |
| deployment_id required | string | 배포 ID | 27bb070b564349f8a31cc60734cc36a5 |
| description optional | string | 설명 | description |
Responses
| Name | Description | Example |
|---|---|---|
| active_deployment | 활성화 배포 | 2024-05-17T00:23:17Z |
| allow_credentials | 허용 인증 | True |
| allow_headers | 허용 헤더 | [‘Content-Type’, ‘Authorization’] |
| allow_methods | 허용 메서드 | [‘GET’, ‘POST’, ‘PUT’, ‘PATCH’] |
| allow_origins | 허용 원본 | [’*’] |
| api_id | Api ID | 27bb070b564349f8a31cc60734cc36a5 |
| cors_enabled | CORS 사용여부 | False |
| created_at | 생성 일시 | |
| deployment_id | 배포 ID | 27bb070b564349f8a31cc60734cc36a5 |
| expose_headers | 노출 헤더 | [’test1’, ’test2’] |
| invoke_url | 호출 URL | http://test.com/stg |
| ip_restriction_enabled | IP 접근제어 사용여부 | False |
| jwt_enabled | JWT 사용여부 | False |
| max_age | 최대 캐시 기간 | 3600 |
| name | 스테이지명 | test-stage |