Catalog REST Endpoints
Catalog
The operations from the Catalog category.
- Create a catalog
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs - Delete a catalog
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey} - Get a list of catalogs
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs - Get catalog details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey} - Get list of catalog permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey}/permissions - Refresh catalog through crawler
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey}/actions/refresh - Test external catalog connection
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/actions/testConnection - Update catalog details
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey} - Update permissions for a catalog
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/catalogs/{catalogKey}/actions/managePermission