losant_rest 1.8.2 → 1.8.3
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 +210 -15
- data/docs/application.md +41 -0
- data/docs/dashboards.md +2 -1
- data/docs/dataTableRows.md +3 -2
- data/lib/losant_rest/application.rb +47 -0
- data/lib/losant_rest/client.rb +2 -2
- data/lib/losant_rest/dashboards.rb +3 -1
- data/lib/losant_rest/data_table_rows.rb +1 -0
- data/lib/losant_rest/version.rb +1 -1
- data/schemas/application.json +8 -0
- data/schemas/applicationApiTokenPost.json +1 -0
- data/schemas/applicationSearchResult.json +52 -0
- data/schemas/applications.json +8 -0
- data/schemas/dashboard.json +17 -0
- data/schemas/dashboardPost.json +4 -0
- data/schemas/dashboards.json +25 -0
- data/schemas/flow.json +2 -1
- data/schemas/flowPatch.json +2 -1
- data/schemas/flowPost.json +2 -1
- data/schemas/flowVersion.json +4 -2
- data/schemas/flowVersionPost.json +2 -1
- data/schemas/flowVersions.json +4 -2
- data/schemas/flows.json +2 -1
- data/schemas/flowsImportPost.json +4 -2
- data/schemas/flowsImportResult.json +6 -3
- data/schemas/githubLogin.json +2 -0
- data/schemas/timeSeriesData.json +1 -0
- data/schemas/timeSeriesQuery.json +1 -0
- data/schemas/userCredentials.json +2 -0
- data/schemas/userPost.json +2 -0
- data/schemas/virtualButtonPress.json +4 -0
- metadata +3 -2
@@ -26,6 +26,7 @@
|
|
26
26
|
"type": {
|
27
27
|
"type": "string",
|
28
28
|
"enum": [
|
29
|
+
"customNodeStart",
|
29
30
|
"dataTable",
|
30
31
|
"deviceCommand",
|
31
32
|
"deviceId",
|
@@ -41,8 +42,8 @@
|
|
41
42
|
"fileWatch",
|
42
43
|
"integration",
|
43
44
|
"mqttTopic",
|
45
|
+
"redis",
|
44
46
|
"request",
|
45
|
-
"customNodeStart",
|
46
47
|
"timer",
|
47
48
|
"udp",
|
48
49
|
"virtualButton",
|
data/schemas/flowVersions.json
CHANGED
@@ -60,6 +60,7 @@
|
|
60
60
|
"type": {
|
61
61
|
"type": "string",
|
62
62
|
"enum": [
|
63
|
+
"customNodeStart",
|
63
64
|
"dataTable",
|
64
65
|
"deviceCommand",
|
65
66
|
"deviceId",
|
@@ -75,8 +76,8 @@
|
|
75
76
|
"fileWatch",
|
76
77
|
"integration",
|
77
78
|
"mqttTopic",
|
79
|
+
"redis",
|
78
80
|
"request",
|
79
|
-
"customNodeStart",
|
80
81
|
"timer",
|
81
82
|
"udp",
|
82
83
|
"virtualButton",
|
@@ -588,6 +589,7 @@
|
|
588
589
|
"type": {
|
589
590
|
"type": "string",
|
590
591
|
"enum": [
|
592
|
+
"customNodeStart",
|
591
593
|
"dataTable",
|
592
594
|
"deviceCommand",
|
593
595
|
"deviceId",
|
@@ -603,8 +605,8 @@
|
|
603
605
|
"fileWatch",
|
604
606
|
"integration",
|
605
607
|
"mqttTopic",
|
608
|
+
"redis",
|
606
609
|
"request",
|
607
|
-
"customNodeStart",
|
608
610
|
"timer",
|
609
611
|
"udp",
|
610
612
|
"virtualButton",
|
data/schemas/flows.json
CHANGED
@@ -75,6 +75,7 @@
|
|
75
75
|
"type": {
|
76
76
|
"type": "string",
|
77
77
|
"enum": [
|
78
|
+
"customNodeStart",
|
78
79
|
"dataTable",
|
79
80
|
"deviceCommand",
|
80
81
|
"deviceId",
|
@@ -90,8 +91,8 @@
|
|
90
91
|
"fileWatch",
|
91
92
|
"integration",
|
92
93
|
"mqttTopic",
|
94
|
+
"redis",
|
93
95
|
"request",
|
94
|
-
"customNodeStart",
|
95
96
|
"timer",
|
96
97
|
"udp",
|
97
98
|
"virtualButton",
|
@@ -45,6 +45,7 @@
|
|
45
45
|
"type": {
|
46
46
|
"type": "string",
|
47
47
|
"enum": [
|
48
|
+
"customNodeStart",
|
48
49
|
"dataTable",
|
49
50
|
"deviceCommand",
|
50
51
|
"deviceId",
|
@@ -60,8 +61,8 @@
|
|
60
61
|
"fileWatch",
|
61
62
|
"integration",
|
62
63
|
"mqttTopic",
|
64
|
+
"redis",
|
63
65
|
"request",
|
64
|
-
"customNodeStart",
|
65
66
|
"timer",
|
66
67
|
"udp",
|
67
68
|
"virtualButton",
|
@@ -554,6 +555,7 @@
|
|
554
555
|
"type": {
|
555
556
|
"type": "string",
|
556
557
|
"enum": [
|
558
|
+
"customNodeStart",
|
557
559
|
"dataTable",
|
558
560
|
"deviceCommand",
|
559
561
|
"deviceId",
|
@@ -569,8 +571,8 @@
|
|
569
571
|
"fileWatch",
|
570
572
|
"integration",
|
571
573
|
"mqttTopic",
|
574
|
+
"redis",
|
572
575
|
"request",
|
573
|
-
"customNodeStart",
|
574
576
|
"timer",
|
575
577
|
"udp",
|
576
578
|
"virtualButton",
|
@@ -76,6 +76,7 @@
|
|
76
76
|
"type": {
|
77
77
|
"type": "string",
|
78
78
|
"enum": [
|
79
|
+
"customNodeStart",
|
79
80
|
"dataTable",
|
80
81
|
"deviceCommand",
|
81
82
|
"deviceId",
|
@@ -91,8 +92,8 @@
|
|
91
92
|
"fileWatch",
|
92
93
|
"integration",
|
93
94
|
"mqttTopic",
|
95
|
+
"redis",
|
94
96
|
"request",
|
95
|
-
"customNodeStart",
|
96
97
|
"timer",
|
97
98
|
"udp",
|
98
99
|
"virtualButton",
|
@@ -604,6 +605,7 @@
|
|
604
605
|
"type": {
|
605
606
|
"type": "string",
|
606
607
|
"enum": [
|
608
|
+
"customNodeStart",
|
607
609
|
"dataTable",
|
608
610
|
"deviceCommand",
|
609
611
|
"deviceId",
|
@@ -619,8 +621,8 @@
|
|
619
621
|
"fileWatch",
|
620
622
|
"integration",
|
621
623
|
"mqttTopic",
|
624
|
+
"redis",
|
622
625
|
"request",
|
623
|
-
"customNodeStart",
|
624
626
|
"timer",
|
625
627
|
"udp",
|
626
628
|
"virtualButton",
|
@@ -1132,6 +1134,7 @@
|
|
1132
1134
|
"type": {
|
1133
1135
|
"type": "string",
|
1134
1136
|
"enum": [
|
1137
|
+
"customNodeStart",
|
1135
1138
|
"dataTable",
|
1136
1139
|
"deviceCommand",
|
1137
1140
|
"deviceId",
|
@@ -1147,8 +1150,8 @@
|
|
1147
1150
|
"fileWatch",
|
1148
1151
|
"integration",
|
1149
1152
|
"mqttTopic",
|
1153
|
+
"redis",
|
1150
1154
|
"request",
|
1151
|
-
"customNodeStart",
|
1152
1155
|
"timer",
|
1153
1156
|
"udp",
|
1154
1157
|
"virtualButton",
|
data/schemas/githubLogin.json
CHANGED
@@ -71,6 +71,7 @@
|
|
71
71
|
"application.mqttSubscriptionStream",
|
72
72
|
"application.patch",
|
73
73
|
"application.payloadCounts",
|
74
|
+
"application.search",
|
74
75
|
"applicationApiToken.delete",
|
75
76
|
"applicationApiToken.get",
|
76
77
|
"applicationApiToken.patch",
|
@@ -233,6 +234,7 @@
|
|
233
234
|
"solutionUsers.*",
|
234
235
|
"applications.get",
|
235
236
|
"applications.post",
|
237
|
+
"applications.detailedSummary",
|
236
238
|
"auditLog.get",
|
237
239
|
"auditLogs.get",
|
238
240
|
"dashboard.patch",
|
data/schemas/timeSeriesData.json
CHANGED
@@ -81,6 +81,7 @@
|
|
81
81
|
"application.mqttSubscriptionStream",
|
82
82
|
"application.patch",
|
83
83
|
"application.payloadCounts",
|
84
|
+
"application.search",
|
84
85
|
"applicationApiToken.delete",
|
85
86
|
"applicationApiToken.get",
|
86
87
|
"applicationApiToken.patch",
|
@@ -243,6 +244,7 @@
|
|
243
244
|
"solutionUsers.*",
|
244
245
|
"applications.get",
|
245
246
|
"applications.post",
|
247
|
+
"applications.detailedSummary",
|
246
248
|
"auditLog.get",
|
247
249
|
"auditLogs.get",
|
248
250
|
"dashboard.patch",
|
data/schemas/userPost.json
CHANGED
@@ -136,6 +136,7 @@
|
|
136
136
|
"application.mqttSubscriptionStream",
|
137
137
|
"application.patch",
|
138
138
|
"application.payloadCounts",
|
139
|
+
"application.search",
|
139
140
|
"applicationApiToken.delete",
|
140
141
|
"applicationApiToken.get",
|
141
142
|
"applicationApiToken.patch",
|
@@ -298,6 +299,7 @@
|
|
298
299
|
"solutionUsers.*",
|
299
300
|
"applications.get",
|
300
301
|
"applications.post",
|
302
|
+
"applications.detailedSummary",
|
301
303
|
"auditLog.get",
|
302
304
|
"auditLogs.get",
|
303
305
|
"dashboard.patch",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: losant_rest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Kuehl
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -214,6 +214,7 @@ files:
|
|
214
214
|
- schemas/applicationKeys.json
|
215
215
|
- schemas/applicationPatch.json
|
216
216
|
- schemas/applicationPost.json
|
217
|
+
- schemas/applicationSearchResult.json
|
217
218
|
- schemas/applications.json
|
218
219
|
- schemas/auditLog.json
|
219
220
|
- schemas/auditLogFilter.json
|