losant_rest 1.16.6 → 1.17.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/docs/_schemas.md +2860 -517
  4. data/docs/applicationApiTokens.md +1 -1
  5. data/docs/events.md +1 -1
  6. data/docs/notebook.md +1 -1
  7. data/docs/resourceJob.md +263 -0
  8. data/docs/resourceJobs.md +93 -0
  9. data/lib/losant_rest/application.rb +1 -1
  10. data/lib/losant_rest/application_api_token.rb +1 -1
  11. data/lib/losant_rest/application_api_tokens.rb +2 -2
  12. data/lib/losant_rest/application_certificate.rb +1 -1
  13. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  14. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  15. data/lib/losant_rest/application_certificates.rb +1 -1
  16. data/lib/losant_rest/application_dashboard.rb +1 -1
  17. data/lib/losant_rest/application_dashboards.rb +1 -1
  18. data/lib/losant_rest/application_key.rb +1 -1
  19. data/lib/losant_rest/application_keys.rb +1 -1
  20. data/lib/losant_rest/application_template.rb +1 -1
  21. data/lib/losant_rest/application_templates.rb +1 -1
  22. data/lib/losant_rest/applications.rb +1 -1
  23. data/lib/losant_rest/audit_log.rb +1 -1
  24. data/lib/losant_rest/audit_logs.rb +1 -1
  25. data/lib/losant_rest/auth.rb +1 -1
  26. data/lib/losant_rest/client.rb +11 -3
  27. data/lib/losant_rest/dashboard.rb +1 -1
  28. data/lib/losant_rest/dashboards.rb +1 -1
  29. data/lib/losant_rest/data.rb +1 -1
  30. data/lib/losant_rest/data_table.rb +1 -1
  31. data/lib/losant_rest/data_table_row.rb +1 -1
  32. data/lib/losant_rest/data_table_rows.rb +1 -1
  33. data/lib/losant_rest/data_tables.rb +1 -1
  34. data/lib/losant_rest/device.rb +1 -1
  35. data/lib/losant_rest/device_recipe.rb +1 -1
  36. data/lib/losant_rest/device_recipes.rb +1 -1
  37. data/lib/losant_rest/devices.rb +1 -1
  38. data/lib/losant_rest/edge_deployment.rb +1 -1
  39. data/lib/losant_rest/edge_deployments.rb +1 -1
  40. data/lib/losant_rest/embedded_deployment.rb +1 -1
  41. data/lib/losant_rest/embedded_deployments.rb +1 -1
  42. data/lib/losant_rest/error.rb +1 -1
  43. data/lib/losant_rest/event.rb +1 -1
  44. data/lib/losant_rest/events.rb +2 -2
  45. data/lib/losant_rest/experience.rb +1 -1
  46. data/lib/losant_rest/experience_domain.rb +1 -1
  47. data/lib/losant_rest/experience_domains.rb +1 -1
  48. data/lib/losant_rest/experience_endpoint.rb +1 -1
  49. data/lib/losant_rest/experience_endpoints.rb +1 -1
  50. data/lib/losant_rest/experience_group.rb +1 -1
  51. data/lib/losant_rest/experience_groups.rb +1 -1
  52. data/lib/losant_rest/experience_slug.rb +1 -1
  53. data/lib/losant_rest/experience_slugs.rb +1 -1
  54. data/lib/losant_rest/experience_user.rb +1 -1
  55. data/lib/losant_rest/experience_users.rb +1 -1
  56. data/lib/losant_rest/experience_version.rb +1 -1
  57. data/lib/losant_rest/experience_versions.rb +1 -1
  58. data/lib/losant_rest/experience_view.rb +1 -1
  59. data/lib/losant_rest/experience_views.rb +1 -1
  60. data/lib/losant_rest/file.rb +1 -1
  61. data/lib/losant_rest/files.rb +1 -1
  62. data/lib/losant_rest/flow.rb +1 -1
  63. data/lib/losant_rest/flow_version.rb +1 -1
  64. data/lib/losant_rest/flow_versions.rb +1 -1
  65. data/lib/losant_rest/flows.rb +1 -1
  66. data/lib/losant_rest/instance.rb +1 -1
  67. data/lib/losant_rest/instance_api_token.rb +1 -1
  68. data/lib/losant_rest/instance_api_tokens.rb +1 -1
  69. data/lib/losant_rest/instance_custom_node.rb +1 -1
  70. data/lib/losant_rest/instance_custom_nodes.rb +1 -1
  71. data/lib/losant_rest/instance_member.rb +1 -1
  72. data/lib/losant_rest/instance_members.rb +1 -1
  73. data/lib/losant_rest/instance_org.rb +1 -1
  74. data/lib/losant_rest/instance_org_invite.rb +1 -1
  75. data/lib/losant_rest/instance_org_invites.rb +1 -1
  76. data/lib/losant_rest/instance_org_member.rb +1 -1
  77. data/lib/losant_rest/instance_org_members.rb +1 -1
  78. data/lib/losant_rest/instance_orgs.rb +1 -1
  79. data/lib/losant_rest/instance_sandbox.rb +1 -1
  80. data/lib/losant_rest/instance_sandboxes.rb +1 -1
  81. data/lib/losant_rest/instances.rb +1 -1
  82. data/lib/losant_rest/integration.rb +1 -1
  83. data/lib/losant_rest/integrations.rb +1 -1
  84. data/lib/losant_rest/me.rb +1 -1
  85. data/lib/losant_rest/notebook.rb +2 -2
  86. data/lib/losant_rest/notebooks.rb +1 -1
  87. data/lib/losant_rest/org.rb +1 -1
  88. data/lib/losant_rest/org_invites.rb +1 -1
  89. data/lib/losant_rest/orgs.rb +1 -1
  90. data/lib/losant_rest/resource_job.rb +326 -0
  91. data/lib/losant_rest/resource_jobs.rb +138 -0
  92. data/lib/losant_rest/user_api_token.rb +1 -1
  93. data/lib/losant_rest/user_api_tokens.rb +1 -1
  94. data/lib/losant_rest/utils.rb +1 -1
  95. data/lib/losant_rest/version.rb +2 -2
  96. data/lib/losant_rest/webhook.rb +1 -1
  97. data/lib/losant_rest/webhooks.rb +1 -1
  98. data/lib/losant_rest.rb +3 -1
  99. data/schemas/apiTokenPost.json +10 -0
  100. data/schemas/applicationCreationByTemplateResult.json +1 -9
  101. data/schemas/applicationExportPost.json +4 -0
  102. data/schemas/applicationTemplate.json +3 -0
  103. data/schemas/applicationTemplates.json +3 -0
  104. data/schemas/auditLog.json +2 -1
  105. data/schemas/auditLogFilter.json +2 -1
  106. data/schemas/auditLogs.json +2 -1
  107. data/schemas/dataTableRowInsertResult.json +2 -1
  108. data/schemas/deviceRecipeBulkCreatePost.json +33 -8
  109. data/schemas/eventPlusNewCount.json +161 -0
  110. data/schemas/experienceLinkedResources.json +33 -6
  111. data/schemas/flow.json +8 -2
  112. data/schemas/flowPatch.json +8 -2
  113. data/schemas/flowPost.json +8 -2
  114. data/schemas/flowVersion.json +25 -4
  115. data/schemas/flowVersionPost.json +8 -2
  116. data/schemas/flowVersions.json +25 -4
  117. data/schemas/flows.json +8 -2
  118. data/schemas/flowsImportPost.json +16 -4
  119. data/schemas/flowsImportResult.json +33 -6
  120. data/schemas/githubLogin.json +10 -0
  121. data/schemas/historicalSummaries.json +524 -1
  122. data/schemas/historicalSummary.json +22 -0
  123. data/schemas/importIntoApplicationOptions.json +6 -1
  124. data/schemas/importNewApplicationOptions.json +6 -1
  125. data/schemas/instance.json +12 -0
  126. data/schemas/instanceCustomNodePatch.json +8 -2
  127. data/schemas/instanceCustomNodePost.json +8 -2
  128. data/schemas/instanceOrg.json +3 -0
  129. data/schemas/instanceOrgPatch.json +4 -0
  130. data/schemas/instanceOrgPost.json +4 -0
  131. data/schemas/instanceOrgs.json +3 -0
  132. data/schemas/instanceSandbox.json +11 -0
  133. data/schemas/instanceSandboxes.json +433 -1
  134. data/schemas/instances.json +217 -1
  135. data/schemas/me.json +11 -0
  136. data/schemas/notebookExecutionLogs.json +3 -1
  137. data/schemas/org.json +11 -0
  138. data/schemas/orgs.json +11 -0
  139. data/schemas/payloadStats.json +8 -0
  140. data/schemas/resourceJob.json +86 -0
  141. data/schemas/resourceJobExecutionLogs.json +127 -0
  142. data/schemas/resourceJobExecutionOptions.json +11 -0
  143. data/schemas/resourceJobPatch.json +55 -0
  144. data/schemas/resourceJobPost.json +66 -0
  145. data/schemas/resourceJobs.json +131 -0
  146. data/schemas/samlResponse.json +10 -0
  147. data/schemas/userCredentials.json +10 -0
  148. data/schemas/userPost.json +10 -0
  149. data/schemas/validateContextError.json +4 -0
  150. data/schemas/validationErrors.json +1 -9
  151. metadata +13 -2
