Connections REST Endpoints
Hub Administration/Connections
Manage Intelligent Advisor Hub connections. This includes adding, deleting, testing, and authentication management.
- Create connections
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.40/connections - Create or replace connections
- Method: putPath:
https://{your_site_interface}/opa-hub/api/12.2.40/connections - Delete a connection
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.40/connections/{connection-serviceName} - Get a connection
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/connections/{connection-serviceName} - Get all connections
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/connections - Get an accessNamedRecordList
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/connections/{connection-serviceName}/accessNamedRecordList - Test the connection status
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.40/connections/{connection-serviceName}/status - Update a connection
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.40/connections/{connection-serviceName}