MENU
      getMemberActionLog

        getMemberActionLog


        記事の要約

        Classic環境で利用できます。

        ユーザーアカウントで発生したアクションログと管理者対応情報を照会します。

        リクエスト

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

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

        リクエストヘッダ

        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ゾーン

        リクエストボディ

        リクエストボディの説明は次の通りです。

        フィールドタイプ必須の有無説明
        resultStringOptional作業結果
        • success | fail
          • success: 作業成功
          • fail: 作業失敗
        followUpYnStringOptional管理者が対応完了したかどうか
        • Y | N
        fromDateDateOptional照会期間の開始日
        toDateDateOptional照会期間の終了日
        pageIntegerOptionalページインデックス
        • 0(デフォルト)
        countPerPageIntegerOptionalページごとの項目数
        • 20(デフォルト)
        actionList[]StringOptionalアクションログタイプ

        リクエスト例

        リクエストのサンプルコードは次の通りです。

        curl --location --request POST 'https://securezonefirewall.apigw.ntruss.com/api/v2/szfw/kr2/getMemberActionLog'
        --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 '{
          "result": "fail",
          "page": 0,
          "countPerPage": 0
        }'
        Curl

        レスポンス

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

        レスポンスボディ

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

        フィールドタイプ必須の有無説明
        actionString-リクエストタイプ
        returnCodeInteger-レスポンスコード
        returnMessageString-レスポンスメッセージ
        memberActionList[]Array-アクションログ情報
        memberActionList[].actionLogSeqInteger-アクションログ番号
        memberActionList[].memberNoString-ユーザーの NAVERクラウドプラットフォーム会員番号
        memberActionList[].instanceNoString-インスタンス作成時に付与された契約番号
        memberActionList[].actionString-アクションログタイプ
        memberActionList[].actionDescriptionString-アクションログタイプの説明
        memberActionList[].resultString-アクションの結果
        memberActionList[].actionFailTypeString-アクション失敗タイプ
        memberActionList[].actionFailDescriptionString-アクション失敗に対する説明
        memberActionList[].followUpYnString-管理者が対応完了したかどうか
        memberActionList[].followUpTypeString-対応タイプ
        memberActionList[].followUpDescriptionString-対応の説明
        memberActionList[].followUpYmdtLong-対応時点(Unix timestamp)
        memberActionList[].followUpEmpNoString-対応した管理者の社員番号
        memberActionList[].followUpEmpNameString-対応した管理者の名前
        memberActionList[].regYmdtLong-最初登録日(Unix timestamp)
        memberActionList[].lstModYmdtLong-最終更新日(Unix timestamp)
        totalCountInteger-アクションログの総数

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

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

        レスポンス例

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

        {
            "action": "getMemberActionLog",
            "returnCode": 0,
            "returnMessage": "success",
            "memberActionList": [
                {
                    "actionLogSeq": 47250,
                    "memberNo": "27***85",
                    "instanceNo": "25****11",
                    "action": "FIREWALL_POLICY_REARRANGE",
                    "actionDescription": "ポリシー順序変更",
                    "result": "fail",
                    "actionFailType": "FIREWALL_POLICY_MOVE_FAIL",
                    "actionFailDescription": "ファイアウォールポリシー移動失敗",
                    "followUpYn": "N",
                    "followUpType": "",
                    "followUpDescription": null,
                    "followUpYmdt": null,
                    "followUpEmpNo": null,
                    "followUpEmpName": null,
                    "regYmdt": 1719895728000,
                    "lstModYmdt": 1719895728000
                }
            ],
            "totalCount": 1
        }
        JSON

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

        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.