Get Action List
    • PDF

    Get Action List

    • PDF

    Article Summary

    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

    ParameterRequiredTypeDescription
    packageNameYesstringName 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

    ParameterRequiredTypeRestrictionsDescription
    platformNostring(classic | vpc)Platform type. It is processed as default classic.

    Response

    Response Body

    {
        "content": {
            "actions": [
                {
                    "description": "string",
                    "name": "string",
                    "runtime": "string",
                    "web": "boolean"
                }
            ]
        }
    }
    
    PropertyTypeDescriptionNote
    content.actions[].descriptionstringDescription of the action
    content.actions[].namestringName of the action
    content.actions[].runtimestringLanguage in use
    content.actions[].webbooleanWeb action setting

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.