losant_rest 1.19.4 → 1.19.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +9 -9
- data/docs/_schemas.md +7090 -2334
- data/docs/experienceUsers.md +1 -0
- data/docs/instanceAuditLog.md +49 -0
- data/docs/instanceAuditLogs.md +53 -0
- data/examples/auth.rb +1 -1
- data/examples/list_devices.rb +1 -1
- data/lib/platform_rest/application.rb +1 -1
- data/lib/platform_rest/application_api_token.rb +1 -1
- data/lib/platform_rest/application_api_tokens.rb +1 -1
- data/lib/platform_rest/application_certificate.rb +1 -1
- data/lib/platform_rest/application_certificate_authorities.rb +1 -1
- data/lib/platform_rest/application_certificate_authority.rb +1 -1
- data/lib/platform_rest/application_certificates.rb +1 -1
- data/lib/platform_rest/application_dashboard.rb +1 -1
- data/lib/platform_rest/application_dashboards.rb +1 -1
- data/lib/platform_rest/application_key.rb +1 -1
- data/lib/platform_rest/application_keys.rb +1 -1
- data/lib/platform_rest/application_template.rb +1 -1
- data/lib/platform_rest/application_templates.rb +1 -1
- data/lib/platform_rest/applications.rb +1 -1
- data/lib/platform_rest/audit_log.rb +1 -1
- data/lib/platform_rest/audit_logs.rb +1 -1
- data/lib/platform_rest/auth.rb +1 -1
- data/lib/platform_rest/client.rb +11 -3
- data/lib/platform_rest/credential.rb +1 -1
- data/lib/platform_rest/credentials.rb +1 -1
- data/lib/platform_rest/dashboard.rb +1 -1
- data/lib/platform_rest/dashboards.rb +1 -1
- data/lib/platform_rest/data.rb +1 -1
- data/lib/platform_rest/data_table.rb +1 -1
- data/lib/platform_rest/data_table_row.rb +1 -1
- data/lib/platform_rest/data_table_rows.rb +1 -1
- data/lib/platform_rest/data_tables.rb +1 -1
- data/lib/platform_rest/device.rb +1 -1
- data/lib/platform_rest/device_recipe.rb +1 -1
- data/lib/platform_rest/device_recipes.rb +1 -1
- data/lib/platform_rest/devices.rb +1 -1
- data/lib/platform_rest/edge_deployment.rb +1 -1
- data/lib/platform_rest/edge_deployments.rb +1 -1
- data/lib/platform_rest/embedded_deployment.rb +1 -1
- data/lib/platform_rest/embedded_deployments.rb +1 -1
- data/lib/platform_rest/error.rb +1 -1
- data/lib/platform_rest/event.rb +1 -1
- data/lib/platform_rest/events.rb +1 -1
- data/lib/platform_rest/experience.rb +1 -1
- data/lib/platform_rest/experience_domain.rb +1 -1
- data/lib/platform_rest/experience_domains.rb +1 -1
- data/lib/platform_rest/experience_endpoint.rb +1 -1
- data/lib/platform_rest/experience_endpoints.rb +1 -1
- data/lib/platform_rest/experience_group.rb +1 -1
- data/lib/platform_rest/experience_groups.rb +1 -1
- data/lib/platform_rest/experience_slug.rb +1 -1
- data/lib/platform_rest/experience_slugs.rb +1 -1
- data/lib/platform_rest/experience_user.rb +1 -1
- data/lib/platform_rest/experience_users.rb +4 -1
- data/lib/platform_rest/experience_version.rb +1 -1
- data/lib/platform_rest/experience_versions.rb +1 -1
- data/lib/platform_rest/experience_view.rb +1 -1
- data/lib/platform_rest/experience_views.rb +1 -1
- data/lib/platform_rest/file.rb +1 -1
- data/lib/platform_rest/files.rb +1 -1
- data/lib/platform_rest/flow.rb +1 -1
- data/lib/platform_rest/flow_version.rb +1 -1
- data/lib/platform_rest/flow_versions.rb +1 -1
- data/lib/platform_rest/flows.rb +1 -1
- data/lib/platform_rest/instance.rb +1 -1
- data/lib/platform_rest/instance_api_token.rb +1 -1
- data/lib/platform_rest/instance_api_tokens.rb +1 -1
- data/lib/{losant_rest/application_template.rb → platform_rest/instance_audit_log.rb} +13 -11
- data/lib/{losant_rest/audit_logs.rb → platform_rest/instance_audit_logs.rb} +12 -12
- data/lib/platform_rest/instance_custom_node.rb +1 -1
- data/lib/platform_rest/instance_custom_nodes.rb +1 -1
- data/lib/platform_rest/instance_member.rb +1 -1
- data/lib/platform_rest/instance_members.rb +1 -1
- data/lib/platform_rest/instance_org.rb +1 -1
- data/lib/platform_rest/instance_org_invite.rb +1 -1
- data/lib/platform_rest/instance_org_invites.rb +1 -1
- data/lib/platform_rest/instance_org_member.rb +1 -1
- data/lib/platform_rest/instance_org_members.rb +1 -1
- data/lib/platform_rest/instance_orgs.rb +1 -1
- data/lib/platform_rest/instance_sandbox.rb +1 -1
- data/lib/platform_rest/instance_sandboxes.rb +1 -1
- data/lib/platform_rest/instances.rb +1 -1
- data/lib/platform_rest/integration.rb +1 -1
- data/lib/platform_rest/integrations.rb +1 -1
- data/lib/platform_rest/me.rb +1 -1
- data/lib/platform_rest/notebook.rb +1 -1
- data/lib/platform_rest/notebooks.rb +1 -1
- data/lib/platform_rest/org.rb +1 -1
- data/lib/platform_rest/org_invites.rb +1 -1
- data/lib/platform_rest/orgs.rb +1 -1
- data/lib/platform_rest/resource_job.rb +1 -1
- data/lib/platform_rest/resource_jobs.rb +1 -1
- data/lib/platform_rest/user_api_token.rb +1 -1
- data/lib/platform_rest/user_api_tokens.rb +1 -1
- data/lib/platform_rest/utils.rb +1 -1
- data/lib/{losant_rest → platform_rest}/version.rb +3 -3
- data/lib/platform_rest/webhook.rb +1 -1
- data/lib/platform_rest/webhooks.rb +1 -1
- data/lib/platform_rest.rb +3 -1
- data/losant_rest.gemspec +2 -2
- data/schemas/advancedExperienceUserQuery.json +1068 -0
- data/schemas/apiTokenPost.json +9 -1
- data/schemas/auditLog.json +3 -2
- data/schemas/auditLogFilter.json +3 -2
- data/schemas/auditLogs.json +3 -2
- data/schemas/credential.json +95 -1
- data/schemas/credentialLinkedResources.json +417 -19
- data/schemas/credentialPatch.json +107 -0
- data/schemas/credentialPost.json +129 -1
- data/schemas/credentials.json +95 -1
- data/schemas/deviceConnectionStatus.json +6 -2
- data/schemas/devicesHistoricalImportPost.json +25 -0
- data/schemas/experienceLinkedResources.json +343 -20
- data/schemas/experienceVersion.json +64 -0
- data/schemas/experienceVersionPatch.json +64 -0
- data/schemas/experienceVersionPost.json +64 -0
- data/schemas/experienceVersions.json +64 -0
- data/schemas/experienceView.json +1 -2
- data/schemas/experienceViewPatch.json +1 -2
- data/schemas/experienceViewPost.json +2 -4
- data/schemas/experienceViews.json +1 -2
- data/schemas/flow.json +114 -6
- data/schemas/flowPatch.json +114 -6
- data/schemas/flowPost.json +114 -6
- data/schemas/flowVersion.json +228 -12
- data/schemas/flowVersionPost.json +114 -6
- data/schemas/flowVersions.json +228 -12
- data/schemas/flows.json +114 -6
- data/schemas/flowsImportPost.json +228 -12
- data/schemas/flowsImportResult.json +342 -18
- data/schemas/githubLogin.json +9 -1
- data/schemas/instance.json +1 -4
- data/schemas/instanceAuditLog.json +94 -0
- data/schemas/instanceAuditLogFilter.json +106 -0
- data/schemas/instanceAuditLogs.json +41 -0
- data/schemas/instanceCustomNode.json +2 -1
- data/schemas/instanceCustomNodePatch.json +2 -7
- data/schemas/instanceCustomNodePost.json +2 -7
- data/schemas/instanceCustomNodes.json +2 -1
- data/schemas/instanceOrgMember.json +4 -1
- data/schemas/instances.json +1 -4
- data/schemas/integration.json +75 -1
- data/schemas/integrationPatch.json +73 -0
- data/schemas/integrationPost.json +75 -1
- data/schemas/integrations.json +75 -1
- data/schemas/mePatch.json +18 -0
- data/schemas/resourceJob.json +2 -1
- data/schemas/resourceJobExecutionLogs.json +2 -1
- data/schemas/resourceJobPost.json +2 -1
- data/schemas/resourceJobs.json +2 -1
- data/schemas/samlResponse.json +9 -1
- data/schemas/userCredentials.json +9 -1
- data/schemas/userPost.json +9 -1
- data/test/basic_test.rb +6 -6
- data/test/test_helper.rb +1 -1
- metadata +12 -94
- data/lib/losant_rest/application.rb +0 -932
- data/lib/losant_rest/application_api_token.rb +0 -176
- data/lib/losant_rest/application_api_tokens.rb +0 -136
- data/lib/losant_rest/application_certificate.rb +0 -176
- data/lib/losant_rest/application_certificate_authorities.rb +0 -138
- data/lib/losant_rest/application_certificate_authority.rb +0 -176
- data/lib/losant_rest/application_certificates.rb +0 -138
- data/lib/losant_rest/application_dashboard.rb +0 -225
- data/lib/losant_rest/application_dashboards.rb +0 -138
- data/lib/losant_rest/application_key.rb +0 -176
- data/lib/losant_rest/application_keys.rb +0 -141
- data/lib/losant_rest/application_templates.rb +0 -176
- data/lib/losant_rest/applications.rb +0 -142
- data/lib/losant_rest/audit_log.rb +0 -81
- data/lib/losant_rest/auth.rb +0 -245
- data/lib/losant_rest/client.rb +0 -410
- data/lib/losant_rest/credential.rb +0 -224
- data/lib/losant_rest/credentials.rb +0 -138
- data/lib/losant_rest/dashboard.rb +0 -268
- data/lib/losant_rest/dashboards.rb +0 -136
- data/lib/losant_rest/data.rb +0 -176
- data/lib/losant_rest/data_table.rb +0 -274
- data/lib/losant_rest/data_table_row.rb +0 -182
- data/lib/losant_rest/data_table_rows.rb +0 -343
- data/lib/losant_rest/data_tables.rb +0 -138
- data/lib/losant_rest/device.rb +0 -749
- data/lib/losant_rest/device_recipe.rb +0 -234
- data/lib/losant_rest/device_recipes.rb +0 -146
- data/lib/losant_rest/devices.rb +0 -707
- data/lib/losant_rest/edge_deployment.rb +0 -81
- data/lib/losant_rest/edge_deployments.rb +0 -236
- data/lib/losant_rest/embedded_deployment.rb +0 -81
- data/lib/losant_rest/embedded_deployments.rb +0 -280
- data/lib/losant_rest/error.rb +0 -34
- data/lib/losant_rest/event.rb +0 -176
- data/lib/losant_rest/events.rb +0 -341
- data/lib/losant_rest/experience.rb +0 -142
- data/lib/losant_rest/experience_domain.rb +0 -176
- data/lib/losant_rest/experience_domains.rb +0 -126
- data/lib/losant_rest/experience_endpoint.rb +0 -230
- data/lib/losant_rest/experience_endpoints.rb +0 -200
- data/lib/losant_rest/experience_group.rb +0 -180
- data/lib/losant_rest/experience_groups.rb +0 -141
- data/lib/losant_rest/experience_slug.rb +0 -176
- data/lib/losant_rest/experience_slugs.rb +0 -126
- data/lib/losant_rest/experience_user.rb +0 -176
- data/lib/losant_rest/experience_users.rb +0 -142
- data/lib/losant_rest/experience_version.rb +0 -176
- data/lib/losant_rest/experience_versions.rb +0 -138
- data/lib/losant_rest/experience_view.rb +0 -228
- data/lib/losant_rest/experience_views.rb +0 -142
- data/lib/losant_rest/file.rb +0 -226
- data/lib/losant_rest/files.rb +0 -144
- data/lib/losant_rest/flow.rb +0 -580
- data/lib/losant_rest/flow_version.rb +0 -352
- data/lib/losant_rest/flow_versions.rb +0 -201
- data/lib/losant_rest/flows.rb +0 -310
- data/lib/losant_rest/instance.rb +0 -377
- data/lib/losant_rest/instance_api_token.rb +0 -176
- data/lib/losant_rest/instance_api_tokens.rb +0 -136
- data/lib/losant_rest/instance_custom_node.rb +0 -282
- data/lib/losant_rest/instance_custom_nodes.rb +0 -136
- data/lib/losant_rest/instance_member.rb +0 -176
- data/lib/losant_rest/instance_members.rb +0 -134
- data/lib/losant_rest/instance_org.rb +0 -336
- data/lib/losant_rest/instance_org_invite.rb +0 -182
- data/lib/losant_rest/instance_org_invites.rb +0 -138
- data/lib/losant_rest/instance_org_member.rb +0 -182
- data/lib/losant_rest/instance_org_members.rb +0 -138
- data/lib/losant_rest/instance_orgs.rb +0 -139
- data/lib/losant_rest/instance_sandbox.rb +0 -181
- data/lib/losant_rest/instance_sandboxes.rb +0 -98
- data/lib/losant_rest/instances.rb +0 -88
- data/lib/losant_rest/integration.rb +0 -178
- data/lib/losant_rest/integrations.rb +0 -138
- data/lib/losant_rest/me.rb +0 -790
- data/lib/losant_rest/notebook.rb +0 -423
- data/lib/losant_rest/notebooks.rb +0 -138
- data/lib/losant_rest/org.rb +0 -663
- data/lib/losant_rest/org_invites.rb +0 -124
- data/lib/losant_rest/orgs.rb +0 -140
- data/lib/losant_rest/resource_job.rb +0 -326
- data/lib/losant_rest/resource_jobs.rb +0 -138
- data/lib/losant_rest/user_api_token.rb +0 -170
- data/lib/losant_rest/user_api_tokens.rb +0 -132
- data/lib/losant_rest/utils.rb +0 -44
- data/lib/losant_rest/webhook.rb +0 -178
- data/lib/losant_rest/webhooks.rb +0 -138
- data/lib/losant_rest.rb +0 -129
data/schemas/flowVersion.json
CHANGED
@@ -94,7 +94,6 @@
|
|
94
94
|
"deviceTagConnect",
|
95
95
|
"deviceIdDisconnect",
|
96
96
|
"deviceTagDisconnect",
|
97
|
-
"integration",
|
98
97
|
"notebook",
|
99
98
|
"onBoot",
|
100
99
|
"onConnect",
|
@@ -128,15 +127,10 @@
|
|
128
127
|
"deviceIdsTagsDisconnect",
|
129
128
|
"eeaInit",
|
130
129
|
"flowError",
|
131
|
-
"azureEventHub",
|
132
|
-
"googlePubSub",
|
133
|
-
"mqtt",
|
134
130
|
"notebook",
|
135
131
|
"onBoot",
|
136
132
|
"onConnect",
|
137
133
|
"onDisconnect",
|
138
|
-
"particle",
|
139
|
-
"sqs",
|
140
134
|
"udp",
|
141
135
|
"webhook",
|
142
136
|
"resourceJobIteration",
|
@@ -312,6 +306,120 @@
|
|
312
306
|
],
|
313
307
|
"additionalProperties": false
|
314
308
|
},
|
309
|
+
{
|
310
|
+
"type": "object",
|
311
|
+
"properties": {
|
312
|
+
"key": {
|
313
|
+
"type": "string",
|
314
|
+
"maxLength": 1024
|
315
|
+
},
|
316
|
+
"type": {
|
317
|
+
"type": "string",
|
318
|
+
"enum": [
|
319
|
+
"integration"
|
320
|
+
]
|
321
|
+
},
|
322
|
+
"config": {
|
323
|
+
"type": "object",
|
324
|
+
"properties": {
|
325
|
+
"connect": {
|
326
|
+
"type": "boolean"
|
327
|
+
},
|
328
|
+
"message": {
|
329
|
+
"type": "boolean"
|
330
|
+
},
|
331
|
+
"disconnect": {
|
332
|
+
"type": "boolean"
|
333
|
+
},
|
334
|
+
"failure": {
|
335
|
+
"type": "boolean"
|
336
|
+
}
|
337
|
+
},
|
338
|
+
"additionalProperties": false
|
339
|
+
},
|
340
|
+
"meta": {
|
341
|
+
"type": "object",
|
342
|
+
"properties": {
|
343
|
+
"category": {
|
344
|
+
"type": "string",
|
345
|
+
"enum": [
|
346
|
+
"trigger"
|
347
|
+
]
|
348
|
+
},
|
349
|
+
"name": {
|
350
|
+
"type": "string",
|
351
|
+
"enum": [
|
352
|
+
"azureEventHub",
|
353
|
+
"googlePubSub",
|
354
|
+
"mqtt",
|
355
|
+
"particle",
|
356
|
+
"sqs",
|
357
|
+
"websocket"
|
358
|
+
]
|
359
|
+
},
|
360
|
+
"label": {
|
361
|
+
"type": "string",
|
362
|
+
"minLength": 1,
|
363
|
+
"maxLength": 255
|
364
|
+
},
|
365
|
+
"x": {
|
366
|
+
"type": "number"
|
367
|
+
},
|
368
|
+
"y": {
|
369
|
+
"type": "number"
|
370
|
+
},
|
371
|
+
"uiId": {
|
372
|
+
"type": "string",
|
373
|
+
"maxLength": 48
|
374
|
+
},
|
375
|
+
"description": {
|
376
|
+
"type": "string",
|
377
|
+
"maxLength": 32767
|
378
|
+
},
|
379
|
+
"icon": {
|
380
|
+
"type": "string",
|
381
|
+
"maxLength": 1024
|
382
|
+
},
|
383
|
+
"color": {
|
384
|
+
"type": "string",
|
385
|
+
"maxLength": 1024
|
386
|
+
},
|
387
|
+
"inputCount": {
|
388
|
+
"type": "number"
|
389
|
+
},
|
390
|
+
"outputCount": {
|
391
|
+
"type": "number"
|
392
|
+
},
|
393
|
+
"triggerId": {
|
394
|
+
"type": "string",
|
395
|
+
"maxLength": 48
|
396
|
+
},
|
397
|
+
"id": {
|
398
|
+
"type": "string",
|
399
|
+
"maxLength": 48
|
400
|
+
}
|
401
|
+
},
|
402
|
+
"additionalProperties": false
|
403
|
+
},
|
404
|
+
"outputIds": {
|
405
|
+
"type": "array",
|
406
|
+
"items": {
|
407
|
+
"type": "array",
|
408
|
+
"items": {
|
409
|
+
"type": "string",
|
410
|
+
"maxLength": 48,
|
411
|
+
"minLength": 1
|
412
|
+
},
|
413
|
+
"maxItems": 100
|
414
|
+
},
|
415
|
+
"maxItems": 100
|
416
|
+
}
|
417
|
+
},
|
418
|
+
"required": [
|
419
|
+
"type"
|
420
|
+
],
|
421
|
+
"additionalProperties": false
|
422
|
+
},
|
315
423
|
{
|
316
424
|
"type": "object",
|
317
425
|
"properties": {
|
@@ -2778,7 +2886,6 @@
|
|
2778
2886
|
"deviceTagConnect",
|
2779
2887
|
"deviceIdDisconnect",
|
2780
2888
|
"deviceTagDisconnect",
|
2781
|
-
"integration",
|
2782
2889
|
"notebook",
|
2783
2890
|
"onBoot",
|
2784
2891
|
"onConnect",
|
@@ -2812,15 +2919,10 @@
|
|
2812
2919
|
"deviceIdsTagsDisconnect",
|
2813
2920
|
"eeaInit",
|
2814
2921
|
"flowError",
|
2815
|
-
"azureEventHub",
|
2816
|
-
"googlePubSub",
|
2817
|
-
"mqtt",
|
2818
2922
|
"notebook",
|
2819
2923
|
"onBoot",
|
2820
2924
|
"onConnect",
|
2821
2925
|
"onDisconnect",
|
2822
|
-
"particle",
|
2823
|
-
"sqs",
|
2824
2926
|
"udp",
|
2825
2927
|
"webhook",
|
2826
2928
|
"resourceJobIteration",
|
@@ -2996,6 +3098,120 @@
|
|
2996
3098
|
],
|
2997
3099
|
"additionalProperties": false
|
2998
3100
|
},
|
3101
|
+
{
|
3102
|
+
"type": "object",
|
3103
|
+
"properties": {
|
3104
|
+
"key": {
|
3105
|
+
"type": "string",
|
3106
|
+
"maxLength": 1024
|
3107
|
+
},
|
3108
|
+
"type": {
|
3109
|
+
"type": "string",
|
3110
|
+
"enum": [
|
3111
|
+
"integration"
|
3112
|
+
]
|
3113
|
+
},
|
3114
|
+
"config": {
|
3115
|
+
"type": "object",
|
3116
|
+
"properties": {
|
3117
|
+
"connect": {
|
3118
|
+
"type": "boolean"
|
3119
|
+
},
|
3120
|
+
"message": {
|
3121
|
+
"type": "boolean"
|
3122
|
+
},
|
3123
|
+
"disconnect": {
|
3124
|
+
"type": "boolean"
|
3125
|
+
},
|
3126
|
+
"failure": {
|
3127
|
+
"type": "boolean"
|
3128
|
+
}
|
3129
|
+
},
|
3130
|
+
"additionalProperties": false
|
3131
|
+
},
|
3132
|
+
"meta": {
|
3133
|
+
"type": "object",
|
3134
|
+
"properties": {
|
3135
|
+
"category": {
|
3136
|
+
"type": "string",
|
3137
|
+
"enum": [
|
3138
|
+
"trigger"
|
3139
|
+
]
|
3140
|
+
},
|
3141
|
+
"name": {
|
3142
|
+
"type": "string",
|
3143
|
+
"enum": [
|
3144
|
+
"azureEventHub",
|
3145
|
+
"googlePubSub",
|
3146
|
+
"mqtt",
|
3147
|
+
"particle",
|
3148
|
+
"sqs",
|
3149
|
+
"websocket"
|
3150
|
+
]
|
3151
|
+
},
|
3152
|
+
"label": {
|
3153
|
+
"type": "string",
|
3154
|
+
"minLength": 1,
|
3155
|
+
"maxLength": 255
|
3156
|
+
},
|
3157
|
+
"x": {
|
3158
|
+
"type": "number"
|
3159
|
+
},
|
3160
|
+
"y": {
|
3161
|
+
"type": "number"
|
3162
|
+
},
|
3163
|
+
"uiId": {
|
3164
|
+
"type": "string",
|
3165
|
+
"maxLength": 48
|
3166
|
+
},
|
3167
|
+
"description": {
|
3168
|
+
"type": "string",
|
3169
|
+
"maxLength": 32767
|
3170
|
+
},
|
3171
|
+
"icon": {
|
3172
|
+
"type": "string",
|
3173
|
+
"maxLength": 1024
|
3174
|
+
},
|
3175
|
+
"color": {
|
3176
|
+
"type": "string",
|
3177
|
+
"maxLength": 1024
|
3178
|
+
},
|
3179
|
+
"inputCount": {
|
3180
|
+
"type": "number"
|
3181
|
+
},
|
3182
|
+
"outputCount": {
|
3183
|
+
"type": "number"
|
3184
|
+
},
|
3185
|
+
"triggerId": {
|
3186
|
+
"type": "string",
|
3187
|
+
"maxLength": 48
|
3188
|
+
},
|
3189
|
+
"id": {
|
3190
|
+
"type": "string",
|
3191
|
+
"maxLength": 48
|
3192
|
+
}
|
3193
|
+
},
|
3194
|
+
"additionalProperties": false
|
3195
|
+
},
|
3196
|
+
"outputIds": {
|
3197
|
+
"type": "array",
|
3198
|
+
"items": {
|
3199
|
+
"type": "array",
|
3200
|
+
"items": {
|
3201
|
+
"type": "string",
|
3202
|
+
"maxLength": 48,
|
3203
|
+
"minLength": 1
|
3204
|
+
},
|
3205
|
+
"maxItems": 100
|
3206
|
+
},
|
3207
|
+
"maxItems": 100
|
3208
|
+
}
|
3209
|
+
},
|
3210
|
+
"required": [
|
3211
|
+
"type"
|
3212
|
+
],
|
3213
|
+
"additionalProperties": false
|
3214
|
+
},
|
2999
3215
|
{
|
3000
3216
|
"type": "object",
|
3001
3217
|
"properties": {
|
@@ -34,7 +34,6 @@
|
|
34
34
|
"deviceTagConnect",
|
35
35
|
"deviceIdDisconnect",
|
36
36
|
"deviceTagDisconnect",
|
37
|
-
"integration",
|
38
37
|
"notebook",
|
39
38
|
"onBoot",
|
40
39
|
"onConnect",
|
@@ -68,15 +67,10 @@
|
|
68
67
|
"deviceIdsTagsDisconnect",
|
69
68
|
"eeaInit",
|
70
69
|
"flowError",
|
71
|
-
"azureEventHub",
|
72
|
-
"googlePubSub",
|
73
|
-
"mqtt",
|
74
70
|
"notebook",
|
75
71
|
"onBoot",
|
76
72
|
"onConnect",
|
77
73
|
"onDisconnect",
|
78
|
-
"particle",
|
79
|
-
"sqs",
|
80
74
|
"udp",
|
81
75
|
"webhook",
|
82
76
|
"resourceJobIteration",
|
@@ -252,6 +246,120 @@
|
|
252
246
|
],
|
253
247
|
"additionalProperties": false
|
254
248
|
},
|
249
|
+
{
|
250
|
+
"type": "object",
|
251
|
+
"properties": {
|
252
|
+
"key": {
|
253
|
+
"type": "string",
|
254
|
+
"maxLength": 1024
|
255
|
+
},
|
256
|
+
"type": {
|
257
|
+
"type": "string",
|
258
|
+
"enum": [
|
259
|
+
"integration"
|
260
|
+
]
|
261
|
+
},
|
262
|
+
"config": {
|
263
|
+
"type": "object",
|
264
|
+
"properties": {
|
265
|
+
"connect": {
|
266
|
+
"type": "boolean"
|
267
|
+
},
|
268
|
+
"message": {
|
269
|
+
"type": "boolean"
|
270
|
+
},
|
271
|
+
"disconnect": {
|
272
|
+
"type": "boolean"
|
273
|
+
},
|
274
|
+
"failure": {
|
275
|
+
"type": "boolean"
|
276
|
+
}
|
277
|
+
},
|
278
|
+
"additionalProperties": false
|
279
|
+
},
|
280
|
+
"meta": {
|
281
|
+
"type": "object",
|
282
|
+
"properties": {
|
283
|
+
"category": {
|
284
|
+
"type": "string",
|
285
|
+
"enum": [
|
286
|
+
"trigger"
|
287
|
+
]
|
288
|
+
},
|
289
|
+
"name": {
|
290
|
+
"type": "string",
|
291
|
+
"enum": [
|
292
|
+
"azureEventHub",
|
293
|
+
"googlePubSub",
|
294
|
+
"mqtt",
|
295
|
+
"particle",
|
296
|
+
"sqs",
|
297
|
+
"websocket"
|
298
|
+
]
|
299
|
+
},
|
300
|
+
"label": {
|
301
|
+
"type": "string",
|
302
|
+
"minLength": 1,
|
303
|
+
"maxLength": 255
|
304
|
+
},
|
305
|
+
"x": {
|
306
|
+
"type": "number"
|
307
|
+
},
|
308
|
+
"y": {
|
309
|
+
"type": "number"
|
310
|
+
},
|
311
|
+
"uiId": {
|
312
|
+
"type": "string",
|
313
|
+
"maxLength": 48
|
314
|
+
},
|
315
|
+
"description": {
|
316
|
+
"type": "string",
|
317
|
+
"maxLength": 32767
|
318
|
+
},
|
319
|
+
"icon": {
|
320
|
+
"type": "string",
|
321
|
+
"maxLength": 1024
|
322
|
+
},
|
323
|
+
"color": {
|
324
|
+
"type": "string",
|
325
|
+
"maxLength": 1024
|
326
|
+
},
|
327
|
+
"inputCount": {
|
328
|
+
"type": "number"
|
329
|
+
},
|
330
|
+
"outputCount": {
|
331
|
+
"type": "number"
|
332
|
+
},
|
333
|
+
"triggerId": {
|
334
|
+
"type": "string",
|
335
|
+
"maxLength": 48
|
336
|
+
},
|
337
|
+
"id": {
|
338
|
+
"type": "string",
|
339
|
+
"maxLength": 48
|
340
|
+
}
|
341
|
+
},
|
342
|
+
"additionalProperties": false
|
343
|
+
},
|
344
|
+
"outputIds": {
|
345
|
+
"type": "array",
|
346
|
+
"items": {
|
347
|
+
"type": "array",
|
348
|
+
"items": {
|
349
|
+
"type": "string",
|
350
|
+
"maxLength": 48,
|
351
|
+
"minLength": 1
|
352
|
+
},
|
353
|
+
"maxItems": 100
|
354
|
+
},
|
355
|
+
"maxItems": 100
|
356
|
+
}
|
357
|
+
},
|
358
|
+
"required": [
|
359
|
+
"type"
|
360
|
+
],
|
361
|
+
"additionalProperties": false
|
362
|
+
},
|
255
363
|
{
|
256
364
|
"type": "object",
|
257
365
|
"properties": {
|