1 - Product

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 PRODUCT 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.0CURRENT-

1.1 - CLIs

1.1.1 - List Product Categories

1.1.1.1 - 1.0

scpcli product product categories list
[--limit <value>]
[--page <value>]
[--display_name <value>]
[--display_name_ko <value>]
[--is_exposed_menu <value>]
[--created_by <value>]
[--modified_by <value>]
[--created_start_date <value>]
[--created_end_date <value>]
[--modified_start_date <value>]
[--modified_end_date <value>]
[--sort <value>]

Description

List product categories

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
limit
optional
integer한계10
page
optional
integer페이지1
display_name
optional
array상품 카테고리 이름N
display_name_ko
optional
array상품 카테고리 이름N
is_exposed_menu
optional
array상품 카테고리 메뉴 노출 상태T
created_by
optional
string생성자김삼성
modified_by
optional
string수정자김삼성
created_start_date
optional
string생성일 시작2024-01-01T00:00:00
created_end_date
optional
string생성일 종료2024-01-01T00:00:00
modified_start_date
optional
string수정일 시작2024-01-01T00:00:00
modified_end_date
optional
string수정일 종료2024-01-01T00:00:00
sort
optional
string정렬created_at:asc

Responses

NameDescriptionExample
category_id상품 카테고리 IDNETWORKING
created_at생성 날짜2024-01-01T00:00:00
created_by생성자5cada9f6afa049418c4f18c0c4859202
display_name상품 카테고리 이름Networking
display_name_ko상품 카테고리 이름Networking
icon_file_id아이콘 파일 IDc1d5c1f63bf24f73b32c37f6f7b50310
is_exposed_menu상품 카테고리 메뉴 노출 상태True
modified_at수정 날짜2024-01-01T00:00:00
modified_by수정자5cada9f6afa049418c4f18c0c4859202
seq순번9
service_group_color_id상품 그룹 색상ffff00

1.1.2 - List Products

1.1.2.1 - 1.0

scpcli product product list
[--limit <value>]
[--page <value>]
[--product_category_id <value>]
[--product_id <value>]
[--display_name <value>]
[--display_name_ko <value>]
[--kind <value>]
[--created_start_date <value>]
[--created_end_date <value>]
[--modified_start_date <value>]
[--modified_end_date <value>]
[--sort <value>]

Description

List products.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
limit
optional
integer한계10
page
optional
integer페이지1
product_category_id
optional
array상품 카테고리 IDN
product_id
optional
array상품 IDV
display_name
optional
array상품명V
display_name_ko
optional
array상품명V
kind
optional
array상품 종류P
created_start_date
optional
string생성일 시작2024-01-01T00:00:00
created_end_date
optional
string생성일 종료2024-01-01T00:00:00
modified_start_date
optional
string수정일 시작2024-01-01T00:00:00
modified_end_date
optional
string수정일 종료2024-01-01T00:00:00
sort
optional
string정렬created_at:asc

Responses

NameDescriptionExample
created_at생성 날짜2024-01-01T00:00:00
created_by생성자5cada9f6afa049418c4f18c0c4859202
display_name상품명VPC
display_name_ko상품명VPC
kind상품 종류PRODUCT
modified_at수정 날짜2024-01-01T00:00:00
modified_by수정자5cada9f6afa049418c4f18c0c4859202
product_category_id상품 카테고리 IDNETWORKING
product_category_name상품 카테고리 이름Networking
product_id상품 IDVPC

1.1.3 - Show Product

1.1.3.1 - 1.0

scpcli product product show
--product_id <value>

Description

Show product.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
product_id
required
string상품 IDVPC

Responses

NameDescriptionExample
created_at생성 날짜2024-01-01T00:00:00
created_by생성자5cada9f6afa049418c4f18c0c4859202
display_name상품명VPC
display_name_ko상품명VPC
kind상품 종류PRODUCT
modified_at수정 날짜2024-01-01T00:00:00
modified_by수정자5cada9f6afa049418c4f18c0c4859202
product_category_id상품 카테고리 IDNETWORKING
product_category_name상품 카테고리 이름Networking
product_id상품 IDVPC

1.1.4 - Show Product category

1.1.4.1 - 1.0

scpcli product product category show
--category_id <value>

Description

Show product category.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
category_id
required
string상품 카테고리 IDNETWORKING

Responses

