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
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -117787,6 +117787,10 @@
117787
117787
"version": {
117788
117788
"type": "integer",
117789
117789
"format": "int64"
117790
+
},
117791
+
"additionalInfo": {
117792
+
"$ref": "#/components/schemas/JsonNode",
117793
+
"description": "Additional parameters of the calculated field"
117790
117794
}
117791
117795
},
117792
117796
"required": [
@@ -117966,6 +117970,10 @@
117966
117970
"type": "integer",
117967
117971
"format": "int64"
117968
117972
},
117973
+
"additionalInfo": {
117974
+
"$ref": "#/components/schemas/JsonNode",
117975
+
"description": "Additional parameters of the calculated field"
117976
+
},
117969
117977
"entityName": {
117970
117978
"type": "string"
117971
117979
}
@@ -122131,7 +122139,8 @@
122131
122139
"ENCRYPTION_KEY",
122132
122140
"SECRET",
122133
122141
"REPORT_TEMPLATE",
122134
-
"AI_MODEL"
122142
+
"AI_MODEL",
122143
+
"API_KEY"
122135
122144
]
122136
122145
},
122137
122146
"EdgeId": {
@@ -125529,13 +125538,13 @@
125529
125538
"$ref": "#/components/schemas/JsonNode",
125530
125539
"description": "Additional parameters of the integration"
125531
125540
},
125532
-
"edgeTemplate": {
125533
-
"type": "boolean",
125534
-
"description": "Boolean flag that specifies that is regular or edge template integration"
125535
-
},
125536
125541
"remote": {
125537
125542
"type": "boolean",
125538
125543
"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"
125544
+
},
125545
+
"edgeTemplate": {
125546
+
"type": "boolean",
125547
+
"description": "Boolean flag that specifies that is regular or edge template integration"
125539
125548
}
125540
125549
},
125541
125550
"required": [
@@ -125646,13 +125655,13 @@
125646
125655
"stats": {
125647
125656
"$ref": "#/components/schemas/ArrayNode"
125648
125657
},
125649
-
"edgeTemplate": {
125650
-
"type": "boolean",
125651
-
"description": "Boolean flag that specifies that is regular or edge template integration"
125652
-
},
125653
125658
"remote": {
125654
125659
"type": "boolean",
125655
125660
"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"
125661
+
},
125662
+
"edgeTemplate": {
125663
+
"type": "boolean",
125664
+
"description": "Boolean flag that specifies that is regular or edge template integration"
0 commit comments