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