getTrafficUsage
    • PDF

    getTrafficUsage

    • PDF

    記事の要約

    Classic環境で利用できます。

    Secure Zone Firewallで発生したトラフィックの使用量を照会します。

    リクエスト

    リクエスト形式を説明します。リクエスト形式は次の通りです。

    メソッドURI
    POST/{type}/{zone}/getTrafficUsage

    リクエストヘッダ

    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/getTrafficUsage'
    --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-03T05:32:24.223Z"
    }'
    

    レスポンス

    レスポンス形式を説明します。

    レスポンスボディ

    レスポンスボディの説明は次の通りです。

    フィールドタイプ必須の有無説明
    actionString-リクエストタイプ
    returnCodeInteger-レスポンスコード
    returnMessageString-レスポンスメッセージ
    trafficUsageList[]Array-トラフィック使用量データリスト
    trafficUsageList[].memberNoString-ユーザーの NAVERクラウドプラットフォーム会員番号
    trafficUsageList[].instanceNoString-インスタンス作成時に付与された契約番号
    trafficUsageList[].secureZoneNameString-Secure Zone名
    trafficUsageList[].checkDateString-メンテナンス日(yyyy-MM-dd)
    trafficUsageList[].checkTimeString-メンテナンス時点(hh:mm:ss)
    trafficUsageList[].checkHourString-メンテナンス時間(hh)
    trafficUsageList[].rxBytesInteger-受信したデータ容量
    trafficUsageList[].txBytesInteger-送信したデータ容量
    trafficUsageList[].rxBytesIncrementInteger-受信データの増加量
    trafficUsageList[].txBytesIncrementInteger-送信データの増加量
    trafficUsageList[].totalIncrementInteger-総データ増加量
    trafficUsageList[].regYmdtDate-登録日
    trafficUsageList[].statusString-ユーザーの状態
    trafficUsageList[].memberLastModifyYmdtDate-ユーザー情報の最終更新日
    totalCountInteger-トラフィック使用量データ数

    レスポンスステータスコード

    NAVERクラウドプラットフォームで共通して使用されるレスポンスステータスコードの詳細は、Ncloud APIのレスポンスステータスコードをご参照ください。

    レスポンス例

    レスポンスのサンプルコードは次の通りです。

    {
        "action": "getTrafficUsage",
        "returnCode": 0,
        "returnMessage": "success",
        "trafficUsageList": [
            {
                "memberNo": "27***85",
                "instanceNo": "25****11",
                "secureZoneName": "Secure",
                "checkDate": "2024-07-01",
                "checkTime": "09:40:13",
                "checkHour": "09",
                "rxBytes": 0,
                "txBytes": 752,
                "rxBytesIncrement": 0,
                "txBytesIncrement": 0,
                "totalIncrement": 277,
                "regYmdt": 1719794413000,
                "status": "USE",
                "memberLastModifyYmdt": 1719379274000
            }
        ],
        "totalCount": 318
    }
    

    この記事は役に立ちましたか?

    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.