losant_rest 1.10.4 → 1.13.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (224) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +2 -2
  4. data/docs/_schemas.md +35272 -19039
  5. data/docs/application.md +45 -4
  6. data/docs/applicationApiTokens.md +2 -2
  7. data/docs/applicationCertificateAuthorities.md +1 -1
  8. data/docs/applicationCertificates.md +1 -1
  9. data/docs/applicationDashboard.md +133 -0
  10. data/docs/applicationDashboards.md +93 -0
  11. data/docs/applicationKeys.md +4 -3
  12. data/docs/applicationTemplates.md +1 -1
  13. data/docs/applications.md +2 -2
  14. data/docs/auditLogs.md +1 -1
  15. data/docs/dashboards.md +1 -1
  16. data/docs/dataTable.md +1 -1
  17. data/docs/dataTableRows.md +1 -1
  18. data/docs/dataTables.md +2 -2
  19. data/docs/deviceRecipes.md +1 -1
  20. data/docs/devices.md +127 -3
  21. data/docs/edgeDeployments.md +1 -1
  22. data/docs/events.md +4 -4
  23. data/docs/experience.md +1 -1
  24. data/docs/experienceDomains.md +1 -1
  25. data/docs/experienceEndpoint.md +1 -0
  26. data/docs/experienceGroup.md +2 -0
  27. data/docs/experienceGroups.md +1 -1
  28. data/docs/experienceSlugs.md +1 -1
  29. data/docs/experienceUsers.md +1 -1
  30. data/docs/experienceVersion.md +3 -3
  31. data/docs/experienceVersions.md +3 -3
  32. data/docs/experienceView.md +4 -4
  33. data/docs/experienceViews.md +3 -3
  34. data/docs/file.md +5 -5
  35. data/docs/files.md +3 -3
  36. data/docs/flow.md +41 -0
  37. data/docs/flowVersions.md +46 -1
  38. data/docs/flows.md +5 -2
  39. data/docs/instance.md +166 -0
  40. data/docs/instanceApiToken.md +133 -0
  41. data/docs/instanceApiTokens.md +91 -0
  42. data/docs/instanceMember.md +133 -0
  43. data/docs/instanceMembers.md +91 -0
  44. data/docs/instanceOrg.md +133 -0
  45. data/docs/instanceOrgMember.md +139 -0
  46. data/docs/instanceOrgMembers.md +96 -0
  47. data/docs/instanceOrgs.md +91 -0
  48. data/docs/instances.md +50 -0
  49. data/docs/integration.md +1 -0
  50. data/docs/integrations.md +1 -1
  51. data/docs/notebooks.md +1 -1
  52. data/docs/orgs.md +1 -1
  53. data/docs/userApiToken.md +125 -0
  54. data/docs/userApiTokens.md +87 -0
  55. data/docs/webhook.md +1 -0
  56. data/docs/webhooks.md +1 -1
  57. data/lib/losant_rest.rb +15 -1
  58. data/lib/losant_rest/application.rb +53 -6
  59. data/lib/losant_rest/application_api_token.rb +1 -1
  60. data/lib/losant_rest/application_api_tokens.rb +2 -2
  61. data/lib/losant_rest/application_certificate.rb +1 -1
  62. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  63. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  64. data/lib/losant_rest/application_certificates.rb +1 -1
  65. data/lib/losant_rest/application_dashboard.rb +176 -0
  66. data/lib/losant_rest/application_dashboards.rb +138 -0
  67. data/lib/losant_rest/application_key.rb +1 -1
  68. data/lib/losant_rest/application_keys.rb +4 -1
  69. data/lib/losant_rest/application_template.rb +1 -1
  70. data/lib/losant_rest/application_templates.rb +1 -1
  71. data/lib/losant_rest/applications.rb +2 -2
  72. data/lib/losant_rest/audit_log.rb +1 -1
  73. data/lib/losant_rest/audit_logs.rb +1 -1
  74. data/lib/losant_rest/auth.rb +1 -1
  75. data/lib/losant_rest/client.rb +59 -3
  76. data/lib/losant_rest/dashboard.rb +1 -1
  77. data/lib/losant_rest/dashboards.rb +1 -1
  78. data/lib/losant_rest/data.rb +1 -1
  79. data/lib/losant_rest/data_table.rb +2 -2
  80. data/lib/losant_rest/data_table_row.rb +1 -1
  81. data/lib/losant_rest/data_table_rows.rb +2 -2
  82. data/lib/losant_rest/data_tables.rb +2 -2
  83. data/lib/losant_rest/device.rb +1 -1
  84. data/lib/losant_rest/device_recipe.rb +1 -1
  85. data/lib/losant_rest/device_recipes.rb +1 -1
  86. data/lib/losant_rest/devices.rb +155 -3
  87. data/lib/losant_rest/edge_deployments.rb +1 -1
  88. data/lib/losant_rest/error.rb +1 -1
  89. data/lib/losant_rest/event.rb +1 -1
  90. data/lib/losant_rest/events.rb +4 -4
  91. data/lib/losant_rest/experience.rb +2 -2
  92. data/lib/losant_rest/experience_domain.rb +1 -1
  93. data/lib/losant_rest/experience_domains.rb +2 -2
  94. data/lib/losant_rest/experience_endpoint.rb +3 -1
  95. data/lib/losant_rest/experience_endpoints.rb +1 -1
  96. data/lib/losant_rest/experience_group.rb +5 -1
  97. data/lib/losant_rest/experience_groups.rb +1 -1
  98. data/lib/losant_rest/experience_slug.rb +1 -1
  99. data/lib/losant_rest/experience_slugs.rb +2 -2
  100. data/lib/losant_rest/experience_user.rb +1 -1
  101. data/lib/losant_rest/experience_users.rb +1 -1
  102. data/lib/losant_rest/experience_version.rb +4 -4
  103. data/lib/losant_rest/experience_versions.rb +3 -3
  104. data/lib/losant_rest/experience_view.rb +5 -5
  105. data/lib/losant_rest/experience_views.rb +3 -3
  106. data/lib/losant_rest/file.rb +5 -5
  107. data/lib/losant_rest/files.rb +3 -3
  108. data/lib/losant_rest/flow.rb +47 -1
  109. data/lib/losant_rest/flow_version.rb +1 -1
  110. data/lib/losant_rest/flow_versions.rb +54 -1
  111. data/lib/losant_rest/flows.rb +9 -1
  112. data/lib/losant_rest/instance.rb +226 -0
  113. data/lib/losant_rest/instance_api_token.rb +176 -0
  114. data/lib/losant_rest/instance_api_tokens.rb +136 -0
  115. data/lib/losant_rest/instance_member.rb +176 -0
  116. data/lib/losant_rest/instance_members.rb +134 -0
  117. data/lib/losant_rest/instance_org.rb +176 -0
  118. data/lib/losant_rest/instance_org_member.rb +182 -0
  119. data/lib/losant_rest/instance_org_members.rb +138 -0
  120. data/lib/losant_rest/instance_orgs.rb +139 -0
  121. data/lib/losant_rest/instances.rb +88 -0
  122. data/lib/losant_rest/integration.rb +3 -1
  123. data/lib/losant_rest/integrations.rb +1 -1
  124. data/lib/losant_rest/me.rb +2 -2
  125. data/lib/losant_rest/notebook.rb +1 -1
  126. data/lib/losant_rest/notebooks.rb +1 -1
  127. data/lib/losant_rest/org.rb +2 -2
  128. data/lib/losant_rest/org_invites.rb +1 -1
  129. data/lib/losant_rest/orgs.rb +1 -1
  130. data/lib/losant_rest/user_api_token.rb +170 -0
  131. data/lib/losant_rest/user_api_tokens.rb +132 -0
  132. data/lib/losant_rest/utils.rb +1 -1
  133. data/lib/losant_rest/version.rb +2 -2
  134. data/lib/losant_rest/webhook.rb +3 -1
  135. data/lib/losant_rest/webhooks.rb +1 -1
  136. data/schemas/advancedApplicationKeyQuery.json +1082 -0
  137. data/schemas/advancedDeviceQuery.json +309 -0
  138. data/schemas/advancedFlowByVersionQuery.json +665 -0
  139. data/schemas/advancedFlowQuery.json +883 -0
  140. data/schemas/advancedFlowVersionQuery.json +925 -0
  141. data/schemas/apiToken.json +2 -1
  142. data/schemas/apiTokenPost.json +420 -0
  143. data/schemas/apiTokens.json +4 -2
  144. data/schemas/applicationApiTokenPost.json +11 -0
  145. data/schemas/applicationDashboardPost.json +5687 -0
  146. data/schemas/applicationGlobalPatch.json +33 -0
  147. data/schemas/attributeNamesResponse.json +14 -0
  148. data/schemas/auditLog.json +4 -0
  149. data/schemas/auditLogFilter.json +4 -0
  150. data/schemas/auditLogs.json +4 -0
  151. data/schemas/authedUser.json +3 -0
  152. data/schemas/bulkDeleteResponse.json +12 -0
  153. data/schemas/changePassword.json +1 -1
  154. data/schemas/dashboard.json +72 -17
  155. data/schemas/dashboardPatch.json +72 -17
  156. data/schemas/dashboardPost.json +72 -17
  157. data/schemas/dashboardSendReport.json +4 -0
  158. data/schemas/dashboards.json +72 -17
  159. data/schemas/deviceAttributeDataTypeFilter.json +29 -0
  160. data/schemas/deviceClassFilter.json +1 -2
  161. data/schemas/devicesDeletePost.json +309 -0
  162. data/schemas/devicesExportPost.json +309 -0
  163. data/schemas/devicesPatch.json +309 -0
  164. data/schemas/devicesRemoveDataPost.json +309 -0
  165. data/schemas/experienceGroup.json +6 -0
  166. data/schemas/experienceGroups.json +6 -0
  167. data/schemas/experienceLinkedResources.json +57 -0
  168. data/schemas/experienceVersion.json +9 -0
  169. data/schemas/experienceVersionPatch.json +9 -0
  170. data/schemas/experienceVersions.json +9 -0
  171. data/schemas/filePost.json +8 -2
  172. data/schemas/files.json +3 -0
  173. data/schemas/flow.json +19 -0
  174. data/schemas/flowPatch.json +19 -0
  175. data/schemas/flowPost.json +19 -0
  176. data/schemas/flowStorageMetadata.json +13 -0
  177. data/schemas/flowVersion.json +38 -0
  178. data/schemas/flowVersionPost.json +19 -0
  179. data/schemas/flowVersions.json +38 -0
  180. data/schemas/flowVersionsDeletePost.json +941 -0
  181. data/schemas/flows.json +19 -0
  182. data/schemas/flowsImportPost.json +38 -0
  183. data/schemas/flowsImportResult.json +57 -0
  184. data/schemas/githubLogin.json +64 -1
  185. data/schemas/historicalSummaries.json +43 -0
  186. data/schemas/historicalSummary.json +458 -0
  187. data/schemas/instance.json +192 -0
  188. data/schemas/instanceMember.json +37 -0
  189. data/schemas/instanceMemberPatch.json +17 -0
  190. data/schemas/instanceMemberPost.json +22 -0
  191. data/schemas/instanceMembers.json +69 -0
  192. data/schemas/instanceOrg.json +133 -0
  193. data/schemas/instanceOrgMember.json +37 -0
  194. data/schemas/instanceOrgMemberPatch.json +69 -0
  195. data/schemas/instanceOrgMemberPost.json +161 -0
  196. data/schemas/instanceOrgMembers.json +34 -0
  197. data/schemas/instanceOrgPatch.json +122 -0
  198. data/schemas/instanceOrgPost.json +291 -0
  199. data/schemas/instanceOrgs.json +174 -0
  200. data/schemas/instancePatch.json +67 -0
  201. data/schemas/instanceReportOptionsPost.json +41 -0
  202. data/schemas/instances.json +43 -0
  203. data/schemas/integration.json +3 -0
  204. data/schemas/integrationPatch.json +3 -0
  205. data/schemas/integrationPost.json +3 -0
  206. data/schemas/integrations.json +3 -0
  207. data/schemas/me.json +3 -0
  208. data/schemas/mePatch.json +1 -1
  209. data/schemas/multiDeviceCommand.json +309 -0
  210. data/schemas/notebook.json +22 -0
  211. data/schemas/notebookExecutionLogs.json +7 -0
  212. data/schemas/notebookPatch.json +7 -0
  213. data/schemas/notebookPost.json +7 -0
  214. data/schemas/notebooks.json +22 -0
  215. data/schemas/orgPatch.json +0 -9
  216. data/schemas/passwordResetFinish.json +1 -1
  217. data/schemas/payloadStats.json +110 -0
  218. data/schemas/tagKeysResponse.json +14 -0
  219. data/schemas/tagValuesResponse.json +19 -0
  220. data/schemas/userCredentials.json +64 -1
  221. data/schemas/userPost.json +65 -2
  222. data/schemas/validateContextError.json +34 -0
  223. data/schemas/validateContextSuccess.json +34 -0
  224. metadata +64 -3
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -31,6 +31,57 @@ module LosantRest
31
31
  @client = client
