Skip to main content
PARIXDocs
Catalog

Get Database Create Catalog

GET
/api/v1/catalog/create

Response Body

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:5173/api/v1/catalog/create"
{  "catalog": {    "clusterConfigs": [      {        "description": "string",        "id": "string",        "label": "string",        "nodeCount": 0      }    ],    "clusterSizes": [      {        "id": "string",        "label": "string",        "memoryGb": 0,        "vcpu": 0      }    ],    "providers": [      {        "id": "string",        "label": "string",        "regions": [          {            "code": "string",            "id": "string",            "label": "string"          }        ],        "slug": "string"      }    ],    "storageTiers": [      {        "description": "string",        "id": "string",        "label": "string",        "priceMultiplier": 0      }    ]  }}
{  "type": "about:blank",  "title": "Not Found",  "status": 404,  "detail": "The requested file was not found",  "instance": "/api/v1/files/123",  "errors": [    "string"  ],  "fieldErrors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "type": "about:blank",  "title": "Not Found",  "status": 404,  "detail": "The requested file was not found",  "instance": "/api/v1/files/123",  "errors": [    "string"  ],  "fieldErrors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "type": "about:blank",  "title": "Not Found",  "status": 404,  "detail": "The requested file was not found",  "instance": "/api/v1/files/123",  "errors": [    "string"  ],  "fieldErrors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}