MENU
      getCatalogs

        getCatalogs


        記事の要約

        VPC環境で利用できます。

        ユーザーのすべての catalog情報を照会します。

        リクエスト

        リクエスト URL

        GET {DATA_CATALOG API_URL}/catalogs
        HTTP

        リクエストパラメータ

        パラメータ名要否タイプ制約事項説明
        pageNoNointページ番号
        デフォルト値: 1
        pageSizeNoint最大値: 200結果リストのサイズ
        デフォルト値: 20

        リクエストヘッダ

        共通ガイド参照

        リクエスト例

        curl -X GET "https://datacatalog.apigw.ntruss.com/api/v1/catalogs?pageNo=1&pageSize=20" \
            -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}"
        Bash

        レスポンス

        レスポンスボディ

        項目タイプ説明
        catalogIdintcatalogの固有 id
        catalogStatusStringcatalogのステータス
        metastoreStatusStringcatalog metastoreのステータス
        createTimeDatecatalogの作成日時
        updateTimeDatecatalogの修正日時

        レスポンス例

        HTTP

        HTTP StatusDescription
        200OK

        JSON

        [
          {
            "catalogId": 301,
            "catalogStatus": "CREATED",
            "metastoreStatus": "METASTORE_RUNNING",
            "createTime": "2022-11-30T12:30:16+0900",
            "updateTime": "2022-11-30T12:30:40+0900"
          }
        ]
        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.