Get Action's Activation List
    • PDF

    Get Action's Activation List

    • PDF

    Article Summary

    Summary

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

    Request

    Request URL

    GET {CLOUD_FUNCTIONS_API_URL}/packages/{packageName}/actions/{actionName}/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
    packageNameYesstringPackage name
    If you want to view an action that is not contained in the package, enter - for the packageName
    actionNameYesstringAction name

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    platformNostring(classic | vpc)Platform type
    Processed as default classic
    pageSizeNointdefault 20
    pageNoNointdefault 1
    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.