getHourlyTrafficUsageList
    • PDF

    getHourlyTrafficUsageList

    • PDF

    기사 요약

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

    Secure Zone Firewall에서 발생한 시간당 트래픽 최고 사용량을 조회합니다.

    요청

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

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

    요청 헤더

    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 존

    요청 바디

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

    필드타입필수 여부설명
    statusStringOptional사용자의 상태
    • USE | END
    pageIntegerOptional페이지 인덱스
    • 0 (기본값)
    countPerPageIntegerOptional페이지당 항목 수
    • 0 (기본값)
    fromDateDateRequired조회 기간의 시작일
    toDateDateRequired조회 기간의 종료일
    timeZoneStringOptional타임 존
    • +09:00 (기본값)

    요청 예시

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

    curl --location --request POST 'https://securezonefirewall.apigw.ntruss.com/api/v2/szfw/kr2/getHourlyTrafficUsageList'
    --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 '{
      "status": "USE",
      "page": 0,
      "countPerPage": 20,
      "fromDate": "2024-07-01T00:32:14.953Z",
      "toDate": "2024-07-02T00:32:14.953Z",
      "timeZone": "+09:00"
    }'
    

    응답

    응답 형식을 설명합니다.

    응답 바디

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

    필드타입필수 여부설명
    actionString-요청 유형
    returnCodeInteger-응답 코드
    returnMessageString-응답 메시지
    trafficUsageList[]Array-트래픽 사용량 데이터 목록
    trafficUsageList[].memberNoString-사용자의 네이버 클라우드 플랫폼 회원 번호
    trafficUsageList[].instanceNoString-인스턴스 생성 시 부여된 계약 번호
    trafficUsageList[].secureZoneNameString-Secure Zone 이름
    trafficUsageList[].checkDateString-점검일(yyyy-MM-dd)
    trafficUsageList[].checkTimeString-점검 시점(hh:mm:ss)
    trafficUsageList[].checkHourString-점검 시(hh)
    trafficUsageList[].checkDateTimeLong-트래픽 등록일(Unix timestamp)
    trafficUsageList[].peakTrafficLong-최고 트래픽
    trafficUsageList[].regYmdtDate-미사용
    trafficUsageList[].statusString-사용자의 상태
    trafficUsageList[].memberLastModifyYmdtLong-사용자 정보 최종 수정일(Unix timestamp)
    totalCountInteger-트래픽 사용량 데이터 개수

    응답 상태 코드

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

    응답 예시

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

    {
        "action": "getHourlyTrafficUsage",
        "returnCode": 0,
        "returnMessage": "success",
        "trafficUsageList": [
            {
                "memberNo": "27***85",
                "instanceNo": "25****11",
                "secureZoneName": "Secure",
                "checkDate": "2024-07-03",
                "checkTime": "13:40:12",
                "checkHour": "13",
                "checkDateTime": 1719981612000,
                "peakTraffic": 0,
                "regYmdt": null,
                "status": "USE",
                "memberLastModifyYmdt": 1719379274000
            },
            {
                "memberNo": "27***85",
                "instanceNo": "25****11",
                "secureZoneName": "Secure",
                "checkDate": "2024-07-03",
                "checkTime": "14:00:16",
                "checkHour": "14",
                "checkDateTime": 1719982816000,
                "peakTraffic": 277,
                "regYmdt": null,
                "status": "USE",
                "memberLastModifyYmdt": 1719379274000
            }
        ],
        "totalCount": 2
    }
    

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

    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.