Get Trigger
    • PDF

    Get Trigger

    • PDF

    Article Summary

    Overview

    Gets information about a specific trigger.

    Request

    Request URL

    GET {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

    ParameterRequiredTypeDescription
    triggerNameYesstringName of the trigger

    Request Parameters

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

    Response

    Response Body

    {
        "content": {
            "actions": [
    
            ],
            "description": "",
            "execOption": [
    
            ],
            "name": "string",
            "resourceId" : "string",
            "type": "string"
        }
    }
    
    PropertyTypeDescriptionNote
    content.actionsstring arrayList of actions linked to trigger
    content.descriptionstringDescription of the trigger
    content.execOptionmap arrayExecution optionExecution option by trigger type
    content.resourceIdstringresourceId of the trigger
    content.namestringName of the trigger
    content.typestringTrigger type

    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.