Connections REST Endpoints

Configure/Connections
The operations from the Configure/Connections category.
Create Connection
Method: post
Path: http://{host}:{port}/veridata/v1/services/configuration/connections
Delete Connection
Method: delete
Path: http://{host}:{port}/veridata/v1/services/configuration/connections/{Id}
Retrieve Connection
Method: get
Path: http://{host}:{port}/veridata/v1/services/configuration/connections/{Id}
Retrieve Connection Status
Method: get
Path: http://{host}:{port}/veridata/v1/services/configuration/connections/{Id}/status
Retrieve Connections
Method: get
Path: http://{host}:{port}/veridata/v1/services/configuration/connections
Retrieve Metadata.
Method: post
Path: http://{host}:{port}/veridata/v1/services/configuration/connections/{Id}/metadata
Update Connection
Method: patch
Path: http://{host}:{port}/veridata/v1/services/configuration/connections/{Id}