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.
data/docs/_schemas.md CHANGED
@@ -113,7 +113,6 @@
113
113
  * [Devices Patch](#devices-patch)
114
114
  * [Devices Remove Data Post](#devices-remove-data-post)
115
115
  * [Devices Updated](#devices-updated)
116
- * [Disable Two Factor Auth](#disable-two-factor-auth)
117
116
  * [Edge Deployment](#edge-deployment)
118
117
  * [Edge Deployment Release](#edge-deployment-release)
119
118
  * [Edge Deployment Remove](#edge-deployment-remove)
@@ -126,7 +125,6 @@
126
125
  * [Embedded Deployment Remove](#embedded-deployment-remove)
127
126
  * [Embedded Deployment Replace](#embedded-deployment-replace)
128
127
  * [Embedded Deployments](#embedded-deployments)
129
- * [Enable Two Factor Auth](#enable-two-factor-auth)
130
128
  * [Error](#error)
131
129
  * [Event](#event)
132
130
  * [Event Patch](#event-patch)
@@ -229,6 +227,9 @@
229
227
  * [Me Patch](#me-patch)
230
228
  * [MQTT Publish Body](#mqtt-publish-body)
231
229
  * [Multi Device Command](#multi-device-command)
230
+ * [Disable Multi-Factor Authentication](#disable-multi-factor-authentication)
231
+ * [Enable Multi-Factor Authentication](#enable-multi-factor-authentication)
232
+ * [Multi-Factor Authentication Info](#multi-factor-authentication-info)
232
233
  * [Notebook](#notebook)
233
234
  * [Notebook Data Export Options](#notebook-data-export-options)
234
235
  * [Notebook Execution Logs](#notebook-execution-logs)
@@ -279,7 +280,6 @@
279
280
  * [Template Keywords](#template-keywords)
280
281
  * [Time Series Data](#time-series-data)
281
282
  * [Time Series Query](#time-series-query)
282
- * [Two Factor Auth Info](#two-factor-auth-info)
283
283
  * [User Credentials](#user-credentials)
284
284
  * [User Post](#user-post)
285
285
  * [Validate Context Error](#validate-context-error)
@@ -9494,9 +9494,18 @@ Schema for a single Application
9494
9494
  "apiTokenCount": {
9495
9495
  "type": "integer"
9496
9496
  },
9497
+ "certificateCount": {
9498
+ "type": "integer"
9499
+ },
9500
+ "certificateAuthorityCount": {
9501
+ "type": "integer"
9502
+ },
9497
9503
  "credentialCount": {
9498
9504
  "type": "integer"
9499
9505
  },
9506
+ "dashCount": {
9507
+ "type": "integer"
9508
+ },
9500
9509
  "dataTableCount": {
9501
9510
  "type": "integer"
9502
9511
  },
@@ -9542,6 +9551,150 @@ Schema for a single Application
9542
9551
  "keyCount": {
9543
9552
  "type": "integer"
9544
9553
  },
9554
+ "notebookCount": {
9555
+ "type": "integer"
9556
+ },
9557
+ "resourceJobCount": {
9558
+ "type": "integer"
9559
+ },
9560
+ "webhookCount": {
9561
+ "type": "integer"
9562
+ },
9563
+ "payloadCount": {
9564
+ "title": "Payload Stats",
9565
+ "description": "Schema for the result of a payload stats request",
9566
+ "type": "object",
9567
+ "properties": {
9568
+ "dataTable": {
9569
+ "type": "object",
9570
+ "patternProperties": {
9571
+ ".*": {
9572
+ "type": "number"
9573
+ }
9574
+ }
9575
+ },
9576
+ "deviceCommand": {
9577
+ "type": "object",
9578
+ "patternProperties": {
9579
+ ".*": {
9580
+ "type": "number"
9581
+ }
9582
+ }
9583
+ },
9584
+ "deviceConnect": {
9585
+ "type": "object",
9586
+ "patternProperties": {
9587
+ ".*": {
9588
+ "type": "number"
9589
+ }
9590
+ }
9591
+ },
9592
+ "deviceDisconnect": {
9593
+ "type": "object",
9594
+ "patternProperties": {
9595
+ ".*": {
9596
+ "type": "number"
9597
+ }
9598
+ }
9599
+ },
9600
+ "deviceState": {
9601
+ "type": "object",
9602
+ "patternProperties": {
9603
+ ".*": {
9604
+ "type": "number"
9605
+ }
9606
+ }
9607
+ },
9608
+ "endpoint": {
9609
+ "type": "object",
9610
+ "patternProperties": {
9611
+ ".*": {
9612
+ "type": "number"
9613
+ }
9614
+ }
9615
+ },
9616
+ "event": {
9617
+ "type": "object",
9618
+ "patternProperties": {
9619
+ ".*": {
9620
+ "type": "number"
9621
+ }
9622
+ }
9623
+ },
9624
+ "flowError": {
9625
+ "type": "object",
9626
+ "patternProperties": {
9627
+ ".*": {
9628
+ "type": "number"
9629
+ }
9630
+ }
9631
+ },
9632
+ "integration": {
9633
+ "type": "object",
9634
+ "patternProperties": {
9635
+ ".*": {
9636
+ "type": "number"
9637
+ }
9638
+ }
9639
+ },
9640
+ "mqttIn": {
9641
+ "type": "object",
9642
+ "patternProperties": {
9643
+ ".*": {
9644
+ "type": "number"
9645
+ }
9646
+ }
9647
+ },
9648
+ "mqttOut": {
9649
+ "type": "object",
9650
+ "patternProperties": {
9651
+ ".*": {
9652
+ "type": "number"
9653
+ }
9654
+ }
9655
+ },
9656
+ "notebook": {
9657
+ "type": "object",
9658
+ "patternProperties": {
9659
+ ".*": {
9660
+ "type": "number"
9661
+ }
9662
+ }
9663
+ },
9664
+ "timer": {
9665
+ "type": "object",
9666
+ "patternProperties": {
9667
+ ".*": {
9668
+ "type": "number"
9669
+ }
9670
+ }
9671
+ },
9672
+ "virtualButton": {
9673
+ "type": "object",
9674
+ "patternProperties": {
9675
+ ".*": {
9676
+ "type": "number"
9677
+ }
9678
+ }
9679
+ },
9680
+ "webhook": {
9681
+ "type": "object",
9682
+ "patternProperties": {
9683
+ ".*": {
9684
+ "type": "number"
9685
+ }
9686
+ }
9687
+ },
9688
+ "resourceJob": {
9689
+ "type": "object",
9690
+ "patternProperties": {
9691
+ ".*": {
9692
+ "type": "number"
9693
+ }
9694
+ }
9695
+ }
9696
+ }
9697
+ },
9545
9698
  "storageStats": {
9546
9699
  "type": "object",
9547
9700
  "properties": {
@@ -9553,8 +9706,19 @@ Schema for a single Application
9553
9706
  }
9554
9707
  }
9555
9708
  },
9556
- "webhookCount": {
9557
- "type": "integer"
9709
+ "notebookStats": {
9710
+ "type": "object",
9711
+ "properties": {
9712
+ "awaitingCompletion": {
9713
+ "type": "integer"
9714
+ },
9715
+ "minutesThisPeriod": {
9716
+ "type": "integer"
9717
+ },
9718
+ "runsThisPeriod": {
9719
+ "type": "integer"
9720
+ }
9721
+ }
9558
9722
  }
9559
9723
  }
9560
9724
  },
@@ -11014,9 +11178,18 @@ Schema for creating an application by template result
11014
11178
  "apiTokenCount": {
11015
11179
  "type": "integer"
11016
11180
  },
11181
+ "certificateCount": {
11182
+ "type": "integer"
11183
+ },
11184
+ "certificateAuthorityCount": {
11185
+ "type": "integer"
11186
+ },
11017
11187
  "credentialCount": {
11018
11188
  "type": "integer"
11019
11189
  },
11190
+ "dashCount": {
11191
+ "type": "integer"
11192
+ },
11020
11193
  "dataTableCount": {
11021
11194
  "type": "integer"
11022
11195
  },
@@ -11062,6 +11235,150 @@ Schema for creating an application by template result
11062
11235
  "keyCount": {
11063
11236
  "type": "integer"
11064
11237
  },
11238
+ "notebookCount": {
11239
+ "type": "integer"
11240
+ },
11241
+ "resourceJobCount": {
11242
+ "type": "integer"
11243
+ },
11244
+ "webhookCount": {
11245
+ "type": "integer"
11246
+ },
11247
+ "payloadCount": {
11248
+ "title": "Payload Stats",
11249
+ "description": "Schema for the result of a payload stats request",
11250
+ "type": "object",
11251
+ "properties": {
11252
+ "dataTable": {
11253
+ "type": "object",
11254
+ "patternProperties": {
11255
+ ".*": {
11256
+ "type": "number"
11257
+ }
11258
+ }
11259
+ },
11260
+ "deviceCommand": {
11261
+ "type": "object",
11262
+ "patternProperties": {
11263
+ ".*": {
11264
+ "type": "number"
11265
+ }
11266
+ }
11267
+ },
11268
+ "deviceConnect": {
11269
+ "type": "object",
11270
+ "patternProperties": {
11271
+ ".*": {
11272
+ "type": "number"
11273
+ }
11274
+ }
11275
+ },
11276
+ "deviceDisconnect": {
11277
+ "type": "object",
11278
+ "patternProperties": {
11279
+ ".*": {
11280
+ "type": "number"
11281
+ }
11282
+ }
11283
+ },
11284
+ "deviceState": {
11285
+ "type": "object",
11286
+ "patternProperties": {
11287
+ ".*": {
11288
+ "type": "number"
11289
+ }
11290
+ }
11291
+ },
11292
+ "endpoint": {
11293
+ "type": "object",
11294
+ "patternProperties": {
11295
+ ".*": {
11296
+ "type": "number"
11297
+ }
11298
+ }
11299
+ },
11300
+ "event": {
11301
+ "type": "object",
11302
+ "patternProperties": {
11303
+ ".*": {
11304
+ "type": "number"
11305
+ }
11306
+ }
11307
+ },
11308
+ "flowError": {
11309
+ "type": "object",
11310
+ "patternProperties": {
11311
+ ".*": {
11312
+ "type": "number"
11313
+ }
11314
+ }
11315
+ },
11316
+ "integration": {
11317
+ "type": "object",
11318
+ "patternProperties": {
11319
+ ".*": {
11320
+ "type": "number"
11321
+ }
11322
+ }
11323
+ },
11324
+ "mqttIn": {
11325
+ "type": "object",
11326
+ "patternProperties": {
11327
+ ".*": {
11328
+ "type": "number"
11329
+ }
11330
+ }
11331
+ },
11332
+ "mqttOut": {
11333
+ "type": "object",
11334
+ "patternProperties": {
11335
+ ".*": {
11336
+ "type": "number"
11337
+ }
11338
+ }
11339
+ },
11340
+ "notebook": {
11341
+ "type": "object",
11342
+ "patternProperties": {
11343
+ ".*": {
11344
+ "type": "number"
11345
+ }
11346
+ }
11347
+ },
11348
+ "timer": {
11349
+ "type": "object",
11350
+ "patternProperties": {
11351
+ ".*": {
11352
+ "type": "number"
11353
+ }
11354
+ }
11355
+ },
11356
+ "virtualButton": {
11357
+ "type": "object",
11358
+ "patternProperties": {
11359
+ ".*": {
11360
+ "type": "number"
11361
+ }
11362
+ }
11363
+ },
11364
+ "webhook": {
11365
+ "type": "object",
11366
+ "patternProperties": {
11367
+ ".*": {
11368
+ "type": "number"
11369
+ }
11370
+ }
11371
+ },
11372
+ "resourceJob": {
11373
+ "type": "object",
11374
+ "patternProperties": {
11375
+ ".*": {
11376
+ "type": "number"
11377
+ }
11378
+ }
11379
+ }
11380
+ }
11381
+ },
11065
11382
  "storageStats": {
11066
11383
  "type": "object",
11067
11384
  "properties": {
@@ -11073,8 +11390,19 @@ Schema for creating an application by template result
11073
11390
  }
11074
11391
  }
11075
11392
  },
11076
- "webhookCount": {
11077
- "type": "integer"
11393
+ "notebookStats": {
11394
+ "type": "object",
11395
+ "properties": {
11396
+ "awaitingCompletion": {
11397
+ "type": "integer"
11398
+ },
11399
+ "minutesThisPeriod": {
11400
+ "type": "integer"
11401
+ },
11402
+ "runsThisPeriod": {
11403
+ "type": "integer"
11404
+ }
11405
+ }
11078
11406
  }
11079
11407
  }
11080
11408
  },
@@ -12213,6 +12541,9 @@ Schema for the body of an Application scoped Dashboard creation request
12213
12541
  "vega4",
12214
12542
  "vega5"
12215
12543
  ]
12544
+ },
12545
+ "tooltipEventSubscribe": {
12546
+ "type": "boolean"
12216
12547
  }
12217
12548
  },
12218
12549
  "additionalProperties": false
@@ -13509,6 +13840,9 @@ Schema for the body of an Application scoped Dashboard creation request
13509
13840
  "realTime": {
13510
13841
  "type": "boolean"
13511
13842
  },
13843
+ "hideLegend": {
13844
+ "type": "boolean"
13845
+ },
13512
13846
  "disallowUserSelectedDuration": {
13513
13847
  "type": "boolean"
13514
13848
  },
@@ -19616,9 +19950,18 @@ Schema for a collection of Applications
19616
19950
  "apiTokenCount": {
19617
19951
  "type": "integer"
19618
19952
  },
19953
+ "certificateCount": {
19954
+ "type": "integer"
19955
+ },
19956
+ "certificateAuthorityCount": {
19957
+ "type": "integer"
19958
+ },
19619
19959
  "credentialCount": {
19620
19960
  "type": "integer"
19621
19961
  },
19962
+ "dashCount": {
19963
+ "type": "integer"
19964
+ },
19622
19965
  "dataTableCount": {
19623
19966
  "type": "integer"
19624
19967
  },
@@ -19664,6 +20007,150 @@ Schema for a collection of Applications
19664
20007
  "keyCount": {
19665
20008
  "type": "integer"
19666
20009
  },
20010
+ "notebookCount": {
20011
+ "type": "integer"
20012
+ },
20013
+ "resourceJobCount": {
20014
+ "type": "integer"
20015
+ },
20016
+ "webhookCount": {
20017
+ "type": "integer"
20018
+ },
20019
+ "payloadCount": {
20020
+ "title": "Payload Stats",
20021
+ "description": "Schema for the result of a payload stats request",
20022
+ "type": "object",
20023
+ "properties": {
20024
+ "dataTable": {
20025
+ "type": "object",
20026
+ "patternProperties": {
20027
+ ".*": {
20028
+ "type": "number"
20029
+ }
20030
+ }
20031
+ },
20032
+ "deviceCommand": {
20033
+ "type": "object",
20034
+ "patternProperties": {
20035
+ ".*": {
20036
+ "type": "number"
20037
+ }
20038
+ }
20039
+ },
20040
+ "deviceConnect": {
20041
+ "type": "object",
20042
+ "patternProperties": {
20043
+ ".*": {
20044
+ "type": "number"
20045
+ }
20046
+ }
20047
+ },
20048
+ "deviceDisconnect": {
20049
+ "type": "object",
20050
+ "patternProperties": {
20051
+ ".*": {
20052
+ "type": "number"
20053
+ }
20054
+ }
20055
+ },
20056
+ "deviceState": {
20057
+ "type": "object",
20058
+ "patternProperties": {
20059
+ ".*": {
20060
+ "type": "number"
20061
+ }
20062
+ }
20063
+ },
20064
+ "endpoint": {
20065
+ "type": "object",
20066
+ "patternProperties": {
20067
+ ".*": {
20068
+ "type": "number"
20069
+ }
20070
+ }
20071
+ },
20072
+ "event": {
20073
+ "type": "object",
20074
+ "patternProperties": {
20075
+ ".*": {
20076
+ "type": "number"
20077
+ }
20078
+ }
20079
+ },
20080
+ "flowError": {
20081
+ "type": "object",
20082
+ "patternProperties": {
20083
+ ".*": {
20084
+ "type": "number"
20085
+ }
20086
+ }
20087
+ },
20088
+ "integration": {
20089
+ "type": "object",
20090
+ "patternProperties": {
20091
+ ".*": {
20092
+ "type": "number"
20093
+ }
20094
+ }
20095
+ },
20096
+ "mqttIn": {
20097
+ "type": "object",
20098
+ "patternProperties": {
20099
+ ".*": {
20100
+ "type": "number"
20101
+ }
20102
+ }
20103
+ },
20104
+ "mqttOut": {
20105
+ "type": "object",
20106
+ "patternProperties": {
20107
+ ".*": {
20108
+ "type": "number"
20109
+ }
20110
+ }
20111
+ },
20112
+ "notebook": {
20113
+ "type": "object",
20114
+ "patternProperties": {
20115
+ ".*": {
20116
+ "type": "number"
20117
+ }
20118
+ }
20119
+ },
20120
+ "timer": {
20121
+ "type": "object",
20122
+ "patternProperties": {
20123
+ ".*": {
20124
+ "type": "number"
20125
+ }
20126
+ }
20127
+ },
20128
+ "virtualButton": {
20129
+ "type": "object",
20130
+ "patternProperties": {
20131
+ ".*": {
20132
+ "type": "number"
20133
+ }
20134
+ }
20135
+ },
20136
+ "webhook": {
20137
+ "type": "object",
20138
+ "patternProperties": {
20139
+ ".*": {
20140
+ "type": "number"
20141
+ }
20142
+ }
20143
+ },
20144
+ "resourceJob": {
20145
+ "type": "object",
20146
+ "patternProperties": {
20147
+ ".*": {
20148
+ "type": "number"
20149
+ }
20150
+ }
20151
+ }
20152
+ }
20153
+ },
19667
20154
  "storageStats": {
19668
20155
  "type": "object",
19669
20156
  "properties": {
@@ -19675,8 +20162,19 @@ Schema for a collection of Applications
19675
20162
  }
19676
20163
  }
19677
20164
  },
19678
- "webhookCount": {
19679
- "type": "integer"
20165
+ "notebookStats": {
20166
+ "type": "object",
20167
+ "properties": {
20168
+ "awaitingCompletion": {
20169
+ "type": "integer"
20170
+ },
20171
+ "minutesThisPeriod": {
20172
+ "type": "integer"
20173
+ },
20174
+ "runsThisPeriod": {
20175
+ "type": "integer"
20176
+ }
20177
+ }
19680
20178
  }
19681
20179
  }
19682
20180
  },
@@ -20999,7 +21497,8 @@ Schema for a single Credential
20999
21497
  "enum": [
21000
21498
  "aws",
21001
21499
  "azure",
21002
- "gcp"
21500
+ "gcp",
21501
+ "http"
21003
21502
  ]
21004
21503
  },
21005
21504
  "awsConfig": {
@@ -21045,6 +21544,35 @@ Schema for a single Credential
21045
21544
  "required": [
21046
21545
  "keyMetaJson"
21047
21546
  ]
21547
+ },
21548
+ "httpConfig": {
21549
+ "type": "object",
21550
+ "properties": {
21551
+ "uriMatch": {
21552
+ "type": "string",
21553
+ "minLength": 8,
21554
+ "maxLength": 1024
21555
+ },
21556
+ "authMethod": {
21557
+ "type": "string",
21558
+ "enum": [
21559
+ "header",
21560
+ "queryParam",
21561
+ "basicAuth",
21562
+ "clientCertificate"
21563
+ ]
21564
+ },
21565
+ "publicValue": {
21566
+ "type": "string",
21567
+ "maxLength": 8196
21568
+ }
21569
+ },
21570
+ "additionalProperties": false,
21571
+ "required": [
21572
+ "uriMatch",
21573
+ "authMethod",
21574
+ "publicValue"
21575
+ ]
21048
21576
  }
21049
21577
  },
21050
21578
  "additionalProperties": false,
@@ -29499,6 +30027,34 @@ Schema for a Credential update request
29499
30027
  }
29500
30028
  },
29501
30029
  "additionalProperties": false
30030
+ },
30031
+ "httpConfig": {
30032
+ "type": "object",
30033
+ "properties": {
30034
+ "uriMatch": {
30035
+ "type": "string",
30036
+ "minLength": 8,
30037
+ "maxLength": 1024
30038
+ },
30039
+ "authMethod": {
30040
+ "type": "string",
30041
+ "enum": [
30042
+ "header",
30043
+ "queryParam",
30044
+ "basicAuth",
30045
+ "clientCertificate"
30046
+ ]
30047
+ },
30048
+ "publicValue": {
30049
+ "type": "string",
30050
+ "maxLength": 8196
30051
+ },
30052
+ "secretValue": {
30053
+ "type": "string",
30054
+ "maxLength": 8196
30055
+ }
30056
+ },
30057
+ "additionalProperties": false
29502
30058
  }
29503
30059
  },
29504
30060
  "additionalProperties": false
@@ -29546,7 +30102,8 @@ Schema for a Credential creation request
29546
30102
  "enum": [
29547
30103
  "aws",
29548
30104
  "azure",
29549
- "gcp"
30105
+ "gcp",
30106
+ "http"
29550
30107
  ]
29551
30108
  },
29552
30109
  "awsConfig": {
@@ -29606,6 +30163,39 @@ Schema for a Credential creation request
29606
30163
  "required": [
29607
30164
  "keyJson"
29608
30165
  ]
30166
+ },
30167
+ "httpConfig": {
30168
+ "type": "object",
30169
+ "properties": {
30170
+ "uriMatch": {
30171
+ "type": "string",
30172
+ "minLength": 8,
30173
+ "maxLength": 1024
30174
+ },
30175
+ "authMethod": {
30176
+ "type": "string",
30177
+ "enum": [
30178
+ "header",
30179
+ "queryParam",
30180
+ "basicAuth",
30181
+ "clientCertificate"
30182
+ ]
30183
+ },
30184
+ "publicValue": {
30185
+ "type": "string",
30186
+ "maxLength": 8196
30187
+ },
30188
+ "secretValue": {
30189
+ "type": "string",
30190
+ "maxLength": 8196
30191
+ }
30192
+ },
30193
+ "additionalProperties": false,
30194
+ "required": [
30195
+ "uriMatch",
30196
+ "authMethod",
30197
+ "secretValue"
30198
+ ]
29609
30199
  }
29610
30200
  },
29611
30201
  "additionalProperties": false,
@@ -29706,7 +30296,8 @@ Schema for a collection of Credentials
29706
30296
  "enum": [
29707
30297
  "aws",
29708
30298
  "azure",
29709
- "gcp"
30299
+ "gcp",
30300
+ "http"
29710
30301
  ]
29711
30302
  },
29712
30303
  "awsConfig": {
@@ -29752,6 +30343,35 @@ Schema for a collection of Credentials
29752
30343
  "required": [
29753
30344
  "keyMetaJson"
29754
30345
  ]
30346
+ },
30347
+ "httpConfig": {
30348
+ "type": "object",
30349
+ "properties": {
30350
+ "uriMatch": {
30351
+ "type": "string",
30352
+ "minLength": 8,
30353
+ "maxLength": 1024
30354
+ },
30355
+ "authMethod": {
30356
+ "type": "string",
30357
+ "enum": [
30358
+ "header",
30359
+ "queryParam",
30360
+ "basicAuth",
30361
+ "clientCertificate"
30362
+ ]
30363
+ },
30364
+ "publicValue": {
30365
+ "type": "string",
30366
+ "maxLength": 8196
30367
+ }
30368
+ },
30369
+ "additionalProperties": false,
30370
+ "required": [
30371
+ "uriMatch",
30372
+ "authMethod",
30373
+ "publicValue"
30374
+ ]
29755
30375
  }
29756
30376
  },
29757
30377
  "additionalProperties": false,
@@ -30927,6 +31547,9 @@ Schema for a single Dashboard
30927
31547
  "vega4",
30928
31548
  "vega5"
30929
31549
  ]
31550
+ },
31551
+ "tooltipEventSubscribe": {
31552
+ "type": "boolean"
30930
31553
  }
30931
31554
  },
30932
31555
  "additionalProperties": false
@@ -32223,6 +32846,9 @@ Schema for a single Dashboard
32223
32846
  "realTime": {
32224
32847
  "type": "boolean"
32225
32848
  },
32849
+ "hideLegend": {
32850
+ "type": "boolean"
32851
+ },
32226
32852
  "disallowUserSelectedDuration": {
32227
32853
  "type": "boolean"
32228
32854
  },
@@ -37142,6 +37768,9 @@ Schema for the body of a Dashboard modification request
37142
37768
  "vega4",
37143
37769
  "vega5"
37144
37770
  ]
37771
+ },
37772
+ "tooltipEventSubscribe": {
37773
+ "type": "boolean"
37145
37774
  }
37146
37775
  },
37147
37776
  "additionalProperties": false
@@ -38438,6 +39067,9 @@ Schema for the body of a Dashboard modification request
38438
39067
  "realTime": {
38439
39068
  "type": "boolean"
38440
39069
  },
39070
+ "hideLegend": {
39071
+ "type": "boolean"
39072
+ },
38441
39073
  "disallowUserSelectedDuration": {
38442
39074
  "type": "boolean"
38443
39075
  },
@@ -43355,6 +43987,9 @@ Schema for the body of a Dashboard creation request
43355
43987
  "vega4",
43356
43988
  "vega5"
43357
43989
  ]
43990
+ },
43991
+ "tooltipEventSubscribe": {
43992
+ "type": "boolean"
43358
43993
  }
43359
43994
  },
43360
43995
  "additionalProperties": false
@@ -44651,6 +45286,9 @@ Schema for the body of a Dashboard creation request
44651
45286
  "realTime": {
44652
45287
  "type": "boolean"
44653
45288
  },
45289
+ "hideLegend": {
45290
+ "type": "boolean"
45291
+ },
44654
45292
  "disallowUserSelectedDuration": {
44655
45293
  "type": "boolean"
44656
45294
  },
@@ -49967,6 +50605,9 @@ Schema for a collection of Dashboards
49967
50605
  "vega4",
49968
50606
  "vega5"
49969
50607
  ]
50608
+ },
50609
+ "tooltipEventSubscribe": {
50610
+ "type": "boolean"
49970
50611
  }
