ncloud_functions_get_action
Retrieve source code and detailed metadata for a Cloud Functions action by providing package name and action name, with optional platform type (vpc or classic).
Instructions
Get detailed information about a specific action including source code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Platform type (default: vpc) | vpc |
| actionName | Yes | Name of the action to retrieve | |
| packageName | Yes | Package name containing the action |