Connections REST Endpoints
Applications/Connections
- Get a connection for an application
- Method: getPath:
/epm/rest/v1/applications/{applicationId}/connections/{connectionId} - Get all connections for an application
- Method: getPath:
/epm/rest/v1/applications/{applicationId}/connections - Test a connection for an application
- Method: postPath:
/epm/rest/v1/applications/{applicationId}/connections/{connectionId}/test - Update a connection for an application
- Method: putPath:
/epm/rest/v1/applications/{applicationId}/connections/{connectionId}