Cloud Functions

Overview

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

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

Version

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

VersionStatusNot Before
1.3CURRENT-
1.2DEPRECATED20260630
1.1DEPRECATED20260430
1.0DEPRECATED20251231

1 - CLIs

1.1 - Approve PrivateLink Endpoint

1.1.1 - 1.3

scpcli scf privatelink-endpoint approve
--endpoint_id <value>
--cloud_function_id <value>
--type <value>

Description

PrivateLink Endpoint 승인

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
endpoint_id
required
stringEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
type
required
string타입APPROVE

1.1.2 - 1.2

scpcli scf privatelink-endpoint approve
--endpoint_id <value>
--cloud_function_id <value>
--type <value>

Description

PrivateLink Endpoint 승인

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
endpoint_id
required
stringEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
type
required
string타입APPROVE

1.2 - Check Function Name Duplication

1.2.1 - 1.3

scpcli scf cloud-function duplication show
--name <value>

Description

Cloud Function 이름 중복 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
name
required
string이름sample-function-name

Responses

NameDescriptionExample
result결과True

1.2.2 - 1.2

scpcli scf cloud-function duplication show
--name <value>

Description

Cloud Function 이름 중복 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
name
required
string이름sample-function-name

Responses

NameDescriptionExample
result결과True

1.2.3 - 1.1

scpcli scf cloud-function duplication show
--name <value>

Description

Cloud Function 이름 중복 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
name
required
string이름sample-function-name

Responses

NameDescriptionExample
result결과True

1.2.4 - 1.0

scpcli scf cloud-function duplication show
--name <value>

Description

Cloud Function 이름 중복 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
name
required
string이름sample-function-name

Responses

NameDescriptionExample
result결과True

1.3 - Connect PrivateLink Endpoint

1.3.1 - 1.3

scpcli scf privatelink-endpoint connect
--endpoint_id <value>
--cloud_function_id <value>
--type <value>

Description

PrivateLink Endpoint 연결

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
endpoint_id
required
stringEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
type
required
string타입RECONNECT

1.3.2 - 1.2

scpcli scf privatelink-endpoint connect
--endpoint_id <value>
--cloud_function_id <value>
--type <value>

Description

PrivateLink Endpoint 연결

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
endpoint_id
required
stringEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
type
required
string타입RECONNECT

1.4 - Create Cloud Function

1.4.1 - 1.3

scpcli scf cloud-function create
--runtime <value>
--name <value>
--content <value>
[--tags <value>]

Description

함수 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
runtime
required
string런타임Node.js:20
name
required
string이름sample-function-name
content
required
string코드 내용sample
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
message설명Description
state함수 상태READY

1.4.2 - 1.2

scpcli scf cloud-function create
--runtime <value>
--name <value>
--content <value>
[--tags <value>]

Description

함수 생성

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
runtime
required
string런타임Node.js:20
name
required
string이름sample-function-name
content
required
string코드 내용sample
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
message설명Description
state함수 상태READY

1.4.3 - 1.1

scpcli scf cloud-function create
--runtime <value>
--name <value>
--content <value>
[--tags <value>]

Description

함수 생성

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
runtime
required
string런타임Node.js:20
name
required
string이름sample-function-name
content
required
string코드 내용sample
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
message설명Description
state함수 상태READY

1.4.4 - 1.0

scpcli scf cloud-function create
--runtime <value>
--name <value>
--content <value>
[--tags <value>]

Description

함수 생성

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
runtime
required
string런타임Node.js:20
name
required
string이름sample-function-name
content
required
string코드 내용sample
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
message설명Description
state함수 상태READY

1.5 - Create Cloud Function Apigateway Trigger

1.5.1 - 1.3

scpcli scf cloud-function apigateway trigger create
--cloud_function_id <value>
--apigateway_stage_name <value>
--apigateway_api_id <value>

Description

Cloud Function 트리거 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
apigateway_stage_name
required
stringApigateway 스테이지 이름sample
apigateway_api_id
required
stringApigateway API ID31e749b7b260868f441e862b

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.5.2 - 1.2

scpcli scf cloud-function apigateway trigger create
--cloud_function_id <value>
--apigateway_stage_name <value>
--apigateway_api_id <value>

Description

Cloud Function 트리거 생성

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
apigateway_stage_name
required
stringApigateway 스테이지 이름sample
apigateway_api_id
required
stringApigateway API ID31e749b7b260868f441e862b

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.5.3 - 1.1

scpcli scf cloud-function apigateway trigger create
--cloud_function_id <value>
--apigateway_stage_name <value>
--apigateway_api_id <value>

Description

