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 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 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

    에러

    아래 에러 코드는 이 액션(Action)에서 특징적으로 발생하는 에러입니다. 에러 응답 형식은 ErrorResponse를 참고해 주십시오.
    공통적으로 발생하는 에러에 대한 상세한 설명은 NAVER Cloud Platform API를 참고해 주십시오.


    이 문서가 도움이 되었습니까?

    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.