getCatalogs
    • PDF

    getCatalogs

    • PDF

    Article summary

    Available in VPC

    Searches for all information on the user’s catalogs.

    Requests

    Request URL

    GET {DATA_CATALOG API_URL}/catalogs
    

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    pageNoNointPage number
    Default: 1
    pageSizeNointMaximum: 200Size of result list
    Default: 20

    Request header

    See common guide.

    Request examples

    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}"
    

    Responses

    Response bodies

    ItemTypeDescription
    catalogIdintUnique catalog ID
    catalogStatusStringCatalog status
    metastoreStatusStringCatalog metastore status
    createTimeDateCatalog creation date and time
    updateTimeDateCatalog modification date and time

    Response examples

    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"
      }
    ]
    

    Was this article helpful?

    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.