NameDescriptionExample
category_id상품 카테고리 IDNETWORKING
created_at생성 날짜2024-01-01T00:00:00
created_by생성자5cada9f6afa049418c4f18c0c4859202
display_name상품 카테고리 이름Networking
display_name_ko상품 카테고리 이름Networking
icon_file_id아이콘 파일 IDc1d5c1f63bf24f73b32c37f6f7b50310
is_exposed_menu상품 카테고리 메뉴 노출 상태True
modified_at수정 날짜2024-01-01T00:00:00
modified_by수정자5cada9f6afa049418c4f18c0c4859202
seq순번9
service_group_color_id상품 그룹 색상ffff00

2 - STS

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 STS 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.1CURRENT-
1.0DEPRECATED20260531

2.1 - CLIs

2.1.1 - Acquire temporary role credential

2.1.1.1 - 1.1

scpcli sts sts assume role
--role_session_name <value>
--role_indicator <value>
[--duration_seconds <value>]

Description

Acquire temporary role credential

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
role_session_name
required
stringRole Session Name-
role_indicator
required
stringIdentifier of the role to assume. [offering:account_id:role_name]dev2:afd580f490394896a6bceabf77683c6bd:role_name
duration_seconds
optional
integerDuration of seconds of the role session-

Responses

NameDescriptionExample
assumed_role_userAssumed Role ID
credentialsTemporary Credentials

2.1.1.2 - 1.0

scpcli sts sts assume role
--role_session_name <value>
--role_indicator <value>
[--duration_seconds <value>]

Description

Acquire temporary role credential

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
role_session_name
required
stringRole Session Name-
role_indicator
required
stringIdentifier of the role to assume. [offering:account_id:role_name]dev2:afd580f490394896a6bceabf77683c6bd:role_name
duration_seconds
optional
integerDuration of seconds of the role session-

Responses

NameDescriptionExample
assumed_role_userAssumed Role ID
credentialsTemporary Credentials

2.1.2 - Acquire temporary role credential from SAML Assertion

2.1.2.1 - 1.1

scpcli sts sts assume role with saml
--saml_assertion <value>
--role_indicator <value>
--principal_indicator <value>
[--duration_seconds <value>]

Description

Acquire temporary role credential from SAML Assertion

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
saml_assertion
required
stringSAML Assertion-
role_indicator
required
stringIdentifier of the role to assume. [offering:account_id:role_name]dev2:afd580f490394896a6bceabf77683c6bd:role_name
principal_indicator
required
stringSAML Provider Indicatordev2:afd580f490394896a6bceabf77683c6bd:principal_name
duration_seconds
optional
integerDuration of seconds of the role session-

Responses

NameDescriptionExample
assumed_role_userAssumed Role ID
audienceRecipient Value
credentialsTemporary Credentials
issuerIssuer Value
subjectName ID Value
subject_typeName ID Format

2.1.2.2 - 1.0

scpcli sts sts assume role with saml
--saml_assertion <value>
--role_indicator <value>
--principal_indicator <value>
[--duration_seconds <value>]

Description

Acquire temporary role credential from SAML Assertion

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
saml_assertion
required
stringSAML Assertion-
role_indicator
required
stringIdentifier of the role to assume. [offering:account_id:role_name]dev2:afd580f490394896a6bceabf77683c6bd:role_name
principal_indicator
required
stringSAML Provider Indicatordev2:afd580f490394896a6bceabf77683c6bd:principal_name
duration_seconds
optional
integerDuration of seconds of the role session-

Responses

NameDescriptionExample
assumed_role_userAssumed Role ID
audienceRecipient Value
credentialsTemporary Credentials
issuerIssuer Value
subjectName ID Value
subject_typeName ID Format

2.1.3 - Create new Signature based on Session Token

2.1.3.1 - 1.1

scpcli sts sts object store authorization
--x_amz_date <value>
--x_amz_content_sha256 <value>
--url <value>
--method <value>
[--region <value>]
[--service <value>]

Description

Create new Signature based on Session Token

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
x_amz_date
required
stringAMZ Date-
x_amz_content_sha256
required
stringAMZ Content SHA256-
url
required
stringThe URL of the request-
method
required
stringHTTP Method-
region
optional
stringRegion-
service
optional
stringService-

Responses

NameDescriptionExample
AuthorizationAuthorization Header

2.1.3.2 - 1.0

scpcli sts sts object store authorization
--x_amz_date <value>
--x_amz_content_sha256 <value>
--url <value>
--method <value>
[--region <value>]
[--service <value>]

Description

Create new Signature based on Session Token

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
x_amz_date
required
stringAMZ Date-
x_amz_content_sha256
required
stringAMZ Content SHA256-
url
required
stringThe URL of the request-
method
required
stringHTTP Method-
region
optional
stringRegion-
service
optional
stringService-

Responses

NameDescriptionExample
AuthorizationAuthorization Header