Secure Zone overview

Prev Next

Available in Classic

Secure Zone is a security service of NAVER Cloud Platform that enables you to better protect important information resources such as personal information. The Secure Zone service provides APIs for firewall features in RESTful form.

Common attributes

The following describes commonly used request and response formats in Secure Zone APIs.

API URL

The request API URL is as follows:

https://securezonefirewall.apigw.ntruss.com/api/v2

Request headers

The following describes the 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
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)
x-ncp-mbr_no Optional User number
Content-Type Optional Request and response data format
  • application/json
  • Operation

    The APIs provided by Secure Zone service are as follows:

    API Description
    addAddressGroup Add address group.
    addPolicy Add firewall policy.
    checkAddressGroupNameDuplicated Check address group names for duplicates.
    checkPolicyNameDuplicated Check firewall policy names for duplicates.
    deleteAddressGroup Delete address group.
    deletePolicy Delete firewall policy.
    getAddressGroup Get address group information.
    getAddressGroupList Get address group list.
    getDefaultDenyEventLogStatus Get whether access blocking logs are stored.
    getHourlyTrafficUsageList Get peak hourly traffic usage.
    getIpsecAddress Get list of addresses that belong to IPsec zone.
    getMemberActionLog Get action logs and admin response information.
    getMemberInfo Get subscription information for Secure Zone service.
    getPolicy Get firewall policy information.
    getPolicyList Get firewall policy list.
    getTrafficLog Get traffic logs.
    getTrafficUsage Get traffic usage.
    rearrangePolicy Change priority of firewall policy application.
    setDefaultDenyEventLogStatus Set whether access blocking logs are stored.
    updateAddressGroup Edit address group information.
    updatePolicy Edit firewall policy.