Monitoring Overview

Prev Next

Overview

This is a function that can call the number of domain queries provided by Global DNS with a prescribed API.
You can only make calls using the allowed API Key issued by the dashboard.

Common Global DNS settings

The following describes commonly used request and response formats in Global DNS APIs.

Request

The following describes the common request format.

API URL

The request API URL is as follows:

https://globaldns.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.

응답 바디

응답 바디에 대한 설명은 다음과 같습니다.

error
error는 API 호출 실패 정보를 정의합니다. error에 대한 설명은 다음과 같습니다.

필드 타입 필수 여부 설명
result String - API 호출 결과
  • FAIL: 호출이 실패한 경우 표시
error Object - 오류 코드 및 메시지
  • successfalse인 경우 표시
error.errorCode Integer - 오류 코드
error.message String - 오류 메시지

Response status codes

Global DNS 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.