32
32
  end
33
33
 
34
+ # Gets the attribute names that match the given query. Maximum 1K returned.
35
+ #
36
+ # Authentication:
37
+ # The client must be configured with a valid api
38
+ # access token to call this action. The token
39
+ # must include at least one of the following scopes:
40
+ # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.attributeNames.
41
+ #
42
+ # Parameters:
43
+ # * {string} applicationId - ID associated with the application
44
+ # * {hash} query - Device filter JSON object (https://api.losant.com/#/definitions/advancedDeviceQuery)
45
+ # * {hash} dataType - Filter the devices by the given attribute data type or types (https://api.losant.com/#/definitions/deviceAttributeDataTypeFilter)
46
+ # * {string} startsWith - Filter attributes down to those that have names starting with the given string. Case insensitive.
47
+ # * {string} losantdomain - Domain scope of request (rarely needed)
48
+ # * {boolean} _actions - Return resource actions in response
49
+ # * {boolean} _links - Return resource link in response
50
+ # * {boolean} _embedded - Return embedded resources in response
51
+ #
52
+ # Responses:
53
+ # * 200 - The matching attribute names (https://api.losant.com/#/definitions/attributeNamesResponse)
54
+ #
55
+ # Errors:
56
+ # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
57
+ # * 404 - Error if application was not found (https://api.losant.com/#/definitions/error)
58
+ def attribute_names(params = {})
59
+ params = Utils.symbolize_hash_keys(params)
60
+ query_params = { _actions: false, _links: true, _embedded: true }
61
+ headers = {}
62
+ body = nil
63
+
64
+ raise ArgumentError.new("applicationId is required") unless params.has_key?(:applicationId)
65
+
66
+ query_params[:query] = params[:query] if params.has_key?(:query)
67
+ query_params[:query] = JSON.dump(query_params[:query]) if query_params.has_key?(:query)
68
+ query_params[:dataType] = params[:dataType] if params.has_key?(:dataType)
69
+ query_params[:startsWith] = params[:startsWith] if params.has_key?(:startsWith)
70
+ headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
71
+ query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
72
+ query_params[:_links] = params[:_links] if params.has_key?(:_links)
73
+ query_params[:_embedded] = params[:_embedded] if params.has_key?(:_embedded)
74
+
75
+ path = "/applications/#{params[:applicationId]}/devices/attributeNames"
76
+
77
+ @client.request(
78
+ method: :get,
79
+ path: path,
80
+ query: query_params,
81
+ headers: headers,
82
+ body: body)
83
+ end
84
+
34
85
  # Delete devices