Cloud Function 트리거 생성

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
apigateway_stage_name
required
stringApigateway 스테이지 이름sample
apigateway_api_id
required
stringApigateway API ID31e749b7b260868f441e862b

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.5.4 - 1.0

scpcli scf cloud-function apigateway trigger create
--cloud_function_id <value>
--apigateway_stage_name <value>
--apigateway_api_id <value>

Description

Cloud Function 트리거 생성

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
apigateway_stage_name
required
stringApigateway 스테이지 이름sample
apigateway_api_id
required
stringApigateway API ID31e749b7b260868f441e862b

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.6 - Create Cloud Function Cronjob Trigger

1.6.1 - 1.3

scpcli scf cloud-function cronjob trigger create
--timezone <value>
--schedule <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
timezone
required
string타임존Asia/Tokyo
schedule
required
string스케쥴* * * * 0
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.6.2 - 1.2

scpcli scf cloud-function cronjob trigger create
--timezone <value>
--schedule <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 생성

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
timezone
required
string타임존Asia/Tokyo
schedule
required
string스케쥴* * * * 0
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.6.3 - 1.1

scpcli scf cloud-function cronjob trigger create
--timezone <value>
--schedule <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 생성

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
timezone
required
string타임존Asia/Tokyo
schedule
required
string스케쥴* * * * 0
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.6.4 - 1.0

scpcli scf cloud-function cronjob trigger create
--timezone <value>
--schedule <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 생성

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
timezone
required
string타임존Asia/Tokyo
schedule
required
string스케쥴* * * * 0
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.7 - Create PrivateLink Endpoint

1.7.1 - 1.3

scpcli scf privatelink-endpoint create
--cloud_function_id <value>
--service_id <value>
--alias <value>

Description

PrivateLink Endpoint 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
service_id
required
stringService Id8c9f6c1c928a45b4bbd1e4da5531d656
alias
required
stringAliassample

Responses

NameDescriptionExample
endpointEndpoint

1.7.2 - 1.2

scpcli scf privatelink-endpoint create
--cloud_function_id <value>
--service_id <value>
--alias <value>

Description

PrivateLink Endpoint 생성

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
service_id
required
stringService Id8c9f6c1c928a45b4bbd1e4da5531d656
alias
required
stringAliassample

Responses

NameDescriptionExample
endpointEndpoint

1.8 - Delete Cloud Function

1.8.1 - 1.3

scpcli scf cloud-function delete
--cloud_function_id <value>

Description

함수 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.8.2 - 1.2

scpcli scf cloud-function delete
--cloud_function_id <value>

Description

함수 삭제

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.8.3 - 1.1

scpcli scf cloud-function delete
--cloud_function_id <value>

Description

함수 삭제

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.8.4 - 1.0

scpcli scf cloud-function delete
--cloud_function_id <value>

Description

함수 삭제

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.9 - Delete Cloud Function Trigger

1.9.1 - 1.3

scpcli scf cloud-function trigger delete
--trigger_id <value>
--trigger_type <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1
trigger_type
required
string트리거 타입apigateway
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.9.2 - 1.2

scpcli scf cloud-function trigger delete
--trigger_id <value>
--trigger_type <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 삭제

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1
trigger_type
required
string트리거 타입apigateway
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.9.3 - 1.1

scpcli scf cloud-function trigger delete
--trigger_id <value>
--trigger_type <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 삭제

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1
trigger_type
required
string트리거 타입apigateway
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.9.4 - 1.0

scpcli scf cloud-function trigger delete
--trigger_id <value>
--trigger_type <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 삭제

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1
trigger_type
required
string트리거 타입apigateway
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.10 - Delete PrivateLink Endpoint

1.10.1 - 1.3

scpcli scf privatelink-endpoint delete
--endpoint_id <value>
--cloud_function_id <value>

Description

PrivateLink Endpoint 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
endpoint_id
required
stringEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.10.2 - 1.2

scpcli scf privatelink-endpoint delete
--endpoint_id <value>
--cloud_function_id <value>

Description

PrivateLink Endpoint 삭제

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
endpoint_id
required
stringEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.11 - Delete Resource Policy

1.11.1 - 1.3

scpcli scf resource policy delete
--cloud_function_id <value>

Description

리소스 정책 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.12 - List Cloud Function Triggers

1.12.1 - 1.3

scpcli scf cloud-function trigger list
--cloud_function_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--trigger_name <value>]
[--trigger_type <value>]

Description

Cloud Function 트리거 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
sort
optional
stringsortname:asc
page
optional
integerpage0
size
optional
integersize20
trigger_name
optional
string트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type
optional
string트리거 타입apigateway

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.12.2 - 1.2

