Analytic connection: Create
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
POST
Path
/qrs/analyticconnection
Description
Create the configuration for an analytic connection. The following example shows only a basic configuration. Properties that are not configured will be set to system defaults.
Body
{ "name":"MyAnalyticConnection", "host": "abc.com", "port": 8080, "certificateFilePath": "path_to_certificate\\cert.pem", "reconnectTimeout": 10, "requestTimeout":10 }
Return value
{ "id": "91d351b7-1adf-446e-9b97-1fa5ab2cabec", "createdDate": "2017-04-03T12:39:59.159Z", "modifiedDate": "2017-04-03T12:39:59.159Z", "modifiedByUserName": "INTERNAL\\sa_repository", "customProperties": [], "name": "MyAnalyticConnection", "host": "abc.com", "port": 8080, "certificateFilePath": "path_to_certificate\\cert.pem", "reconnectTimeout": 10, "requestTimeout": 10, "privileges": null, "impactSecurityAccess": false, "schemaPath": "AnalyticConnection" }
Optional parameters
-