Cloud Functions

Cloud Functions

Overview

Provides a Command-line Interface (CLI) that supports programmatic use of IaaS/PaaS products provided by SCP.

This guide provides a brief description of Cloud Function service and how to call CLI.

Version

Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.

VersionStatusNot Before
1.4CURRENT-
1.3SUPPORTED20260830
1.2DEPRECATED20260630
1.1DEPRECATED20260430
1.0DEPRECATED20251231

CLI Version History

1.4

Cloud Functions has been updated to version 1.4.

Changes

  • [Changed] scf cloud-function list - Cloud Functions list retrieval API has been changed.
  • Response model has been changed to CloudFunctionForListV1Dot4.
  • The following fields are added to the response:
    • eots_date
    • eots_state
  • [Changed] scf cloud-function show - Cloud Functions detail retrieval API has been changed.
  • Response model has been changed to CloudFunctionShowResponseV1Dot4.
  • The following fields are added to the response:
    • cloud_function.eots_date
    • cloud_function.eots_state
  • [Changed] scf cloud-function runtime list - Runtime list retrieval API has been changed.
  • Response model has been changed to RuntimeListResponseV1Dot4.
  • The following fields are added to the response:
    • runtimes.eots_date
    • runtimes.eots_state
  • [Changed] scf cloud-function sample-codes show - Blueprint list retrieval API has been changed.
  • Response model has been changed to SampleCodesListResponseV1Dot4.
  • The following fields are added to the response:
    • sample_codes.eots_date
    • sample_codes.eots_state

1.3

Cloud Functions has been updated to version 1.3.

Changes

  • [New] scf cloud-function config show - General config retrieval API has been added.
  • [Changed] cloud-function config set - General config update API has been changed.
  • Required action has been changed as follows:
    • scf:SetGeneralConfig
  • [New] scf cloud-function environment variables list - Environment variables list retrieval API has been added.
  • [Changed] scf cloud-function variables set - Environment variables update API has been changed.
  • Required action has been changed as follows:
    • scf:SetEnvConfig
  • [New] scf cloud-function url show - URL config retrieval API has been added.
  • [Changed] scf cloud-function url set - URL config update API has been changed.
  • Required action has been changed as follows:
    • scf:SetUrlConfig
  • Response model has been changed to FunctionUrlV1Dot3.
  • The following fields are added to the response:
    • state
  • [New] scf privatelink-service show - PrivateLink Service retrieval API has been added.
  • [Changed] scf privatelink-service set - PrivateLink Service update API has been changed.
  • Response model has been changed to PrivateLinkServiceV1Dot3.
  • The following fields are added to the response:
    • privatelink_service_state
    • privatelink_service_auth_type
  • [New] scf privatelink-endpoint list - PrivateLink Endpoint list retrieval API has been added.
  • [New] scf resource policy show - Resource Policy retrieval API has been added.
  • [New] scf resource policy set - Resource Policy setting API has been added.
  • [New] scf resource policy delete - Resource Policy deletion API has been added.

1.2

Cloud Functions has been updated to version 1.2.

Changes

  • [Changed] scf cloud-function configuration show - Show Cloud Function Configuration API has been changed.
  • Response model has been changed to ConfigurationV1Dot2.
  • The following fields are added to the response:
    • privatelink_service
    • privatelink_endpoints
  • [New] scf privatelink-service set - PrivateLink Service update API has been added.
  • [New] scf privatelink-endpoint create - PrivateLink Endpoint creation API has been added.
  • [New] scf privatelink-endpoint approve - PrivateLink Endpoint approval/rejection API has been added.
  • [New] scf privatelink-endpoint connect - PrivateLink Endpoint reconnection/disconnection API has been added.
  • [New] scf privatelink-endpoint request - PrivateLink Endpoint connection re-request/cancellation API has been added.
  • [New] scf privatelink-endpoint delete - PrivateLink Endpoint deletion API has been added.

1.1

Cloud Functions has been updated to version 1.1.

Changes

  • [New] scf cloud-function code-file set - Cloud function code file upload API has been added.

1.0

Cloud Functions version 1.0 has been released.

Changes

  • [New] scf cloud-function list - List Cloud Functions API has been added.
  • [New] scf cloud-function create - Create Cloud Function API has been added.
  • [New] scf cloud-function duplication show - Check Function Name Duplication API has been added.
  • [New] scf cloud-function runtime list - List Runtimes API has been added.
  • [New] scf cloud-function sample-codes show - List Sample Codes API has been added.
  • [New] scf cloud-function delete - Delete Cloud Function API has been added.
  • [New] scf cloud-function show - Show Cloud Function API has been added.
  • [New] scf cloud-function code show - Show Cloud Function Code API has been added.
  • [New] scf cloud-function code set - Update Cloud Function Code API has been added.
  • [New] scf cloud-function configuration show - Show Cloud Function Configuration API has been added.
  • [New] scf cloud-function config set - Update Cloud Function Config API has been added.
  • [New] scf cloud-function variables set - Update Cloud Function Variables API has been added.
  • [New] scf cloud-function url set - Update Cloud Function Url API has been added.
  • [New] scf cloud-function logs show - Show Cloud Function Logs API has been added.
  • [New] scf cloud-function metrics show - Show Cloud Function Metrics API has been added.
  • [New] scf cloud-function trigger list - List Cloud Function Triggers API has been added.
  • [New] scf cloud-function apigateway trigger create - Create Cloud Function Apigateway Trigger API has been added.
  • [New] scf cloud-function cronjob trigger create - Create Cloud Function Cronjob Trigger API has been added.
  • [New] scf cloud-function cronjob trigger set - Update Cloud Function Cronjob Trigger API has been added.
  • [New] scf cloud-function trigger delete - Delete Cloud Function Trigger API has been added.
  • [New] scf cloud-function trigger show - Show Cloud Function Trigger API has been added.