getTrafficLog
    • PDF

    getTrafficLog

    • PDF

    기사 요약

    Classic 환경에서 이용 가능합니다.

    Secure Zone Firewall에서 발생한 트래픽 로그를 조회합니다.

    요청

    요청 형식을 설명합니다. 요청 형식은 다음과 같습니다.

    메서드URI
    POST/{type}/{zone}/getTrafficLog

    요청 헤더

    Secure Zone API에서 공통으로 사용하는 헤더에 대한 자세한 내용은 Secure Zone 요청 헤더를 참조해 주십시오.

    요청 경로 파라미터

    파라미터에 대한 설명은 다음과 같습니다.

    필드타입필수 여부설명
    typeStringRequiredSecure Zone에서 제공하는 방화벽 유형
    • szfw | psfw
      • szfw: Secure Zone Standard
      • psfw: Secure Zone Advanced
    zoneStringRequiredSecure Zone을 구성한 존
    • kr1 | kr2
      • kr1: KR-1 존
      • kr2: KR-2 존

    요청 바디

    요청 바디에 대한 설명은 다음과 같습니다.

    필드타입필수 여부설명
    actionStringOptional허용 여부
    • allow | deny
    countPerPageIntegerOptional페이지당 항목 수
    • 0 (기본값)
    pageIntegerOptional페이지 인덱스
    • 0 (기본값)
    fromDateDateRequired조회 기간의 시작일
    toDateDateRequired조회 기간의 종료일
    timeZoneStringOptional타임 존
    • +09:00 (기본값)
    destinationIpStringOptional목적지의 IP 주소
    portStringOptional목적지의 포트 번호
    protocolStringOptional목적지의 프로토콜
    sourceIpStringOptional출발지의 IP 주소

    요청 예시

    요청 예시는 다음과 같습니다.

    curl --location --request POST 'https://securezonefirewall.apigw.ntruss.com/api/v2/szfw/kr2/getTrafficLog'
    --header 'x-ncp-apigw-timestamp: {Timestamp}' \
    --header 'x-ncp-iam-access-key: {Access Key}' \
    --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' \
    --header 'x-ncp-mbr_no: {User number}' \
    --header 'Content-Type: application/json' \
    --data '{
      "fromDate": "2024-07-01T00:32:14.953Z",
      "toDate": "2024-07-03T04:59:58.525Z"
    }'
    

    응답

    응답 형식을 설명합니다.

    응답 바디

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

    필드타입필수 여부설명
    actionString-요청 유형
    returnCodeInteger-응답 코드
    returnMessageString-응답 메시지
    totalCountInteger-트래픽 로그의 총 개수
    trafficLogList[]Array-트래픽 로그의 정보
    trafficLogList[].receiveDateLong-로그 발생일(Unix timestamp)
    trafficLogList[].sourceIpString-출발지 IP 주소
    trafficLogList[].sourceServerNameString-출발지 서버의 이름
    trafficLogList[].destinationIpString-목적지 IP 주소
    trafficLogList[].destinationServerNameString-목적지 서버의 이름
    trafficLogList[].protocolString-목적지 프로토콜
    trafficLogList[].serviceString-서비스
    trafficLogList[].portString-목적지 포트 번호
    trafficLogList[].actionString-허용 여부
    • allow | deny
    trafficLogList[].policyNameString-정책 이름

    응답 상태 코드

    네이버 클라우드 플랫폼에서 공통으로 사용하는 응답 상태 코드에 대한 자세한 내용은 Ncloud API 응답 상태 코드를 참조해 주십시오.

    응답 예시

    응답 예시는 다음과 같습니다.

    {
        "action": "getTrafficLog",
        "returnCode": 0,
        "returnMessage": "success",
        "totalCount": 5,
        "trafficLogList": [
            {
                "receiveDate": 1719982292000,
                "sourceIp": "***.***.***.***",
                "sourceServerName": "",
                "destinationIp": "***.***.***.***",
                "destinationServerName": "sv-securezone",
                "protocol": "TCP",
                "service": "SSH",
                "port": "22",
                "action": "deny",
                "policyName": "Policy(Default Deny)"
            },
            {
                "receiveDate": 1719982286000,
                "sourceIp": "***.***.***.***",
                "sourceServerName": "",
                "destinationIp": "***.***.***.***",
                "destinationServerName": "sv-securezone",
                "protocol": "TCP",
                "service": "SSH",
                "port": "22",
                "action": "deny",
                "policyName": "Policy(Default Deny)"
            },
            {
                "receiveDate": 1719982282000,
                "sourceIp": "***.***.***.***",
                "sourceServerName": "",
                "destinationIp": "***.***.***.***",
                "destinationServerName": "sv-securezone",
                "protocol": "TCP",
                "service": "SSH",
                "port": "22",
                "action": "deny",
                "policyName": "Policy(Default Deny)"
            },
            {
                "receiveDate": 1719982281000,
                "sourceIp": "***.***.***.***",
                "sourceServerName": "",
                "destinationIp": "***.***.***.***",
                "destinationServerName": "sv-securezone",
                "protocol": "TCP",
                "service": "SSH",
                "port": "22",
                "action": "deny",
                "policyName": "Policy(Default Deny)"
            },
            {
                "receiveDate": 1719982279000,
                "sourceIp": "***.***.***.***",
                "sourceServerName": "",
                "destinationIp": "***.***.***.***",
                "destinationServerName": "sv-securezone",
                "protocol": "TCP",
                "service": "SSH",
                "port": "22",
                "action": "deny",
                "policyName": "Policy(Default Deny)"
            }
        ]
    }
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.