ncloud_functions_invoke_action
Invoke a Cloud Functions action by providing the package and action name, along with runtime parameters and a configurable timeout.
Instructions
Invoke a Cloud Functions action and return the execution result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Runtime parameters to pass to the action | |
| timeout | No | Invocation timeout in milliseconds (0~60000, default: 60000) | |
| platform | No | Platform type (default: vpc) | vpc |
| actionName | Yes | Name of the action to invoke | |
| packageName | Yes | Package name containing the action |