Web service Monitoring System overview

Prev Next

Available in Classic and VPC

Web service Monitoring System is a NAVER Cloud Platform service that utilizes the synthetic monitoring method for 24/7 monitoring. The Web service Monitoring System service provides APIs for web service monitoring-related features in the RESTful form.

Common Web service Monitoring System settings

The following describes commonly used request and response formats in Web service Monitoring System APIs.

Request

The following describes the common request format.

API URL

The request API URL is as follows.

https://wms.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)
Content-Type Optional Request data format
  • application/json

Response

The following describes the common response format.

Response status codes

The following describes the response status codes.

HTTP status code Code Message Description
403 E011 Permission not found Unauthorized
404 E010 Could not find the scenario Scenario can't be found
Note

For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

Web service Monitoring System API

The following describes the APIs provided by the Web service Monitoring System service.

API Description
Get monitoring list Get the full list of monitoring services
Get monitoring Get monitoring service content
Get monitoring results Get monitoring service results
Get monitoring detailed results Get monitoring service detailed results
Change monitoring status Change monitoring service status

Web service Monitoring System related resources

NAVER Cloud Platform provides a variety of related resources to help users better understand Web service Monitoring System APIs.

  • Web service Monitoring System API guides
    • API overview: how to issue and check access key and secret key issued by NAVER Cloud Platform, how to generate the signature required for request headers
    • Sub Account User Guide: how to issue and check access keys for sub accounts issued by NAVER Cloud Platform
    • Common Ncloud response status codes: information on common response status codes of NAVER Cloud Platform used by the Web service Monitoring System service
  • How to use the Web service Monitoring System service