losant_rest 1.11.1 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (213) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/docs/_schemas.md +34959 -19022
  5. data/docs/application.md +46 -5
  6. data/docs/applicationApiTokens.md +1 -1
  7. data/docs/applicationDashboard.md +133 -0
  8. data/docs/applicationDashboards.md +93 -0
  9. data/docs/applicationKeys.md +3 -2
  10. data/docs/applications.md +1 -1
  11. data/docs/dataTable.md +1 -1
  12. data/docs/dataTableRows.md +1 -1
  13. data/docs/dataTables.md +1 -1
  14. data/docs/device.md +43 -0
  15. data/docs/devices.md +41 -2
  16. data/docs/edgeDeployment.md +49 -0
  17. data/docs/events.md +3 -3
  18. data/docs/experience.md +1 -1
  19. data/docs/experienceDomains.md +1 -1
  20. data/docs/experienceEndpoint.md +1 -0
  21. data/docs/experienceGroup.md +2 -0
  22. data/docs/experienceSlugs.md +1 -1
  23. data/docs/experienceVersion.md +3 -3
  24. data/docs/experienceVersions.md +2 -2
  25. data/docs/experienceView.md +4 -4
  26. data/docs/experienceViews.md +2 -2
  27. data/docs/file.md +5 -5
  28. data/docs/files.md +2 -2
  29. data/docs/flow.md +41 -0
  30. data/docs/flowVersions.md +44 -0
  31. data/docs/flows.md +1 -0
  32. data/docs/instance.md +166 -0
  33. data/docs/instanceApiToken.md +133 -0
  34. data/docs/instanceApiTokens.md +91 -0
  35. data/docs/instanceMember.md +133 -0
  36. data/docs/instanceMembers.md +91 -0
  37. data/docs/instanceOrg.md +135 -0
  38. data/docs/instanceOrgInvite.md +139 -0
  39. data/docs/instanceOrgInvites.md +96 -0
  40. data/docs/instanceOrgMember.md +139 -0
  41. data/docs/instanceOrgMembers.md +96 -0
  42. data/docs/instanceOrgs.md +91 -0
  43. data/docs/instances.md +50 -0
  44. data/docs/integration.md +1 -0
  45. data/docs/me.md +1 -1
  46. data/docs/org.md +1 -1
  47. data/docs/userApiToken.md +125 -0
  48. data/docs/userApiTokens.md +87 -0
  49. data/docs/webhook.md +1 -0
  50. data/lib/losant_rest.rb +18 -1
  51. data/lib/losant_rest/application.rb +53 -6
  52. data/lib/losant_rest/application_api_token.rb +1 -1
  53. data/lib/losant_rest/application_api_tokens.rb +2 -2
  54. data/lib/losant_rest/application_certificate.rb +1 -1
  55. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  56. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  57. data/lib/losant_rest/application_certificates.rb +1 -1
  58. data/lib/losant_rest/application_dashboard.rb +176 -0
  59. data/lib/losant_rest/application_dashboards.rb +138 -0
  60. data/lib/losant_rest/application_key.rb +1 -1
  61. data/lib/losant_rest/application_keys.rb +4 -1
  62. data/lib/losant_rest/application_template.rb +1 -1
  63. data/lib/losant_rest/application_templates.rb +1 -1
  64. data/lib/losant_rest/applications.rb +2 -2
  65. data/lib/losant_rest/audit_log.rb +1 -1
  66. data/lib/losant_rest/audit_logs.rb +1 -1
  67. data/lib/losant_rest/auth.rb +1 -1
  68. data/lib/losant_rest/client.rb +71 -3
  69. data/lib/losant_rest/dashboard.rb +1 -1
  70. data/lib/losant_rest/dashboards.rb +1 -1
  71. data/lib/losant_rest/data.rb +1 -1
  72. data/lib/losant_rest/data_table.rb +2 -2
  73. data/lib/losant_rest/data_table_row.rb +1 -1
  74. data/lib/losant_rest/data_table_rows.rb +2 -2
  75. data/lib/losant_rest/data_tables.rb +2 -2
  76. data/lib/losant_rest/device.rb +51 -1
  77. data/lib/losant_rest/device_recipe.rb +1 -1
  78. data/lib/losant_rest/device_recipes.rb +1 -1
  79. data/lib/losant_rest/devices.rb +49 -3
  80. data/lib/losant_rest/edge_deployment.rb +81 -0
  81. data/lib/losant_rest/edge_deployments.rb +1 -1
  82. data/lib/losant_rest/error.rb +1 -1
  83. data/lib/losant_rest/event.rb +1 -1
  84. data/lib/losant_rest/events.rb +4 -4
  85. data/lib/losant_rest/experience.rb +2 -2
  86. data/lib/losant_rest/experience_domain.rb +1 -1
  87. data/lib/losant_rest/experience_domains.rb +2 -2
  88. data/lib/losant_rest/experience_endpoint.rb +3 -1
  89. data/lib/losant_rest/experience_endpoints.rb +1 -1
  90. data/lib/losant_rest/experience_group.rb +5 -1
  91. data/lib/losant_rest/experience_groups.rb +1 -1
  92. data/lib/losant_rest/experience_slug.rb +1 -1
  93. data/lib/losant_rest/experience_slugs.rb +2 -2
  94. data/lib/losant_rest/experience_user.rb +1 -1
  95. data/lib/losant_rest/experience_users.rb +1 -1
  96. data/lib/losant_rest/experience_version.rb +4 -4
  97. data/lib/losant_rest/experience_versions.rb +3 -3
  98. data/lib/losant_rest/experience_view.rb +5 -5
  99. data/lib/losant_rest/experience_views.rb +3 -3
  100. data/lib/losant_rest/file.rb +5 -5
  101. data/lib/losant_rest/files.rb +3 -3
  102. data/lib/losant_rest/flow.rb +47 -1
  103. data/lib/losant_rest/flow_version.rb +1 -1
  104. data/lib/losant_rest/flow_versions.rb +51 -1
  105. data/lib/losant_rest/flows.rb +3 -1
  106. data/lib/losant_rest/instance.rb +226 -0
  107. data/lib/losant_rest/instance_api_token.rb +176 -0
  108. data/lib/losant_rest/instance_api_tokens.rb +136 -0
  109. data/lib/losant_rest/instance_member.rb +176 -0
  110. data/lib/losant_rest/instance_members.rb +134 -0
  111. data/lib/losant_rest/instance_org.rb +180 -0
  112. data/lib/losant_rest/instance_org_invite.rb +182 -0
  113. data/lib/losant_rest/instance_org_invites.rb +138 -0
  114. data/lib/losant_rest/instance_org_member.rb +182 -0
  115. data/lib/losant_rest/instance_org_members.rb +138 -0
  116. data/lib/losant_rest/instance_orgs.rb +139 -0
  117. data/lib/losant_rest/instances.rb +88 -0
  118. data/lib/losant_rest/integration.rb +3 -1
  119. data/lib/losant_rest/integrations.rb +1 -1
  120. data/lib/losant_rest/me.rb +2 -2
  121. data/lib/losant_rest/notebook.rb +1 -1
  122. data/lib/losant_rest/notebooks.rb +1 -1
  123. data/lib/losant_rest/org.rb +2 -2
  124. data/lib/losant_rest/org_invites.rb +1 -1
  125. data/lib/losant_rest/orgs.rb +1 -1
  126. data/lib/losant_rest/user_api_token.rb +170 -0
  127. data/lib/losant_rest/user_api_tokens.rb +132 -0
  128. data/lib/losant_rest/utils.rb +1 -1
  129. data/lib/losant_rest/version.rb +2 -2
  130. data/lib/losant_rest/webhook.rb +3 -1
  131. data/lib/losant_rest/webhooks.rb +1 -1
  132. data/schemas/advancedApplicationKeyQuery.json +1082 -0
  133. data/schemas/advancedDeviceQuery.json +309 -0
  134. data/schemas/advancedFlowQuery.json +218 -0
  135. data/schemas/advancedFlowVersionQuery.json +218 -0
  136. data/schemas/apiToken.json +2 -1
  137. data/schemas/apiTokenPost.json +431 -0
  138. data/schemas/apiTokens.json +4 -2
  139. data/schemas/applicationApiTokenPost.json +8 -0
  140. data/schemas/applicationDashboardPost.json +5687 -0
  141. data/schemas/applicationGlobalPatch.json +33 -0
  142. data/schemas/auditLog.json +4 -0
  143. data/schemas/auditLogFilter.json +4 -0
  144. data/schemas/auditLogs.json +4 -0
  145. data/schemas/bulkDeleteResponse.json +12 -0
  146. data/schemas/dashboard.json +66 -17
  147. data/schemas/dashboardPatch.json +66 -17
  148. data/schemas/dashboardPost.json +66 -17
  149. data/schemas/dashboardSendReport.json +4 -0
  150. data/schemas/dashboards.json +66 -17
  151. data/schemas/devicePayloadCounts.json +24 -0
  152. data/schemas/devicesDeletePost.json +309 -0
  153. data/schemas/devicesExportPayloadCountPost.json +1350 -0
  154. data/schemas/devicesExportPost.json +309 -0
  155. data/schemas/devicesPatch.json +309 -0
  156. data/schemas/devicesRemoveDataPost.json +309 -0
  157. data/schemas/edgeDeployment.json +16 -0
  158. data/schemas/edgeDeployments.json +16 -0
  159. data/schemas/experienceGroup.json +6 -0
  160. data/schemas/experienceGroups.json +6 -0
  161. data/schemas/experienceLinkedResources.json +45 -0
  162. data/schemas/filePost.json +8 -2
  163. data/schemas/files.json +3 -0
  164. data/schemas/flow.json +15 -0
  165. data/schemas/flowPatch.json +15 -0
  166. data/schemas/flowPost.json +15 -0
  167. data/schemas/flowStorageMetadata.json +13 -0
  168. data/schemas/flowVersion.json +30 -0
  169. data/schemas/flowVersionPost.json +15 -0
  170. data/schemas/flowVersions.json +30 -0
  171. data/schemas/flowVersionsDeletePost.json +941 -0
  172. data/schemas/flows.json +15 -0
  173. data/schemas/flowsImportPost.json +30 -0
  174. data/schemas/flowsImportResult.json +45 -0
  175. data/schemas/githubLogin.json +72 -1
  176. data/schemas/historicalSummaries.json +43 -0
  177. data/schemas/historicalSummary.json +490 -0
  178. data/schemas/instance.json +192 -0
  179. data/schemas/instanceMember.json +41 -0
  180. data/schemas/instanceMemberPatch.json +17 -0
  181. data/schemas/instanceMemberPost.json +37 -0
  182. data/schemas/instanceMembers.json +77 -0
  183. data/schemas/instanceOrg.json +133 -0
  184. data/schemas/instanceOrgMember.json +45 -0
  185. data/schemas/instanceOrgMemberPatch.json +69 -0
  186. data/schemas/instanceOrgMemberPost.json +161 -0
  187. data/schemas/instanceOrgMembers.json +42 -0
  188. data/schemas/instanceOrgPatch.json +122 -0
  189. data/schemas/instanceOrgPost.json +291 -0
  190. data/schemas/instanceOrgs.json +178 -0
  191. data/schemas/instancePatch.json +67 -0
  192. data/schemas/instanceReportOptionsPost.json +41 -0
  193. data/schemas/instances.json +43 -0
  194. data/schemas/me.json +30 -14
  195. data/schemas/multiDeviceCommand.json +309 -0
  196. data/schemas/notebook.json +45 -0
  197. data/schemas/notebookPatch.json +30 -0
  198. data/schemas/notebookPost.json +30 -0
  199. data/schemas/notebooks.json +45 -0
  200. data/schemas/org.json +30 -14
  201. data/schemas/orgInvite.json +90 -0
  202. data/schemas/orgInviteCollection.json +130 -0
  203. data/schemas/orgInvites.json +82 -77
  204. data/schemas/orgPatch.json +0 -9
  205. data/schemas/orgRoleInfo.json +69 -0
  206. data/schemas/orgs.json +30 -14
  207. data/schemas/payloadStats.json +126 -0
  208. data/schemas/userCredentials.json +72 -1
  209. data/schemas/userPost.json +72 -1
  210. data/schemas/validateContextError.json +34 -0
  211. data/schemas/validateContextSuccess.json +34 -0
  212. data/schemas/virtualButtonPress.json +4 -0
  213. metadata +68 -3
