getScannerHistories
    • PDF

    getScannerHistories

    • PDF

    記事の要約

    VPC環境で利用できます。

    ユーザー catalogの特定の scannerの実行履歴を確認します。

    リクエスト

    リクエスト URL

    GET {DATA_CATALOG API_URL}/catalogs/{catalog-id}/scanners/{scanner-id}/histories
    

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    catalogIdYesStringcatalogの固有 id
    (ref: getCatalogs)
    scannerIdYesStringscannerの固有 id
    fromTimestampYesLong履歴を確認する開始時間(milliseconds timestamp)
    toTimestampYesLong履歴を確認する終了時間(milliseconds timestamp)
    pageNoNoint ページ番号デフォルト値: 1
    pageSizeNoint最大値: 200結果リストサイズのデフォルト値: 20

    リクエストヘッダ

    共通ガイド参照

    リクエスト例

    curl -X GET "https://datacatalog.apigw.ntruss.com/api/v1/catalogs/{catalog-id}/scanners/{scanner-id}/histories?fromTimestamp=1673794800000&toTimestamp=1686841200000" \
        -H "x-ncp-apigw-timestamp: {x-ncp-apigw-timestamp}" \
        -H "x-ncp-iam-access-key: {x-ncp-iam-access-key}"  \
        -H "x-ncp-apigw-signature-v2: {x-ncp-apigw-signature-v2}"
    
    • fromTimestamp: 1673794800000(2023年1月16日午前12:00:00)
      • GMT: 2023年1月15日午後3:00:00
    • toTimestamp: 1686841200000(2023年6月16日午前12:00:00)
      • GMT: 2023年6月15日午後3:00:00

    レスポンス

    レスポンスボディ

    • scannerHistoryListResponseList: scannerの実行履歴リスト
    項目タイプ説明
    scannerIdintscannerの固有 id
    catalogIdintユーザー catalogの固有 id
    beginTimeDatescannerの実行開始時刻
    endTimeDatescannerの実行終了時刻
    resultStringscannerの実行結果に対する成功/失敗
    resultMessageStringscannerの実行結果に対するメッセージ
    tableChangesStringscannerの実行結果によって追加/変更されたテーブル、追加/変更されたパーティション情報
    elapsedTimeintscannerの実行にかかった時間
    createTimeDatescannerの作成時間

    レスポンス例

    HTTP

    HTTP StatusDescription
    200OK

    JSON

    {
      "pageNo": 1,
      "pageSize": 1,
      "totalCount": 1,
      "scannerHistoryListResponseList": [
        {
          "scannerId": 89,
          "catalogId": 301,
          "beginTime": "2023-05-25T10:38:49+0900",
          "endTime": "2023-05-25T10:38:56+0900",
          "result": "SUCCESS",
          "resultMessage": "",
          "tableChanges": "{\"table_added\": {\"count\": 0, \"list\": []}, \"table_updated\": {\"count\": 0, \"list\": []}, \"table_failed\": {\"count\": 0, \"list\": []}, \"partition_added\": {\"count\": 0, \"list\": []}, \"partition_updated\": {\"count\": 0, \"list\": []}, \"partition_failed\": {\"count\": 0, \"list\": []}}",
          "elapsedTime": 5,
          "createTime": "2023-05-25T10:38:56+0900"
        }
      ]
    }
    

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

    What's Next
    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.