@@ -108,7 +108,10 @@
108
108
  "onConnect",
109
109
  "onDisconnect",
110
110
  "udp",
111
- "webhook"
111
+ "webhook",
112
+ "resourceJobIteration",
113
+ "resourceJobIterationTimeout",
114
+ "resourceJobComplete"
112
115
  ]
113
116
  },
114
117
  "config": {
@@ -144,7 +147,10 @@
144
147
  "particle",
145
148
  "sqs",
146
149
  "udp",
147
- "webhook"
150
+ "webhook",
151
+ "resourceJobIteration",
152
+ "resourceJobIterationTimeout",
153
+ "resourceJobComplete"
148
154
  ]
149
155
  },
150
156
  "label": {
@@ -2665,6 +2671,15 @@
2665
2671
  "minLength": 1,
2666
2672
  "maxLength": 255
2667
2673
  },
2674
+ "flowClass": {
2675
+ "type": "string",
2676
+ "enum": [
2677
+ "cloud",
2678
+ "edge",
2679
+ "embedded",
2680
+ "customNode"
2681
+ ]
2682
+ },
2668
2683
  "notes": {
2669
2684
  "type": "string",
2670
2685
  "maxLength": 32767
@@ -2698,7 +2713,10 @@
2698
2713
  "onConnect",
2699
2714
  "onDisconnect",
2700
2715
  "udp",
2701
- "webhook"
2716
+ "webhook",
2717
+ "resourceJobIteration",
2718
+ "resourceJobIterationTimeout",
2719
+ "resourceJobComplete"
2702
2720
  ]
