Overview of Cloud Log Analytics
- Print
- PDF
Overview of Cloud Log Analytics
- Print
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
Overview
NAVER Cloud Platform is a cloud service built on the latest in NAVER’s computing technologies and operational know-how.
The application program interfaces (APIs) that enable you to fully utilize the services and solutions provided by NAVER Cloud Platform are collectively referred to as NAVER Cloud Platform APIs.
NAVER Cloud Platform APIs are provided in RESTful form, and calls are made via HTTP request methods such as GET and POST.
Common settings
API URL
https://cloudloganalytics.apigw.ntruss.com/api/v1/
Request headers
Header name | Description |
---|---|
x-ncp-apigw-timestamp | Time elapsed in milliseconds since January 1, 1970, 00:00:00 UTC If the time difference compared to the API Gateway server is more than 5 minutes, then the request is considered invalid. |
x-ncp-apigw-api-key | Key issued by API Gateway |
x-ncp-iam-access-key | API Key issued from NAVER Cloud Platform or AccessKey issued from IAM |
x-ncp-apigw-signature-v2 | A signature that encrypts the Body of the example above with the SecretKey mapped to AccessKey HmacSHA256 is used as the HMAC encryption algorithm |
Content-Type | Specify the request body content type as application/json |
For information on creating request header values, see NAVER Cloud Platform API.
Was this article helpful?