scpcli scf cloud-function trigger list
--cloud_function_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--trigger_name <value>]
[--trigger_type <value>]

Description

Cloud Function 트리거 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
sort
optional
stringsortname:asc
page
optional
integerpage0
size
optional
integersize20
trigger_name
optional
string트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type
optional
string트리거 타입apigateway

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.12.3 - 1.1

scpcli scf cloud-function trigger list
--cloud_function_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--trigger_name <value>]
[--trigger_type <value>]

Description

Cloud Function 트리거 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
sort
optional
stringsortname:asc
page
optional
integerpage0
size
optional
integersize20
trigger_name
optional
string트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type
optional
string트리거 타입apigateway

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.12.4 - 1.0

scpcli scf cloud-function trigger list
--cloud_function_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--trigger_name <value>]
[--trigger_type <value>]

Description

Cloud Function 트리거 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
sort
optional
stringsortname:asc
page
optional
integerpage0
size
optional
integersize20
trigger_name
optional
string트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type
optional
string트리거 타입apigateway

Responses

NameDescriptionExample
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.13 - List Cloud Functions

1.13.1 - 1.3

scpcli scf cloud-function list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
[--runtime <value>]

Description

함수 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
sort
optional
stringsortname:asc
page
optional
integerpage0
size
optional
integersize20
name
optional
string이름sample-function-name
state
optional
array함수 상태R
runtime
optional
array런타임N

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
account_id어카운트 ID617b3d0e90c24a5fa1f65a3824861354
created_at생성 시간2025-05-22T06:21:17.580522
function_url함수 URLhttps://33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/cloudfunctions-hello
nameCloud Functions 이름sample
runtime런타임Node.js:20
state함수 상태READY
user_id사용자 ID617b3d0e90c24a5fa1f65a3824861354

1.13.2 - 1.2

scpcli scf cloud-function list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
[--runtime <value>]

Description

함수 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
sort
optional
stringsortname:asc
page
optional
integerpage0
size
optional
integersize20
name
optional
string이름sample-function-name
state
optional
array함수 상태R
runtime
optional
array런타임N

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
account_id어카운트 ID617b3d0e90c24a5fa1f65a3824861354
created_at생성 시간2025-05-22T06:21:17.580522
function_url함수 URLhttps://33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/cloudfunctions-hello
nameCloud Functions 이름sample
runtime런타임Node.js:20
state함수 상태READY
user_id사용자 ID617b3d0e90c24a5fa1f65a3824861354

1.13.3 - 1.1

scpcli scf cloud-function list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
[--runtime <value>]

Description

함수 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
sort
optional
stringsortname:asc
page
optional
integerpage0
size
optional
integersize20
name
optional
string이름sample-function-name
state
optional
array함수 상태R
runtime
optional
array런타임N

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
account_id어카운트 ID617b3d0e90c24a5fa1f65a3824861354
created_at생성 시간2025-05-22T06:21:17.580522
function_url함수 URLhttps://33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/cloudfunctions-hello
nameCloud Functions 이름sample
runtime런타임Node.js:20
state함수 상태READY
user_id사용자 ID617b3d0e90c24a5fa1f65a3824861354

1.13.4 - 1.0

scpcli scf cloud-function list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
[--runtime <value>]

Description

함수 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
sort
optional
stringsortname:asc
page
optional
integerpage0
size
optional
integersize20
name
optional
string이름sample-function-name
state
optional
array함수 상태R
runtime
optional
array런타임N

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
account_id어카운트 ID617b3d0e90c24a5fa1f65a3824861354
created_at생성 시간2025-05-22T06:21:17.580522
function_url함수 URLhttps://33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/cloudfunctions-hello
nameCloud Functions 이름sample
runtime런타임Node.js:20
state함수 상태READY
user_id사용자 ID617b3d0e90c24a5fa1f65a3824861354

1.14 - List Environment Variables

1.14.1 - 1.3

scpcli scf cloud-function environment variables list
--cloud_function_id <value>
[--sort <value>]

Description

환경 변수 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
sort
optional
string정렬key:asc

Responses

NameDescriptionExample
keysample
valuesample

1.15 - List PrivateLink Endpoint

1.15.1 - 1.3

scpcli scf privatelink-endpoint list
--cloud_function_id <value>
[--sort <value>]

Description

PrivateLink Endpoint 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
sort
optional
string정렬endpoint_alias:asc

Responses

NameDescriptionExample
endpoint_aliasAliassample
endpoint_idEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
service_idService Id8c9f6c1c928a45b4bbd1e4da5531d656
state상태Active