2703
2721
  },
2704
2722
  "config": {
@@ -2734,7 +2752,10 @@
2734
2752
  "particle",
2735
2753
  "sqs",
2736
2754
  "udp",
2737
- "webhook"
2755
+ "webhook",
2756
+ "resourceJobIteration",
2757
+ "resourceJobIterationTimeout",
2758
+ "resourceJobComplete"
2738
2759
  ]
2739
2760
  },
2740
2761
  "label": {
@@ -5283,7 +5304,10 @@
5283
5304
  "onConnect",
5284
5305
  "onDisconnect",
5285
5306
  "udp",
5286
- "webhook"
5307
+ "webhook",
5308
+ "resourceJobIteration",
5309
+ "resourceJobIterationTimeout",
5310
+ "resourceJobComplete"
5287
5311
  ]
5288
5312
  },
5289
5313
  "config": {
@@ -5319,7 +5343,10 @@
5319
5343
  "particle",
5320
5344
  "sqs",
5321
5345
  "udp",
5322
- "webhook"
5346
+ "webhook",
5347
+ "resourceJobIteration",
5348
+ "resourceJobIterationTimeout",
5349
+ "resourceJobComplete"
5323
5350
  ]
5324
5351
  },
5325
5352
  "label": {
@@ -71,6 +71,8 @@
71
71
  "flows.*",
72
72
  "flowVersion.*",
73
73
  "flowVersions.*",
74
+ "resourceJobs.*",
75
+ "resourceJob.*",
74
76
  "notebook.*",
75
77
  "notebooks.*",
76
78
  "webhook.*",
@@ -283,6 +285,14 @@
283
285
  "notebook.upload",
284
286
  "notebooks.get",
285
287
  "notebooks.post",
288
+ "resourceJob.get",
289
+ "resourceJob.logs",
290
+ "resourceJob.patch",
291
+ "resourceJob.delete",
292
+ "resourceJob.execute",
293
+ "resourceJob.cancelExecution",
294
+ "resourceJobs.get",
295
+ "resourceJobs.post",
286
296
  "webhook.delete",
287
297
  "webhook.get",
288
298
  "webhook.patch",
@@ -5,7 +5,530 @@
5
5
  "items": {
6
6
  "type": "array",
7
7
  "items": {
8
- "type": "#/definitions/historicalSummary"
8
+ "title": "Historical Summary",
9
+ "description": "Schema for a historical summary report",
10
+ "type": "object",
11
+ "properties": {
12
+ "resourceType": {
13
+ "type": "string",
14
+ "enum": [
15
+ "application",
16
+ "organization",
17
+ "whitelabel"
18
+ ]
19
+ },
20
+ "resourceId": {
21
+ "type": "string",
22
+ "pattern": "^[A-Fa-f\\d]{24}$"
23
+ },
24
+ "resourceName": {
25
+ "type": "string",
26
+ "minLength": 1,
27
+ "maxLength": 255
28
+ },
29
+ "resourceProration": {
30
+ "type": "number"
31
+ },
32
+ "ownerType": {
33
+ "type": "string",
34
+ "enum": [
35
+ "organization",
36
+ "user"
37
+ ]
38
+ },
39
+ "ownerId": {
40
+ "type": "string",
41
+ "pattern": "^[A-Fa-f\\d]{24}$"
42
+ },
43
+ "ownerName": {
44
+ "type": "string",
45
+ "minLength": 1,
46
+ "maxLength": 255
47
+ },
48
+ "limits": {
49
+ "type": "object",
50
+ "properties": {
51
+ "apitoken": {
52
+ "type": "integer"
53
+ },
54
+ "application": {
55
+ "type": "integer"
56
+ },
57
+ "applicationkey": {
58
+ "type": "integer"
59
+ },
60
+ "dashboard": {
61
+ "type": "integer"
62
+ },
63
+ "datatable": {
64
+ "type": "integer"
65
+ },
66
+ "device": {
67
+ "type": "integer"
68
+ },
69
+ "devicerecipe": {
70
+ "type": "integer"
71
+ },
72
+ "experiencedomain": {
73
+ "type": "integer"
74
+ },
75
+ "experienceendpoint": {
76
+ "type": "integer"
77
+ },
78
+ "experiencegroup": {
79
+ "type": "integer"
80
+ },
81
+ "experienceslug": {
82
+ "type": "integer"
83
+ },
84
+ "experienceuser": {
85
+ "type": "integer"
86
+ },
87
+ "experienceversion": {
88
+ "type": "integer"
89
+ },
90
+ "experienceview": {
91
+ "type": "integer"
92
+ },
93
+ "file": {
94
+ "type": "integer"
95
+ },
96
+ "flow": {
97
+ "type": "integer"
98
+ },
99
+ "integration": {
100
+ "type": "integer"
101
+ },
102
+ "notebook": {
103
+ "type": "integer"
104
+ },
105
+ "resourcejob": {
106
+ "type": "integer"
107
+ },
108
+ "webhook": {
109
+ "type": "integer"
110
+ },
111
+ "dataTTL": {
112
+ "type": "integer"
113
+ },
114
+ "member": {
115
+ "type": "integer"
116
+ },
117
+ "payload": {
118
+ "type": "integer"
119
+ },
120
+ "storage": {
121
+ "type": "integer"
122
+ },
123
+ "notebookMinutesPerRun": {
124
+ "type": "integer"
125
+ },
126
+ "notebookMinutesPerMonth": {
127
+ "type": "integer"
128
+ },
129
+ "notebookInParallel": {
130
+ "type": "integer"
131
+ },
132
+ "experienceFlowSlots": {
133
+ "type": "integer"
134
+ },
135
+ "applicationFlowSlots": {
136
+ "type": "integer"
137
+ }
138
+ },
139
+ "additionalProperties": false
140
+ },
141
+ "currentPeriodStart": {
142
+ "type": "string",
143
+ "format": "date-time"
144
+ },
145
+ "currentPeriodEnd": {
146
+ "type": "string",
147
+ "format": "date-time"
148
+ },
149
+ "applicationCount": {
150
+ "type": "number"
151
+ },
152
+ "applicationCountProrated": {
153
+ "type": "number"
154
+ },
155
+ "userCount": {
156
+ "type": "number"
157
+ },
158
+ "userCountProrated": {
159
+ "type": "number"
160
+ },
161
+ "apiTokenCount": {
162
+ "type": "number"
163
+ },
164
+ "applicationKeyCount": {
165
+ "type": "number"
166
+ },
167
+ "certificateAuthorityCount": {
168
+ "type": "number"
169
+ },
170
+ "certificateCount": {
171
+ "type": "number"
172
+ },
173
+ "dashboardCount": {
174
+ "type": "number"
175
+ },
176
+ "dashboardCountProrated": {
177
+ "type": "number"
178
+ },
179
+ "dataTableCount": {
180
+ "type": "number"
181
+ },
182
+ "dataTableRowCount": {
183
+ "type": "number"
184
+ },
185
+ "dataTableTotalSizeMb": {
186
+ "type": "number"
187
+ },
188
+ "deviceCount": {
189
+ "type": "number"
190
+ },
191
+ "deviceCountProrated": {
192
+ "type": "number"
193
+ },
194
+ "deviceRecipeCount": {
195
+ "type": "number"
196
+ },
197
+ "eventCount": {
198
+ "type": "number"
199
+ },
200
+ "experienceDomainCount": {
201
+ "type": "number"
202
+ },
203
+ "experienceEndpointCount": {
204
+ "type": "number"
205
+ },
206
+ "experienceGroupCount": {
207
+ "type": "number"
208
+ },
209
+ "experienceSlugCount": {
210
+ "type": "number"
211
+ },
212
+ "experienceUserCount": {
213
+ "type": "number"
214
+ },
215
+ "experienceVersionCount": {
216
+ "type": "number"
217
+ },
218
+ "experienceViewCount": {
219
+ "type": "number"
220
+ },
221
+ "fileCount": {
222
+ "type": "number"
223
+ },
224
+ "fileTotalSizeMb": {
225
+ "type": "number"
226
+ },
227
+ "integrationCount": {
228
+ "type": "number"
229
+ },
230
+ "notebookCount": {
231
+ "type": "number"
232
+ },
233
+ "resourceJobCount": {
234
+ "type": "integer"
235
+ },
236
+ "notebookRunCount": {
237
+ "type": "number"
238
+ },
239
+ "notebookMinutesCount": {
240
+ "type": "number"
241
+ },
242
+ "webhookCount": {
243
+ "type": "number"
244
+ },
245
+ "workflowCount": {
246
+ "type": "number"
247
+ },
248
+ "payloadBillableCount": {
249
+ "type": "number"
250
+ },
251
+ "payloadNonbillableCount": {
252
+ "type": "number"
253
+ },
254
+ "payloadBillableSizeMb": {
255
+ "type": "number"
256
+ },
257
+ "payloadNonbillableSizeMb": {
258
+ "type": "number"
259
+ },
260
+ "payloadCountDetails": {
261
+ "title": "Payload Stats",
262
+ "description": "Schema for the result of a payload stats request",
263
+ "type": "object",
264
+ "properties": {
265
+ "dataTable": {
266
+ "type": "object",
267
+ "patternProperties": {
268
+ ".*": {
269
+ "type": "number"
270
+ }
271
+ }
272
+ },
273
+ "deviceCommand": {
274
+ "type": "object",
275
+ "patternProperties": {
276
+ ".*": {
277
+ "type": "number"
278
+ }
279
+ }
280
+ },
281
+ "deviceConnect": {
282
+ "type": "object",
283
+ "patternProperties": {
284
+ ".*": {
285
+ "type": "number"
286
+ }
287
+ }
288
+ },
289
+ "deviceDisconnect": {
290
+ "type": "object",
291
+ "patternProperties": {
292
+ ".*": {
293
+ "type": "number"
294
+ }
295
+ }
296
+ },
297
+ "deviceState": {
298
+ "type": "object",
299
+ "patternProperties": {
300
+ ".*": {
301
+ "type": "number"
302
+ }
303
+ }
304
+ },
305
+ "endpoint": {
306
+ "type": "object",
307
+ "patternProperties": {
308
+ ".*": {
309
+ "type": "number"
310
+ }
311
+ }
312
+ },
313
+ "event": {
314
+ "type": "object",
315
+ "patternProperties": {
316
+ ".*": {
317
+ "type": "number"
318
+ }
319
+ }
320
+ },
321
+ "flowError": {
322
+ "type": "object",
323
+ "patternProperties": {
324
+ ".*": {
325
+ "type": "number"
326
+ }
327
+ }
328
+ },
329
+ "integration": {
330
+ "type": "object",
331
+ "patternProperties": {
332
+ ".*": {
333
+ "type": "number"
334
+ }
335
+ }
336
+ },
337
+ "mqttIn": {
338
+ "type": "object",
339
+ "patternProperties": {
340
+ ".*": {
341
+ "type": "number"
342
+ }
343
+ }
344
+ },
345
+ "mqttOut": {
346
+ "type": "object",
347
+ "patternProperties": {
348
+ ".*": {
349
+ "type": "number"
350
+ }
351
+ }
352
+ },
353
+ "notebook": {
354
+ "type": "object",
355
+ "patternProperties": {
356
+ ".*": {
357
+ "type": "number"
358
+ }
359
+ }
360
+ },
361
+ "timer": {
362
+ "type": "object",
363
+ "patternProperties": {
364
+ ".*": {
365
+ "type": "number"
366
+ }
367
+ }
368
+ },
369
+ "virtualButton": {
370
+ "type": "object",
371
+ "patternProperties": {
372
+ ".*": {
373
+ "type": "number"
374
+ }
375
+ }
376
+ },
377
+ "webhook": {
378
+ "type": "object",
379
+ "patternProperties": {
380
+ ".*": {
381
+ "type": "number"
382
+ }
383
+ }
384
+ },
385
+ "resourceJob": {
386
+ "type": "object",
387
+ "patternProperties": {
388
+ ".*": {
389
+ "type": "number"
390
+ }
391
+ }
392
+ }
393
+ }
394
+ },
395
+ "payloadSizeDetails": {
396
+ "title": "Payload Stats",
397
+ "description": "Schema for the result of a payload stats request",
398
+ "type": "object",
399
+ "properties": {
400
+ "dataTable": {
401
+ "type": "object",
402
+ "patternProperties": {
403
+ ".*": {
404
+ "type": "number"
405
+ }
406
+ }
407
+ },
408
+ "deviceCommand": {
409
+ "type": "object",
410
+ "patternProperties": {
411
+ ".*": {
412
+ "type": "number"
413
+ }
414
+ }
415
+ },
416
+ "deviceConnect": {
417
+ "type": "object",
418
+ "patternProperties": {
419
+ ".*": {
420
+ "type": "number"
421
+ }
422
+ }
423
+ },
424
+ "deviceDisconnect": {
425
+ "type": "object",
426
+ "patternProperties": {
427
+ ".*": {
428
+ "type": "number"
429
+ }
430
+ }
431
+ },
432
+ "deviceState": {
433
+ "type": "object",
434
+ "patternProperties": {
435
+ ".*": {
436
+ "type": "number"
437
+ }
438
+ }
439
+ },
440
+ "endpoint": {
441
+ "type": "object",
442
+ "patternProperties": {
443
+ ".*": {
444
+ "type": "number"
445
+ }
446
+ }
447
+ },
448
+ "event": {
449
+ "type": "object",
450
+ "patternProperties": {
451
+ ".*": {
452
+ "type": "number"
453
+ }
454
+ }
455
+ },
456
+ "flowError": {
457
+ "type": "object",
458
+ "patternProperties": {
459
+ ".*": {
460
+ "type": "number"
461
+ }
462
+ }
463
+ },
464
+ "integration": {
465
+ "type": "object",
466
+ "patternProperties": {
467
+ ".*": {
468
+ "type": "number"
469
+ }
470
+ }
471
+ },
472
+ "mqttIn": {
473
+ "type": "object",
474
+ "patternProperties": {
475
+ ".*": {
476
+ "type": "number"
477
+ }
478
+ }
479
+ },
480
+ "mqttOut": {
481
+ "type": "object",
482
+ "patternProperties": {
483
+ ".*": {
484
+ "type": "number"
485
+ }
486
+ }
487
+ },
488
+ "notebook": {
489
+ "type": "object",
490
+ "patternProperties": {
491
+ ".*": {
492
+ "type": "number"
493
+ }
494
+ }
495
+ },
496
+ "timer": {
497
+ "type": "object",
498
+ "patternProperties": {
499
+ ".*": {
500
+ "type": "number"
501
+ }
502
+ }
503
+ },
504
+ "virtualButton": {
505
+ "type": "object",
506
+ "patternProperties": {
507
+ ".*": {
508
+ "type": "number"
509
+ }
510
+ }
511
+ },
512
+ "webhook": {
513
+ "type": "object",
514
+ "patternProperties": {
515
+ ".*": {
516
+ "type": "number"
517
+ }
518
+ }
519
+ },
520
+ "resourceJob": {
521
+ "type": "object",
522
+ "patternProperties": {
523
+ ".*": {
524
+ "type": "number"
525
+ }
526
+ }
527
+ }
528
+ }
529
+ }
530
+ },
531
+ "additionalProperties": false
9
532
  }
10
533
  },
11
534
  "count": {
@@ -95,6 +95,9 @@
95
95
  "notebook": {
96
96
  "type": "integer"
97
97
  },
98
+ "resourcejob": {
99
+ "type": "integer"
100
+ },
98
101
  "webhook": {
99
102
  "type": "integer"
100
103
  },
@@ -220,6 +223,9 @@
220
223
  "notebookCount": {
221
224
  "type": "number"
222
225
  },
226
+ "resourceJobCount": {
227
+ "type": "integer"
228
+ },
223
229
  "notebookRunCount": {
224
230
  "type": "number"
225
231
  },
@@ -368,6 +374,14 @@
368
374
  "type": "number"
369
375
  }
370
376
  }
377
+ },
378
+ "resourceJob": {
379
+ "type": "object",
380
+ "patternProperties": {
381
+ ".*": {
382
+ "type": "number"
383
+ }
384
+ }
371
385
  }
372
386
  }
373
387
  },
@@ -495,6 +509,14 @@
495
509
  "type": "number"
496
510
  }
497
511
  }
512
+ },
513
+ "resourceJob": {
514
+ "type": "object",
515
+ "patternProperties": {
516
+ ".*": {
517
+ "type": "number"
518
+ }
519
+ }
498
520
  }
499
521
  }
500
522
  }