49971
50612
  },
49972
50613
  "additionalProperties": false
@@ -51263,6 +51904,9 @@ Schema for a collection of Dashboards
51263
51904
  "realTime": {
51264
51905
  "type": "boolean"
51265
51906
  },
51907
+ "hideLegend": {
51908
+ "type": "boolean"
51909
+ },
51266
51910
  "disallowUserSelectedDuration": {
51267
51911
  "type": "boolean"
51268
51912
  },
@@ -70771,45 +71415,6 @@ Schema for response of devices updated if under 100 devices queried
70771
71415
 
70772
71416
  <br/>
70773
71417
 
70774
- ## Disable Two Factor Auth
70775
-
70776
- Schema for the body of a request to disable two factor auth
70777
-
70778
- ### <a name="disable-two-factor-auth-schema"></a> Schema
70779
-
70780
- ```json
70781
- {
70782
- "$schema": "http://json-schema.org/draft-07/schema#",
70783
- "type": "object",
70784
- "properties": {
70785
- "twoFactorCode": {
70786
- "type": "string",
70787
- "maxLength": 2048
70788
- },
70789
- "password": {
70790
- "type": "string",
70791
- "minLength": 8,
70792
- "maxLength": 2048
70793
- }
70794
- },
70795
- "required": [
70796
- "password",
70797
- "twoFactorCode"
70798
- ],
70799
- "additionalProperties": false
70800
- }
70801
- ```
70802
- ### <a name="disable-two-factor-auth-example"></a> Example
70803
-
70804
- ```json
70805
- {
70806
- "twoFactorCode": "123123",
70807
- "password": "this would be your password"
70808
- }
70809
- ```
70810
-
70811
- <br/>
70812
-
70813
71418
  ## Edge Deployment
