Security Monitoring overview
- Print
- PDF
Security Monitoring overview
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
The Security Monitoring APIs are provided in RESTful form, and you need to create a Sub Account and have an access key to call the provided APIs.
API URL
POST
Classic : https://securitymonitoring.apigw.ntruss.com/securitymonitoring/v1
VPC : https://securitymonitoring.apigw.ntruss.com/vsecuritymonitoring/v1
API
Service | API | Method | Request URI |
---|---|---|---|
Security Monitoring | getIDSList | POST | - classic : https://securitymonitoring.apigw.ntruss.com/securitymonitoring/v1/getIDSList - vpc : https://securitymonitoring.apigw.ntruss.com/vsecuritymonitoring/v1/getIDSList |
Security Monitoring | getIDSEventDetail | POST | - classic : https://securitymonitoring.apigw.ntruss.com/securitymonitoring/v1/getIDSEventDetail - vpc : https://securitymonitoring.apigw.ntruss.com/vsecuritymonitoring/v1/getIDSEventDetail |
Security Monitoring | getAVList | POST | - classic : https://securitymonitoring.apigw.ntruss.com/securitymonitoring/v1/getAVList - vpc : https://securitymonitoring.apigw.ntruss.com/vsecuritymonitoring/v1/getAVList |
Security Monitoring | getIPSList | POST | - classic : https://securitymonitoring.apigw.ntruss.com/securitymonitoring/v1/getIPSList - vpc : https://securitymonitoring.apigw.ntruss.com/vsecuritymonitoring/v1/getIPSList |
Security Monitoring | getWAFList | POST | - classic : https://securitymonitoring.apigw.ntruss.com/securitymonitoring/v1/getWAFList - vpc : https://securitymonitoring.apigw.ntruss.com/vsecuritymonitoring/v1/getWAFList |
Security Monitoring | getDDoSList | POST | - classic : https://securitymonitoring.apigw.ntruss.com/securitymonitoring/v1/getDDoSList - vpc : https://securitymonitoring.apigw.ntruss.com/vsecuritymonitoring/v1/getDDoSList |
Security Monitoring | getDDoSEventDetail | POST | - classic : https://securitymonitoring.apigw.ntruss.com/securitymonitoring/v1/getDDoSEventDetail - vpc : https://securitymonitoring.apigw.ntruss.com/vsecuritymonitoring/v1/getDDoSEventDetail |
Request headers
The following table lists the request headers for IAM authentication.
Header name | Description |
---|---|
x-ncp-apigw-timestamp | 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 | API key issued by NAVER Cloud Platform or access key issued by IAM |
x-ncp-apigw-signature-v2 | Signature used to encrypt the request directory and header with the secret key that maps with the access key Use HMAC-SHA256 encryption algorithm See Call API that requires IAM authentication |
Errors
HTTP response code | returnCode | returnMessage |
---|---|---|
200 | 0 | SUCCESS |
200 | 9 | Internal Error Acquired. |
403 | -1 | Permission Denied. |
Common errors
HTTP response code | ErrorCode | ErrorMessage |
---|---|---|
400 | 100 | Bad Request Exception |
401 | 200 | Authentication Failed |
401 | 210 | Permission Denied |
404 | 300 | Not Found Exception |
429 | 400 | Quota Exceeded |
429 | 410 | Throttle Limited |
429 | 420 | Rate Limited |
413 | 430 | Request Entity Too Large |
503 | 500 | Endpoint Error |
504 | 510 | Endpoint Timeout |
500 | 900 | Unexpected Error |
Was this article helpful?