数据治理中心 DataArts Studio-获取当前目录下的所有类型列表:响应

时间:2023-11-01 16:20:39

响应

  • 响应样例
    {  "total": 1,  "api_catalogs": [    {      "catalog_id": "2847131b4d5a26c5bd4bfd9d8f63f577",      "pid": "8c9850726a1ee050be2b67e43c688870",      "name": "demo",      "description": "this is a demo",      "api_catalog_type": "CATALOG",      "create_time": 1578284788000,      "create_user": "张三",      "update_time": 1578284788000,      "update_user": "张三"    }  ]}
  • 响应参数说明

    参数名

    参数类型

    说明

    total

    Integer

    符合条件的数据总数

    api_catalogs

    Array of RecordForGetAllCatalog objects

    本次返回的目录列表

    表1 RecordForGetAllCatalog

    参数

    参数类型

    描述

    catalog_id

    String

    目录编号

    pid

    String

    父目录编号

    name

    String

    名称

    description

    String

    目录描述

    api_catalog_type

    String

    目录类型

    枚举值:

    • CATALOG
    • API

    create_time

    Long

    创建时间

    create_user

    String

    创建者

    update_time

    Long

    更新时间

    update_user

    String

    更新者

support.huaweicloud.com/api-dataartsstudio/dataartsstudio_02_0466.html