Cloud Activity Tracer overview

Prev Next

Available in Classic and VPC

Cloud Activity Tracer is a NAVER Cloud Platform service that provides information of account activities (access record) performed by users through the console, APIs, etc. The Cloud Activity Tracer service provides APIs in RESTful form for the ability to view users' resource activity history.

Common Cloud Activity Tracer settings

The following describes commonly used request and response formats in Cloud Activity Tracer APIs.

Request

The following describes the common request format.

API URL

The request API URL is as follows.

https://cloudactivitytracer.apigw.ntruss.com

Request headers

The following describes the request headers.

Field Required Description
x-ncp-apigw-timestamp Required This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC
  • Request is considered invalid if the timestamp differs from the current time by more than 5 minutes
  • x-ncp-iam-access-key Required Access key issued on NAVER Cloud Platform
  • Issue and check access key: See Create authentication key
  • Issue and check access key for sub account: See Create sub account
  • x-ncp-apigw-signature-v2 Required Base64-encoded signature that encrypts the request information with a secret key that maps to the access key issued on NAVER Cloud Platform, using the HMAC encryption algorithm (HmacSHA256)
  • Issue and check secret key: See Create authentication key
  • Create signature: See Create signature
  • Content-type Required Request data format
  • application/json
  • Response

    The following describes the common response format.

    Response status codes

    Cloud Activity Tracer APIs use NAVER Cloud Platform's common response status codes. For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

    Cloud Activity Tracer API

    The following describes the APIs provided by the Cloud Activity Tracer service.

    API Description
    GetActivityList Get resource activity list

    Cloud Activity Tracer related resources

    NAVER Cloud Platform provides a variety of related resources to help users better understand Cloud Activity Tracer APIs.