GetActivityList
    • PDF

    GetActivityList

    • PDF

    Article Summary

    • Search a Resource Activity.

    API

    POST /api/v1/activities
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key or STS Access Key}`
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    API Header

    refer to Request Headers

    Request

    Request body

    {
      "fromEventTime": "integer",
      "toEventTime": "integer",
      "nrn": "string",
      "pageIndex": "integer",
      "pageSize": "integer"
    }
    
    ParameterMandatoryTypeConstraintsDescription
    fromEventTimeNintegerdefault: 30 days before
    toEventTimeNintegerdefault: now
    nrnNstring
    pageIndexNintegerdefault: 0, starting from 0
    pageSizeNintegerdefault: 20, max: 100

    Response

    Response body

    {
      "items": [
        {
          "historyId": "string",
          "nrn": "string",
          "eventTime": "integer",
          "platformType": "string",
          "productName": "string",
          "productDisplayName": "string",
          "regionCode": "string",
          "regionDispalyName": "string",
          "resourceType": "string",
          "resourceId": "string",
          "resourceName": "string",
          "actionDisplayName": "string",
          "actionResultType": "string",
          "actionUserType": "string",
          "actionSubAccountNo": "integer",
          "sourceType": "string",
          "sourceIp": "string",
          "productData": {}
        }
      ],
      "pageIndex": "integer",
      "pageSize": "integer",
      "hasMore": "boolean"
    }
    
    ParameterTypeDescriptionComment
    itemsarray of object
    - historyIdstring
    - nrnstring
    - eventTimeinteger
    - platformTypestring
    - productNamestring
    - productDisplayNamestring
    - regionCodestring
    - regionDispalyNamestring
    - resourceTypestring
    - resourceIdstring
    - resourceNamestring
    - actionDisplayNamestring
    - actionResultTypestring
    - actionUserTypestring
    - actionSubAccountNointeger
    - sourceTypestring
    - sourceIpstring
    - productDataobject
    pageIndexinteger
    pageSizeinteger
    hasMoreboolean

    Error

    Errors that may occur while using this action are listed below. For error response format, please see ErrorResponse.

    For more information about common errors, refer to NAVER Cloud Platform API.


    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.