@@ -0,0 +1,87 @@
1
+ # User Api Tokens Actions
2
+
3
+ Details on the various actions that can be performed on the
4
+ User Api Tokens resource, including the expected
5
+ parameters and the potential responses.
6
+
7
+ ##### Contents
8
+
9
+ * [Get](#get)
10
+ * [Post](#post)
11
+
12
+ <br/>
13
+
14
+ ## Get
15
+
16
+ Returns the API tokens for a user
17
+
18
+ ```ruby
19
+ result = client.user_api_tokens.get(optional_params)
20
+
21
+ puts result
22
+ ```
23
+
24
+ #### Authentication
25
+ The client must be configured with a valid api access token to call this
26
+ action. The token must include at least one of the following scopes:
27
+ all.User, all.User.read, userApiTokens.*, or userApiTokens.get.
28
+
29
+ #### Available Parameters
30
+
31
+ | Name | Type | Required | Description | Default | Example |
32
+ | ---- | ---- | -------- | ----------- | ------- | ------- |
33
+ | sortField | string | N | Field to sort the results by. Accepted values are: name, status, id, creationDate, lastUpdated, expirationDate | name | name |
34
+ | sortDirection | string | N | Direction to sort the results by. Accepted values are: asc, desc | asc | asc |
35
+ | page | string | N | Which page of results to return | 0 | 0 |
36
+ | perPage | string | N | How many items to return per page | 100 | 10 |
37
+ | filterField | string | N | Field to filter the results by. Blank or not provided means no filtering. Accepted values are: name, status | | key |
38
+ | filter | string | N | Filter to apply against the filtered field. Supports globbing. Blank or not provided means no filtering. | | my*token |
39
+ | losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
40
+
41
+ #### Successful Responses
42
+
43
+ | Code | Type | Description |
44
+ | ---- | ---- | ----------- |
45
+ | 200 | [API Token](_schemas.md#api-token) | Collection of API tokens |
46
+
47
+ #### Error Responses
48
+
49
+ | Code | Type | Description |
50
+ | ---- | ---- | ----------- |
51
+ | 400 | [Error](_schemas.md#error) | Error if malformed request |
52
+
53
+ <br/>
54
+
55
+ ## Post
56
+
57
+ Create a new API token for an user
58
+
59
+ ```ruby
60
+ result = client.user_api_tokens.post(apiToken: my_api_token)
61
+
62
+ puts result
63
+ ```
64
+
65
+ #### Authentication
66
+ The client must be configured with a valid api access token to call this
67
+ action. The token must include at least one of the following scopes:
68
+ all.User, userApiTokens.*, or userApiTokens.post.
69
+
70
+ #### Available Parameters
71
+
72
+ | Name | Type | Required | Description | Default | Example |
73
+ | ---- | ---- | -------- | ----------- | ------- | ------- |
74
+ | apiToken | [API Token Post](_schemas.md#api-token-post) | Y | API token information | | [API Token Post Example](_schemas.md#api-token-post-example) |
75
+ | losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
76
+
77
+ #### Successful Responses
78
+
79
+ | Code | Type | Description |
80
+ | ---- | ---- | ----------- |
81
+ | 201 | [API Token](_schemas.md#api-token) | The successfully created API token |
82
+
83
+ #### Error Responses
84
+
85
+ | Code | Type | Description |
86
+ | ---- | ---- | ----------- |
87
+ | 400 | [Error](_schemas.md#error) | Error if malformed request |
data/docs/webhook.md CHANGED
@@ -35,6 +35,7 @@ all.Application, all.Organization, all.User, webhook.*, or webhook.delete.
35
35
  | ---- | ---- | -------- | ----------- | ------- | ------- |
36
36
  | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 |
37
37
  | webhookId | string | Y | ID associated with the webhook | | 575ed78e7ae143cd83dc4aab |
38
+ | includeWorkflows | string | N | If the workflows that utilize this webhook should also be deleted. | | true |
38
39
  | losantdomain | string | N | Domain scope of request (rarely needed) | | example.com |
39
40
 
40
41
  #### Successful Responses
data/lib/losant_rest.rb CHANGED
@@ -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
@@ -30,6 +30,8 @@ require_relative "losant_rest/application_certificate"
30
30
  require_relative "losant_rest/application_certificate_authorities"
31
31
  require_relative "losant_rest/application_certificate_authority"
32
32
  require_relative "losant_rest/application_certificates"
33
+ require_relative "losant_rest/application_dashboard"
34
+ require_relative "losant_rest/application_dashboards"
33
35
  require_relative "losant_rest/application_key"
34
36
  require_relative "losant_rest/application_keys"
35
37
  require_relative "losant_rest/application_template"
@@ -49,6 +51,7 @@ require_relative "losant_rest/device"
49
51
  require_relative "losant_rest/device_recipe"
50
52
  require_relative "losant_rest/device_recipes"
51
53
  require_relative "losant_rest/devices"
54
+ require_relative "losant_rest/edge_deployment"
52
55
  require_relative "losant_rest/edge_deployments"
53
56
  require_relative "losant_rest/event"
54
57
  require_relative "losant_rest/events"
@@ -73,6 +76,18 @@ require_relative "losant_rest/flow"
73
76
  require_relative "losant_rest/flow_version"
74
77
  require_relative "losant_rest/flow_versions"
75
78
  require_relative "losant_rest/flows"
79
+ require_relative "losant_rest/instance"
80
+ require_relative "losant_rest/instance_api_token"
81
+ require_relative "losant_rest/instance_api_tokens"
82
+ require_relative "losant_rest/instance_member"
83
+ require_relative "losant_rest/instance_members"
84
+ require_relative "losant_rest/instance_org"
85
+ require_relative "losant_rest/instance_org_invite"
86
+ require_relative "losant_rest/instance_org_invites"
87
+ require_relative "losant_rest/instance_org_member"
88
+ require_relative "losant_rest/instance_org_members"
89
+ require_relative "losant_rest/instance_orgs"
90
+ require_relative "losant_rest/instances"
76
91
  require_relative "losant_rest/integration"
77
92
  require_relative "losant_rest/integrations"
78
93
  require_relative "losant_rest/me"
@@ -81,6 +96,8 @@ require_relative "losant_rest/notebooks"
81
96
  require_relative "losant_rest/org"
82
97
  require_relative "losant_rest/org_invites"
83
98
  require_relative "losant_rest/orgs"
99
+ require_relative "losant_rest/user_api_token"
100
+ require_relative "losant_rest/user_api_tokens"
84
101
  require_relative "losant_rest/webhook"
85
102
  require_relative "losant_rest/webhooks"
86
103
  require_relative "losant_rest/client"
@@ -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
@@ -405,7 +405,7 @@ module LosantRest
405
405
  # The client must be configured with a valid api
406
406
  # access token to call this action. The token
407
407
  # must include at least one of the following scopes:
408
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, application.*, or application.get.
408
+ # all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, application.*, or application.get.
409
409
  #
410
410
  # Parameters:
411
411
  # * {string} applicationId - ID of the associated application
@@ -447,6 +447,53 @@ module LosantRest
447
447
  body: body)
448
448
  end
449
449
 
450
+ # Updates an application global at the given key
451
+ #
452
+ # Authentication:
453
+ # The client must be configured with a valid api
454
+ # access token to call this action. The token
455
+ # must include at least one of the following scopes:
456
+ # all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, application.*, or application.patch.
457
+ #
458
+ # Parameters:
459
+ # * {string} applicationId - ID of the associated application
460
+ # * {hash} globals - Array of objects containing new application global information (https://api.losant.com/#/definitions/applicationGlobalPatch)
461
+ # * {string} losantdomain - Domain scope of request (rarely needed)
462
+ # * {boolean} _actions - Return resource actions in response
463
+ # * {boolean} _links - Return resource link in response
464
+ # * {boolean} _embedded - Return embedded resources in response
465
+ #
466
+ # Responses:
467
+ # * 200 - Updated application information (https://api.losant.com/#/definitions/application)
468
+ #
469
+ # Errors:
470
+ # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
471
+ # * 404 - Error if application was not found (https://api.losant.com/#/definitions/error)
472
+ def globals(params = {})
473
+ params = Utils.symbolize_hash_keys(params)
474
+ query_params = { _actions: false, _links: true, _embedded: true }
475
+ headers = {}
476
+ body = nil
477
+
478
+ raise ArgumentError.new("applicationId is required") unless params.has_key?(:applicationId)
479
+ raise ArgumentError.new("globals is required") unless params.has_key?(:globals)
480
+
481
+ body = params[:globals] if params.has_key?(:globals)
482
+ headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
483
+ query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
484
+ query_params[:_links] = params[:_links] if params.has_key?(:_links)
485
+ query_params[:_embedded] = params[:_embedded] if params.has_key?(:_embedded)
486
+
487
+ path = "/applications/#{params[:applicationId]}/globals"
488
+
489
+ @client.request(
490
+ method: :patch,
491
+ path: path,
492
+ query: query_params,
493
+ headers: headers,
494
+ body: body)
495
+ end
496
+
450
497
  # Publishes the given message to the given MQTT topic
451
498
  #
452
499
  # Authentication:
@@ -500,7 +547,7 @@ module LosantRest
500
547
  # The client must be configured with a valid api
501
548
  # access token to call this action. The token
502
549
  # must include at least one of the following scopes:
503
- # all.Application, all.Organization, all.User, application.*, or application.patch.
550
+ # all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, application.*, or application.patch.
504
551
  #
505
552
  # Parameters:
506
553
  # * {string} applicationId - ID of the associated application
@@ -563,7 +610,7 @@ module LosantRest
563
610
  # * {boolean} _embedded - Return embedded resources in response
564
611
  #
565
612
  # Responses:
566
- # * 200 - Payload counts, by type and source (https://api.losant.com/#/definitions/payloadCounts)
613
+ # * 200 - Payload counts, by type and source (https://api.losant.com/#/definitions/payloadStats)
567
614
  #
568
615
  # Errors:
569
616
  # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
@@ -599,7 +646,7 @@ module LosantRest
599
646
  # The client must be configured with a valid api
600
647
  # access token to call this action. The token
601
648
  # must include at least one of the following scopes:
602
- # all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, application.*, or application.get.
649
+ # all.Application, all.Application.cli, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.cli, all.User.read, application.*, or application.get.
603
650
  #
604
651
  # Parameters:
605
652
  # * {string} applicationId - ID of the associated application
@@ -643,7 +690,7 @@ module LosantRest
643
690
  # The client must be configured with a valid api
644
691
  # access token to call this action. The token
645
692
  # must include at least one of the following scopes:
646
- # all.Application, all.Organization, all.User, application.*, or application.patch.
693
+ # all.Application, all.Application.cli, all.Organization, all.User, all.User.cli, application.*, or application.patch.
647
694
  #
648
695
  # Parameters:
649
696
  # * {string} applicationId - ID of the associated 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
@@ -96,7 +96,7 @@ module LosantRest
96
96
  #
97
97
  # Parameters:
98
98
  # * {string} applicationId - ID associated with the application
99
- # * {hash} apiToken - API token information (https://api.losant.com/#/definitions/applicationApiTokenPost)
99
+ # * {hash} apiToken - API token information (https://api.losant.com/#/definitions/apiTokenPost)
100
100
  # * {string} losantdomain - Domain scope of request (rarely needed)
101
101
  # * {boolean} _actions - Return resource actions in response
102
102
  # * {boolean} _links - Return resource link 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
@@ -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
@@ -0,0 +1,176 @@
1
+ # The MIT License (MIT)
2
+ #
3
+ # Copyright (c) 2021 Losant IoT, Inc.
4
+ #
5
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ # of this software and associated documentation files (the "Software"), to deal
7
+ # in the Software without restriction, including without limitation the rights
8
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ # copies of the Software, and to permit persons to whom the Software is
10
+ # furnished to do so, subject to the following conditions:
11
+ #
12
+ # The above copyright notice and this permission notice shall be included in all
13
+ # copies or substantial portions of the Software.
14
+ #
15
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ # SOFTWARE.
22
+
23
+ require "json"
24
+
25
+ module LosantRest
26
+
27
+ # Class containing all the actions for the Application Dashboard Resource
28
+ class ApplicationDashboard
29
+
30
+ def initialize(client)
31
+ @client = client
32
+ end
33
+
34
+ # Deletes a dashboard
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.Organization, all.User, applicationDashboard.*, or applicationDashboard.delete.
41
+ #
42
+ # Parameters:
43
+ # * {string} dashboardId - ID of the associated dashboard
44
+ # * {string} applicationId - ID of the associated application
45
+ # * {string} losantdomain - Domain scope of request (rarely needed)
46
+ # * {boolean} _actions - Return resource actions in response
47
+ # * {boolean} _links - Return resource link in response
48
+ # * {boolean} _embedded - Return embedded resources in response
49
+ #
50
+ # Responses:
51
+ # * 200 - If dashboard was successfully deleted (https://api.losant.com/#/definitions/success)
52
+ #
53
+ # Errors:
54
+ # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
55
+ # * 404 - Error if dashboard was not found (https://api.losant.com/#/definitions/error)
56
+ def delete(params = {})
57
+ params = Utils.symbolize_hash_keys(params)
58
+ query_params = { _actions: false, _links: true, _embedded: true }
59
+ headers = {}
60
+ body = nil
61
+
62
+ raise ArgumentError.new("dashboardId is required") unless params.has_key?(:dashboardId)
63
+ raise ArgumentError.new("applicationId is required") unless params.has_key?(:applicationId)
64
+
65
+ headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
66
+ query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
67
+ query_params[:_links] = params[:_links] if params.has_key?(:_links)
68
+ query_params[:_embedded] = params[:_embedded] if params.has_key?(:_embedded)
69
+
70
+ path = "/applications/#{params[:applicationId]}/dashboards/#{params[:dashboardId]}"
71
+
72
+ @client.request(
73
+ method: :delete,
74
+ path: path,
75
+ query: query_params,
76
+ headers: headers,
77
+ body: body)
78
+ end
79
+
80
+ # Retrieves information on a dashboard
81
+ #
82
+ # Authentication:
83
+ # The client must be configured with a valid api
84
+ # access token to call this action. The token
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, applicationDashboard.*, or applicationDashboard.get.
87
+ #
88
+ # Parameters:
89
+ # * {string} dashboardId - ID of the associated dashboard
90
+ # * {string} applicationId - ID of the associated application
91
+ # * {string} losantdomain - Domain scope of request (rarely needed)
92
+ # * {boolean} _actions - Return resource actions in response
93
+ # * {boolean} _links - Return resource link in response
94
+ # * {boolean} _embedded - Return embedded resources in response
95
+ #
96
+ # Responses:
97
+ # * 200 - Dashboard information (https://api.losant.com/#/definitions/dashboard)
98
+ #
99
+ # Errors:
100
+ # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
101
+ # * 404 - Error if dashboard was not found (https://api.losant.com/#/definitions/error)
102
+ def get(params = {})
103
+ params = Utils.symbolize_hash_keys(params)
104
+ query_params = { _actions: false, _links: true, _embedded: true }
105
+ headers = {}
106
+ body = nil
107
+
108
+ raise ArgumentError.new("dashboardId is required") unless params.has_key?(:dashboardId)
109
+ raise ArgumentError.new("applicationId is required") unless params.has_key?(:applicationId)
110
+
111
+ headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
112
+ query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
113
+ query_params[:_links] = params[:_links] if params.has_key?(:_links)
114
+ query_params[:_embedded] = params[:_embedded] if params.has_key?(:_embedded)
115
+
116
+ path = "/applications/#{params[:applicationId]}/dashboards/#{params[:dashboardId]}"
117
+
118
+ @client.request(
119
+ method: :get,
120
+ path: path,
121
+ query: query_params,
122
+ headers: headers,
123
+ body: body)
124
+ end
125
+
126
+ # Updates information about a dashboard
127
+ #
128
+ # Authentication:
129
+ # The client must be configured with a valid api
130
+ # access token to call this action. The token
131
+ # must include at least one of the following scopes:
132
+ # all.Application, all.Organization, all.User, applicationDashboard.*, or applicationDashboard.patch.
133
+ #
134
+ # Parameters:
135
+ # * {string} dashboardId - ID of the associated dashboard
136
+ # * {string} applicationId - ID of the associated application
137
+ # * {hash} dashboard - Object containing new dashboard properties (https://api.losant.com/#/definitions/dashboardPatch)
138
+ # * {string} losantdomain - Domain scope of request (rarely needed)
139
+ # * {boolean} _actions - Return resource actions in response
140
+ # * {boolean} _links - Return resource link in response
141
+ # * {boolean} _embedded - Return embedded resources in response
142
+ #
143
+ # Responses:
144
+ # * 200 - Update dashboard information (https://api.losant.com/#/definitions/dashboard)
145
+ #
146
+ # Errors:
147
+ # * 400 - Error if malformed request (https://api.losant.com/#/definitions/error)
148
+ # * 404 - Error if dashboard was not found (https://api.losant.com/#/definitions/error)
149
+ def patch(params = {})
150
+ params = Utils.symbolize_hash_keys(params)
151
+ query_params = { _actions: false, _links: true, _embedded: true }
152
+ headers = {}
153
+ body = nil
154
+
155
+ raise ArgumentError.new("dashboardId is required") unless params.has_key?(:dashboardId)
156
+ raise ArgumentError.new("applicationId is required") unless params.has_key?(:applicationId)
157
+ raise ArgumentError.new("dashboard is required") unless params.has_key?(:dashboard)
158
+
159
+ body = params[:dashboard] if params.has_key?(:dashboard)
160
+ headers[:losantdomain] = params[:losantdomain] if params.has_key?(:losantdomain)
161
+ query_params[:_actions] = params[:_actions] if params.has_key?(:_actions)
162
+ query_params[:_links] = params[:_links] if params.has_key?(:_links)
163
+ query_params[:_embedded] = params[:_embedded] if params.has_key?(:_embedded)
164
+
165
+ path = "/applications/#{params[:applicationId]}/dashboards/#{params[:dashboardId]}"
166
+
167
+ @client.request(
168
+ method: :patch,
169
+ path: path,
170
+ query: query_params,
171
+ headers: headers,
172
+ body: body)
173
+ end
174
+
175
+ end
176
+ end