35
86
  #
36
87
  # Authentication:
@@ -48,7 +99,7 @@ module LosantRest
48
99
  # * {boolean} _embedded - Return embedded resources in response
49
100
  #
50
101
  # Responses:
51
- # * 200 - Object indicating number of devices deleted or failed (https://api.losant.com/#/definitions/devicesDeleted)
102
+ # * 200 - Object indicating number of devices deleted or failed (https://api.losant.com/#/definitions/bulkDeleteResponse)
52
103
  # * 202 - If a job was enqueued for the devices to be deleted (https://api.losant.com/#/definitions/jobEnqueuedResult)
53
104
  #
54
105
  # Errors:
@@ -139,7 +190,7 @@ module LosantRest
139
190
  #
140
191
  # Parameters:
141
192
  # * {string} applicationId - ID associated with the application
142
- # * {string} sortField - Field to sort the results by. Accepted values are: name, id, creationDate, lastUpdated
193
+ # * {string} sortField - Field to sort the results by. Accepted values are: name, id, creationDate, lastUpdated, connectionStatus
143
194
  # * {string} sortDirection - Direction to sort the results by. Accepted values are: asc, desc
144
195
  # * {string} page - Which page of results to return
145
196
  # * {string} perPage - How many items to return per page
@@ -386,5 +437,106 @@ module LosantRest
386
437
  body: body)
