WebSocket
WebSocket data connector configuration object consists of the following attributes:
| Attribute | Description |
|---|---|
| type | Connector type; must be always set to ws. |
| id | App wide unique connector id. |
| server | Provide only the domain part of the URL without scheme. |
| port | Service port number. |
| ssl | Either true or false. If true wss scheme is used instead of . |
| path | Optional. Subdirectory part of the URL. |
| headers | Optional Custom HTTP headers. User can add up to 10 headers. |
| credentials | Optional Basic authentication credentials object. Consists of user and password fields. |
| dataProcessingMethod | Optional. Id or name of the App method that will be used for filtering and/or transforming incoming data. See Overview page for details. |
| disabled | Optional. When true data connector stops streaming. |
Create:
Update: