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
Copy file name to clipboardExpand all lines: pe/docs/Integration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ A JSON value representing the integration.
25
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]|
26
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 ||
27
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
28
|**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]|
29
+
|**edgeTemplate**|**Boolean**| Boolean flag that specifies that is regular or edge template integration |[optional]|
Copy file name to clipboardExpand all lines: pe/docs/IntegrationInfo.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
|**version**|**Long**||[optional]|
20
20
|**status**|**Object**||[optional]|
21
21
|**stats**|**Object**||[optional]|
22
-
|**edgeTemplate**|**Boolean**| Boolean flag that specifies that is regular or edge template integration |[optional]|
23
22
|**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]|
23
+
|**edgeTemplate**|**Boolean**| Boolean flag that specifies that is regular or edge template integration |[optional]|
Copy file name to clipboardExpand all lines: pe/spec/openapi.json
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -125480,13 +125480,13 @@
125480
125480
"$ref": "#/components/schemas/JsonNode",
125481
125481
"description": "Additional parameters of the integration"
125482
125482
},
125483
-
"edgeTemplate": {
125484
-
"type": "boolean",
125485
-
"description": "Boolean flag that specifies that is regular or edge template integration"
125486
-
},
125487
125483
"remote": {
125488
125484
"type": "boolean",
125489
125485
"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"
125486
+
},
125487
+
"edgeTemplate": {
125488
+
"type": "boolean",
125489
+
"description": "Boolean flag that specifies that is regular or edge template integration"
125490
125490
}
125491
125491
},
125492
125492
"required": [
@@ -125582,13 +125582,13 @@
125582
125582
"stats": {
125583
125583
"$ref": "#/components/schemas/ArrayNode"
125584
125584
},
125585
-
"edgeTemplate": {
125586
-
"type": "boolean",
125587
-
"description": "Boolean flag that specifies that is regular or edge template integration"
125588
-
},
125589
125585
"remote": {
125590
125586
"type": "boolean",
125591
125587
"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"
125588
+
},
125589
+
"edgeTemplate": {
125590
+
"type": "boolean",
125591
+
"description": "Boolean flag that specifies that is regular or edge template integration"
* Boolean flag that specifies that is regular or edge template integration
522
-
* @return edgeTemplate
521
+
* 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
* 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
546
-
* @return remote
545
+
* Boolean flag that specifies that is regular or edge template integration
* Boolean flag that specifies that is regular or edge template integration
416
-
* @return edgeTemplate
415
+
* 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
* 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
440
-
* @return remote
439
+
* Boolean flag that specifies that is regular or edge template integration
0 commit comments