Get Trigger's Activation List
    • PDF

    Get Trigger's Activation List

    • PDF

    Article Summary

    Summary

    Views a list of activation results for a specific trigger. You can only view the results of the executions for the most recent month.

    Request

    Request URL

    GET {CLOUD_FUNCTIONS_API_URL}/triggers/{triggerName}/activations
    
    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
    pageSizeNointDefault value is 20. This is the size of the page to be requested
    pageNoNointDefault value is 1. This is the page to be requested
    startNostringyyyy-MM-ddTHH:mm:ssIt is applied as Korean Standard Time (KST/UTC+9) for Korea region, and Singapore Standard Time (SST/UTC+8) for Singapore region.
    1 month before the request for default
    endNostringyyyy-MM-ddTHH:mm:ssIt is applied as Korean Standard Time (KST/UTC+9) for Korea region, and Singapore Standard Time (SST/UTC+8) for Singapore region.
    Time of request for default

    Response

    Response body

    {
        "content": {
            "activations": [
                {
                    "activationId": "string",
                    "duration": "number",
                    "status": "string"
                }
            ],
            "totalCount": "number"
        }
    }
    
    ItemTypeDescriptionRemarks
    content.activations[].activationIdstringExecution result ID value
    content.activations[].durationnumberExecution time (ms)
    content.activations[].statusstringstatus
    content.totalCountnumberNumber of data

    Was this article helpful?

    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.