Connections REST Endpoints

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