Secure Zone overview
- Print
- PDF
Secure Zone overview
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 settings
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 | Description |
---|---|
x-ncp-apigw-timestamp | This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC |
x-ncp-iam-access-key | Access key issued on the NAVER Cloud Platform portal or Sub Account |
x-ncp-apigw-signature-v2 | Base64-encoded signature that encrypts the request path and headers with a secret key that maps to the access key, using the HMAC encryption algorithm (HmacSHA256) |
x-ncp-mbr_no | User number |
Content-Type | Request and response data formatapplication/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 | Modify firewall policy |
Was this article helpful?