エクスポート履歴の照会
    • PDF

    エクスポート履歴の照会

    • PDF

    記事の要約

    Classic/VPC環境で利用できます。

    Cloud Log Analyticsサービスで照会したログを Object Storageにエクスポートした履歴を照会します。

    リクエスト

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

    メソッドURI
    GET/api/{regionCode}-v1/export/history

    リクエストヘッダ

    Cloud Log Analytics APIで共通して使用されるヘッダの詳細は、Cloud Log Analyticsのリクエストヘッダをご参照ください。

    リクエストパスパラメータ

    リクエストパスパラメータの説明は次の通りです。

    フィールドタイプ必須の有無説明
    regionCodeStringRequiredリージョンコード
    • kr | sgn | jpn | uswn | den
      • kr: 韓国リージョン
      • sgn: シンガポールリージョン
      • jpn: 日本リージョン
      • uswn: 米国西部リージョン
      • den: ドイツリージョン

    リクエストクエリパラメータ

    リクエストパスパラメータの説明は次の通りです。

    フィールドタイプ必須の有無説明
    pageNoIntegerOptionalページ番号
    • 1~100 (デフォルト: 1)
    pageSizeIntegerOptionalページごとの項目数
    • 20~100 (デフォルト: 20)

    リクエスト例

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

    curl --location --request GET 'https://cloudloganalytics.apigw.ntruss.com/api/{regionCode}-v1/export/history' \
    --header 'x-ncp-apigw-timestamp: {Timestamp}' \
    --header 'x-ncp-iam-access-key: {Access Key}' \
    --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' \
    --header 'Content-Type: application/json' \
    --header 'Accept: application/json' \
    -date '{
      "bucketname": "asdcx"
    }'
    

    レスポンス

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

    レスポンスボディ

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

    フィールドタイプ必須の有無説明
    codeInteger-レスポンスステータスコード
    messageString-レスポンスステータスメッセージ
    resultObject-レスポンス結果
    result.pageSizeInteger-ページごとの項目数
    result.currentPageInteger-現在のページ番号
    result.totalPageInteger-総ページ番号
    result.totalCountInteger-総項目数
    result.isPagedBoolean-追加ページは存在するかどうか
    • true | false
      • true: 存在する
      • false: 存在しない
    result.exporthistoryInfoArray-エクスポート履歴

    exporthistoryInfo

    exporthistoryInfoの説明は次の通りです。

    フィールドタイプ必須の有無説明
    start_ymdtInteger-エクスポート日時
    export_typesString-エクスポートタイプ
    regionNoInteger-リージョン番号
    bucketnameString-Object Storageのバケット名
    folderNameString-フォルダ名
    log_typesString-エクスポートログタイプ
    statusString-エクスポート進捗状況
    progressString-エクスポート進捗率(%)
    descriptionString-Object Storageのバケット名

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

    Cloud Log Analytics APIで共通して使用されるレスポンスステータスコードの詳細は、Cloud Log Analyticsのレスポンスステータスコードをご参照ください。

    レスポンス例

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

    {
      "code": 0,
      "message": "リクエストが正常に処理されました。",
      "result": {
        "pageSize": 10,
        "currentPage": 1,
        "totalPage": 3,
        "totalCount": 29,
        "isPaged": true,
        "exporthistoryInfo": [
          {
            "start_ymdt": "2024-11-19 03:30:30",
            "export_types": "Auto",
            "regionNo": "1",
            "bucketName": "test.cla",
            "folderName": "CLA-20241119033030/",
            "log_types": "all",
            "status": "Complete",
            "progress": 100,
            "description": ""
          },
          {
            "start_ymdt": "2024-11-18 03:10:24",
            "export_types": "Auto",
            "regionNo": "1",
            "bucketName": "test.cla",
            "folderName": "",
            "log_types": "all",
            "status": "Complete",
            "progress": 100,
            "description": "No data"
          },
          {
            "start_ymdt": "2024-11-17 03:08:57",
            "export_types": "Auto",
            "regionNo": "1",
            "bucketName": "test.cla",
            "folderName": "",
            "log_types": "all",
            "status": "Complete",
            "progress": 100,
            "description": "No data"
          },
          {
            "start_ymdt": "2024-11-16 02:52:43",
            "export_types": "Auto",
            "regionNo": "1",
            "bucketName": "test.cla",
            "folderName": "",
            "log_types": "all",
            "status": "Complete",
            "progress": 100,
            "description": "No data"
          },
          {
            "start_ymdt": "2024-11-15 03:34:59",
            "export_types": "Auto",
            "regionNo": "1",
            "bucketName": "test.cla",
            "folderName": "",
            "log_types": "all",
            "status": "Complete",
            "progress": 100,
            "description": "No data"
          },
          {
            "start_ymdt": "2024-11-14 03:27:51",
            "export_types": "Auto",
            "regionNo": "1",
            "bucketName": "test.cla",
            "folderName": "",
            "log_types": "all",
            "status": "Complete",
            "progress": 100,
            "description": "No data"
          },
          {
            "start_ymdt": "2024-11-13 03:25:57",
            "export_types": "Auto",
            "regionNo": "1",
            "bucketName": "test.cla",
            "folderName": "",
            "log_types": "all",
            "status": "Complete",
            "progress": 100,
            "description": "No data"
          },
          {
            "start_ymdt": "2024-11-12 03:33:46",
            "export_types": "Auto",
            "regionNo": "1",
            "bucketName": "test.cla",
            "folderName": "",
            "log_types": "all",
            "status": "Complete",
            "progress": 100,
            "description": "No data"
          },
          {
            "start_ymdt": "2024-11-11 03:08:42",
            "export_types": "Auto",
            "regionNo": "1",
            "bucketName": "test.cla",
            "folderName": "",
            "log_types": "all",
            "status": "Complete",
            "progress": 100,
            "description": "No data"
          },
          {
            "start_ymdt": "2024-11-10 03:02:56",
            "export_types": "Auto",
            "regionNo": "1",
            "bucketName": "test.cla",
            "folderName": "",
            "log_types": "all",
            "status": "Complete",
            "progress": 100,
            "description": "No data"
          }
        ]
      }
    }
    

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

    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.