387
438
  end
388
439
 
440
+ # Gets the unique tag keys for devices that match the given query. Maximum 1K returned.
441
+ #
442
+ # Authentication:
443
+ # The client must be configured with a valid api
444
+ # access token to call this action. The token
445
+ # must include at least one of the following scopes:
446
+ # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.tagKeys.
447
+ #
448
+ # Parameters:
449
+ # * {string} applicationId - ID associated with the application
450
+ # * {hash} query - Device filter JSON object (https://api.losant.com/#/definitions/advancedDeviceQuery)
451
+ # * {string} startsWith - Filter keys down to those that start with the given string. Case insensitive.
452
+ # * {string} losantdomain - Domain scope of request (rarely needed)
453
+ # * {boolean} _actions - Return resource actions in response
454
+ # * {boolean} _links - Return resource link in response
455
+ # * {boolean} _embedded - Return embedded resources in response
456
+ #
457
+ # Responses:
458
+ # * 200 - The matching tag keys (https://api.losant.com/#/definitions/tagKeysResponse)
459
+ #
460
+ # Errors:
461
+ # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
462
+ # * 404 - Error if application was not found (https://api.losant.com/#/definitions/error)
463
+ def tag_keys(params = {})
464
+ params = Utils.symbolize_hash_keys(params)
465
+ query_params = { _actions: false, _links: true, _embedded: true }
466
+ headers = {}
467
+ body = nil
468
+
469
+ raise ArgumentError.new("applicationId is required") unless params.has_key?(:applicationId)
470
+
471
+ query_params[:query] = params[:query] if params.has_key?(:query)
472
+ query_params[:query] = JSON.dump(query_params[:query]) if query_params.has_key?(:query)
473
+ query_params[:startsWith] = params[:startsWith] if params.has_key?(:startsWith)
474
+ headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
475
+ query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
476
+ query_params[:_links] = params[:_links] if params.has_key?(:_links)
477
+ query_params[:_embedded] = params[:_embedded] if params.has_key?(:_embedded)
478
+
479
+ path = "/applications/#{params[:applicationId]}/devices/tagKeys"
480
+
481
+ @client.request(
482
+ method: :get,
483
+ path: path,
484
+ query: query_params,
485
+ headers: headers,
486
+ body: body)
487
+ end
488
+
489
+ # Gets the unique tag values for the given key for devices that match the given query. Maximum 1K returned.
490
+ #
491
+ # Authentication:
492
+ # The client must be configured with a valid api
493
+ # access token to call this action. The token
494
+ # must include at least one of the following scopes:
495
+ # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, devices.*, or devices.tagValues.
496
+ #
497
+ # Parameters:
498
+ # * {string} applicationId - ID associated with the application
499
+ # * {hash} query - Device filter JSON object (https://api.losant.com/#/definitions/advancedDeviceQuery)
500
+ # * {string} key - The tag key to get the values for
501
+ # * {string} startsWith - Filter values down to those that start with the given string. Case insensitive.
502
+ # * {string} losantdomain - Domain scope of request (rarely needed)
503
+ # * {boolean} _actions - Return resource actions in response
504
+ # * {boolean} _links - Return resource link in response
505
+ # * {boolean} _embedded - Return embedded resources in response
506
+ #
507
+ # Responses:
508
+ # * 200 - The matching tag values (https://api.losant.com/#/definitions/tagValuesResponse)
509
+ #
510
+ # Errors:
511
+ # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
512
+ # * 404 - Error if application was not found (https://api.losant.com/#/definitions/error)
513
+ def tag_values(params = {})
514
+ params = Utils.symbolize_hash_keys(params)
515
+ query_params = { _actions: false, _links: true, _embedded: true }
516
+ headers = {}
517
+ body = nil
518
+
519
+ raise ArgumentError.new("applicationId is required") unless params.has_key?(:applicationId)
520
+ raise ArgumentError.new("key is required") unless params.has_key?(:key)
521
+
522
+ query_params[:query] = params[:query] if params.has_key?(:query)
523
+ query_params[:query] = JSON.dump(query_params[:query]) if query_params.has_key?(:query)
524
+ query_params[:key] = params[:key] if params.has_key?(:key)
525
+ query_params[:startsWith] = params[:startsWith] if params.has_key?(:startsWith)
526
+ headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
527
+ query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
528
+ query_params[:_links] = params[:_links] if params.has_key?(:_links)
529
+ query_params[:_embedded] = params[:_embedded] if params.has_key?(:_embedded)
530
+
531
+ path = "/applications/#{params[:applicationId]}/devices/tagValues"
532
+
533
+ @client.request(
534
+ method: :get,
535
+ path: path,
536
+ query: query_params,
537
+ headers: headers,
538
+ body: body)
539
+ end
540
+
389
541
  end