1.16 - List Runtimes

1.16.1 - 1.3

scpcli scf cloud-function runtime list

Description

Runtime 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Responses

NameDescriptionExample
base_image_seq기본 이미지 번호3
name이름sample
version버전1.0.0

1.16.2 - 1.2

scpcli scf cloud-function runtime list

Description

Runtime 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Responses

NameDescriptionExample
base_image_seq기본 이미지 번호3
name이름sample
version버전1.0.0

1.16.3 - 1.1

scpcli scf cloud-function runtime list

Description

Runtime 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Responses

NameDescriptionExample
base_image_seq기본 이미지 번호3
name이름sample
version버전1.0.0

1.16.4 - 1.0

scpcli scf cloud-function runtime list

Description

Runtime 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Responses

NameDescriptionExample
base_image_seq기본 이미지 번호3
name이름sample
version버전1.0.0

1.17 - List Sample Codes

1.17.1 - 1.3

scpcli scf cloud-function sample-codes show

Description

Sample 코드 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Responses

NameDescriptionExample
content코드 내용sample
default기본값False
description설명sample
name이름sample
runtime런타임Node.js:20
seq번호3
version버전sample

1.17.2 - 1.2

scpcli scf cloud-function sample-codes show

Description

Sample 코드 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Responses

NameDescriptionExample
content코드 내용sample
default기본값False
description설명sample
name이름sample
runtime런타임Node.js:20
seq번호3
version버전sample

1.17.3 - 1.1

scpcli scf cloud-function sample-codes show

Description

Sample 코드 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Responses

NameDescriptionExample
content코드 내용sample
default기본값False
description설명sample
name이름sample
runtime런타임Node.js:20
seq번호3
version버전sample

1.17.4 - 1.0

scpcli scf cloud-function sample-codes show

Description

Sample 코드 목록 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Responses

NameDescriptionExample
content코드 내용sample
default기본값False
description설명sample
name이름sample
runtime런타임Node.js:20
seq번호3
version버전sample

1.18 - Request PrivateLink Endpoint

1.18.1 - 1.3

scpcli scf privatelink-endpoint request
--endpoint_id <value>
--cloud_function_id <value>
--type <value>

Description

PrivateLink Endpoint 요청

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
endpoint_id
required
stringEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
type
required
string타입CANCEL

1.18.2 - 1.2

scpcli scf privatelink-endpoint request
--endpoint_id <value>
--cloud_function_id <value>
--type <value>

Description

PrivateLink Endpoint 요청

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
endpoint_id
required
stringEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
type
required
string타입CANCEL

1.19 - Set Resource Policy

1.19.1 - 1.3

scpcli scf resource policy set
--cloud_function_id <value>
--version <value>
--statement <value>

Description

리소스 정책 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
version
required
string버전2024-07-01
statement
required
arrayStatement'{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}'

1.20 - Show Cloud Function

1.20.1 - 1.3

scpcli scf cloud-function show
--cloud_function_id <value>

Description

함수 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
account_id어카운트 ID617b3d0e90c24a5fa1f65a3824861354
function_url함수 URLhttps://33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/cloudfunctions-hello
nameCloud Functions 이름sample
runtime런타임Node.js:20
state함수 상태READY
user_id사용자 ID617b3d0e90c24a5fa1f65a3824861354

1.20.2 - 1.2

scpcli scf cloud-function show
--cloud_function_id <value>

Description

함수 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
account_id어카운트 ID617b3d0e90c24a5fa1f65a3824861354
function_url함수 URLhttps://33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/cloudfunctions-hello
nameCloud Functions 이름sample
runtime런타임Node.js:20
state함수 상태READY
user_id사용자 ID617b3d0e90c24a5fa1f65a3824861354

1.20.3 - 1.1

scpcli scf cloud-function show
--cloud_function_id <value>

Description

함수 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
account_id어카운트 ID617b3d0e90c24a5fa1f65a3824861354
function_url함수 URLhttps://33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/cloudfunctions-hello
nameCloud Functions 이름sample
runtime런타임Node.js:20
state함수 상태READY
user_id사용자 ID617b3d0e90c24a5fa1f65a3824861354

1.20.4 - 1.0

scpcli scf cloud-function show
--cloud_function_id <value>

Description

함수 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
idCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
account_id어카운트 ID617b3d0e90c24a5fa1f65a3824861354
function_url함수 URLhttps://33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/cloudfunctions-hello
nameCloud Functions 이름sample
runtime런타임Node.js:20
state함수 상태READY
user_id사용자 ID617b3d0e90c24a5fa1f65a3824861354

