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]|
20
21
|**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]|
21
22
|**edgeTemplate**|**Boolean**| Boolean flag that specifies that is regular or edge template integration |[optional]|
22
23
|**version**|**Long**||[optional]|
@@ -26,7 +27,6 @@ A JSON value representing the integration.
26
27
|**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]|
27
28
|**_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 ||
28
29
|**additionalInfo**|**com.fasterxml.jackson.databind.JsonNode**| Additional parameters of the 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]|
18
19
|**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]|
19
20
|**edgeTemplate**|**Boolean**| Boolean flag that specifies that is regular or edge template integration |[optional]|
20
21
|**version**|**Long**||[optional]|
21
22
|**status**|**Object**||[optional]|
22
23
|**stats**|**Object**||[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]|
Copy file name to clipboardExpand all lines: paas/spec/openapi.json
+31-31Lines changed: 31 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -144195,6 +144195,10 @@
144195
144195
"type": "boolean",
144196
144196
"description": "Boolean flag to enable/disable the integration"
144197
144197
},
144198
+
"remote": {
144199
+
"type": "boolean",
144200
+
"description": "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"
144201
+
},
144198
144202
"allowCreateDevicesOrAssets": {
144199
144203
"type": "boolean",
144200
144204
"description": "Boolean flag to allow/disallow the integration to create devices or assets that send message and do not exist in the system yet"
@@ -144232,10 +144236,6 @@
144232
144236
"additionalInfo": {
144233
144237
"$ref": "#/components/schemas/JsonNode",
144234
144238
"description": "Additional parameters of the integration"
144235
-
},
144236
-
"remote": {
144237
-
"type": "boolean",
144238
-
"description": "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"
144239
144239
}
144240
144240
},
144241
144241
"required": [
@@ -144317,6 +144317,10 @@
144317
144317
"type": "boolean",
144318
144318
"description": "Boolean flag to enable/disable the integration"
144319
144319
},
144320
+
"remote": {
144321
+
"type": "boolean",
144322
+
"description": "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"
144323
+
},
144320
144324
"allowCreateDevicesOrAssets": {
144321
144325
"type": "boolean",
144322
144326
"description": "Boolean flag to allow/disallow the integration to create devices or assets that send message and do not exist in the system yet"
@@ -144334,10 +144338,6 @@
144334
144338
},
144335
144339
"stats": {
144336
144340
"$ref": "#/components/schemas/ArrayNode"
144337
-
},
144338
-
"remote": {
144339
-
"type": "boolean",
144340
-
"description": "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"
0 commit comments