Connections REST Endpoints
Catalog/Connections
A self-service connection to a data source.
- Create a connection
- Method: postPath:
/api/20210901/catalog/connections
- Delete a connection
- Method: deletePath:
/api/20210901/catalog/connections/{connectionId}
- Get connection details
- Method: getPath:
/api/20210901/catalog/connections/{connectionId}
- Update a connection
- Method: putPath:
/api/20210901/catalog/connections/{connectionId}