losant_rest 1.19.1 → 1.19.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/docs/_schemas.md +1723 -148
- data/docs/me.md +6 -6
- data/lib/losant_rest/version.rb +1 -1
- data/lib/platform_rest/client.rb +2 -2
- data/lib/platform_rest/me.rb +6 -6
- data/schemas/application.json +166 -2
- data/schemas/applicationCreationByTemplateResult.json +166 -2
- data/schemas/applicationDashboardPost.json +6 -0
- data/schemas/applications.json +166 -2
- data/schemas/credential.json +31 -1
- data/schemas/credentialPatch.json +28 -0
- data/schemas/credentialPost.json +35 -1
- data/schemas/credentials.json +31 -1
- data/schemas/dashboard.json +6 -0
- data/schemas/dashboardPatch.json +6 -0
- data/schemas/dashboardPost.json +6 -0
- data/schemas/dashboards.json +6 -0
- data/schemas/historicalSummaries.json +16 -0
- data/schemas/historicalSummary.json +16 -0
- data/schemas/instance.json +13 -0
- data/schemas/instanceOrg.json +264 -0
- data/schemas/instanceOrgPatch.json +21 -0
- data/schemas/instanceOrgPost.json +21 -0
- data/schemas/instanceOrgs.json +264 -0
- data/schemas/instancePatch.json +13 -0
- data/schemas/instanceSandbox.json +46 -2
- data/schemas/instanceSandboxes.json +46 -2
- data/schemas/instances.json +13 -0
- data/schemas/me.json +46 -2
- data/schemas/multiFactorAuthDisable.json +20 -0
- data/schemas/multiFactorAuthEnable.json +25 -0
- data/schemas/multiFactorAuthInfo.json +15 -0
- data/schemas/org.json +55 -5
- data/schemas/orgPatch.json +8 -0
- data/schemas/orgPost.json +8 -0
- data/schemas/orgs.json +55 -5
- data/schemas/timeSeriesData.json +35 -2
- metadata +5 -2
data/schemas/instanceOrg.json
CHANGED
@@ -42,6 +42,14 @@
|
|
42
42
|
"type": "integer",
|
43
43
|
"minimum": 0
|
44
44
|
},
|
45
|
+
"applicationcertificate": {
|
46
|
+
"type": "integer",
|
47
|
+
"minimum": 0
|
48
|
+
},
|
49
|
+
"applicationcertificateauthority": {
|
50
|
+
"type": "integer",
|
51
|
+
"minimum": 0
|
52
|
+
},
|
45
53
|
"applicationkey": {
|
46
54
|
"type": "integer",
|
47
55
|
"minimum": 0
|
@@ -153,10 +161,258 @@
|
|
153
161
|
"applicationFlowSlots": {
|
154
162
|
"type": "integer",
|
155
163
|
"minimum": 0
|
164
|
+
},
|
165
|
+
"systemInterval": {
|
166
|
+
"type": "integer",
|
167
|
+
"minimum": 5,
|
168
|
+
"maximum": 3600
|
156
169
|
}
|
157
170
|
},
|
158
171
|
"additionalProperties": false
|
159
172
|
},
|
173
|
+
"summary": {
|
174
|
+
"type": "object",
|
175
|
+
"properties": {
|
176
|
+
"apiTokenCount": {
|
177
|
+
"type": "integer"
|
178
|
+
},
|
179
|
+
"appCount": {
|
180
|
+
"type": "integer"
|
181
|
+
},
|
182
|
+
"certificateCount": {
|
183
|
+
"type": "integer"
|
184
|
+
},
|
185
|
+
"certificateAuthorityCount": {
|
186
|
+
"type": "integer"
|
187
|
+
},
|
188
|
+
"credentialCount": {
|
189
|
+
"type": "integer"
|
190
|
+
},
|
191
|
+
"dashCount": {
|
192
|
+
"type": "integer"
|
193
|
+
},
|
194
|
+
"dataTableCount": {
|
195
|
+
"type": "integer"
|
196
|
+
},
|
197
|
+
"deviceCount": {
|
198
|
+
"type": "integer"
|
199
|
+
},
|
200
|
+
"deviceRecipeCount": {
|
201
|
+
"type": "integer"
|
202
|
+
},
|
203
|
+
"eventCount": {
|
204
|
+
"type": "integer"
|
205
|
+
},
|
206
|
+
"experienceDomainCount": {
|
207
|
+
"type": "integer"
|
208
|
+
},
|
209
|
+
"experienceEndpointCount": {
|
210
|
+
"type": "integer"
|
211
|
+
},
|
212
|
+
"experienceGroupCount": {
|
213
|
+
"type": "integer"
|
214
|
+
},
|
215
|
+
"experienceSlugCount": {
|
216
|
+
"type": "integer"
|
217
|
+
},
|
218
|
+
"experienceUserCount": {
|
219
|
+
"type": "integer"
|
220
|
+
},
|
221
|
+
"experienceVersionCount": {
|
222
|
+
"type": "integer"
|
223
|
+
},
|
224
|
+
"experienceViewCount": {
|
225
|
+
"type": "integer"
|
226
|
+
},
|
227
|
+
"fileCount": {
|
228
|
+
"type": "integer"
|
229
|
+
},
|
230
|
+
"flowCount": {
|
231
|
+
"type": "integer"
|
232
|
+
},
|
233
|
+
"integrationCount": {
|
234
|
+
"type": "integer"
|
235
|
+
},
|
236
|
+
"keyCount": {
|
237
|
+
"type": "integer"
|
238
|
+
},
|
239
|
+
"notebookCount": {
|
240
|
+
"type": "integer"
|
241
|
+
},
|
242
|
+
"resourceJobCount": {
|
243
|
+
"type": "integer"
|
244
|
+
},
|
245
|
+
"webhookCount": {
|
246
|
+
"type": "integer"
|
247
|
+
},
|
248
|
+
"memberCount": {
|
249
|
+
"type": "integer"
|
250
|
+
},
|
251
|
+
"pendingInviteCount": {
|
252
|
+
"type": "integer"
|
253
|
+
},
|
254
|
+
"payloadCount": {
|
255
|
+
"title": "Payload Stats",
|
256
|
+
"description": "Schema for the result of a payload stats request",
|
257
|
+
"type": "object",
|
258
|
+
"properties": {
|
259
|
+
"dataTable": {
|
260
|
+
"type": "object",
|
261
|
+
"patternProperties": {
|
262
|
+
".*": {
|
263
|
+
"type": "number"
|
264
|
+
}
|
265
|
+
}
|
266
|
+
},
|
267
|
+
"deviceCommand": {
|
268
|
+
"type": "object",
|
269
|
+
"patternProperties": {
|
270
|
+
".*": {
|
271
|
+
"type": "number"
|
272
|
+
}
|
273
|
+
}
|
274
|
+
},
|
275
|
+
"deviceConnect": {
|
276
|
+
"type": "object",
|
277
|
+
"patternProperties": {
|
278
|
+
".*": {
|
279
|
+
"type": "number"
|
280
|
+
}
|
281
|
+
}
|
282
|
+
},
|
283
|
+
"deviceDisconnect": {
|
284
|
+
"type": "object",
|
285
|
+
"patternProperties": {
|
286
|
+
".*": {
|
287
|
+
"type": "number"
|
288
|
+
}
|
289
|
+
}
|
290
|
+
},
|
291
|
+
"deviceState": {
|
292
|
+
"type": "object",
|
293
|
+
"patternProperties": {
|
294
|
+
".*": {
|
295
|
+
"type": "number"
|
296
|
+
}
|
297
|
+
}
|
298
|
+
},
|
299
|
+
"endpoint": {
|
300
|
+
"type": "object",
|
301
|
+
"patternProperties": {
|
302
|
+
".*": {
|
303
|
+
"type": "number"
|
304
|
+
}
|
305
|
+
}
|
306
|
+
},
|
307
|
+
"event": {
|
308
|
+
"type": "object",
|
309
|
+
"patternProperties": {
|
310
|
+
".*": {
|
311
|
+
"type": "number"
|
312
|
+
}
|
313
|
+
}
|
314
|
+
},
|
315
|
+
"flowError": {
|
316
|
+
"type": "object",
|
317
|
+
"patternProperties": {
|
318
|
+
".*": {
|
319
|
+
"type": "number"
|
320
|
+
}
|
321
|
+
}
|
322
|
+
},
|
323
|
+
"integration": {
|
324
|
+
"type": "object",
|
325
|
+
"patternProperties": {
|
326
|
+
".*": {
|
327
|
+
"type": "number"
|
328
|
+
}
|
329
|
+
}
|
330
|
+
},
|
331
|
+
"mqttIn": {
|
332
|
+
"type": "object",
|
333
|
+
"patternProperties": {
|
334
|
+
".*": {
|
335
|
+
"type": "number"
|
336
|
+
}
|
337
|
+
}
|
338
|
+
},
|
339
|
+
"mqttOut": {
|
340
|
+
"type": "object",
|
341
|
+
"patternProperties": {
|
342
|
+
".*": {
|
343
|
+
"type": "number"
|
344
|
+
}
|
345
|
+
}
|
346
|
+
},
|
347
|
+
"notebook": {
|
348
|
+
"type": "object",
|
349
|
+
"patternProperties": {
|
350
|
+
".*": {
|
351
|
+
"type": "number"
|
352
|
+
}
|
353
|
+
}
|
354
|
+
},
|
355
|
+
"timer": {
|
356
|
+
"type": "object",
|
357
|
+
"patternProperties": {
|
358
|
+
".*": {
|
359
|
+
"type": "number"
|
360
|
+
}
|
361
|
+
}
|
362
|
+
},
|
363
|
+
"virtualButton": {
|
364
|
+
"type": "object",
|
365
|
+
"patternProperties": {
|
366
|
+
".*": {
|
367
|
+
"type": "number"
|
368
|
+
}
|
369
|
+
}
|
370
|
+
},
|
371
|
+
"webhook": {
|
372
|
+
"type": "object",
|
373
|
+
"patternProperties": {
|
374
|
+
".*": {
|
375
|
+
"type": "number"
|
376
|
+
}
|
377
|
+
}
|
378
|
+
},
|
379
|
+
"resourceJob": {
|
380
|
+
"type": "object",
|
381
|
+
"patternProperties": {
|
382
|
+
".*": {
|
383
|
+
"type": "number"
|
384
|
+
}
|
385
|
+
}
|
386
|
+
}
|
387
|
+
}
|
388
|
+
},
|
389
|
+
"storageStats": {
|
390
|
+
"type": "object",
|
391
|
+
"properties": {
|
392
|
+
"count": {
|
393
|
+
"type": "integer"
|
394
|
+
},
|
395
|
+
"size": {
|
396
|
+
"type": "integer"
|
397
|
+
}
|
398
|
+
}
|
399
|
+
},
|
400
|
+
"notebookStats": {
|
401
|
+
"type": "object",
|
402
|
+
"properties": {
|
403
|
+
"awaitingCompletion": {
|
404
|
+
"type": "integer"
|
405
|
+
},
|
406
|
+
"minutesThisPeriod": {
|
407
|
+
"type": "integer"
|
408
|
+
},
|
409
|
+
"runsThisPeriod": {
|
410
|
+
"type": "integer"
|
411
|
+
}
|
412
|
+
}
|
413
|
+
}
|
414
|
+
}
|
415
|
+
},
|
160
416
|
"whitelistedEmailDomains": {
|
161
417
|
"type": "array",
|
162
418
|
"items": {
|
@@ -211,6 +467,14 @@
|
|
211
467
|
"referralId": {
|
212
468
|
"type": "string",
|
213
469
|
"maxLength": 1024
|
470
|
+
},
|
471
|
+
"mfaMode": {
|
472
|
+
"type": "string",
|
473
|
+
"enum": [
|
474
|
+
"notRequired",
|
475
|
+
"adminRequired",
|
476
|
+
"required"
|
477
|
+
]
|
214
478
|
}
|
215
479
|
},
|
216
480
|
"additionalProperties": false,
|
@@ -26,6 +26,14 @@
|
|
26
26
|
"type": "integer",
|
27
27
|
"minimum": 0
|
28
28
|
},
|
29
|
+
"applicationcertificate": {
|
30
|
+
"type": "integer",
|
31
|
+
"minimum": 0
|
32
|
+
},
|
33
|
+
"applicationcertificateauthority": {
|
34
|
+
"type": "integer",
|
35
|
+
"minimum": 0
|
36
|
+
},
|
29
37
|
"applicationkey": {
|
30
38
|
"type": "integer",
|
31
39
|
"minimum": 0
|
@@ -137,6 +145,11 @@
|
|
137
145
|
"applicationFlowSlots": {
|
138
146
|
"type": "integer",
|
139
147
|
"minimum": 0
|
148
|
+
},
|
149
|
+
"systemInterval": {
|
150
|
+
"type": "integer",
|
151
|
+
"minimum": 5,
|
152
|
+
"maximum": 3600
|
140
153
|
}
|
141
154
|
},
|
142
155
|
"additionalProperties": false
|
@@ -192,6 +205,14 @@
|
|
192
205
|
"referralId": {
|
193
206
|
"type": "string",
|
194
207
|
"maxLength": 1024
|
208
|
+
},
|
209
|
+
"mfaMode": {
|
210
|
+
"type": "string",
|
211
|
+
"enum": [
|
212
|
+
"notRequired",
|
213
|
+
"adminRequired",
|
214
|
+
"required"
|
215
|
+
]
|
195
216
|
}
|
196
217
|
},
|
197
218
|
"additionalProperties": false
|
@@ -26,6 +26,14 @@
|
|
26
26
|
"type": "integer",
|
27
27
|
"minimum": 0
|
28
28
|
},
|
29
|
+
"applicationcertificate": {
|
30
|
+
"type": "integer",
|
31
|
+
"minimum": 0
|
32
|
+
},
|
33
|
+
"applicationcertificateauthority": {
|
34
|
+
"type": "integer",
|
35
|
+
"minimum": 0
|
36
|
+
},
|
29
37
|
"applicationkey": {
|
30
38
|
"type": "integer",
|
31
39
|
"minimum": 0
|
@@ -137,6 +145,11 @@
|
|
137
145
|
"applicationFlowSlots": {
|
138
146
|
"type": "integer",
|
139
147
|
"minimum": 0
|
148
|
+
},
|
149
|
+
"systemInterval": {
|
150
|
+
"type": "integer",
|
151
|
+
"minimum": 5,
|
152
|
+
"maximum": 3600
|
140
153
|
}
|
141
154
|
},
|
142
155
|
"additionalProperties": false
|
@@ -358,6 +371,14 @@
|
|
358
371
|
"referralId": {
|
359
372
|
"type": "string",
|
360
373
|
"maxLength": 1024
|
374
|
+
},
|
375
|
+
"mfaMode": {
|
376
|
+
"type": "string",
|
377
|
+
"enum": [
|
378
|
+
"notRequired",
|
379
|
+
"adminRequired",
|
380
|
+
"required"
|
381
|
+
]
|
361
382
|
}
|
362
383
|
},
|
363
384
|
"additionalProperties": false,
|
data/schemas/instanceOrgs.json
CHANGED
@@ -49,6 +49,14 @@
|
|
49
49
|
"type": "integer",
|
50
50
|
"minimum": 0
|
51
51
|
},
|
52
|
+
"applicationcertificate": {
|
53
|
+
"type": "integer",
|
54
|
+
"minimum": 0
|
55
|
+
},
|
56
|
+
"applicationcertificateauthority": {
|
57
|
+
"type": "integer",
|
58
|
+
"minimum": 0
|
59
|
+
},
|
52
60
|
"applicationkey": {
|
53
61
|
"type": "integer",
|
54
62
|
"minimum": 0
|
@@ -160,10 +168,258 @@
|
|
160
168
|
"applicationFlowSlots": {
|
161
169
|
"type": "integer",
|
162
170
|
"minimum": 0
|
171
|
+
},
|
172
|
+
"systemInterval": {
|
173
|
+
"type": "integer",
|
174
|
+
"minimum": 5,
|
175
|
+
"maximum": 3600
|
163
176
|
}
|
164
177
|
},
|
165
178
|
"additionalProperties": false
|
166
179
|
},
|
180
|
+
"summary": {
|
181
|
+
"type": "object",
|
182
|
+
"properties": {
|
183
|
+
"apiTokenCount": {
|
184
|
+
"type": "integer"
|
185
|
+
},
|
186
|
+
"appCount": {
|
187
|
+
"type": "integer"
|
188
|
+
},
|
189
|
+
"certificateCount": {
|
190
|
+
"type": "integer"
|
191
|
+
},
|
192
|
+
"certificateAuthorityCount": {
|
193
|
+
"type": "integer"
|
194
|
+
},
|
195
|
+
"credentialCount": {
|
196
|
+
"type": "integer"
|
197
|
+
},
|
198
|
+
"dashCount": {
|
199
|
+
"type": "integer"
|
200
|
+
},
|
201
|
+
"dataTableCount": {
|
202
|
+
"type": "integer"
|
203
|
+
},
|
204
|
+
"deviceCount": {
|
205
|
+
"type": "integer"
|
206
|
+
},
|
207
|
+
"deviceRecipeCount": {
|
208
|
+
"type": "integer"
|
209
|
+
},
|
210
|
+
"eventCount": {
|
211
|
+
"type": "integer"
|
212
|
+
},
|
213
|
+
"experienceDomainCount": {
|
214
|
+
"type": "integer"
|
215
|
+
},
|
216
|
+
"experienceEndpointCount": {
|
217
|
+
"type": "integer"
|
218
|
+
},
|
219
|
+
"experienceGroupCount": {
|
220
|
+
"type": "integer"
|
221
|
+
},
|
222
|
+
"experienceSlugCount": {
|
223
|
+
"type": "integer"
|
224
|
+
},
|
225
|
+
"experienceUserCount": {
|
226
|
+
"type": "integer"
|
227
|
+
},
|
228
|
+
"experienceVersionCount": {
|
229
|
+
"type": "integer"
|
230
|
+
},
|
231
|
+
"experienceViewCount": {
|
232
|
+
"type": "integer"
|
233
|
+
},
|
234
|
+
"fileCount": {
|
235
|
+
"type": "integer"
|
236
|
+
},
|
237
|
+
"flowCount": {
|
238
|
+
"type": "integer"
|
239
|
+
},
|
240
|
+
"integrationCount": {
|
241
|
+
"type": "integer"
|
242
|
+
},
|
243
|
+
"keyCount": {
|
244
|
+
"type": "integer"
|
245
|
+
},
|
246
|
+
"notebookCount": {
|
247
|
+
"type": "integer"
|
248
|
+
},
|
249
|
+
"resourceJobCount": {
|
250
|
+
"type": "integer"
|
251
|
+
},
|
252
|
+
"webhookCount": {
|
253
|
+
"type": "integer"
|
254
|
+
},
|
255
|
+
"memberCount": {
|
256
|
+
"type": "integer"
|
257
|
+
},
|
258
|
+
"pendingInviteCount": {
|
259
|
+
"type": "integer"
|
260
|
+
},
|
261
|
+
"payloadCount": {
|
262
|
+
"title": "Payload Stats",
|
263
|
+
"description": "Schema for the result of a payload stats request",
|
264
|
+
"type": "object",
|
265
|
+
"properties": {
|
266
|
+
"dataTable": {
|
267
|
+
"type": "object",
|
268
|
+
"patternProperties": {
|
269
|
+
".*": {
|
270
|
+
"type": "number"
|
271
|
+
}
|
272
|
+
}
|
273
|
+
},
|
274
|
+
"deviceCommand": {
|
275
|
+
"type": "object",
|
276
|
+
"patternProperties": {
|
277
|
+
".*": {
|
278
|
+
"type": "number"
|
279
|
+
}
|
280
|
+
}
|
281
|
+
},
|
282
|
+
"deviceConnect": {
|
283
|
+
"type": "object",
|
284
|
+
"patternProperties": {
|
285
|
+
".*": {
|
286
|
+
"type": "number"
|
287
|
+
}
|
288
|
+
}
|
289
|
+
},
|
290
|
+
"deviceDisconnect": {
|
291
|
+
"type": "object",
|
292
|
+
"patternProperties": {
|
293
|
+
".*": {
|
294
|
+
"type": "number"
|
295
|
+
}
|
296
|
+
}
|
297
|
+
},
|
298
|
+
"deviceState": {
|
299
|
+
"type": "object",
|
300
|
+
"patternProperties": {
|
301
|
+
".*": {
|
302
|
+
"type": "number"
|
303
|
+
}
|
304
|
+
}
|
305
|
+
},
|
306
|
+
"endpoint": {
|
307
|
+
"type": "object",
|
308
|
+
"patternProperties": {
|
309
|
+
".*": {
|
310
|
+
"type": "number"
|
311
|
+
}
|
312
|
+
}
|
313
|
+
},
|
314
|
+
"event": {
|
315
|
+
"type": "object",
|
316
|
+
"patternProperties": {
|
317
|
+
".*": {
|
318
|
+
"type": "number"
|
319
|
+
}
|
320
|
+
}
|
321
|
+
},
|
322
|
+
"flowError": {
|
323
|
+
"type": "object",
|
324
|
+
"patternProperties": {
|
325
|
+
".*": {
|
326
|
+
"type": "number"
|
327
|
+
}
|
328
|
+
}
|
329
|
+
},
|
330
|
+
"integration": {
|
331
|
+
"type": "object",
|
332
|
+
"patternProperties": {
|
333
|
+
".*": {
|
334
|
+
"type": "number"
|
335
|
+
}
|
336
|
+
}
|
337
|
+
},
|
338
|
+
"mqttIn": {
|
339
|
+
"type": "object",
|
340
|
+
"patternProperties": {
|
341
|
+
".*": {
|
342
|
+
"type": "number"
|
343
|
+
}
|
344
|
+
}
|
345
|
+
},
|
346
|
+
"mqttOut": {
|
347
|
+
"type": "object",
|
348
|
+
"patternProperties": {
|
349
|
+
".*": {
|
350
|
+
"type": "number"
|
351
|
+
}
|
352
|
+
}
|
353
|
+
},
|
354
|
+
"notebook": {
|
355
|
+
"type": "object",
|
356
|
+
"patternProperties": {
|
357
|
+
".*": {
|
358
|
+
"type": "number"
|
359
|
+
}
|
360
|
+
}
|
361
|
+
},
|
362
|
+
"timer": {
|
363
|
+
"type": "object",
|
364
|
+
"patternProperties": {
|
365
|
+
".*": {
|
366
|
+
"type": "number"
|
367
|
+
}
|
368
|
+
}
|
369
|
+
},
|
370
|
+
"virtualButton": {
|
371
|
+
"type": "object",
|
372
|
+
"patternProperties": {
|
373
|
+
".*": {
|
374
|
+
"type": "number"
|
375
|
+
}
|
376
|
+
}
|
377
|
+
},
|
378
|
+
"webhook": {
|
379
|
+
"type": "object",
|
380
|
+
"patternProperties": {
|
381
|
+
".*": {
|
382
|
+
"type": "number"
|
383
|
+
}
|
384
|
+
}
|
385
|
+
},
|
386
|
+
"resourceJob": {
|
387
|
+
"type": "object",
|
388
|
+
"patternProperties": {
|
389
|
+
".*": {
|
390
|
+
"type": "number"
|
391
|
+
}
|
392
|
+
}
|
393
|
+
}
|
394
|
+
}
|
395
|
+
},
|
396
|
+
"storageStats": {
|
397
|
+
"type": "object",
|
398
|
+
"properties": {
|
399
|
+
"count": {
|
400
|
+
"type": "integer"
|
401
|
+
},
|
402
|
+
"size": {
|
403
|
+
"type": "integer"
|
404
|
+
}
|
405
|
+
}
|
406
|
+
},
|
407
|
+
"notebookStats": {
|
408
|
+
"type": "object",
|
409
|
+
"properties": {
|
410
|
+
"awaitingCompletion": {
|
411
|
+
"type": "integer"
|
412
|
+
},
|
413
|
+
"minutesThisPeriod": {
|
414
|
+
"type": "integer"
|
415
|
+
},
|
416
|
+
"runsThisPeriod": {
|
417
|
+
"type": "integer"
|
418
|
+
}
|
419
|
+
}
|
420
|
+
}
|
421
|
+
}
|
422
|
+
},
|
167
423
|
"whitelistedEmailDomains": {
|
168
424
|
"type": "array",
|
169
425
|
"items": {
|
@@ -218,6 +474,14 @@
|
|
218
474
|
"referralId": {
|
219
475
|
"type": "string",
|
220
476
|
"maxLength": 1024
|
477
|
+
},
|
478
|
+
"mfaMode": {
|
479
|
+
"type": "string",
|
480
|
+
"enum": [
|
481
|
+
"notRequired",
|
482
|
+
"adminRequired",
|
483
|
+
"required"
|
484
|
+
]
|
221
485
|
}
|
222
486
|
},
|
223
487
|
"additionalProperties": false,
|
data/schemas/instancePatch.json
CHANGED
@@ -74,6 +74,14 @@
|
|
74
74
|
"type": "integer",
|
75
75
|
"minimum": 0
|
76
76
|
},
|
77
|
+
"applicationcertificate": {
|
78
|
+
"type": "integer",
|
79
|
+
"minimum": 0
|
80
|
+
},
|
81
|
+
"applicationcertificateauthority": {
|
82
|
+
"type": "integer",
|
83
|
+
"minimum": 0
|
84
|
+
},
|
77
85
|
"applicationkey": {
|
78
86
|
"type": "integer",
|
79
87
|
"minimum": 0
|
@@ -185,6 +193,11 @@
|
|
185
193
|
"applicationFlowSlots": {
|
186
194
|
"type": "integer",
|
187
195
|
"minimum": 0
|
196
|
+
},
|
197
|
+
"systemInterval": {
|
198
|
+
"type": "integer",
|
199
|
+
"minimum": 5,
|
200
|
+
"maximum": 3600
|
188
201
|
}
|
189
202
|
},
|
190
203
|
"additionalProperties": false
|