Connections REST Endpoints

Hub Administration/Connections
Manage Intelligent Advisor Hub connections. This includes adding, deleting, testing, and authentication management.

See the Connections section of the Project Administrator Guide for information about Intelligent Advisor Hub connections.

Create connections
Method: post
Path: https://{your_site_interface}/opa-hub/api/12.2.34/connections
Create or replace connections
Method: put
Path: https://{your_site_interface}/opa-hub/api/12.2.34/connections
Delete a connection
Method: delete
Path: https://{your_site_interface}/opa-hub/api/12.2.34/connections/{connection-serviceName}
Get a connection
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.34/connections/{connection-serviceName}
Get all connections
Method: get
Path: https://{your_site_interface}/opa-hub/api/12.2.34/connections
Test the connection status
Method: post
Path: https://{your_site_interface}/opa-hub/api/12.2.34/connections/{connection-serviceName}/status
Update a connection
Method: patch
Path: https://{your_site_interface}/opa-hub/api/12.2.34/connections/{connection-serviceName}