Creates a catalog.
Try it now
Test
RAM authorization
Request syntax
POST /dlf/v1/catalogs HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
| body | object | No | The request body. | |
name | string | No | The catalog name. | catalog_demo |
| options | object | No | The configuration options for the catalog. | |
string | No | The configuration option. | "storage.data.redundancy.type" : "LRS" | |
type | string | No | The catalog type. | PAIMON |
isShared | boolean | No | Specifies whether to share the catalog. | false |
shareId | string | No | The share ID. | share-xxxx |
Response elements
Element | Type | Description | Example |
None defined.
Examples
Success response
JSON format
{}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.