Get Action List
- Print
- PDF
Get Action List
- Print
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
Overview
Gets a list of actions.
Request
Request URL
GET {CLOUD_FUNCTIONS_API_URL}/packages/{packageName}/actions
x-ncp-apigw-timestamp: {Timestamp}
x-ncp-iam-access-key: {Sub Account Access Key}
x-ncp-apigw-signature-v2: {API Gateway Signature}
Path Variables
Parameter | Required | Type | Description |
---|---|---|---|
packageName | Yes | string | Name of the package. If you want to get information about an action that's not contained in the package, enter - for the packageName. |
Request Parameters
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
platform | No | string | (classic | vpc) | Platform type. It is processed as default classic. |
Response
Response Body
{
"content": {
"actions": [
{
"description": "string",
"name": "string",
"runtime": "string",
"web": "boolean"
}
]
}
}
Property | Type | Description | Note |
---|---|---|---|
content.actions[].description | string | Description of the action | |
content.actions[].name | string | Name of the action | |
content.actions[].runtime | string | Language in use | |
content.actions[].web | boolean | Web action setting |
Was this article helpful?