Haystack Point History Connector
The Haystack Point History connector reads Sisense point history data. Pass an object with the parameters you require from the following table:
Code example
… { "_orchcomp": "J2_Sisense_HisPoint_Connector", "_name": "Haystack Point History Connector", "_sequenceno": 1, "_actualparams": { "project": "project_name", "url": "<URL-to-your-datasource>", "uname": "johnDoe", "pwd": "secret", } }, …
Haystack Point History Connector schema
| Parameter | Type | Description | Required |
|---|---|---|---|
| _orchcomp | String | Enter “J2_Sisense_HisPoint_Connector”. | Required |
| _name | String | Enter a descriptive name for what the component does in the orchestrator. | Optional |
| _sequenceno | Number | Enter a number that defines the task’s order in the sequence of tasks to execute. | Required |
| _actualparams | Object | Pass an object that contains formal parameters or alternative parameters you want to add as key-value pairs, such as “userType”: “<your-user-type>”. | Optional |
| _actualparams.project | Object | Takes a project name as a string. | Required |
| _actualparams.url | Object | Takes a datasource URL as a string. | Required |
| _actualparams.uname | Object | Takes the Sisense account username as a string. | Required |
| _actualparams.pwd | Object | Takes the Sisense account password as a string. | Required |