70814
71419
 
70815
71420
  Schema for a single deployment of an edge workflow to an edge device
@@ -72205,51 +72810,6 @@ Schema for a collection of Embedded Deployments
72205
72810
 
72206
72811
  <br/>
72207
72812
 
72208
- ## Enable Two Factor Auth
72209
-
72210
- Schema for the body of a request to enable two factor auth
72211
-
72212
- ### <a name="enable-two-factor-auth-schema"></a> Schema
72213
-
72214
- ```json
72215
- {
72216
- "$schema": "http://json-schema.org/draft-07/schema#",
72217
- "type": "object",
72218
- "properties": {
72219
- "twoFactorAuthKey": {
72220
- "type": "string",
72221
- "minLength": 52,
72222
- "maxLength": 52
72223
- },
72224
- "password": {
72225
- "type": "string",
72226
- "minLength": 8,
72227
- "maxLength": 2048
72228
- },
72229
- "twoFactorCode": {
72230
- "type": "string",
72231
- "maxLength": 2048
72232
- }
72233
- },
72234
- "required": [
72235
- "password",
72236
- "twoFactorCode"
72237
- ],
72238
- "additionalProperties": false
72239
- }
72240
- ```
72241
- ### <a name="enable-two-factor-auth-example"></a> Example
72242
-
72243
- ```json
72244
- {
72245
- "twoFactorAuthKey": "HBBGWJJVOVLXS4ZGNRTDOUKTMESFUR3BMRWVQND2HJYT44TOMVJA",
72246
- "password": "this would be your password",
72247
- "twoFactorCode": "012345"
72248
- }
72249
- ```
72250
-
72251
- <br/>
72252
-
72253
72813
  ## Error
72254
72814
 
72255
72815
  Schema for errors returned by the API
@@ -126268,6 +126828,14 @@ Schema for a collection of Historical Summaries
126268
126828
  "type": "integer",
126269
126829
  "minimum": 0
126270
126830
  },
126831
+ "applicationcertificate": {
126832
+ "type": "integer",
126833
+ "minimum": 0
126834
+ },
126835
+ "applicationcertificateauthority": {
126836
+ "type": "integer",
126837
+ "minimum": 0
126838
+ },
126271
126839
  "applicationkey": {
126272
126840
  "type": "integer",
126273
126841
  "minimum": 0
@@ -126379,6 +126947,11 @@ Schema for a collection of Historical Summaries
126379
126947
  "applicationFlowSlots": {
126380
126948
  "type": "integer",
126381
126949
  "minimum": 0
126950
+ },
126951
+ "systemInterval": {
126952
+ "type": "integer",
126953
+ "minimum": 5,
126954
+ "maximum": 3600
126382
126955
  }
126383
126956
  },
