图引擎服务 GES-查询元数据列表(1.0.2):响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
schema_count |
Integer |
元数据返回个数。请求失败时,字段为空。 |
schema_list |
Array of schema_list objects |
当前project_id下的所有元数据列表。请求失败时,字段为空。 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
元数据 ID。 |
name |
String |
元数据名称。 |
start_time |
String |
元数据创建时间。 |
last_update_time |
String |
元数据最后更新时间。 |
encrypted |
Boolean |
元数据是否加密。 |
master_key_name |
String |
秘钥名称。 |
master_key_id |
String |
秘钥id。 |
description |
String |
元数据 描述。 |
metadata_path |
String |
元数据对应路径。 |
status |
String |
元数据是否可用。 |
状态码: 500
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
系统提示信息。
|
error_msg |
String |
系统提示信息。
|