Post Trigger
    • PDF

    Post Trigger

    • PDF

    Article Summary

    Overview

    Executes a trigger.

    Request

    Request URL

    POST {CLOUD_FUNCTIONS_API_URL}/triggers/{triggerName}
    
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key}
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    Path variables

    ParameterRequirement statusTypeDescription
    triggerNameYesstringTrigger name

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    platformNostring(classic | vpc)- Platform type
    Processed as default classic

    Request body

    It is possible to deliver the action's runtime parameters in the JSON format.

    {
        ...
        "name": "Kim",
        "age": 1,
        ...
    }
    

    Request

    Response bodies

    {
        "content": {
            "activationId": "string"
        }
    }
    
    ItemTypeDescriptionRemarks
    content.activationIdstringExecution result ID value

    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.