126384
126957
  "additionalProperties": false
@@ -126415,6 +126988,9 @@ Schema for a collection of Historical Summaries
126415
126988
  "certificateCount": {
126416
126989
  "type": "number"
126417
126990
  },
126991
+ "credentialCount": {
126992
+ "type": "integer"
126993
+ },
126418
126994
  "dashboardCount": {
126419
126995
  "type": "number"
126420
126996
  },
@@ -126944,6 +127520,14 @@ Schema for a historical summary report
126944
127520
  "type": "integer",
126945
127521
  "minimum": 0
126946
127522
  },
127523
+ "applicationcertificate": {
127524
+ "type": "integer",
127525
+ "minimum": 0
127526
+ },
127527
+ "applicationcertificateauthority": {
127528
+ "type": "integer",
127529
+ "minimum": 0
127530
+ },
126947
127531
  "applicationkey": {
126948
127532
  "type": "integer",
126949
127533
  "minimum": 0
@@ -127055,6 +127639,11 @@ Schema for a historical summary report
127055
127639
  "applicationFlowSlots": {
127056
127640
  "type": "integer",
127057
127641
  "minimum": 0
127642
+ },
127643
+ "systemInterval": {
127644
+ "type": "integer",
127645
+ "minimum": 5,
127646
+ "maximum": 3600
127058
127647
  }
127059
127648
  },
127060
127649
  "additionalProperties": false
@@ -127091,6 +127680,9 @@ Schema for a historical summary report
127091
127680
  "certificateCount": {
127092
127681
  "type": "number"
127093
127682
  },
127683
+ "credentialCount": {
127684
+ "type": "integer"
127685
+ },
127094
127686
  "dashboardCount": {
127095
127687
  "type": "number"
127096
127688
  },
@@ -127891,6 +128483,14 @@ Schema for a single Instance
127891
128483
  "type": "integer",
127892
128484
  "minimum": 0
127893
128485
  },
128486
+ "applicationcertificate": {
128487
+ "type": "integer",
128488
+ "minimum": 0
128489
+ },
128490
+ "applicationcertificateauthority": {
128491
+ "type": "integer",
128492
+ "minimum": 0
128493
+ },
127894
128494
  "applicationkey": {
127895
128495
  "type": "integer",
127896
128496
  "minimum": 0
@@ -128002,6 +128602,11 @@ Schema for a single Instance
128002
128602
  "applicationFlowSlots": {
128003
128603
  "type": "integer",
128004
128604
  "minimum": 0
128605
+ },
128606
+ "systemInterval": {
128607
+ "type": "integer",
128608
+ "minimum": 5,
128609
+ "maximum": 3600
128005
128610
  }
128006
128611
  },
128007
128612
  "additionalProperties": false
@@ -131153,6 +131758,14 @@ Schema for the body of an Organization owned by an instance
131153
131758
  "type": "integer",
131154
131759
  "minimum": 0
131155
131760
  },
131761
+ "applicationcertificate": {
131762
+ "type": "integer",
131763
+ "minimum": 0
131764
+ },
131765
+ "applicationcertificateauthority": {
131766
+ "type": "integer",
131767
+ "minimum": 0
131768
+ },
131156
131769
  "applicationkey": {
131157
131770
  "type": "integer",
131158
131771
  "minimum": 0
@@ -131264,10 +131877,258 @@ Schema for the body of an Organization owned by an instance
131264
131877
  "applicationFlowSlots": {
131265
131878
  "type": "integer",
131266
131879
  "minimum": 0
131880
+ },
131881
+ "systemInterval": {
131882
+ "type": "integer",
131883
+ "minimum": 5,
131884
+ "maximum": 3600
131267
131885
  }
131268
131886
  },
131269
131887
  "additionalProperties": false
131270
131888
  },
131889
+ "summary": {
131890
+ "type": "object",
131891
+ "properties": {
131892
+ "apiTokenCount": {
131893
+ "type": "integer"
131894
+ },
131895
+ "appCount": {
131896
+ "type": "integer"
131897
+ },
131898
+ "certificateCount": {
131899
+ "type": "integer"
131900
+ },
131901
+ "certificateAuthorityCount": {
131902
+ "type": "integer"
131903
+ },
131904
+ "credentialCount": {
131905
+ "type": "integer"
131906
+ },
131907
+ "dashCount": {
131908
+ "type": "integer"
131909
+ },
131910
+ "dataTableCount": {
131911
+ "type": "integer"
131912
+ },
131913
+ "deviceCount": {
131914
+ "type": "integer"
131915
+ },
131916
+ "deviceRecipeCount": {
131917
+ "type": "integer"
131918
+ },
131919
+ "eventCount": {
131920
+ "type": "integer"
131921
+ },
131922
+ "experienceDomainCount": {
131923
+ "type": "integer"
131924
+ },
131925
+ "experienceEndpointCount": {
131926
+ "type": "integer"
131927
+ },
131928
+ "experienceGroupCount": {
131929
+ "type": "integer"
131930
+ },
131931
+ "experienceSlugCount": {
131932
+ "type": "integer"
131933
+ },
131934
+ "experienceUserCount": {
131935
+ "type": "integer"
131936
+ },
131937
+ "experienceVersionCount": {
131938
+ "type": "integer"
131939
+ },
131940
+ "experienceViewCount": {
131941
+ "type": "integer"
131942
+ },
131943
+ "fileCount": {
131944
+ "type": "integer"
131945
+ },
131946
+ "flowCount": {
131947
+ "type": "integer"
131948
+ },
131949
+ "integrationCount": {
131950
+ "type": "integer"
131951
+ },
131952
+ "keyCount": {
131953
+ "type": "integer"
131954
+ },
131955
+ "notebookCount": {
131956
+ "type": "integer"
131957
+ },
131958
+ "resourceJobCount": {
131959
+ "type": "integer"
131960
+ },
131961
+ "webhookCount": {
131962
+ "type": "integer"
131963
+ },
131964
+ "memberCount": {
131965
+ "type": "integer"
131966
+ },
131967
+ "pendingInviteCount": {
131968
+ "type": "integer"
131969
+ },
131970
+ "payloadCount": {
131971
+ "title": "Payload Stats",
131972
+ "description": "Schema for the result of a payload stats request",
131973
+ "type": "object",
131974
+ "properties": {
131975
+ "dataTable": {
131976
+ "type": "object",
131977
+ "patternProperties": {
131978
+ ".*": {
131979
+ "type": "number"
131980
+ }
131981
+ }
131982
+ },
131983
+ "deviceCommand": {
131984
+ "type": "object",
131985
+ "patternProperties": {
131986
+ ".*": {
131987
+ "type": "number"
131988
+ }
131989
+ }
131990
+ },
131991
+ "deviceConnect": {
131992
+ "type": "object",
131993
+ "patternProperties": {
131994
+ ".*": {
131995
+ "type": "number"
131996
+ }
131997
+ }
131998
+ },
131999
+ "deviceDisconnect": {
132000
+ "type": "object",
132001
+ "patternProperties": {
132002
+ ".*": {
132003
+ "type": "number"
132004
+ }
132005
+ }
132006
+ },
132007
+ "deviceState": {
132008
+ "type": "object",
132009
+ "patternProperties": {
132010
+ ".*": {
132011
+ "type": "number"
132012
+ }
132013
+ }
132014
+ },
132015
+ "endpoint": {
132016
+ "type": "object",
132017
+ "patternProperties": {
132018
+ ".*": {
132019
+ "type": "number"
132020
+ }
132021
+ }
132022
+ },
132023
+ "event": {
132024
+ "type": "object",
132025
+ "patternProperties": {
132026
+ ".*": {
132027
+ "type": "number"
132028
+ }
132029
+ }
132030
+ },
132031
+ "flowError": {
132032
+ "type": "object",
132033
+ "patternProperties": {
132034
+ ".*": {
132035
+ "type": "number"
132036
+ }
132037
+ }
132038
+ },
132039
+ "integration": {
132040
+ "type": "object",
132041
+ "patternProperties": {
132042
+ ".*": {
132043
+ "type": "number"
132044
+ }
132045
+ }
132046
+ },
132047
+ "mqttIn": {
132048
+ "type": "object",
132049
+ "patternProperties": {
132050
+ ".*": {
132051
+ "type": "number"
132052
+ }
132053
+ }
132054
+ },
132055
+ "mqttOut": {
132056
+ "type": "object",
132057
+ "patternProperties": {
132058
+ ".*": {
132059
+ "type": "number"
132060
+ }
132061
+ }
132062
+ },
132063
+ "notebook": {
132064
+ "type": "object",
132065
+ "patternProperties": {
132066
+ ".*": {
132067
+ "type": "number"
132068
+ }
132069
+ }
132070
+ },
132071
+ "timer": {
132072
+ "type": "object",
132073
+ "patternProperties": {
132074
+ ".*": {
132075
+ "type": "number"
132076
+ }
132077
+ }
132078
+ },
132079
+ "virtualButton": {
132080
+ "type": "object",
132081
+ "patternProperties": {
132082
+ ".*": {
132083
+ "type": "number"
132084
+ }
132085
+ }
132086
+ },
132087
+ "webhook": {
132088
+ "type": "object",
132089
+ "patternProperties": {
132090
+ ".*": {
132091
+ "type": "number"
132092
+ }
132093
+ }
132094
+ },
132095
+ "resourceJob": {
132096
+ "type": "object",
132097
+ "patternProperties": {
132098
+ ".*": {
132099
+ "type": "number"
132100
+ }
132101
+ }
132102
+ }
132103
+ }
132104
+ },
132105
+ "storageStats": {
132106
+ "type": "object",
132107
+ "properties": {
132108
+ "count": {
132109
+ "type": "integer"
132110
+ },
132111
+ "size": {
132112
+ "type": "integer"
132113
+ }
132114
+ }
132115
+ },
132116
+ "notebookStats": {
132117
+ "type": "object",
132118
+ "properties": {
132119
+ "awaitingCompletion": {
132120
+ "type": "integer"
132121
+ },
132122
+ "minutesThisPeriod": {
132123
+ "type": "integer"
132124
+ },
132125
+ "runsThisPeriod": {
132126
+ "type": "integer"
132127
+ }
132128
+ }
132129
+ }
132130
+ }
132131
+ },
131271
132132
  "whitelistedEmailDomains": {
131272
132133
  "type": "array",
131273
132134
  "items": {
@@ -131322,6 +132183,14 @@ Schema for the body of an Organization owned by an instance
131322
132183
  "referralId": {
131323
132184
  "type": "string",
131324
132185
  "maxLength": 1024
132186
+ },
132187
+ "mfaMode": {
132188
+ "type": "string",
132189
+ "enum": [
132190
+ "notRequired",
132191
+ "adminRequired",
132192
+ "required"
132193
+ ]
131325
132194
  }
131326
132195
  },
131327
132196
  "additionalProperties": false,
@@ -131792,6 +132661,14 @@ Schema for the body of an Organization modification request within an instance
131792
132661
  "type": "integer",
131793
132662
  "minimum": 0
131794
132663
  },