1.21 - Show Cloud Function Code

1.21.1 - 1.3

scpcli scf cloud-function code show
--cloud_function_id <value>

Description

Cloud Function 코드 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
class_name클래스명com.example.Handler
code_text코드 내용ZXhwb3J0cy5oYW5kbGVSZXF1ZXN0ID0gYXN5bmM==
code_type코드 유형text
file_name파일명sample
file_transfer_status파일 전송 상태sample
file_upload_at파일 업로드 시간2025-05-17 00:23:17
method_name메소드명handleRequest
runtime런타임Node.js:20

1.21.2 - 1.2

scpcli scf cloud-function code show
--cloud_function_id <value>

Description

Cloud Function 코드 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
class_name클래스명com.example.Handler
code_text코드 내용ZXhwb3J0cy5oYW5kbGVSZXF1ZXN0ID0gYXN5bmM==
code_type코드 유형text
file_name파일명sample
file_transfer_status파일 전송 상태sample
file_upload_at파일 업로드 시간2025-05-17 00:23:17
method_name메소드명handleRequest
runtime런타임Node.js:20

1.21.3 - 1.1

scpcli scf cloud-function code show
--cloud_function_id <value>

Description

Cloud Function 코드 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
class_name클래스명com.example.Handler
code_text코드 내용ZXhwb3J0cy5oYW5kbGVSZXF1ZXN0ID0gYXN5bmM==
code_type코드 유형text
file_name파일명sample
file_transfer_status파일 전송 상태sample
file_upload_at파일 업로드 시간2025-05-17 00:23:17
method_name메소드명handleRequest
runtime런타임Node.js:20

1.21.4 - 1.0

scpcli scf cloud-function code show
--cloud_function_id <value>

Description

Cloud Function 코드 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
class_name클래스명com.example.Handler
code_text코드 내용ZXhwb3J0cy5oYW5kbGVSZXF1ZXN0ID0gYXN5bmM==
code_type코드 유형text
file_name파일명sample
file_transfer_status파일 전송 상태sample
file_upload_at파일 업로드 시간2025-05-17 00:23:17
method_name메소드명handleRequest
runtime런타임Node.js:20

1.22 - Show Cloud Function Configuration

1.22.1 - 1.3

scpcli scf cloud-function configuration show
--cloud_function_id <value>

Description

Cloud Function 구성 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
endpoint_aliasAliassample
endpoint_idEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
service_idService Id8c9f6c1c928a45b4bbd1e4da5531d656
state상태Active

1.22.2 - 1.2

scpcli scf cloud-function configuration show
--cloud_function_id <value>

Description

Cloud Function 구성 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
endpoint_aliasAliassample
endpoint_idEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
service_idService Id8c9f6c1c928a45b4bbd1e4da5531d656
state상태Active

1.22.3 - 1.1

scpcli scf cloud-function configuration show
--cloud_function_id <value>

Description

Cloud Function 구성 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
keysample
valuesample

1.22.4 - 1.0

scpcli scf cloud-function configuration show
--cloud_function_id <value>

Description

Cloud Function 구성 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
keysample
valuesample

1.23 - Show Cloud Function Logs

1.23.1 - 1.3

scpcli scf cloud-function logs show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]

Description

Cloud Function Log 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
time
optional
integer시간3
start
optional
string시작 일자20250517
end
optional
string종료 일자20250517

Responses

NameDescriptionExample
log로그[2025-05-12 11:04:12] START RequestId : 04680bac - ad76-4e0a-997e-e35b6275cb67 Version : $LATEST
time시간2025-05-17 00:23:17

1.23.2 - 1.2

scpcli scf cloud-function logs show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]

Description

Cloud Function Log 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
time
optional
integer시간3
start
optional
string시작 일자20250517
end
optional
string종료 일자20250517

Responses

NameDescriptionExample
log로그[2025-05-12 11:04:12] START RequestId : 04680bac - ad76-4e0a-997e-e35b6275cb67 Version : $LATEST
time시간2025-05-17 00:23:17

1.23.3 - 1.1

scpcli scf cloud-function logs show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]

Description

Cloud Function Log 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
time
optional
integer시간3
start
optional
string시작 일자20250517
end
optional
string종료 일자20250517

Responses

NameDescriptionExample
log로그[2025-05-12 11:04:12] START RequestId : 04680bac - ad76-4e0a-997e-e35b6275cb67 Version : $LATEST
time시간2025-05-17 00:23:17

1.23.4 - 1.0

scpcli scf cloud-function logs show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]

Description

