1 - 1.3
scpcli application-apigateway auth create
--api_id <value>
--name <value>
--expiration_period <value>
--connected_stages <value>
Description
인증을 생성한다
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.3 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| api_id required | string | Api ID | - |
| name required | string | 인증명 | Token01 |
| expiration_period required | integer | 만료 기간 | 90 |
| connected_stages required | array | 연결된 스테이지 | dev,stg |
Responses
| Name | Description | Example |
|---|---|---|
| access_token | 액세스 토큰 | *********************************************************** |
2 - 1.2
scpcli application-apigateway auth create
--api_id <value>
--name <value>
--expiration_period <value>
--connected_stages <value>
Description
인증을 생성한다
상태 ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| api_id required | string | Api ID | - |
| name required | string | 인증명 | Token01 |
| expiration_period required | integer | 만료 기간 | 90 |
| connected_stages required | array | 연결된 스테이지 | dev,stg |
Responses
| Name | Description | Example |
|---|---|---|
| access_token | 액세스 토큰 | *********************************************************** |
3 - 1.1
scpcli application-apigateway auth create
--api_id <value>
--name <value>
--expiration_period <value>
--connected_stages <value>
Description
인증을 생성한다
상태 ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| api_id required | string | Api ID | - |
| name required | string | 인증명 | Token01 |
| expiration_period required | integer | 만료 기간 | 90 |
| connected_stages required | array | 연결된 스테이지 | dev,stg |
Responses
| Name | Description | Example |
|---|---|---|
| access_token | 액세스 토큰 | *********************************************************** |
4 - 1.0
scpcli application-apigateway auth create
--api_id <value>
--name <value>
--expiration_period <value>
--connected_stages <value>
Description
인증을 생성한다
상태 ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| api_id required | string | Api ID | - |
| name required | string | 인증명 | Token01 |
| expiration_period required | integer | 만료 기간 | 90 |
| connected_stages required | array | 연결된 스테이지 | dev,stg |
Responses
| Name | Description | Example |
|---|---|---|
| access_token | 액세스 토큰 | *********************************************************** |