132664
+ "applicationcertificate": {
132665
+ "type": "integer",
132666
+ "minimum": 0
132667
+ },
132668
+ "applicationcertificateauthority": {
132669
+ "type": "integer",
132670
+ "minimum": 0
132671
+ },
131795
132672
  "applicationkey": {
131796
132673
  "type": "integer",
131797
132674
  "minimum": 0
@@ -131903,6 +132780,11 @@ Schema for the body of an Organization modification request within an instance
131903
132780
  "applicationFlowSlots": {
131904
132781
  "type": "integer",
131905
132782
  "minimum": 0
132783
+ },
132784
+ "systemInterval": {
132785
+ "type": "integer",
132786
+ "minimum": 5,
132787
+ "maximum": 3600
131906
132788
  }
131907
132789
  },
131908
132790
  "additionalProperties": false
@@ -131958,6 +132840,14 @@ Schema for the body of an Organization modification request within an instance
131958
132840
  "referralId": {
131959
132841
  "type": "string",
131960
132842
  "maxLength": 1024
132843
+ },
132844
+ "mfaMode": {
132845
+ "type": "string",
132846
+ "enum": [
132847
+ "notRequired",
132848
+ "adminRequired",
132849
+ "required"
132850
+ ]
131961
132851
  }
131962
132852
  },
131963
132853
  "additionalProperties": false
@@ -132012,6 +132902,14 @@ Schema for the body of an Organization creation request within an instance
132012
132902
  "type": "integer",
132013
132903
  "minimum": 0
132014
132904
  },
132905
+ "applicationcertificate": {
132906
+ "type": "integer",
132907
+ "minimum": 0
132908
+ },
132909
+ "applicationcertificateauthority": {
132910
+ "type": "integer",
132911
+ "minimum": 0
132912
+ },
132015
132913
  "applicationkey": {
132016
132914
  "type": "integer",
132017
132915
  "minimum": 0
@@ -132123,6 +133021,11 @@ Schema for the body of an Organization creation request within an instance
132123
133021
  "applicationFlowSlots": {
132124
133022
  "type": "integer",
132125
133023
  "minimum": 0
133024
+ },
133025
+ "systemInterval": {
133026
+ "type": "integer",
133027
+ "minimum": 5,
133028
+ "maximum": 3600
132126
133029
  }
132127
133030
  },
132128
133031
  "additionalProperties": false
@@ -132344,6 +133247,14 @@ Schema for the body of an Organization creation request within an instance
132344
133247
  "referralId": {
132345
133248
  "type": "string",
132346
133249
  "maxLength": 1024
133250
+ },
133251
+ "mfaMode": {
133252
+ "type": "string",
133253
+ "enum": [
133254
+ "notRequired",
133255
+ "adminRequired",
133256
+ "required"
133257
+ ]
132347
133258
  }
132348
133259
  },
132349
133260
  "additionalProperties": false,
@@ -132424,6 +133335,14 @@ Schema for a collection of Organizations within an instance
132424
133335
  "type": "integer",
132425
133336
  "minimum": 0
132426
133337
  },
133338
+ "applicationcertificate": {
133339
+ "type": "integer",
133340
+ "minimum": 0
133341
+ },
133342
+ "applicationcertificateauthority": {
133343
+ "type": "integer",
133344
+ "minimum": 0
133345
+ },
132427
133346
  "applicationkey": {
132428
133347
  "type": "integer",
132429
133348
  "minimum": 0
@@ -132535,10 +133454,258 @@ Schema for a collection of Organizations within an instance
132535
133454
  "applicationFlowSlots": {
132536
133455
  "type": "integer",
132537
133456
  "minimum": 0
133457
+ },
133458
+ "systemInterval": {
133459
+ "type": "integer",
133460
+ "minimum": 5,
133461
+ "maximum": 3600
132538
133462
  }
132539
133463
  },
132540
133464
  "additionalProperties": false
132541
133465
  },
133466
+ "summary": {
133467
+ "type": "object",
133468
+ "properties": {
133469
+ "apiTokenCount": {
133470
+ "type": "integer"
133471
+ },
133472
+ "appCount": {
133473
+ "type": "integer"
133474
+ },
133475
+ "certificateCount": {
133476
+ "type": "integer"
133477
+ },
133478
+ "certificateAuthorityCount": {
133479
+ "type": "integer"
133480
+ },
133481
+ "credentialCount": {
133482
+ "type": "integer"
133483
+ },
133484
+ "dashCount": {
133485
+ "type": "integer"
133486
+ },
133487
+ "dataTableCount": {
133488
+ "type": "integer"
133489
+ },
133490
+ "deviceCount": {
133491
+ "type": "integer"
133492
+ },
133493
+ "deviceRecipeCount": {
133494
+ "type": "integer"
133495
+ },
133496
+ "eventCount": {
133497
+ "type": "integer"
133498
+ },
133499
+ "experienceDomainCount": {
133500
+ "type": "integer"
133501
+ },
133502
+ "experienceEndpointCount": {
133503
+ "type": "integer"
133504
+ },
133505
+ "experienceGroupCount": {
133506
+ "type": "integer"
133507
+ },
133508
+ "experienceSlugCount": {
133509
+ "type": "integer"
133510
+ },
133511
+ "experienceUserCount": {
133512
+ "type": "integer"
133513
+ },
133514
+ "experienceVersionCount": {
133515
+ "type": "integer"
133516
+ },
133517
+ "experienceViewCount": {
133518
+ "type": "integer"
133519
+ },
133520
+ "fileCount": {
133521
+ "type": "integer"
133522
+ },
133523
+ "flowCount": {
133524
+ "type": "integer"
133525
+ },
133526
+ "integrationCount": {
133527
+ "type": "integer"
133528
+ },
133529
+ "keyCount": {
133530
+ "type": "integer"
133531
+ },
133532
+ "notebookCount": {
133533
+ "type": "integer"
133534
+ },
133535
+ "resourceJobCount": {
133536
+ "type": "integer"
133537
+ },
133538
+ "webhookCount": {
133539
+ "type": "integer"
133540
+ },
133541
+ "memberCount": {
133542
+ "type": "integer"
133543
+ },
133544
+ "pendingInviteCount": {
133545
+ "type": "integer"
133546
+ },
133547
+ "payloadCount": {
133548
+ "title": "Payload Stats",
133549
+ "description": "Schema for the result of a payload stats request",
133550
+ "type": "object",
133551
+ "properties": {
133552
+ "dataTable": {
133553
+ "type": "object",
133554
+ "patternProperties": {
133555
+ ".*": {
133556
+ "type": "number"
133557
+ }
133558
+ }
133559
+ },
133560
+ "deviceCommand": {
133561
+ "type": "object",
133562
+ "patternProperties": {
133563
+ ".*": {
133564
+ "type": "number"
133565
+ }
133566
+ }
133567
+ },
133568
+ "deviceConnect": {
133569
+ "type": "object",
133570
+ "patternProperties": {
133571
+ ".*": {
133572
+ "type": "number"
133573
+ }
133574
+ }
133575
+ },
133576
+ "deviceDisconnect": {
133577
+ "type": "object",
133578
+ "patternProperties": {
133579
+ ".*": {
133580
+ "type": "number"
133581
+ }
133582
+ }
133583
+ },
133584
+ "deviceState": {
133585
+ "type": "object",
133586
+ "patternProperties": {
133587
+ ".*": {
133588
+ "type": "number"
133589
+ }
133590
+ }
133591
+ },
133592
+ "endpoint": {
133593
+ "type": "object",
133594
+ "patternProperties": {
133595
+ ".*": {
133596
+ "type": "number"
133597
+ }
133598
+ }
133599
+ },
133600
+ "event": {
133601
+ "type": "object",
133602
+ "patternProperties": {
133603
+ ".*": {
133604
+ "type": "number"
133605
+ }
133606
+ }
133607
+ },
133608
+ "flowError": {
133609
+ "type": "object",
133610
+ "patternProperties": {
133611
+ ".*": {
133612
+ "type": "number"
133613
+ }
133614
+ }
133615
+ },
133616
+ "integration": {
133617
+ "type": "object",
133618
+ "patternProperties": {
133619
+ ".*": {
133620
+ "type": "number"
133621
+ }
133622
+ }
133623
+ },
133624
+ "mqttIn": {
133625
+ "type": "object",
133626
+ "patternProperties": {
133627
+ ".*": {
133628
+ "type": "number"
133629
+ }
133630
+ }
133631
+ },
133632
+ "mqttOut": {
133633
+ "type": "object",
133634
+ "patternProperties": {
133635
+ ".*": {
133636
+ "type": "number"
133637
+ }
133638
+ }
133639
+ },
133640
+ "notebook": {
133641
+ "type": "object",
133642
+ "patternProperties": {
133643
+ ".*": {
133644
+ "type": "number"
133645
+ }
133646
+ }
133647
+ },
133648
+ "timer": {
133649
+ "type": "object",
133650
+ "patternProperties": {
133651
+ ".*": {
133652
+ "type": "number"
133653
+ }
133654
+ }
133655
+ },
133656
+ "virtualButton": {
133657
+ "type": "object",
133658
+ "patternProperties": {
133659
+ ".*": {
133660
+ "type": "number"
133661
+ }
133662
+ }
133663
+ },
133664
+ "webhook": {
133665
+ "type": "object",
133666
+ "patternProperties": {
133667
+ ".*": {
133668
+ "type": "number"
133669
+ }
133670
+ }
133671
+ },
133672
+ "resourceJob": {
133673
+ "type": "object",
133674
+ "patternProperties": {
133675
+ ".*": {
133676
+ "type": "number"
133677
+ }
133678
+ }
133679
+ }
133680
+ }
133681
+ },
133682
+ "storageStats": {
133683
+ "type": "object",
133684
+ "properties": {
133685
+ "count": {
133686
+ "type": "integer"
133687
+ },
133688
+ "size": {
133689
+ "type": "integer"
133690
+ }
133691
+ }
133692
+ },
133693
+ "notebookStats": {
133694
+ "type": "object",
133695
+ "properties": {
133696
+ "awaitingCompletion": {
133697
+ "type": "integer"
133698
+ },
133699
+ "minutesThisPeriod": {
133700
+ "type": "integer"
133701
+ },
133702
+ "runsThisPeriod": {
133703
+ "type": "integer"
133704
+ }
133705
+ }
133706
+ }
133707
+ }
133708
+ },
132542
133709
  "whitelistedEmailDomains": {
132543
133710
  "type": "array",
132544
133711
  "items": {
@@ -132593,6 +133760,14 @@ Schema for a collection of Organizations within an instance
132593
133760
  "referralId": {
132594
133761
  "type": "string",
132595
133762
  "maxLength": 1024
133763
+ },
133764
+ "mfaMode": {
133765
+ "type": "string",
133766
+ "enum": [
133767
+ "notRequired",
133768
+ "adminRequired",
133769
+ "required"
133770
+ ]
132596
133771
  }
132597
133772
  },
132598
133773
  "additionalProperties": false,
@@ -132748,6 +133923,14 @@ Schema for instance patch request
132748
133923
  "type": "integer",
132749
133924
  "minimum": 0
132750
133925
  },
