Global Connections REST Endpoints
Global Connections
- Create Global Connection
- Method: postPath:
/essbase/rest/v1/connections
- Delete Global Connection
- Method: deletePath:
/essbase/rest/v1/connections/{connectionName}
- Get Global Connection
- Method: getPath:
/essbase/rest/v1/connections/{connectionName}
- List Global Connections
- Method: getPath:
/essbase/rest/v1/connections
- Test New Global Connection
- Method: postPath:
/essbase/rest/v1/connections/actions/test
- Test Saved Global Connection
- Method: postPath:
/essbase/rest/v1/connections/{connectionName}/actions/test
- Update Global Connection
- Method: putPath:
/essbase/rest/v1/connections/{connectionName}
- Upload Global Connection Wallet File
- Method: putPath:
/essbase/rest/v1/connections/{connectionName}/wallet