Cloud Function Log 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
time
optional
integer시간3
start
optional
string시작 일자20250517
end
optional
string종료 일자20250517

Responses

NameDescriptionExample
log로그[2025-05-12 11:04:12] START RequestId : 04680bac - ad76-4e0a-997e-e35b6275cb67 Version : $LATEST
time시간2025-05-17 00:23:17

1.24 - Show Cloud Function Metrics

1.24.1 - 1.3

scpcli scf cloud-function metrics show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]

Description

Cloud Function Metric 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
time
optional
integer시간3
start
optional
string시작 일자20250517
end
optional
string종료 일자20250517

Responses

NameDescriptionExample
metric_dataMetric 데이터1.0033444816053512
time시간16:37

1.24.2 - 1.2

scpcli scf cloud-function metrics show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]

Description

Cloud Function Metric 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
time
optional
integer시간3
start
optional
string시작 일자20250517
end
optional
string종료 일자20250517

Responses

NameDescriptionExample
metric_dataMetric 데이터1.0033444816053512
time시간16:37

1.24.3 - 1.1

scpcli scf cloud-function metrics show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]

Description

Cloud Function Metric 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
time
optional
integer시간3
start
optional
string시작 일자20250517
end
optional
string종료 일자20250517

Responses

NameDescriptionExample
metric_dataMetric 데이터1.0033444816053512
time시간16:37

1.24.4 - 1.0

scpcli scf cloud-function metrics show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]

Description

Cloud Function Metric 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
time
optional
integer시간3
start
optional
string시작 일자20250517
end
optional
string종료 일자20250517

Responses

NameDescriptionExample
metric_dataMetric 데이터1.0033444816053512
time시간16:37

1.25 - Show Cloud Function Trigger

1.25.1 - 1.3

scpcli scf cloud-function trigger show
--trigger_id <value>

Description

Cloud Function 트리거 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1

Responses

NameDescriptionExample
aliasAlias$LATEST
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_sid트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.25.2 - 1.2

scpcli scf cloud-function trigger show
--trigger_id <value>

Description

Cloud Function 트리거 상세 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1

Responses

NameDescriptionExample
aliasAlias$LATEST
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_sid트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.25.3 - 1.1

scpcli scf cloud-function trigger show
--trigger_id <value>

Description

Cloud Function 트리거 상세 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1

Responses

NameDescriptionExample
aliasAlias$LATEST
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_sid트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.25.4 - 1.0

scpcli scf cloud-function trigger show
--trigger_id <value>

Description

Cloud Function 트리거 상세 조회

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1

Responses

NameDescriptionExample
aliasAlias$LATEST
schedule스케쥴* * * * 0
timezone타임존Asia/Tokyo
trigger_id트리거 ID1
trigger_name트리거 타입8c9f6c1c928a45b4bbd1e4da5531d656
trigger_sid트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_account_id트리거 타겟 어카운트 ID617b3d0e90c24a5fa1f65a3824861354
trigger_target_srn트리거 타겟 SRNsrn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe
trigger_target_uuid트리거 타겟 UUID8c9f6c1c928a45b4bbd1e4da5531d656
trigger_type트리거 타입apigateway

1.26 - Show General Config

1.26.1 - 1.3

scpcli scf cloud-function config show
--cloud_function_id <value>

Description

일반 구성 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
max_scale최대 작업 수5
memory메모리256
min_scale최소 작업 수1
timeout제한 시간100

1.27 - Show PrivateLink Service

1.27.1 - 1.3

scpcli scf privatelink-service show
--cloud_function_id <value>
[--sort <value>]

Description

PrivateLink Service 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
sort
optional
string정렬endpoint_id:asc

Responses

NameDescriptionExample
endpoint_aliasAliassample
endpoint_idEndpoint Id8c9f6c1c928a45b4bbd1e4da5531d656
service_idService Id8c9f6c1c928a45b4bbd1e4da5531d656
state상태Active

1.28 - Show Resource Policy

1.28.1 - 1.3

scpcli scf resource policy show
--cloud_function_id <value>

Description

리소스 정책 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
policy_documentPolicy Document{‘Statement’: [{‘Action’: [‘scf:InvokeFunction’], ‘Condition’: {‘StringEquals’: {‘scf:CloudFunctionAuthType’: [‘SCP_IAM’]}}, ‘Effect’: ‘Allow’, ‘Principal’: ‘*’, ‘Resource’: [‘srn:e::27bb070b564349f8a31cc60734cc36a5:kr-west1::scf:cloud-function/1a2afa4bfb854a828602c93009cf4447’], ‘Sid’: ‘Statement1’}], ‘Version’: ‘2024-07-01’}

