You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**enabled**|**Boolean**| Boolean flag to enable/disable the integration |[optional]|
20
-
|**remote**|**Boolean**| Boolean flag to enable/disable the integration to be executed remotely. Remote integration is launched in a separate microservice. Local integration is executed by the platform core |[optional]|
21
20
|**allowCreateDevicesOrAssets**|**Boolean**| Boolean flag to allow/disallow the integration to create devices or assets that send message and do not exist in the system yet |[optional]|
22
-
|**edgeTemplate**|**Boolean**| Boolean flag that specifies that is regular or edge template integration |[optional]|
23
21
|**version**|**Long**||[optional]|
24
22
|**defaultConverterId**|**ConverterId**| JSON object with the Uplink Converter Id ||
25
23
|**downlinkConverterId**|**ConverterId**| JSON object with the Downlink Converter Id |[optional]|
26
24
|**routingKey**|**String**| String value used by HTTP based integrations for the base URL construction and by the remote integrations. Remote integration uses this value along with the 'secret' for kind of security and validation to be able to connect to the platform using Grpc ||
27
25
|**secret**|**String**| String value used by the remote integrations. Remote integration uses this value along with the 'routingKey' for kind of security and validation to be able to connect to the platform using Grpc |[optional]|
28
26
|**_configuration**|**com.fasterxml.jackson.databind.JsonNode**| JSON object representing integration configuration. Each integration type has specific configuration with the connectivity parameters (like 'host' and 'port' for MQTT type or 'baseUrl' for HTTP based type, etc.) and other important parameters dependent on the integration type ||
29
27
|**additionalInfo**|**com.fasterxml.jackson.databind.JsonNode**| Additional parameters of the integration |[optional]|
28
+
|**edgeTemplate**|**Boolean**| Boolean flag that specifies that is regular or edge template integration |[optional]|
29
+
|**remote**|**Boolean**| Boolean flag to enable/disable the integration to be executed remotely. Remote integration is launched in a separate microservice. Local integration is executed by the platform core |[optional]|
|**enabled**|**Boolean**| Boolean flag to enable/disable the integration |[optional]|
18
-
|**remote**|**Boolean**| Boolean flag to enable/disable the integration to be executed remotely. Remote integration is launched in a separate microservice. Local integration is executed by the platform core |[optional]|
19
18
|**allowCreateDevicesOrAssets**|**Boolean**| Boolean flag to allow/disallow the integration to create devices or assets that send message and do not exist in the system yet |[optional]|
20
-
|**edgeTemplate**|**Boolean**| Boolean flag that specifies that is regular or edge template integration |[optional]|
21
19
|**version**|**Long**||[optional]|
22
20
|**status**|**Object**||[optional]|
23
21
|**stats**|**Object**||[optional]|
22
+
|**edgeTemplate**|**Boolean**| Boolean flag that specifies that is regular or edge template integration |[optional]|
23
+
|**remote**|**Boolean**| Boolean flag to enable/disable the integration to be executed remotely. Remote integration is launched in a separate microservice. Local integration is executed by the platform core |[optional]|
0 commit comments