Get Activation List
    • PDF

    Get Activation List

    • PDF

    Article Summary

    Summary

    Views a list of execution results of the most recent actions.
    You can only view the results of executions for the recent 30 days.

    Request

    Request URL

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

    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.