390
542
  end
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -140,7 +140,7 @@ module LosantRest
140
140
  # * {string} filterField - Field to filter the results by. Blank or not provided means no filtering. Accepted values are: subject
141
141
  # * {string} filter - Filter to apply against the filtered field. Supports globbing. Blank or not provided means no filtering.
142
142
  # * {string} state - If provided, return events only in the given state. Accepted values are: new, acknowledged, resolved
143
- # * {hash} query - Event filter JSON object which overides the filterField, filter, and state parameters. (https://api.losant.com/#/definitions/advancedEventQuery)
143
+ # * {hash} query - Event filter JSON object which overrides the filterField, filter, and state parameters. (https://api.losant.com/#/definitions/advancedEventQuery)
144
144
  # * {string} losantdomain - Domain scope of request (rarely needed)
145
145
  # * {boolean} _actions - Return resource actions in response
146
146
  # * {boolean} _links - Return resource link in response
@@ -195,7 +195,7 @@ module LosantRest
195
195
  # Parameters:
196
196
  # * {string} applicationId - ID associated with the application
197
197
  # * {string} filter - Filter to apply against event subjects. Supports globbing. Blank or not provided means no filtering.
198
- # * {hash} query - Event filter JSON object which overides the filter parameter. (https://api.losant.com/#/definitions/advancedEventQuery)
198
+ # * {hash} query - Event filter JSON object which overrides the filter parameter. (https://api.losant.com/#/definitions/advancedEventQuery)
199
199
  # * {string} losantdomain - Domain scope of request (rarely needed)
