losant_rest 1.14.0 → 1.15.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/docs/_schemas.md +10590 -3153
- data/docs/devices.md +40 -0
- data/docs/embeddedDeployment.md +49 -0
- data/docs/embeddedDeployments.md +215 -0
- data/docs/flow.md +2 -2
- data/docs/flows.md +2 -2
- data/docs/instance.md +4 -2
- data/lib/losant_rest/application.rb +1 -1
- data/lib/losant_rest/application_api_token.rb +1 -1
- data/lib/losant_rest/application_api_tokens.rb +1 -1
- data/lib/losant_rest/application_certificate.rb +1 -1
- data/lib/losant_rest/application_certificate_authorities.rb +1 -1
- data/lib/losant_rest/application_certificate_authority.rb +1 -1
- data/lib/losant_rest/application_certificates.rb +1 -1
- data/lib/losant_rest/application_dashboard.rb +1 -1
- data/lib/losant_rest/application_dashboards.rb +1 -1
- data/lib/losant_rest/application_key.rb +1 -1
- data/lib/losant_rest/application_keys.rb +1 -1
- data/lib/losant_rest/application_template.rb +1 -1
- data/lib/losant_rest/application_templates.rb +1 -1
- data/lib/losant_rest/applications.rb +1 -1
- data/lib/losant_rest/audit_log.rb +1 -1
- data/lib/losant_rest/audit_logs.rb +1 -1
- data/lib/losant_rest/auth.rb +1 -1
- data/lib/losant_rest/client.rb +11 -3
- data/lib/losant_rest/dashboard.rb +1 -1
- data/lib/losant_rest/dashboards.rb +1 -1
- data/lib/losant_rest/data.rb +1 -1
- data/lib/losant_rest/data_table.rb +1 -1
- data/lib/losant_rest/data_table_row.rb +1 -1
- data/lib/losant_rest/data_table_rows.rb +1 -1
- data/lib/losant_rest/data_tables.rb +1 -1
- data/lib/losant_rest/device.rb +1 -1
- data/lib/losant_rest/device_recipe.rb +1 -1
- data/lib/losant_rest/device_recipes.rb +1 -1
- data/lib/losant_rest/devices.rb +50 -1
- data/lib/losant_rest/edge_deployment.rb +1 -1
- data/lib/losant_rest/edge_deployments.rb +1 -1
- data/lib/losant_rest/embedded_deployment.rb +81 -0
- data/lib/losant_rest/embedded_deployments.rb +280 -0
- data/lib/losant_rest/error.rb +1 -1
- data/lib/losant_rest/event.rb +1 -1
- data/lib/losant_rest/events.rb +1 -1
- data/lib/losant_rest/experience.rb +1 -1
- data/lib/losant_rest/experience_domain.rb +1 -1
- data/lib/losant_rest/experience_domains.rb +1 -1
- data/lib/losant_rest/experience_endpoint.rb +1 -1
- data/lib/losant_rest/experience_endpoints.rb +1 -1
- data/lib/losant_rest/experience_group.rb +1 -1
- data/lib/losant_rest/experience_groups.rb +1 -1
- data/lib/losant_rest/experience_slug.rb +1 -1
- data/lib/losant_rest/experience_slugs.rb +1 -1
- data/lib/losant_rest/experience_user.rb +1 -1
- data/lib/losant_rest/experience_users.rb +1 -1
- data/lib/losant_rest/experience_version.rb +1 -1
- data/lib/losant_rest/experience_versions.rb +1 -1
- data/lib/losant_rest/experience_view.rb +1 -1
- data/lib/losant_rest/experience_views.rb +1 -1
- data/lib/losant_rest/file.rb +1 -1
- data/lib/losant_rest/files.rb +1 -1
- data/lib/losant_rest/flow.rb +3 -3
- data/lib/losant_rest/flow_version.rb +1 -1
- data/lib/losant_rest/flow_versions.rb +1 -1
- data/lib/losant_rest/flows.rb +3 -3
- data/lib/losant_rest/instance.rb +2 -1
- data/lib/losant_rest/instance_api_token.rb +1 -1
- data/lib/losant_rest/instance_api_tokens.rb +1 -1
- data/lib/losant_rest/instance_member.rb +1 -1
- data/lib/losant_rest/instance_members.rb +1 -1
- data/lib/losant_rest/instance_org.rb +1 -1
- data/lib/losant_rest/instance_org_invite.rb +1 -1
- data/lib/losant_rest/instance_org_invites.rb +1 -1
- data/lib/losant_rest/instance_org_member.rb +1 -1
- data/lib/losant_rest/instance_org_members.rb +1 -1
- data/lib/losant_rest/instance_orgs.rb +1 -1
- data/lib/losant_rest/instances.rb +1 -1
- data/lib/losant_rest/integration.rb +1 -1
- data/lib/losant_rest/integrations.rb +1 -1
- data/lib/losant_rest/me.rb +1 -1
- data/lib/losant_rest/notebook.rb +1 -1
- data/lib/losant_rest/notebooks.rb +1 -1
- data/lib/losant_rest/org.rb +1 -1
- data/lib/losant_rest/org_invites.rb +1 -1
- data/lib/losant_rest/orgs.rb +1 -1
- data/lib/losant_rest/user_api_token.rb +1 -1
- data/lib/losant_rest/user_api_tokens.rb +1 -1
- data/lib/losant_rest/utils.rb +1 -1
- data/lib/losant_rest/version.rb +2 -2
- data/lib/losant_rest/webhook.rb +1 -1
- data/lib/losant_rest/webhooks.rb +1 -1
- data/lib/losant_rest.rb +3 -1
- data/schemas/apiTokenPost.json +9 -0
- data/schemas/application.json +32 -32
- data/schemas/applicationCreationByTemplateResult.json +32 -32
- data/schemas/applicationDashboardPost.json +8 -5
- data/schemas/applicationPatch.json +13 -13
- data/schemas/applicationPost.json +13 -13
- data/schemas/applicationTemplate.json +16 -16
- data/schemas/applicationTemplates.json +16 -16
- data/schemas/applications.json +32 -32
- data/schemas/authedDevice.json +2 -1
- data/schemas/dashboard.json +8 -5
- data/schemas/dashboardPatch.json +8 -5
- data/schemas/dashboardPost.json +8 -5
- data/schemas/dashboardSendReport.json +6 -6
- data/schemas/dashboards.json +8 -5
- data/schemas/dataTableRowsDelete.json +1 -1
- data/schemas/device.json +2 -1
- data/schemas/deviceClassFilter.json +4 -2
- data/schemas/deviceNamesResponse.json +36 -0
- data/schemas/devicePatch.json +2 -1
- data/schemas/devicePost.json +2 -1
- data/schemas/deviceRecipe.json +2 -1
- data/schemas/deviceRecipePatch.json +2 -1
- data/schemas/deviceRecipePost.json +2 -1
- data/schemas/deviceRecipes.json +2 -1
- data/schemas/devices.json +4 -2
- data/schemas/devicesPatch.json +4 -2
- data/schemas/edgeDeployment.json +4 -0
- data/schemas/edgeDeployments.json +4 -0
- data/schemas/embeddedDeployment.json +179 -0
- data/schemas/embeddedDeploymentExport.json +44 -0
- data/schemas/embeddedDeploymentRelease.json +58 -0
- data/schemas/embeddedDeploymentRemove.json +25 -0
- data/schemas/embeddedDeploymentReplace.json +29 -0
- data/schemas/embeddedDeployments.json +212 -0
- data/schemas/eventsDeleted.json +1 -1
- data/schemas/eventsExport.json +4 -0
- data/schemas/experienceEndpoint.json +6 -8
- data/schemas/experienceEndpointPatch.json +6 -8
- data/schemas/experienceEndpointPost.json +6 -8
- data/schemas/experienceEndpoints.json +6 -8
- data/schemas/experienceLinkedResources.json +1292 -167
- data/schemas/flow.json +391 -15
- data/schemas/flowPatch.json +390 -15
- data/schemas/flowPost.json +391 -15
- data/schemas/flowVersion.json +821 -71
- data/schemas/flowVersionPost.json +390 -15
- data/schemas/flowVersions.json +821 -71
- data/schemas/flows.json +392 -15
- data/schemas/flowsImportPost.json +821 -70
- data/schemas/flowsImportResult.json +1392 -266
- data/schemas/githubLogin.json +9 -0
- data/schemas/historicalSummary.json +87 -74
- data/schemas/instance.json +92 -79
- data/schemas/instanceMember.json +6 -1
- data/schemas/instanceMembers.json +6 -1
- data/schemas/instanceOrg.json +87 -74
- data/schemas/instanceOrgMember.json +6 -1
- data/schemas/instanceOrgPatch.json +64 -26
- data/schemas/instanceOrgPost.json +65 -27
- data/schemas/instanceOrgs.json +87 -74
- data/schemas/instancePatch.json +2 -2
- data/schemas/integration.json +1 -1
- data/schemas/integrationPatch.json +1 -1
- data/schemas/integrationPost.json +1 -1
- data/schemas/integrations.json +1 -1
- data/schemas/me.json +104 -92
- data/schemas/mePatch.json +0 -1
- data/schemas/notebook.json +2 -1
- data/schemas/notebookExecutionLogs.json +2 -1
- data/schemas/notebookPatch.json +2 -1
- data/schemas/notebookPost.json +2 -1
- data/schemas/notebooks.json +2 -1
- data/schemas/org.json +115 -97
- data/schemas/orgs.json +115 -97
- data/schemas/userCredentials.json +9 -0
- data/schemas/userPost.json +9 -1
- metadata +17 -6
data/schemas/me.json
CHANGED
@@ -34,7 +34,6 @@
|
|
34
34
|
},
|
35
35
|
"lastName": {
|
36
36
|
"type": "string",
|
37
|
-
"minLength": 1,
|
38
37
|
"maxLength": 1024
|
39
38
|
},
|
40
39
|
"companyName": {
|
@@ -81,78 +80,91 @@
|
|
81
80
|
"format": "url"
|
82
81
|
},
|
83
82
|
"limits": {
|
84
|
-
"
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
83
|
+
"type": "object",
|
84
|
+
"properties": {
|
85
|
+
"apitoken": {
|
86
|
+
"type": "integer"
|
87
|
+
},
|
88
|
+
"application": {
|
89
|
+
"type": "integer"
|
90
|
+
},
|
91
|
+
"applicationkey": {
|
92
|
+
"type": "integer"
|
93
|
+
},
|
94
|
+
"dashboard": {
|
95
|
+
"type": "integer"
|
96
|
+
},
|
97
|
+
"datatable": {
|
98
|
+
"type": "integer"
|
99
|
+
},
|
100
|
+
"device": {
|
101
|
+
"type": "integer"
|
102
|
+
},
|
103
|
+
"devicerecipe": {
|
104
|
+
"type": "integer"
|
105
|
+
},
|
106
|
+
"experiencedomain": {
|
107
|
+
"type": "integer"
|
108
|
+
},
|
109
|
+
"experienceendpoint": {
|
110
|
+
"type": "integer"
|
111
|
+
},
|
112
|
+
"experiencegroup": {
|
113
|
+
"type": "integer"
|
114
|
+
},
|
115
|
+
"experienceslug": {
|
116
|
+
"type": "integer"
|
117
|
+
},
|
118
|
+
"experienceuser": {
|
119
|
+
"type": "integer"
|
120
|
+
},
|
121
|
+
"experienceversion": {
|
122
|
+
"type": "integer"
|
123
|
+
},
|
124
|
+
"experienceview": {
|
125
|
+
"type": "integer"
|
126
|
+
},
|
127
|
+
"file": {
|
128
|
+
"type": "integer"
|
129
|
+
},
|
130
|
+
"flow": {
|
131
|
+
"type": "integer"
|
132
|
+
},
|
133
|
+
"integration": {
|
134
|
+
"type": "integer"
|
135
|
+
},
|
136
|
+
"notebook": {
|
137
|
+
"type": "integer"
|
138
|
+
},
|
139
|
+
"webhook": {
|
140
|
+
"type": "integer"
|
141
|
+
},
|
142
|
+
"dataTTL": {
|
143
|
+
"type": "integer"
|
144
|
+
},
|
145
|
+
"payload": {
|
146
|
+
"type": "integer"
|
147
|
+
},
|
148
|
+
"storage": {
|
149
|
+
"type": "integer"
|
150
|
+
},
|
151
|
+
"notebookMinutesPerRun": {
|
152
|
+
"type": "integer"
|
153
|
+
},
|
154
|
+
"notebookMinutesPerMonth": {
|
155
|
+
"type": "integer"
|
156
|
+
},
|
157
|
+
"notebookInParallel": {
|
158
|
+
"type": "integer"
|
159
|
+
},
|
160
|
+
"experienceFlowSlots": {
|
161
|
+
"type": "integer"
|
162
|
+
},
|
163
|
+
"applicationFlowSlots": {
|
164
|
+
"type": "integer"
|
165
|
+
}
|
152
166
|
},
|
153
|
-
"
|
154
|
-
"type": "number"
|
155
|
-
}
|
167
|
+
"additionalProperties": false
|
156
168
|
},
|
157
169
|
"recentDashboards": {
|
158
170
|
"title": "Recent Item List",
|
@@ -272,55 +284,55 @@
|
|
272
284
|
"type": "object",
|
273
285
|
"properties": {
|
274
286
|
"apiTokenCount": {
|
275
|
-
"type": "
|
287
|
+
"type": "integer"
|
276
288
|
},
|
277
289
|
"appCount": {
|
278
|
-
"type": "
|
290
|
+
"type": "integer"
|
279
291
|
},
|
280
292
|
"dashCount": {
|
281
|
-
"type": "
|
293
|
+
"type": "integer"
|
282
294
|
},
|
283
295
|
"dataTableCount": {
|
284
|
-
"type": "
|
296
|
+
"type": "integer"
|
285
297
|
},
|
286
298
|
"deviceCount": {
|
287
|
-
"type": "
|
299
|
+
"type": "integer"
|
288
300
|
},
|
289
301
|
"deviceRecipeCount": {
|
290
|
-
"type": "
|
302
|
+
"type": "integer"
|
291
303
|
},
|
292
304
|
"experienceEndpointCount": {
|
293
|
-
"type": "
|
305
|
+
"type": "integer"
|
294
306
|
},
|
295
307
|
"experienceGroupCount": {
|
296
|
-
"type": "
|
308
|
+
"type": "integer"
|
297
309
|
},
|
298
310
|
"experienceSlugCount": {
|
299
|
-
"type": "
|
311
|
+
"type": "integer"
|
300
312
|
},
|
301
313
|
"experienceUserCount": {
|
302
|
-
"type": "
|
314
|
+
"type": "integer"
|
303
315
|
},
|
304
316
|
"experienceVersionCount": {
|
305
|
-
"type": "
|
317
|
+
"type": "integer"
|
306
318
|
},
|
307
319
|
"experienceViewCount": {
|
308
|
-
"type": "
|
320
|
+
"type": "integer"
|
309
321
|
},
|
310
322
|
"fileCount": {
|
311
|
-
"type": "
|
323
|
+
"type": "integer"
|
312
324
|
},
|
313
325
|
"flowCount": {
|
314
|
-
"type": "
|
326
|
+
"type": "integer"
|
315
327
|
},
|
316
328
|
"integrationCount": {
|
317
|
-
"type": "
|
329
|
+
"type": "integer"
|
318
330
|
},
|
319
331
|
"keyCount": {
|
320
|
-
"type": "
|
332
|
+
"type": "integer"
|
321
333
|
},
|
322
334
|
"orgCount": {
|
323
|
-
"type": "
|
335
|
+
"type": "integer"
|
324
336
|
},
|
325
337
|
"payloadCount": {
|
326
338
|
"title": "Payload Stats",
|
@@ -453,15 +465,15 @@
|
|
453
465
|
"type": "object",
|
454
466
|
"properties": {
|
455
467
|
"count": {
|
456
|
-
"type": "
|
468
|
+
"type": "integer"
|
457
469
|
},
|
458
470
|
"size": {
|
459
|
-
"type": "
|
471
|
+
"type": "integer"
|
460
472
|
}
|
461
473
|
}
|
462
474
|
},
|
463
475
|
"webhookCount": {
|
464
|
-
"type": "
|
476
|
+
"type": "integer"
|
465
477
|
}
|
466
478
|
}
|
467
479
|
},
|
data/schemas/mePatch.json
CHANGED
data/schemas/notebook.json
CHANGED
data/schemas/notebookPatch.json
CHANGED
data/schemas/notebookPost.json
CHANGED
data/schemas/notebooks.json
CHANGED
data/schemas/org.json
CHANGED
@@ -43,7 +43,6 @@
|
|
43
43
|
},
|
44
44
|
"lastName": {
|
45
45
|
"type": "string",
|
46
|
-
"minLength": 1,
|
47
46
|
"maxLength": 1024
|
48
47
|
},
|
49
48
|
"email": {
|
@@ -116,143 +115,162 @@
|
|
116
115
|
"additionalProperties": false
|
117
116
|
},
|
118
117
|
"maxItems": 1000
|
118
|
+
},
|
119
|
+
"twoFactorAuthEnabled": {
|
120
|
+
"type": "boolean"
|
121
|
+
},
|
122
|
+
"ssoLinked": {
|
123
|
+
"type": "boolean"
|
119
124
|
}
|
120
125
|
}
|
121
126
|
}
|
122
127
|
},
|
123
128
|
"limits": {
|
124
|
-
"
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
129
|
+
"type": "object",
|
130
|
+
"properties": {
|
131
|
+
"apitoken": {
|
132
|
+
"type": "integer"
|
133
|
+
},
|
134
|
+
"application": {
|
135
|
+
"type": "integer"
|
136
|
+
},
|
137
|
+
"applicationkey": {
|
138
|
+
"type": "integer"
|
139
|
+
},
|
140
|
+
"dashboard": {
|
141
|
+
"type": "integer"
|
142
|
+
},
|
143
|
+
"datatable": {
|
144
|
+
"type": "integer"
|
145
|
+
},
|
146
|
+
"device": {
|
147
|
+
"type": "integer"
|
148
|
+
},
|
149
|
+
"devicerecipe": {
|
150
|
+
"type": "integer"
|
151
|
+
},
|
152
|
+
"experiencedomain": {
|
153
|
+
"type": "integer"
|
154
|
+
},
|
155
|
+
"experienceendpoint": {
|
156
|
+
"type": "integer"
|
157
|
+
},
|
158
|
+
"experiencegroup": {
|
159
|
+
"type": "integer"
|
160
|
+
},
|
161
|
+
"experienceslug": {
|
162
|
+
"type": "integer"
|
163
|
+
},
|
164
|
+
"experienceuser": {
|
165
|
+
"type": "integer"
|
166
|
+
},
|
167
|
+
"experienceversion": {
|
168
|
+
"type": "integer"
|
169
|
+
},
|
170
|
+
"experienceview": {
|
171
|
+
"type": "integer"
|
172
|
+
},
|
173
|
+
"file": {
|
174
|
+
"type": "integer"
|
175
|
+
},
|
176
|
+
"flow": {
|
177
|
+
"type": "integer"
|
178
|
+
},
|
179
|
+
"integration": {
|
180
|
+
"type": "integer"
|
181
|
+
},
|
182
|
+
"notebook": {
|
183
|
+
"type": "integer"
|
184
|
+
},
|
185
|
+
"webhook": {
|
186
|
+
"type": "integer"
|
187
|
+
},
|
188
|
+
"dataTTL": {
|
189
|
+
"type": "integer"
|
190
|
+
},
|
191
|
+
"member": {
|
192
|
+
"type": "integer"
|
193
|
+
},
|
194
|
+
"payload": {
|
195
|
+
"type": "integer"
|
196
|
+
},
|
197
|
+
"storage": {
|
198
|
+
"type": "integer"
|
199
|
+
},
|
200
|
+
"notebookMinutesPerRun": {
|
201
|
+
"type": "integer"
|
202
|
+
},
|
203
|
+
"notebookMinutesPerMonth": {
|
204
|
+
"type": "integer"
|
205
|
+
},
|
206
|
+
"notebookInParallel": {
|
207
|
+
"type": "integer"
|
208
|
+
},
|
209
|
+
"experienceFlowSlots": {
|
210
|
+
"type": "integer"
|
211
|
+
},
|
212
|
+
"applicationFlowSlots": {
|
213
|
+
"type": "integer"
|
214
|
+
}
|
195
215
|
},
|
196
|
-
"
|
197
|
-
"type": "number"
|
198
|
-
}
|
216
|
+
"additionalProperties": false
|
199
217
|
},
|
200
218
|
"summary": {
|
201
219
|
"type": "object",
|
202
220
|
"properties": {
|
203
221
|
"apiTokenCount": {
|
204
|
-
"type": "
|
222
|
+
"type": "integer"
|
205
223
|
},
|
206
224
|
"appCount": {
|
207
|
-
"type": "
|
225
|
+
"type": "integer"
|
208
226
|
},
|
209
227
|
"dashCount": {
|
210
|
-
"type": "
|
228
|
+
"type": "integer"
|
211
229
|
},
|
212
230
|
"dataTableCount": {
|
213
|
-
"type": "
|
231
|
+
"type": "integer"
|
214
232
|
},
|
215
233
|
"deviceCount": {
|
216
|
-
"type": "
|
234
|
+
"type": "integer"
|
217
235
|
},
|
218
236
|
"deviceRecipeCount": {
|
219
|
-
"type": "
|
237
|
+
"type": "integer"
|
220
238
|
},
|
221
239
|
"experienceDomainCount": {
|
222
|
-
"type": "
|
240
|
+
"type": "integer"
|
223
241
|
},
|
224
242
|
"experienceEndpointCount": {
|
225
|
-
"type": "
|
243
|
+
"type": "integer"
|
226
244
|
},
|
227
245
|
"experienceGroupCount": {
|
228
|
-
"type": "
|
246
|
+
"type": "integer"
|
229
247
|
},
|
230
248
|
"experienceSlugCount": {
|
231
|
-
"type": "
|
249
|
+
"type": "integer"
|
232
250
|
},
|
233
251
|
"experienceUserCount": {
|
234
|
-
"type": "
|
252
|
+
"type": "integer"
|
235
253
|
},
|
236
254
|
"experienceVersionCount": {
|
237
|
-
"type": "
|
255
|
+
"type": "integer"
|
238
256
|
},
|
239
257
|
"experienceViewCount": {
|
240
|
-
"type": "
|
258
|
+
"type": "integer"
|
241
259
|
},
|
242
260
|
"fileCount": {
|
243
|
-
"type": "
|
261
|
+
"type": "integer"
|
244
262
|
},
|
245
263
|
"flowCount": {
|
246
|
-
"type": "
|
264
|
+
"type": "integer"
|
247
265
|
},
|
248
266
|
"integrationCount": {
|
249
|
-
"type": "
|
267
|
+
"type": "integer"
|
250
268
|
},
|
251
269
|
"keyCount": {
|
252
|
-
"type": "
|
270
|
+
"type": "integer"
|
253
271
|
},
|
254
272
|
"memberCount": {
|
255
|
-
"type": "
|
273
|
+
"type": "integer"
|
256
274
|
},
|
257
275
|
"payloadCount": {
|
258
276
|
"title": "Payload Stats",
|
@@ -382,21 +400,21 @@
|
|
382
400
|
}
|
383
401
|
},
|
384
402
|
"pendingInviteCount": {
|
385
|
-
"type": "
|
403
|
+
"type": "integer"
|
386
404
|
},
|
387
405
|
"storageStats": {
|
388
406
|
"type": "object",
|
389
407
|
"properties": {
|
390
408
|
"count": {
|
391
|
-
"type": "
|
409
|
+
"type": "integer"
|
392
410
|
},
|
393
411
|
"size": {
|
394
|
-
"type": "
|
412
|
+
"type": "integer"
|
395
413
|
}
|
396
414
|
}
|
397
415
|
},
|
398
416
|
"webhookCount": {
|
399
|
-
"type": "
|
417
|
+
"type": "integer"
|
400
418
|
}
|
401
419
|
}
|
402
420
|
},
|