| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The metadata catalog. | ||
| Id | string | The catalog ID. Currently, only the DLF and StarRocks types are supported. For details, see description of concepts related to metadata entities.
Note
catalog_id: The the DLF catalog ID.instance_id: The instance ID, required if the data source is registered in instance mode.encoded_jdbc_url: The URL-encoded JDBC connection string, required if the data source is registered using a connection string.catalog_name: The StarRocks catalog name.
| dlf-catalog:123456XXX:test_catalog starrocks-catalog:c-abc123xxx:default_catalog |
| Name | string | The catalog name. | default_catalog |
| Comment | string | The comment. | this is a comment |
| Type | string | The catalog type. The value of this parameter varies based on the type of the metadata crawler. | Internal |
| CreateTime | long | The creation time. The value is a UNIX timestamp. Unit: milliseconds. | 1722073854000 |
| ModifyTime | long | The modification time. The value is a UNIX timestamp. Unit: milliseconds. | 1722073854000 |
| ParentMetaEntityId | string | The parent entity ID.
Note
instance_id: The instance ID, required when the data source is registered in instance mode.encoded_jdbc_url: The URL-encoded JDBC connection string, required if the data source is registered via a connection string.
| dlf starrocks:c-abc123xxx |