Connections REST Endpoints
Configure/Connections
The operations from the Configure/Connections category.
- Create Connection
- Method: postPath:
http://{host}:{port}/veridata/v1/services/configuration/connections - Delete Connection
- Method: deletePath:
http://{host}:{port}/veridata/v1/services/configuration/connections/{Id} - Retrieve Connection
- Method: getPath:
http://{host}:{port}/veridata/v1/services/configuration/connections/{Id} - Retrieve Connection Status
- Method: getPath:
http://{host}:{port}/veridata/v1/services/configuration/connections/{Id}/status - Retrieve Connections
- Method: getPath:
http://{host}:{port}/veridata/v1/services/configuration/connections - Retrieve Metadata.
- Method: postPath:
http://{host}:{port}/veridata/v1/services/configuration/connections/{Id}/metadata - Update Connection
- Method: patchPath:
http://{host}:{port}/veridata/v1/services/configuration/connections/{Id}