GetIcebergNamespace - 获取命名空间详情

查看iceberg数据库

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

当前API暂无授权信息透出。

请求语法

GET /iceberg/dlf/v1/{catalogId}/namespaces/{namespace} HTTP/1.1

请求参数

名称

类型

必填

描述

示例值

catalogId

string

数据目录 ID。

clg-iceberg-xxx

namespace

string

项目空间名称。

namespace_name

返回参数

名称

类型

描述

示例值

Namespace

命名空间。

示例

正常返回示例

JSON格式

{
  "owner": "",
  "createdAt": 0,
  "updatedBy": "",
  "createdBy": "",
  "name": "",
  "options": {
    "key": ""
  },
  "location": "",
  "id": "",
  "updatedAt": 0
}

错误码

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情