133926
+ "applicationcertificate": {
133927
+ "type": "integer",
133928
+ "minimum": 0
133929
+ },
133930
+ "applicationcertificateauthority": {
133931
+ "type": "integer",
133932
+ "minimum": 0
133933
+ },
132751
133934
  "applicationkey": {
132752
133935
  "type": "integer",
132753
133936
  "minimum": 0
@@ -132859,6 +134042,11 @@ Schema for instance patch request
132859
134042
  "applicationFlowSlots": {
132860
134043
  "type": "integer",
132861
134044
  "minimum": 0
134045
+ },
134046
+ "systemInterval": {
134047
+ "type": "integer",
134048
+ "minimum": 5,
134049
+ "maximum": 3600
132862
134050
  }
132863
134051
  },
132864
134052
  "additionalProperties": false
@@ -133086,6 +134274,12 @@ Schema for information about a sandbox user within an instance domain
133086
134274
  "application": {
133087
134275
  "type": "integer"
133088
134276
  },
134277
+ "applicationcertificate": {
134278
+ "type": "integer"
134279
+ },
134280
+ "applicationcertificateauthority": {
134281
+ "type": "integer"
134282
+ },
133089
134283
  "applicationkey": {
133090
134284
  "type": "integer"
133091
134285
  },
@@ -133166,6 +134360,9 @@ Schema for information about a sandbox user within an instance domain
133166
134360
  },
133167
134361
  "applicationFlowSlots": {
133168
134362
  "type": "integer"
134363
+ },
134364
+ "systemInterval": {
134365
+ "type": "integer"
133169
134366
  }
133170
134367
  },
133171
134368
  "additionalProperties": false
@@ -133179,6 +134376,12 @@ Schema for information about a sandbox user within an instance domain
133179
134376
  "appCount": {
133180
134377
  "type": "integer"
133181
134378
  },
134379
+ "certificateCount": {
134380
+ "type": "integer"
134381
+ },
134382
+ "certificateAuthorityCount": {
134383
+ "type": "integer"
134384
+ },
133182
134385
  "credentialCount": {
133183
134386
  "type": "integer"
133184
134387
  },
@@ -133194,6 +134397,12 @@ Schema for information about a sandbox user within an instance domain
133194
134397
  "deviceRecipeCount": {
133195
134398
  "type": "integer"
133196
134399
  },
134400
+ "eventCount": {
134401
+ "type": "integer"
134402
+ },
134403
+ "experienceDomainCount": {
134404
+ "type": "integer"
134405
+ },
133197
134406
  "experienceEndpointCount": {
133198
134407
  "type": "integer"
133199
134408
  },
@@ -133224,9 +134433,21 @@ Schema for information about a sandbox user within an instance domain
133224
134433
  "keyCount": {
133225
134434
  "type": "integer"
133226
134435
  },
134436
+ "notebookCount": {
134437
+ "type": "integer"
134438
+ },
134439
+ "resourceJobCount": {
134440
+ "type": "integer"
134441
+ },
134442
+ "webhookCount": {
134443
+ "type": "integer"
134444
+ },
133227
134445
  "orgCount": {
133228
134446
  "type": "integer"
133229
134447
  },
134448
+ "instanceCount": {
134449
+ "type": "integer"
134450
+ },
133230
134451
  "payloadCount": {
133231
134452
  "title": "Payload Stats",
133232
134453
  "description": "Schema for the result of a payload stats request",
@@ -133373,8 +134594,19 @@ Schema for information about a sandbox user within an instance domain
133373
134594
  }
133374
134595
  }
133375
134596
  },
133376
- "webhookCount": {
133377
- "type": "integer"
134597
+ "notebookStats": {
134598
+ "type": "object",
134599
+ "properties": {
134600
+ "awaitingCompletion": {
134601
+ "type": "integer"
134602
+ },
134603
+ "minutesThisPeriod": {
134604
+ "type": "integer"
134605
+ },
134606
+ "runsThisPeriod": {
134607
+ "type": "integer"
134608
+ }
134609
+ }
133378
134610
  }
133379
134611
  }
133380
134612
  },
@@ -133583,6 +134815,12 @@ Schema for a collection of instance associated sandboxes
133583
134815
  "application": {
133584
134816
  "type": "integer"
133585
134817
  },
134818
+ "applicationcertificate": {
134819
+ "type": "integer"
134820
+ },
134821
+ "applicationcertificateauthority": {
134822
+ "type": "integer"
134823
+ },
133586
134824
  "applicationkey": {
133587
134825
  "type": "integer"
133588
134826
  },
@@ -133663,6 +134901,9 @@ Schema for a collection of instance associated sandboxes
133663
134901
  },
133664
134902
  "applicationFlowSlots": {
133665
134903
  "type": "integer"
134904
+ },
134905
+ "systemInterval": {
134906
+ "type": "integer"
133666
134907
  }
133667
134908
  },
133668
134909
  "additionalProperties": false
@@ -133676,6 +134917,12 @@ Schema for a collection of instance associated sandboxes
133676
134917
  "appCount": {
133677
134918
  "type": "integer"
133678
134919
  },
134920
+ "certificateCount": {
134921
+ "type": "integer"
134922
+ },
134923
+ "certificateAuthorityCount": {
134924
+ "type": "integer"
134925
+ },
133679
134926
  "credentialCount": {
133680
134927
  "type": "integer"
133681
134928
  },
@@ -133691,6 +134938,12 @@ Schema for a collection of instance associated sandboxes
133691
134938
  "deviceRecipeCount": {
133692
134939
  "type": "integer"
133693
134940
  },
134941
+ "eventCount": {
134942
+ "type": "integer"
134943
+ },
134944
+ "experienceDomainCount": {
134945
+ "type": "integer"
134946
+ },
133694
134947
  "experienceEndpointCount": {
133695
134948
  "type": "integer"
133696
134949
  },
@@ -133721,9 +134974,21 @@ Schema for a collection of instance associated sandboxes
133721
134974
  "keyCount": {
133722
134975
  "type": "integer"
133723
134976
  },
134977
+ "notebookCount": {
134978
+ "type": "integer"
134979
+ },
134980
+ "resourceJobCount": {
134981
+ "type": "integer"
134982
+ },
134983
+ "webhookCount": {
134984
+ "type": "integer"
134985
+ },
133724
134986
  "orgCount": {
133725
134987
  "type": "integer"
133726
134988
  },
134989
+ "instanceCount": {
134990
+ "type": "integer"
134991
+ },
133727
134992
  "payloadCount": {
133728
134993
  "title": "Payload Stats",
133729
134994
  "description": "Schema for the result of a payload stats request",
@@ -133870,8 +135135,19 @@ Schema for a collection of instance associated sandboxes
133870
135135
  }
133871
135136
  }
133872
135137
  },
133873
- "webhookCount": {
133874
- "type": "integer"
135138
+ "notebookStats": {
135139
+ "type": "object",
135140
+ "properties": {
135141
+ "awaitingCompletion": {
135142
+ "type": "integer"
135143
+ },
135144
+ "minutesThisPeriod": {
135145
+ "type": "integer"
135146
+ },
135147
+ "runsThisPeriod": {
135148
+ "type": "integer"
135149
+ }
135150
+ }
133875
135151
  }
133876
135152
  }
133877
135153
  },
@@ -134258,6 +135534,14 @@ Schema for a collection of Instances
134258
135534
  "type": "integer",
134259
135535
  "minimum": 0
134260
135536
  },
135537
+ "applicationcertificate": {
135538
+ "type": "integer",
135539
+ "minimum": 0
135540
+ },
135541
+ "applicationcertificateauthority": {
135542
+ "type": "integer",
135543
+ "minimum": 0
135544
+ },
134261
135545
  "applicationkey": {
134262
135546
  "type": "integer",
134263
135547
  "minimum": 0
@@ -134369,6 +135653,11 @@ Schema for a collection of Instances
134369
135653
  "applicationFlowSlots": {
134370
135654
  "type": "integer",
134371
135655
  "minimum": 0
135656
+ },
135657
+ "systemInterval": {
135658
+ "type": "integer",
135659
+ "minimum": 5,
135660
+ "maximum": 3600
134372
135661
  }
134373
135662
  },
134374
135663
  "additionalProperties": false
@@ -137557,6 +138846,12 @@ Schema for information about the currently authenticated user
137557
138846
  "application": {
137558
138847
  "type": "integer"
137559
138848
  },