1.29 - Show Url Config

1.29.1 - 1.3

scpcli scf cloud-function url show
--cloud_function_id <value>

Description

URL Config 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

Responses

NameDescriptionExample
allow_ips허용 IP
auth_type인증 유형NONE
public_endpoint_urlPublic 엔드포인트 URLhttps://scf.33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/sample-function
public_ip_acl_enabledPublic IP 접근 제어 사용True
state함수 URL 상태CREATING
url_enabledURL 사용True

1.30 - Update Cloud Function Code

1.30.1 - 1.3

scpcli scf cloud-function code set
--cloud_function_id <value>
--content <value>

Description

Cloud Function 코드 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
content
required
string코드 내용print("Hello World")

1.30.2 - 1.2

scpcli scf cloud-function code set
--cloud_function_id <value>
--content <value>

Description

Cloud Function 코드 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
content
required
string코드 내용print("Hello World")

1.30.3 - 1.1

scpcli scf cloud-function code set
--cloud_function_id <value>
--content <value>

Description

Cloud Function 코드 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
content
required
string코드 내용print("Hello World")

1.30.4 - 1.0

scpcli scf cloud-function code set
--cloud_function_id <value>
--content <value>

Description

Cloud Function 코드 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
content
required
string코드 내용print("Hello World")

1.31 - Update Cloud Function Code File

1.31.1 - 1.3

scpcli scf cloud-function code-file set
--cloud_function_id <value>
--method_name <value>
--class_name <value>
[--obs_url <value>]

Description

Cloud Function 코드 파일 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
method_name
required
string메소드명handleRequest
class_name
required
string클래스명com.example.Handler
obs_url
optional
stringObject Storage URLhttps://obs.kr-east1.scp-in.com:8443/sample/java-sample-1.0-SNAPSHOT.jar

1.31.2 - 1.2

scpcli scf cloud-function code-file set
--cloud_function_id <value>
--method_name <value>
--class_name <value>
[--obs_url <value>]

Description

Cloud Function 코드 파일 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
method_name
required
string메소드명handleRequest
class_name
required
string클래스명com.example.Handler
obs_url
optional
stringObject Storage URLhttps://obs.kr-east1.scp-in.com:8443/sample/java-sample-1.0-SNAPSHOT.jar

1.31.3 - 1.1

scpcli scf cloud-function code-file set
--cloud_function_id <value>
--method_name <value>
--class_name <value>
[--obs_url <value>]

Description

Cloud Function 코드 파일 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
method_name
required
string메소드명handleRequest
class_name
required
string클래스명com.example.Handler
obs_url
optional
stringObject Storage URLhttps://obs.kr-east1.scp-in.com:8443/sample/java-sample-1.0-SNAPSHOT.jar

1.32 - Update Cloud Function Config

1.32.1 - 1.3

scpcli scf cloud-function config set
--cloud_function_id <value>
--timeout <value>
--min_scale <value>
--memory <value>
--max_scale <value>

Description

Cloud Function 일반 구성 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
timeout
required
integer제한 시간100
min_scale
required
integer최소 작업 수1
memory
required
integer메모리256
max_scale
required
integer최대 작업 수5

1.32.2 - 1.2

scpcli scf cloud-function config set
--cloud_function_id <value>
--timeout <value>
--min_scale <value>
--memory <value>
--max_scale <value>

Description

Cloud Function 일반 구성 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
timeout
required
integer제한 시간100
min_scale
required
integer최소 작업 수1
memory
required
integer메모리256
max_scale
required
integer최대 작업 수5

1.32.3 - 1.1

scpcli scf cloud-function config set
--cloud_function_id <value>
--timeout <value>
--min_scale <value>
--memory <value>
--max_scale <value>

Description

Cloud Function 일반 구성 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
timeout
required
integer제한 시간100
min_scale
required
integer최소 작업 수1
memory
required
integer메모리256
max_scale
required
integer최대 작업 수5

1.32.4 - 1.0

scpcli scf cloud-function config set
--cloud_function_id <value>
--timeout <value>
--min_scale <value>
--memory <value>
--max_scale <value>

Description

Cloud Function 일반 구성 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
timeout
required
integer제한 시간100
min_scale
required
integer최소 작업 수1
memory
required
integer메모리256
max_scale
required
integer최대 작업 수5

1.33 - Update Cloud Function Cronjob Trigger

1.33.1 - 1.3

scpcli scf cloud-function cronjob trigger set
--trigger_id <value>
--timezone <value>
--schedule <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1
timezone
required
string타임존Asia/Tokyo
schedule
required
string스케쥴* * * * 0
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.33.2 - 1.2