200
200
  # * {boolean} _actions - Return resource actions in response
201
201
  # * {boolean} _links - Return resource link in response
@@ -245,7 +245,7 @@ module LosantRest
245
245
  # * {string} filterField - Field to filter the events to act on by. Blank or not provided means no filtering. Accepted values are: subject
246
246
  # * {string} filter - Filter to apply against the filtered field. Supports globbing. Blank or not provided means no filtering.
247
247
  # * {string} state - If provided, act on events only in the given state. Accepted values are: new, acknowledged, resolved
248
- # * {hash} query - Event filter JSON object which overides the filterField, filter, and state parameters. (https://api.losant.com/#/definitions/advancedEventQuery)
248
+ # * {hash} query - Event filter JSON object which overrides the filterField, filter, and state parameters. (https://api.losant.com/#/definitions/advancedEventQuery)
249
249
  # * {hash} updates - Object containing updated information for the events (https://api.losant.com/#/definitions/eventPatch)
250
250
  # * {string} losantdomain - Domain scope of request (rarely needed)
251
251
  # * {boolean} _actions - Return resource actions in response
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -37,7 +37,7 @@ module LosantRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Application, all.Organization, all.User, experience.*, or experience.bootstrap.
40
+ # all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, experience.*, or experience.bootstrap.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -37,7 +37,7 @@ module LosantRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, experienceDomains.*, or experienceDomains.get.
40
+ # all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceDomains.*, or experienceDomains.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -42,6 +42,7 @@ module LosantRest
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
44
44
  # * {string} experienceEndpointId - ID associated with the experience endpoint
45
+ # * {string} includeWorkflows - If the workflows that utilize this experience endpoint should also be deleted.
45
46
  # * {string} losantdomain - Domain scope of request (rarely needed)
46
47
  # * {boolean} _actions - Return resource actions in response
47
48
  # * {boolean} _links - Return resource link in response
