Get Trigger's Activation Detail
    • PDF

    Get Trigger's Activation Detail

    • PDF

    Article Summary

    Overview

    View detailed information about activation result of a specific trigger.

    Requests

    Request URL

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

    Path Variables

    ParametersRequirement statusTypeDescription
    triggerNameYesstringTrigger name
    activationIdYesstringActivation result ID value

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    platformNostring(classicvpc)

    Responses

    Response bodies

    {
        "content": {
            "activationId": "string",
            "duration": "number",
            "start": "timestamp",
            "end": "timestamp",
            "logs": [],
            "name": "string",
            "namespace": "string",
            "response": {
                "result": {
    
                },
                "status": "string",
                "success": "boolean"
            },
            "subject": "string"
        }
    }
    
    ItemTypeDescriptionRemarks
    content.activationIdstringActivation result ID value
    content.durationnumberActivation time (ms)
    content.starttimestampTime when activation has started
    content.endtimestampTime when action activation has ended
    content.logsstring arrayLog
    content.namestringAction name
    content.responseobjectAction activation result information
    content.response.resultobjectAction execution result
    content.response.statusstringAction status
    content.response.successbooleanAction activation success status
    content.subjectstringInformation on the user who executed the action

    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.