scpcli scf cloud-function cronjob trigger set
--trigger_id <value>
--timezone <value>
--schedule <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1
timezone
required
string타임존Asia/Tokyo
schedule
required
string스케쥴* * * * 0
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.33.3 - 1.1

scpcli scf cloud-function cronjob trigger set
--trigger_id <value>
--timezone <value>
--schedule <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1
timezone
required
string타임존Asia/Tokyo
schedule
required
string스케쥴* * * * 0
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.33.4 - 1.0

scpcli scf cloud-function cronjob trigger set
--trigger_id <value>
--timezone <value>
--schedule <value>
--cloud_function_id <value>

Description

Cloud Function 트리거 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
trigger_id
required
integer트리거 ID1
timezone
required
string타임존Asia/Tokyo
schedule
required
string스케쥴* * * * 0
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656

1.34 - Update Cloud Function Url

1.34.1 - 1.3

scpcli scf cloud-function url set
--cloud_function_id <value>
--url_enabled <value>
--public_ip_acl_enabled <value>
[--allow_ips <value>]
[--auth_type <value>]

Description

Cloud Function 함수 URL 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
url_enabled
required
booleanURL 사용True
public_ip_acl_enabled
required
booleanPublic IP 접근 제어 사용True
allow_ips
optional
array허용 IP-
auth_type
optional
string인증 유형NONE

1.34.2 - 1.2

scpcli scf cloud-function url set
--cloud_function_id <value>
--url_enabled <value>
--public_ip_acl_enabled <value>
[--allow_ips <value>]
[--auth_type <value>]

Description

Cloud Function 함수 URL 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
url_enabled
required
booleanURL 사용True
public_ip_acl_enabled
required
booleanPublic IP 접근 제어 사용True
allow_ips
optional
array허용 IP-
auth_type
optional
string인증 유형NONE

1.34.3 - 1.1

scpcli scf cloud-function url set
--cloud_function_id <value>
--url_enabled <value>
--public_ip_acl_enabled <value>
[--allow_ips <value>]
[--auth_type <value>]

Description

Cloud Function 함수 URL 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
url_enabled
required
booleanURL 사용True
public_ip_acl_enabled
required
booleanPublic IP 접근 제어 사용True
allow_ips
optional
array허용 IP-
auth_type
optional
string인증 유형NONE

1.34.4 - 1.0

scpcli scf cloud-function url set
--cloud_function_id <value>
--url_enabled <value>
--public_ip_acl_enabled <value>
[--allow_ips <value>]
[--auth_type <value>]

Description

Cloud Function 함수 URL 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
url_enabled
required
booleanURL 사용True
public_ip_acl_enabled
required
booleanPublic IP 접근 제어 사용True
allow_ips
optional
array허용 IP-
auth_type
optional
string인증 유형NONE

1.35 - Update Cloud Function Variables

1.35.1 - 1.3

scpcli scf cloud-function variables set
--cloud_function_id <value>
--variables <value>

Description

Cloud Function 환경 변수 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
variables
required
array환경 변수'{"key": "sample", "value": "sample"}'

1.35.2 - 1.2

scpcli scf cloud-function variables set
--cloud_function_id <value>
--variables <value>

Description

Cloud Function 환경 변수 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
variables
required
array환경 변수'{"key": "sample", "value": "sample"}'

1.35.3 - 1.1

scpcli scf cloud-function variables set
--cloud_function_id <value>
--variables <value>

Description

Cloud Function 환경 변수 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.120260430

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
variables
required
array환경 변수'{"key": "sample", "value": "sample"}'

1.35.4 - 1.0

scpcli scf cloud-function variables set
--cloud_function_id <value>
--variables <value>

Description

Cloud Function 환경 변수 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
variables
required
array환경 변수'{"key": "sample", "value": "sample"}'

1.36 - Update PrivateLink Service

1.36.1 - 1.3

scpcli scf privatelink-service set
--cloud_function_id <value>
--privatelink_service_enabled <value>

Description

PrivateLink Service 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
privatelink_service_enabled
required
booleanPrivateLink Service 활성화True

1.36.2 - 1.2

scpcli scf privatelink-service set
--cloud_function_id <value>
--privatelink_service_enabled <value>

Description

PrivateLink Service 수정

상태 ACTIVE (DEPRECATED)

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

버전최소 지원 보장일
1.220260630

Parameters

NameTypeDescriptionExample
cloud_function_id
required
stringCloud Functions ID8c9f6c1c928a45b4bbd1e4da5531d656
privatelink_service_enabled
required
booleanPrivateLink Service 활성화True