@@ -62,6 +63,7 @@ module LosantRest
62
63
  raise ArgumentError.new("applicationId is required") unless params.has_key?(:applicationId)
63
64
  raise ArgumentError.new("experienceEndpointId is required") unless params.has_key?(:experienceEndpointId)
64
65
 
66
+ query_params[:includeWorkflows] = params[:includeWorkflows] if params.has_key?(:includeWorkflows)
65
67
  headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
66
68
  query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
67
69
  query_params[:_links] = params[:_links] if params.has_key?(:_links)
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -88,6 +88,8 @@ module LosantRest
88
88
  # Parameters:
89
89
  # * {string} applicationId - ID associated with the application
90
90
  # * {string} experienceGroupId - ID associated with the experience group
91
+ # * {string} includeDirectDeviceCount - Whether or not to return count of devices associated directly with this group
92
+ # * {string} includeTotalDeviceCount - Whether or not to return count of devices associated with this group or any of its descendents
91
93
  # * {string} losantdomain - Domain scope of request (rarely needed)
92
94
  # * {boolean} _actions - Return resource actions in response
93
95
  # * {boolean} _links - Return resource link in response
@@ -108,6 +110,8 @@ module LosantRest
108
110
  raise ArgumentError.new("applicationId is required") unless params.has_key?(:applicationId)
109
111
  raise ArgumentError.new("experienceGroupId is required") unless params.has_key?(:experienceGroupId)
110
112
 
113
+ query_params[:includeDirectDeviceCount] = params[:includeDirectDeviceCount] if params.has_key?(:includeDirectDeviceCount)
114
+ query_params[:includeTotalDeviceCount] = params[:includeTotalDeviceCount] if params.has_key?(:includeTotalDeviceCount)
111
115
  headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
112
116
  query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
113
117
  query_params[:_links] = params[:_links] if params.has_key?(:_links)
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -37,7 +37,7 @@ module LosantRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, experienceSlugs.*, or experienceSlugs.get.
40
+ # all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceSlugs.*, or experienceSlugs.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -37,7 +37,7 @@ module LosantRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Application, all.Organization, all.User, experienceVersion.*, or experienceVersion.delete.
40
+ # all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, experienceVersion.*, or experienceVersion.delete.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -83,7 +83,7 @@ module LosantRest
83
83
  # The client must be configured with a valid api
84
84
  # access token to call this action. The token
85
85
  # must include at least one of the following scopes:
86
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, experienceVersion.*, or experienceVersion.get.
86
+ # all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceVersion.*, or experienceVersion.get.
87
87
  #
88
88
  # Parameters:
89
89
  # * {string} applicationId - ID associated with the application
@@ -129,7 +129,7 @@ module LosantRest
129
129
  # The client must be configured with a valid api
130
130
  # access token to call this action. The token
131
131
  # must include at least one of the following scopes:
132
- # all.Application, all.Organization, all.User, experienceVersion.*, or experienceVersion.patch.
132
+ # all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, experienceVersion.*, or experienceVersion.patch.
133
133
  #
134
134
  # Parameters:
135
135
  # * {string} applicationId - ID associated with the application
@@ -1,6 +1,6 @@
1
1
  # The MIT License (MIT)
2
2
  #
3
- # Copyright (c) 2020 Losant IoT, Inc.
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  # of this software and associated documentation files (the "Software"), to deal
@@ -37,7 +37,7 @@ module LosantRest
37
37
  # The client must be configured with a valid api
38
38
  # access token to call this action. The token
39
39
  # must include at least one of the following scopes:
40
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, experienceVersions.*, or experienceVersions.get.
40
+ # all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, experienceVersions.*, or experienceVersions.get.
41
41
  #
42
42
  # Parameters:
43
43
  # * {string} applicationId - ID associated with the application
@@ -93,7 +93,7 @@ module LosantRest
93
93
  # The client must be configured with a valid api
94
94
  # access token to call this action. The token
95
95
  # must include at least one of the following scopes:
96
- # all.Application, all.Organization, all.User, experienceVersions.*, or experienceVersions.post.
96
+ # all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, experienceVersions.*, or experienceVersions.post.
97
97
  #
98
98
  # Parameters:
99
99
  # * {string} applicationId - ID associated with the application