Get Action's Activation Detail
    • PDF

    Get Action's Activation Detail

    • PDF

    Article Summary

    Overview

    Gets detailed information about the activation result of a specific action.

    Request

    Request URL

    GET {CLOUD_FUNCTIONS_API_URL}/packages/{packageName}/actions/{actionName}/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

    ParameterRequirement statusTypeDescription
    packageNameYesstring- Package name
    When searching for an action that does not belong to the package, enter - in packageName.
    actionNameYesstringAction name
    activationIdYesstringExecution result ID value

    Request parameters

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

    Response

    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.activationIdstringExecution result ID value
    content.durationnumberExecution time (ms)
    content.starttimestampTime when activation has started
    content.endtimestampTime when action activation has ended
    content.logsstring arrayLog
    content.namestringAction name
    content.namespacestringName space of the user
    content.responseAction result
    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.