CDN+ overview

Prev Next

Available in Classic and VPC

CDN+ is a NAVER Cloud Platform service that delivers content to multiple users quickly and securely. The CDN+ service provides APIs for monitoring, usage, and purge features in RESTful form.

Note

As support for the CDN+ service ended on June 19, 2025, please use NAVER Cloud Platform's Global Edge service. The Global Edge service provides an automatic migration feature that allows you to easily and conveniently migrate your CDN+ preferences. For detailed migration instructions, see Global Edge automatic migration.

Common CDN+ settings

The following describes commonly used request and response formats in CDN+ APIs.

Request

The following describes the common request format.

API URL

The request API URL is as follows:

https://ncloud.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.
  • Unix timestamp format.
x-ncp-iam-access-key Required Access key issued on NAVER Cloud Platform
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)

Response

The following describes the common response format.

Response status codes

CDN+ APIs use NAVER Cloud Platform's common response status codes. For information about the HTTP status codes common to all NAVER Cloud Platform, see Ncloud API response status codes.

CDN+ API

The following describes the APIs provided by CDN+.

API Description
Get instance Get CDN instance.
Get monitoring data Get the CDN monitoring data within the query period.
Get usage Get the CDN usage data within the query period.
Run purge Request purge.
Get purge history Get purge execution result history.

CDN+ related resources

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