138849
+ "applicationcertificate": {
138850
+ "type": "integer"
138851
+ },
138852
+ "applicationcertificateauthority": {
138853
+ "type": "integer"
138854
+ },
137560
138855
  "applicationkey": {
137561
138856
  "type": "integer"
137562
138857
  },
@@ -137637,6 +138932,9 @@ Schema for information about the currently authenticated user
137637
138932
  },
137638
138933
  "applicationFlowSlots": {
137639
138934
  "type": "integer"
138935
+ },
138936
+ "systemInterval": {
138937
+ "type": "integer"
137640
138938
  }
137641
138939
  },
137642
138940
  "additionalProperties": false
@@ -137764,6 +139062,12 @@ Schema for information about the currently authenticated user
137764
139062
  "appCount": {
137765
139063
  "type": "integer"
137766
139064
  },
139065
+ "certificateCount": {
139066
+ "type": "integer"
139067
+ },
139068
+ "certificateAuthorityCount": {
139069
+ "type": "integer"
139070
+ },
137767
139071
  "credentialCount": {
137768
139072
  "type": "integer"
137769
139073
  },
@@ -137779,6 +139083,12 @@ Schema for information about the currently authenticated user
137779
139083
  "deviceRecipeCount": {
137780
139084
  "type": "integer"
137781
139085
  },
139086
+ "eventCount": {
139087
+ "type": "integer"
139088
+ },
139089
+ "experienceDomainCount": {
139090
+ "type": "integer"
139091
+ },
137782
139092
  "experienceEndpointCount": {
137783
139093
  "type": "integer"
137784
139094
  },
@@ -137809,9 +139119,21 @@ Schema for information about the currently authenticated user
137809
139119
  "keyCount": {
137810
139120
  "type": "integer"
137811
139121
  },
139122
+ "notebookCount": {
139123
+ "type": "integer"
139124
+ },
139125
+ "resourceJobCount": {
139126
+ "type": "integer"
139127
+ },
139128
+ "webhookCount": {
139129
+ "type": "integer"
139130
+ },
137812
139131
  "orgCount": {
137813
139132
  "type": "integer"
137814
139133
  },
139134
+ "instanceCount": {
139135
+ "type": "integer"
139136
+ },
137815
139137
  "payloadCount": {
137816
139138
  "title": "Payload Stats",
137817
139139
  "description": "Schema for the result of a payload stats request",
@@ -137958,8 +139280,19 @@ Schema for information about the currently authenticated user
137958
139280
  }
137959
139281
  }
137960
139282
  },
137961
- "webhookCount": {
137962
- "type": "integer"
139283
+ "notebookStats": {
139284
+ "type": "object",
139285
+ "properties": {
139286
+ "awaitingCompletion": {
139287
+ "type": "integer"
139288
+ },
139289
+ "minutesThisPeriod": {
139290
+ "type": "integer"
139291
+ },
139292
+ "runsThisPeriod": {
139293
+ "type": "integer"
139294
+ }
139295
+ }
137963
139296
  }
137964
139297
  }
137965
139298
  },
@@ -139813,6 +141146,124 @@ Schema for the body of a request to send a command to multiple Devices
139813
141146
 
139814
141147
  <br/>
139815
141148
 
141149
+ ## Disable Multi-Factor Authentication
141150
+
141151
+ Schema for the body of a request to disable multi-factor authentication
141152
+
141153
+ ### <a name="disable-multi-factor-authentication-schema"></a> Schema
141154
+
141155
+ ```json
141156
+ {
141157
+ "$schema": "http://json-schema.org/draft-07/schema#",
141158
+ "type": "object",
141159
+ "properties": {
141160
+ "twoFactorCode": {
141161
+ "type": "string",
141162
+ "maxLength": 2048
141163
+ },
141164
+ "password": {
141165
+ "type": "string",
141166
+ "minLength": 8,
141167
+ "maxLength": 2048
141168
+ }
141169
+ },
141170
+ "required": [
141171
+ "password",
141172
+ "twoFactorCode"
141173
+ ],
141174
+ "additionalProperties": false
141175
+ }
141176
+ ```
141177
+ ### <a name="disable-multi-factor-authentication-example"></a> Example
141178
+
141179
+ ```json
141180
+ {
141181
+ "twoFactorCode": "123123",
141182
+ "password": "this would be your password"
141183
+ }
141184
+ ```
141185
+
141186
+ <br/>
141187
+
141188
+ ## Enable Multi-Factor Authentication
141189
+
141190
+ Schema for the body of a request to enable multi-factor authentication
141191
+
141192
+ ### <a name="enable-multi-factor-authentication-schema"></a> Schema
141193
+
141194
+ ```json
141195
+ {
141196
+ "$schema": "http://json-schema.org/draft-07/schema#",
141197
+ "type": "object",
141198
+ "properties": {
141199
+ "twoFactorAuthKey": {
141200
+ "type": "string",
141201
+ "minLength": 52,
141202
+ "maxLength": 52
141203
+ },
141204
+ "password": {
141205
+ "type": "string",
141206
+ "minLength": 8,
141207
+ "maxLength": 2048
141208
+ },
141209
+ "twoFactorCode": {
141210
+ "type": "string",
141211
+ "maxLength": 2048
141212
+ }
141213
+ },
141214
+ "required": [
141215
+ "password",
141216
+ "twoFactorCode"
141217
+ ],
141218
+ "additionalProperties": false
141219
+ }
141220
+ ```
141221
+ ### <a name="enable-multi-factor-authentication-example"></a> Example
141222
+
141223
+ ```json
141224
+ {
141225
+ "twoFactorAuthKey": "HBBGWJJVOVLXS4ZGNRTDOUKTMESFUR3BMRWVQND2HJYT44TOMVJA",
141226
+ "password": "this would be your password",
141227
+ "twoFactorCode": "012345"
141228
+ }
141229
+ ```
141230
+
141231
+ <br/>
141232
+
141233
+ ## Multi-Factor Authentication Info
141234
+
141235
+ Schema for information about multi-factor authentication
141236
+
141237
+ ### <a name="multi-factor-authentication-info-schema"></a> Schema
141238
+
141239
+ ```json
141240
+ {
141241
+ "$schema": "http://json-schema.org/draft-07/schema#",
141242
+ "type": "object",
141243
+ "properties": {
141244
+ "key": {
141245
+ "type": "string",
141246
+ "maxLength": 1024
141247
+ },
141248
+ "keyUri": {
141249
+ "type": "string",
141250
+ "maxLength": 1024
141251
+ }
141252
+ },
141253
+ "additionalProperties": false
141254
+ }
141255
+ ```
141256
+ ### <a name="multi-factor-authentication-info-example"></a> Example
141257
+
141258
+ ```json
141259
+ {
141260
+ "key": "HBBGWJJVOVLXS4ZGNRTDOUKTMESFUR3BMRWVQND2HJYT44TOMVJA",
141261
+ "keyUri": "string"
141262
+ }
141263
+ ```
141264
+
141265
+ <br/>
141266
+
139816
141267
  ## Notebook
139817
141268
 
139818
141269
  Schema for a single Notebook
@@ -143259,6 +144710,14 @@ Schema for a single Organization
143259
144710
  "type": "integer",
143260
144711
  "minimum": 0
143261
144712
  },
144713
+ "applicationcertificate": {
144714
+ "type": "integer",
144715
+ "minimum": 0
144716
+ },
144717
+ "applicationcertificateauthority": {
144718
+ "type": "integer",
144719
+ "minimum": 0
144720
+ },
143262
144721
  "applicationkey": {
143263
144722
  "type": "integer",
143264
144723
  "minimum": 0
@@ -143370,6 +144829,11 @@ Schema for a single Organization
143370
144829
  "applicationFlowSlots": {
143371
144830
  "type": "integer",
143372
144831
  "minimum": 0
144832
+ },
144833
+ "systemInterval": {
144834
+ "type": "integer",
144835
+ "minimum": 5,
144836
+ "maximum": 3600
143373
144837
  }
143374
144838
  },
143375
144839
  "additionalProperties": false
@@ -143383,6 +144847,12 @@ Schema for a single Organization
143383
144847
  "appCount": {
143384
144848
  "type": "integer"
143385
144849
  },
144850
+ "certificateCount": {
144851
+ "type": "integer"
144852
+ },
144853
+ "certificateAuthorityCount": {
144854
+ "type": "integer"
144855
+ },
143386
144856
  "credentialCount": {
143387
144857
  "type": "integer"
143388
144858
  },
@@ -143398,6 +144868,9 @@ Schema for a single Organization
143398
144868
  "deviceRecipeCount": {
143399
144869
  "type": "integer"
143400
144870
  },
144871
+ "eventCount": {
144872
+ "type": "integer"
144873
+ },
143401
144874
  "experienceDomainCount": {
143402
144875
  "type": "integer"
143403
144876
  },
@@ -143431,9 +144904,21 @@ Schema for a single Organization
143431
144904
  "keyCount": {
143432
144905
  "type": "integer"
143433
144906
  },
144907
+ "notebookCount": {
144908
+ "type": "integer"
144909
+ },
144910
+ "resourceJobCount": {
144911
+ "type": "integer"
144912
+ },
144913
+ "webhookCount": {
144914
+ "type": "integer"
144915
+ },
143434
144916
  "memberCount": {
143435
144917
  "type": "integer"
143436
144918
  },
144919
+ "pendingInviteCount": {
144920
+ "type": "integer"
144921
+ },
143437
144922
  "payloadCount": {
143438
144923
  "title": "Payload Stats",
143439
144924
  "description": "Schema for the result of a payload stats request",
@@ -143569,9 +145054,6 @@ Schema for a single Organization
143569
145054
  }
143570
145055
  }
143571
145056
  },
143572
- "pendingInviteCount": {
143573
- "type": "integer"
143574
- },
143575
145057
  "storageStats": {
143576
145058
  "type": "object",
143577
145059
  "properties": {
@@ -143583,8 +145065,19 @@ Schema for a single Organization
143583
145065
  }
143584
145066
  }
143585
145067
  },
143586
- "webhookCount": {
143587
- "type": "integer"
145068
+ "notebookStats": {
145069
+ "type": "object",
145070
+ "properties": {
145071
+ "awaitingCompletion": {
145072
+ "type": "integer"
145073
+ },
145074
+ "minutesThisPeriod": {
145075
+ "type": "integer"
145076
+ },
145077
+ "runsThisPeriod": {
145078
+ "type": "integer"
145079
+ }
145080
+ }
143588
145081
  }
143589
145082
  }
