GetActivityList
    • PDF

    GetActivityList

    • PDF

    Article Summary

    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

    Request Headers

    Request

    Request body

    {
      "fromEventTime": "integer",
      "toEventTime": "integer",
      "nrn": "string",
      "pageIndex": "integer",
      "pageSize": "integer"
    }
    
    パラメータ必須タイプ制約事項説明
    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"
    }
    
    パラメータ名必須タイプ説明
    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

    以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式はErrorResponseを参照してください。
    共通して発生するエラーに対する詳細説明は、NAVERクラウドプラットフォームAPIを参考にしてください。

    HTTP status codemessage
    400'tagKey' cannot be empty when using 'tag' parameter.

    この記事は役に立ちましたか?

    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.