cURL
curl --request POST \ --url https://aiapi.{client}.nx1cloud.com/api/metastore/catalogs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "catalog": "<string>", "properties": {}, "catalog_type": "<string>" } '
{ "success": true }
Create a new catalog in Trino.
The access token received from the authorization server in the OAuth 2.0 flow.
Name of the catalog to be created.
Configuration properties for the catalog.
Show child attributes
Type of catalog.
Data retrieved successfully.
Indicates whether the task completed successfully.
Was this page helpful?