143590
145083
  },
@@ -143646,6 +145139,14 @@ Schema for a single Organization
143646
145139
  },
143647
145140
  "isReadOnly": {
143648
145141
  "type": "boolean"
145142
+ },
145143
+ "mfaMode": {
145144
+ "type": "string",
145145
+ "enum": [
145146
+ "notRequired",
145147
+ "adminRequired",
145148
+ "required"
145149
+ ]
143649
145150
  }
143650
145151
  }
143651
145152
  }
@@ -144730,6 +146231,14 @@ Schema for the body of an Organization modification request
144730
146231
  "iconColor": {
144731
146232
  "type": "string",
144732
146233
  "maxLength": 64
146234
+ },
146235
+ "mfaMode": {
146236
+ "type": "string",
146237
+ "enum": [
146238
+ "notRequired",
146239
+ "adminRequired",
146240
+ "required"
146241
+ ]
144733
146242
  }
144734
146243
  },
144735
146244
  "additionalProperties": false
@@ -144782,6 +146291,14 @@ Schema for the body of an Organization creation request
144782
146291
  "iconColor": {
144783
146292
  "type": "string",
144784
146293
  "maxLength": 64
146294
+ },
146295
+ "mfaMode": {
146296
+ "type": "string",
146297
+ "enum": [
146298
+ "notRequired",
146299
+ "adminRequired",
146300
+ "required"
146301
+ ]
144785
146302
  }
144786
146303
  },
144787
146304
  "additionalProperties": false,
@@ -145041,6 +146558,14 @@ Schema for a collection of Organizations
145041
146558
  "type": "integer",
145042
146559
  "minimum": 0
145043
146560
  },
146561
+ "applicationcertificate": {
146562
+ "type": "integer",
146563
+ "minimum": 0
146564
+ },
146565
+ "applicationcertificateauthority": {
146566
+ "type": "integer",
146567
+ "minimum": 0
146568
+ },
145044
146569
  "applicationkey": {
145045
146570
  "type": "integer",
145046
146571
  "minimum": 0
@@ -145152,6 +146677,11 @@ Schema for a collection of Organizations
145152
146677
  "applicationFlowSlots": {
145153
146678
  "type": "integer",
145154
146679
  "minimum": 0
146680
+ },
146681
+ "systemInterval": {
146682
+ "type": "integer",
146683
+ "minimum": 5,
146684
+ "maximum": 3600
145155
146685
  }
145156
146686
  },
145157
146687
  "additionalProperties": false
@@ -145165,6 +146695,12 @@ Schema for a collection of Organizations
145165
146695
  "appCount": {
145166
146696
  "type": "integer"
145167
146697
  },
146698
+ "certificateCount": {
146699
+ "type": "integer"
146700
+ },
146701
+ "certificateAuthorityCount": {
146702
+ "type": "integer"
146703
+ },
145168
146704
  "credentialCount": {
145169
146705
  "type": "integer"
145170
146706
  },
@@ -145180,6 +146716,9 @@ Schema for a collection of Organizations
145180
146716
  "deviceRecipeCount": {
145181
146717
  "type": "integer"
145182
146718
  },
146719
+ "eventCount": {
146720
+ "type": "integer"
146721
+ },
145183
146722
  "experienceDomainCount": {
145184
146723
  "type": "integer"
145185
146724
  },
@@ -145213,9 +146752,21 @@ Schema for a collection of Organizations
145213
146752
  "keyCount": {
145214
146753
  "type": "integer"
145215
146754
  },
146755
+ "notebookCount": {
146756
+ "type": "integer"
146757
+ },
146758
+ "resourceJobCount": {
146759
+ "type": "integer"
146760
+ },
146761
+ "webhookCount": {
146762
+ "type": "integer"
146763
+ },
145216
146764
  "memberCount": {
145217
146765
  "type": "integer"
145218
146766
  },
146767
+ "pendingInviteCount": {
146768
+ "type": "integer"
146769
+ },
145219
146770
  "payloadCount": {
145220
146771
  "title": "Payload Stats",
145221
146772
  "description": "Schema for the result of a payload stats request",
@@ -145351,9 +146902,6 @@ Schema for a collection of Organizations
145351
146902
  }
145352
146903
  }
145353
146904
  },
145354
- "pendingInviteCount": {
145355
- "type": "integer"
145356
- },
145357
146905
  "storageStats": {
145358
146906
  "type": "object",
145359
146907
  "properties": {
@@ -145365,8 +146913,19 @@ Schema for a collection of Organizations
145365
146913
  }
145366
146914
  }
145367
146915
  },
145368
- "webhookCount": {
145369
- "type": "integer"
146916
+ "notebookStats": {
146917
+ "type": "object",
146918
+ "properties": {
146919
+ "awaitingCompletion": {
146920
+ "type": "integer"
146921
+ },
146922
+ "minutesThisPeriod": {
146923
+ "type": "integer"
146924
+ },
146925
+ "runsThisPeriod": {
146926
+ "type": "integer"
146927
+ }
146928
+ }
145370
146929
  }
145371
146930
  }
145372
146931
  },
@@ -145428,6 +146987,14 @@ Schema for a collection of Organizations
145428
146987
  },
145429
146988
  "isReadOnly": {
145430
146989
  "type": "boolean"
146990
+ },
146991
+ "mfaMode": {
146992
+ "type": "string",
146993
+ "enum": [
146994
+ "notRequired",
146995
+ "adminRequired",
146996
+ "required"
146997
+ ]
145431
146998
  }
145432
146999
  }
145433
147000
  }
@@ -148602,7 +150169,10 @@ Schema for the result of a time series query
148602
150169
  "format": "date-time"
148603
150170
  },
148604
150171
  "resolution": {
148605
- "type": "number"
150172
+ "type": [
150173
+ "number",
150174
+ "null"
150175
+ ]
148606
150176
  },
148607
150177
  "aggregation": {
148608
150178
  "oneOf": [
@@ -148708,6 +150278,19 @@ Schema for the result of a time series query
148708
150278
  }
148709
150279
  ]
148710
150280
  },
150281
+ "limit": {
150282
+ "type": [
150283
+ "number",
150284
+ "null"
150285
+ ]
150286
+ },
150287
+ "order": {
150288
+ "type": "string",
150289
+ "enum": [
150290
+ "asc",
150291
+ "desc"
150292
+ ]
150293
+ },
148711
150294
  "devices": {
148712
150295
  "type": "object",
148713
150296
  "patternProperties": {
@@ -148719,6 +150302,20 @@ Schema for the result of a time series query
148719
150302
  "minLength": 1,
148720
150303
  "maxLength": 255
148721
150304
  },
150305
+ "tags": {
150306
+ "type": "object",
150307
+ "patternProperties": {
150308
+ "^[0-9a-zA-Z_-]{1,255}$": {
150309
+ "type": "array",
150310
+ "items": {
150311
+ "type": "string",
150312
+ "minLength": 1,
150313
+ "maxLength": 255
150314
+ }
150315
+ }
150316
+ },
150317
+ "additionalProperties": false
150318
+ },
148722
150319
  "points": {
148723
150320
  "type": "array",
148724
150321
  "items": {
@@ -148753,7 +150350,8 @@ Schema for the result of a time series query
148753
150350
  "additionalProperties": false,
148754
150351
  "required": [
148755
150352
  "name",
148756
- "points"
150353
+ "points",
150354
+ "tags"
148757
150355
  ]
148758
150356
  }
148759
150357
  },
@@ -148766,6 +150364,8 @@ Schema for the result of a time series query
148766
150364
  "end",
148767
150365
  "resolution",
148768
150366
  "aggregation",
150367
+ "limit",
150368
+ "order",
148769
150369
  "devices"
148770
150370
  ]
148771
150371
  }
@@ -148778,9 +150378,12 @@ Schema for the result of a time series query
148778
150378
  "end": "2016-06-15T04:00:00.000Z",
148779
150379
  "resolution": 300000,
148780
150380
  "aggregation": "MEAN",
150381
+ "limit": null,
150382
+ "order": "asc",
148781
150383
  "devices": {
148782
150384
  "575ecf887ae143cd83dc4aa2": {
148783
150385
  "name": "My Device",
150386
+ "tags": {},
148784
150387
  "points": [
148785
150388
  {
148786
150389
  "time": "2016-06-15T03:50:00.000Z",
@@ -148798,6 +150401,12 @@ Schema for the result of a time series query
148798
150401
  },
148799
150402
  "575ef5c97ae143cd83dc4aac": {
148800
150403
  "name": "My Other Device",
150404
+ "tags": {
150405
+ "myTag": [
150406
+ "val1",
150407
+ "val2"
150408
+ ]
150409
+ },
148801
150410
  "points": [
148802
150411
  {
148803
150412
  "time": "2016-06-15T03:50:00.000Z",
@@ -150609,40 +152218,6 @@ Schema for the body of a time series query request
150609
152218
 
150610
152219
  <br/>
150611
152220
 
150612
- ## Two Factor Auth Info
150613
-
150614
- Schema for information about the two factor auth for currently authenticated use
150615
-
150616
- ### <a name="two-factor-auth-info-schema"></a> Schema
150617
-
150618
- ```json
150619
- {
150620
- "$schema": "http://json-schema.org/draft-07/schema#",
150621
- "type": "object",
150622
- "properties": {
150623
- "key": {
150624
- "type": "string",
150625
- "maxLength": 1024
150626
- },
150627
- "keyUri": {
150628
- "type": "string",
150629
- "maxLength": 1024
150630
- }
150631
- },
150632
- "additionalProperties": false
150633
- }
150634
- ```
150635
- ### <a name="two-factor-auth-info-example"></a> Example
150636
-
150637
- ```json
150638
- {
150639
- "key": "HBBGWJJVOVLXS4ZGNRTDOUKTMESFUR3BMRWVQND2HJYT44TOMVJA",
150640
- "keyUri": "string"
150641
- }
150642
- ```
150643
-
150644
- <br/>
150645
-
150646
152221
  ## User Credentials
150647
152222
 
150648
152223
  Schema for the body of a User authentication request