1.1
1.1
scpcli scf cloud-function show
--cloud_function_id <value>
Description
show a specific cloud function
State ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| account_id | Account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| function_url | Cloud function Url | https://33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/cloudfunctions-hello |
| name | Cloud Functions name | sample |
| runtime | Runtime | Node.js:20 |
| state | Cloud function state | READY |
| user_id | User ID | 617b3d0e90c24a5fa1f65a3824861354 |