nodeum_sdk 1.85.1 → 1.86.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +69 -14
  3. data/docs/ByDateFacet.md +4 -0
  4. data/docs/ByFileExtensionFacet.md +2 -2
  5. data/docs/ByFileExtensionFacetAllOf.md +2 -2
  6. data/docs/ByGroupOwnerFacet.md +2 -2
  7. data/docs/ByGroupOwnerFacetAllOf.md +2 -2
  8. data/docs/ByPrimaryCloudFacet.md +21 -0
  9. data/docs/ByPrimaryCloudFacetAllOf.md +21 -0
  10. data/docs/ByPrimaryFacet.md +2 -2
  11. data/docs/ByPrimaryFacetAllOf.md +2 -2
  12. data/docs/ByPrimaryNasFacet.md +21 -0
  13. data/docs/ByPrimaryNasFacetAllOf.md +21 -0
  14. data/docs/ByPrimaryStorageFacet.md +31 -0
  15. data/docs/ByPrimaryTypeFacet.md +41 -0
  16. data/docs/BySecondaryCloudFacet.md +21 -0
  17. data/docs/BySecondaryCloudFacetAllOf.md +21 -0
  18. data/docs/BySecondaryNasFacet.md +21 -0
  19. data/docs/BySecondaryNasFacetAllOf.md +21 -0
  20. data/docs/BySecondaryStorageFacet.md +35 -0
  21. data/docs/BySecondaryTapeFacet.md +21 -0
  22. data/docs/BySecondaryTapeFacetAllOf.md +21 -0
  23. data/docs/BySecondaryTypeFacet.md +2 -2
  24. data/docs/BySecondaryTypeFacetAllOf.md +2 -2
  25. data/docs/BySizeFacet.md +4 -0
  26. data/docs/ByTaskStatusFacet.md +17 -0
  27. data/docs/ByTaskStatusFacetAllOf.md +17 -0
  28. data/docs/ByTaskStorageFacet.md +19 -0
  29. data/docs/ByTaskStorageFacetAllOf.md +19 -0
  30. data/docs/ByTaskWorkflowFacet.md +17 -0
  31. data/docs/ByTaskWorkflowFacetAllOf.md +17 -0
  32. data/docs/ByTypeFacetBucket.md +19 -0
  33. data/docs/ByTypeFacetBuckets.md +17 -0
  34. data/docs/ByUserOwnerFacet.md +2 -2
  35. data/docs/ByUserOwnerFacetAllOf.md +2 -2
  36. data/docs/Container.md +4 -0
  37. data/docs/DefaultFacet.md +17 -0
  38. data/docs/FileFacet.md +5 -3
  39. data/docs/FileFacetAllOf.md +21 -0
  40. data/docs/StatisticsApi.md +805 -42
  41. data/docs/StorageByTypeFacets.md +25 -0
  42. data/docs/StorageCloudBucketByTypeFacets.md +19 -0
  43. data/docs/StorageCloudBucketFacets.md +21 -0
  44. data/docs/StorageFacet.md +27 -0
  45. data/docs/StorageNasShareByTypeFacets.md +19 -0
  46. data/docs/StorageNasShareFacets.md +21 -0
  47. data/docs/StoragePoolByTypeFacets.md +19 -0
  48. data/docs/StoragePoolFacets.md +21 -0
  49. data/docs/StorageTapeByTypeFacets.md +21 -0
  50. data/docs/StorageTapeFacets.md +23 -0
  51. data/docs/TaskByWorkflowBucket.md +19 -0
  52. data/docs/TaskByWorkflowBucketAllOf.md +19 -0
  53. data/docs/TaskByWorkflowBuckets.md +17 -0
  54. data/docs/TaskFacet.md +27 -0
  55. data/docs/TaskFacetAllOf.md +27 -0
  56. data/docs/TaskFacetBucket.md +31 -0
  57. data/docs/TaskFacetBuckets.md +17 -0
  58. data/docs/TypeToPrimaryFacets.md +23 -0
  59. data/docs/TypeToSecondaryFacets.md +2 -0
  60. data/docs/UserConfiguration.md +21 -0
  61. data/docs/UserConfigurationCollection.md +19 -0
  62. data/docs/UsersApi.md +300 -0
  63. data/lib/nodeum_sdk.rb +43 -4
  64. data/lib/nodeum_sdk/api/statistics_api.rb +910 -51
  65. data/lib/nodeum_sdk/api/users_api.rb +318 -0
  66. data/lib/nodeum_sdk/models/by_date_facet.rb +19 -1
  67. data/lib/nodeum_sdk/models/by_file_extension_facet.rb +7 -7
  68. data/lib/nodeum_sdk/models/by_file_extension_facet_all_of.rb +7 -7
  69. data/lib/nodeum_sdk/models/by_group_owner_facet.rb +7 -7
  70. data/lib/nodeum_sdk/models/by_group_owner_facet_all_of.rb +7 -7
  71. data/lib/nodeum_sdk/models/by_primary_cloud_facet.rb +236 -0
  72. data/lib/nodeum_sdk/models/by_primary_cloud_facet_all_of.rb +224 -0
  73. data/lib/nodeum_sdk/models/by_primary_facet.rb +7 -7
  74. data/lib/nodeum_sdk/models/by_primary_facet_all_of.rb +7 -7
  75. data/lib/nodeum_sdk/models/by_primary_nas_facet.rb +236 -0
  76. data/lib/nodeum_sdk/models/by_primary_nas_facet_all_of.rb +224 -0
  77. data/lib/nodeum_sdk/models/by_primary_storage_facet.rb +277 -0
  78. data/lib/nodeum_sdk/models/by_primary_type_facet.rb +322 -0
  79. data/lib/nodeum_sdk/models/by_secondary_cloud_facet.rb +236 -0
  80. data/lib/nodeum_sdk/models/by_secondary_cloud_facet_all_of.rb +224 -0
  81. data/lib/nodeum_sdk/models/by_secondary_nas_facet.rb +236 -0
  82. data/lib/nodeum_sdk/models/by_secondary_nas_facet_all_of.rb +224 -0
  83. data/lib/nodeum_sdk/models/by_secondary_storage_facet.rb +295 -0
  84. data/lib/nodeum_sdk/models/by_secondary_tape_facet.rb +236 -0
  85. data/lib/nodeum_sdk/models/by_secondary_tape_facet_all_of.rb +224 -0
  86. data/lib/nodeum_sdk/models/by_secondary_type_facet.rb +7 -7
  87. data/lib/nodeum_sdk/models/by_secondary_type_facet_all_of.rb +7 -7
  88. data/lib/nodeum_sdk/models/by_size_facet.rb +19 -1
  89. data/lib/nodeum_sdk/models/by_task_status_facet.rb +218 -0
  90. data/lib/nodeum_sdk/models/by_task_status_facet_all_of.rb +206 -0
  91. data/lib/nodeum_sdk/models/by_task_storage_facet.rb +227 -0
  92. data/lib/nodeum_sdk/models/by_task_storage_facet_all_of.rb +215 -0
  93. data/lib/nodeum_sdk/models/by_task_workflow_facet.rb +218 -0
  94. data/lib/nodeum_sdk/models/by_task_workflow_facet_all_of.rb +206 -0
  95. data/lib/nodeum_sdk/models/by_type_facet_bucket.rb +223 -0
  96. data/lib/nodeum_sdk/models/by_type_facet_buckets.rb +208 -0
  97. data/lib/nodeum_sdk/models/by_user_owner_facet.rb +7 -7
  98. data/lib/nodeum_sdk/models/by_user_owner_facet_all_of.rb +7 -7
  99. data/lib/nodeum_sdk/models/container.rb +19 -1
  100. data/lib/nodeum_sdk/models/default_facet.rb +206 -0
  101. data/lib/nodeum_sdk/models/file_facet.rb +35 -14
  102. data/lib/nodeum_sdk/models/file_facet_all_of.rb +224 -0
  103. data/lib/nodeum_sdk/models/storage_by_type_facets.rb +242 -0
  104. data/lib/nodeum_sdk/models/storage_cloud_bucket_by_type_facets.rb +215 -0
  105. data/lib/nodeum_sdk/models/storage_cloud_bucket_facets.rb +232 -0
  106. data/lib/nodeum_sdk/models/storage_facet.rb +259 -0
  107. data/lib/nodeum_sdk/models/storage_nas_share_by_type_facets.rb +215 -0
  108. data/lib/nodeum_sdk/models/storage_nas_share_facets.rb +232 -0
  109. data/lib/nodeum_sdk/models/storage_pool_by_type_facets.rb +215 -0
  110. data/lib/nodeum_sdk/models/storage_pool_facets.rb +232 -0
  111. data/lib/nodeum_sdk/models/storage_tape_by_type_facets.rb +224 -0
  112. data/lib/nodeum_sdk/models/storage_tape_facets.rb +241 -0
  113. data/lib/nodeum_sdk/models/task_by_workflow_bucket.rb +227 -0
  114. data/lib/nodeum_sdk/models/task_by_workflow_bucket_all_of.rb +215 -0
  115. data/lib/nodeum_sdk/models/task_by_workflow_buckets.rb +208 -0
  116. data/lib/nodeum_sdk/models/task_facet.rb +263 -0
  117. data/lib/nodeum_sdk/models/task_facet_all_of.rb +251 -0
  118. data/lib/nodeum_sdk/models/task_facet_bucket.rb +277 -0
  119. data/lib/nodeum_sdk/models/task_facet_buckets.rb +208 -0
  120. data/lib/nodeum_sdk/models/type_to_primary_facets.rb +233 -0
  121. data/lib/nodeum_sdk/models/type_to_secondary_facets.rb +10 -1
  122. data/lib/nodeum_sdk/models/user_configuration.rb +224 -0
  123. data/lib/nodeum_sdk/models/user_configuration_collection.rb +217 -0
  124. data/lib/nodeum_sdk/version.rb +1 -1
  125. data/spec/models/by_primary_cloud_facet_all_of_spec.rb +53 -0
  126. data/spec/models/by_primary_cloud_facet_spec.rb +53 -0
  127. data/spec/models/by_primary_nas_facet_all_of_spec.rb +53 -0
  128. data/spec/models/by_primary_nas_facet_spec.rb +53 -0
  129. data/spec/models/by_primary_storage_facet_spec.rb +83 -0
  130. data/spec/models/by_primary_type_facet_spec.rb +113 -0
  131. data/spec/models/by_secondary_cloud_facet_all_of_spec.rb +53 -0
  132. data/spec/models/by_secondary_cloud_facet_spec.rb +53 -0
  133. data/spec/models/by_secondary_nas_facet_all_of_spec.rb +53 -0
  134. data/spec/models/by_secondary_nas_facet_spec.rb +53 -0
  135. data/spec/models/by_secondary_storage_facet_spec.rb +95 -0
  136. data/spec/models/by_secondary_tape_facet_all_of_spec.rb +53 -0
  137. data/spec/models/by_secondary_tape_facet_spec.rb +53 -0
  138. data/spec/models/by_task_status_facet_all_of_spec.rb +41 -0
  139. data/spec/models/by_task_status_facet_spec.rb +41 -0
  140. data/spec/models/by_task_storage_facet_all_of_spec.rb +47 -0
  141. data/spec/models/by_task_storage_facet_spec.rb +47 -0
  142. data/spec/models/by_task_workflow_facet_all_of_spec.rb +41 -0
  143. data/spec/models/by_task_workflow_facet_spec.rb +41 -0
  144. data/spec/models/by_type_facet_bucket_spec.rb +47 -0
  145. data/spec/models/by_type_facet_buckets_spec.rb +41 -0
  146. data/spec/models/default_facet_spec.rb +41 -0
  147. data/spec/models/file_facet_all_of_spec.rb +53 -0
  148. data/spec/models/storage_by_type_facets_spec.rb +65 -0
  149. data/spec/models/storage_cloud_bucket_by_type_facets_spec.rb +47 -0
  150. data/spec/models/storage_cloud_bucket_facets_spec.rb +53 -0
  151. data/spec/models/storage_facet_spec.rb +71 -0
  152. data/spec/models/storage_nas_share_by_type_facets_spec.rb +47 -0
  153. data/spec/models/storage_nas_share_facets_spec.rb +53 -0
  154. data/spec/models/storage_pool_by_type_facets_spec.rb +47 -0
  155. data/spec/models/storage_pool_facets_spec.rb +53 -0
  156. data/spec/models/storage_tape_by_type_facets_spec.rb +53 -0
  157. data/spec/models/storage_tape_facets_spec.rb +59 -0
  158. data/spec/models/task_by_workflow_bucket_all_of_spec.rb +47 -0
  159. data/spec/models/task_by_workflow_bucket_spec.rb +47 -0
  160. data/spec/models/task_by_workflow_buckets_spec.rb +41 -0
  161. data/spec/models/task_facet_all_of_spec.rb +71 -0
  162. data/spec/models/task_facet_bucket_spec.rb +83 -0
  163. data/spec/models/task_facet_buckets_spec.rb +41 -0
  164. data/spec/models/task_facet_spec.rb +71 -0
  165. data/spec/models/type_to_primary_facets_spec.rb +59 -0
  166. data/spec/models/user_configuration_collection_spec.rb +47 -0
  167. data/spec/models/user_configuration_spec.rb +53 -0
  168. metadata +174 -2
@@ -0,0 +1,71 @@
1
+ =begin
2
+ #Nodeum API
3
+
4
+ #The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `<` lower than - `>=` lower than or equal - `><` included in list, items should be separated by `|` - `!><` not included in list, items should be separated by `|` - `~` pattern matching, may include `%` (any characters) and `_` (one character) - `!~` pattern not matching, may include `%` (any characters) and `_` (one character)
5
+
6
+ The version of the OpenAPI document: 2.1.0
7
+ Contact: info@nodeum.io
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Nodeum::TaskFacetAllOf
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'TaskFacetAllOf' do
21
+ before do
22
+ # run before each test
23
+ @instance = Nodeum::TaskFacetAllOf.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of TaskFacetAllOf' do
31
+ it 'should create an instance of TaskFacetAllOf' do
32
+ expect(@instance).to be_instance_of(Nodeum::TaskFacetAllOf)
33
+ end
34
+ end
35
+ describe 'test attribute "to_process_size_sum"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "processed_size_sum"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "to_process_files_sum"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "processed_files_sum"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "finalized_files_sum"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ describe 'test attribute "bandwidth_avg"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ end
@@ -0,0 +1,83 @@
1
+ =begin
2
+ #Nodeum API
3
+
4
+ #The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `<` lower than - `>=` lower than or equal - `><` included in list, items should be separated by `|` - `!><` not included in list, items should be separated by `|` - `~` pattern matching, may include `%` (any characters) and `_` (one character) - `!~` pattern not matching, may include `%` (any characters) and `_` (one character)
5
+
6
+ The version of the OpenAPI document: 2.1.0
7
+ Contact: info@nodeum.io
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Nodeum::TaskFacetBucket
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'TaskFacetBucket' do
21
+ before do
22
+ # run before each test
23
+ @instance = Nodeum::TaskFacetBucket.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of TaskFacetBucket' do
31
+ it 'should create an instance of TaskFacetBucket' do
32
+ expect(@instance).to be_instance_of(Nodeum::TaskFacetBucket)
33
+ end
34
+ end
35
+ describe 'test attribute "val"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "count"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "to_process_size_sum"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "processed_size_sum"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "to_process_files_sum"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ describe 'test attribute "processed_files_sum"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ describe 'test attribute "finalized_files_sum"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "bandwidth_avg"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
83
+ end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #Nodeum API
3
+
4
+ #The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `<` lower than - `>=` lower than or equal - `><` included in list, items should be separated by `|` - `!><` not included in list, items should be separated by `|` - `~` pattern matching, may include `%` (any characters) and `_` (one character) - `!~` pattern not matching, may include `%` (any characters) and `_` (one character)
5
+
6
+ The version of the OpenAPI document: 2.1.0
7
+ Contact: info@nodeum.io
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Nodeum::TaskFacetBuckets
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'TaskFacetBuckets' do
21
+ before do
22
+ # run before each test
23
+ @instance = Nodeum::TaskFacetBuckets.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of TaskFacetBuckets' do
31
+ it 'should create an instance of TaskFacetBuckets' do
32
+ expect(@instance).to be_instance_of(Nodeum::TaskFacetBuckets)
33
+ end
34
+ end
35
+ describe 'test attribute "buckets"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,71 @@
1
+ =begin
2
+ #Nodeum API
3
+
4
+ #The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `<` lower than - `>=` lower than or equal - `><` included in list, items should be separated by `|` - `!><` not included in list, items should be separated by `|` - `~` pattern matching, may include `%` (any characters) and `_` (one character) - `!~` pattern not matching, may include `%` (any characters) and `_` (one character)
5
+
6
+ The version of the OpenAPI document: 2.1.0
7
+ Contact: info@nodeum.io
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Nodeum::TaskFacet
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'TaskFacet' do
21
+ before do
22
+ # run before each test
23
+ @instance = Nodeum::TaskFacet.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of TaskFacet' do
31
+ it 'should create an instance of TaskFacet' do
32
+ expect(@instance).to be_instance_of(Nodeum::TaskFacet)
33
+ end
34
+ end
35
+ describe 'test attribute "to_process_size_sum"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "processed_size_sum"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "to_process_files_sum"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "processed_files_sum"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "finalized_files_sum"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ describe 'test attribute "bandwidth_avg"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ end
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Nodeum API
3
+
4
+ #The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `<` lower than - `>=` lower than or equal - `><` included in list, items should be separated by `|` - `!><` not included in list, items should be separated by `|` - `~` pattern matching, may include `%` (any characters) and `_` (one character) - `!~` pattern not matching, may include `%` (any characters) and `_` (one character)
5
+
6
+ The version of the OpenAPI document: 2.1.0
7
+ Contact: info@nodeum.io
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Nodeum::TypeToPrimaryFacets
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'TypeToPrimaryFacets' do
21
+ before do
22
+ # run before each test
23
+ @instance = Nodeum::TypeToPrimaryFacets.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of TypeToPrimaryFacets' do
31
+ it 'should create an instance of TypeToPrimaryFacets' do
32
+ expect(@instance).to be_instance_of(Nodeum::TypeToPrimaryFacets)
33
+ end
34
+ end
35
+ describe 'test attribute "on_primary_container"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "on_primary_nas"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "on_primary_public_cloud"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "on_primary_object_cloud"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end
@@ -0,0 +1,47 @@
1
+ =begin
2
+ #Nodeum API
3
+
4
+ #The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `<` lower than - `>=` lower than or equal - `><` included in list, items should be separated by `|` - `!><` not included in list, items should be separated by `|` - `~` pattern matching, may include `%` (any characters) and `_` (one character) - `!~` pattern not matching, may include `%` (any characters) and `_` (one character)
5
+
6
+ The version of the OpenAPI document: 2.1.0
7
+ Contact: info@nodeum.io
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Nodeum::UserConfigurationCollection
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'UserConfigurationCollection' do
21
+ before do
22
+ # run before each test
23
+ @instance = Nodeum::UserConfigurationCollection.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of UserConfigurationCollection' do
31
+ it 'should create an instance of UserConfigurationCollection' do
32
+ expect(@instance).to be_instance_of(Nodeum::UserConfigurationCollection)
33
+ end
34
+ end
35
+ describe 'test attribute "configurations"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "count"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end
@@ -0,0 +1,53 @@
1
+ =begin
2
+ #Nodeum API
3
+
4
+ #The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `<` lower than - `>=` lower than or equal - `><` included in list, items should be separated by `|` - `!><` not included in list, items should be separated by `|` - `~` pattern matching, may include `%` (any characters) and `_` (one character) - `!~` pattern not matching, may include `%` (any characters) and `_` (one character)
5
+
6
+ The version of the OpenAPI document: 2.1.0
7
+ Contact: info@nodeum.io
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Nodeum::UserConfiguration
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'UserConfiguration' do
21
+ before do
22
+ # run before each test
23
+ @instance = Nodeum::UserConfiguration.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of UserConfiguration' do
31
+ it 'should create an instance of UserConfiguration' do
32
+ expect(@instance).to be_instance_of(Nodeum::UserConfiguration)
33
+ end
34
+ end
35
+ describe 'test attribute "id"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "key"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "value"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nodeum_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.1
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-15 00:00:00.000000000 Z
11
+ date: 2020-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -131,15 +131,36 @@ files:
131
131
  - docs/ByFileExtensionFacetAllOf.md
132
132
  - docs/ByGroupOwnerFacet.md
133
133
  - docs/ByGroupOwnerFacetAllOf.md
134
+ - docs/ByPrimaryCloudFacet.md
135
+ - docs/ByPrimaryCloudFacetAllOf.md
134
136
  - docs/ByPrimaryFacet.md
135
137
  - docs/ByPrimaryFacetAllOf.md
138
+ - docs/ByPrimaryNasFacet.md
139
+ - docs/ByPrimaryNasFacetAllOf.md
140
+ - docs/ByPrimaryStorageFacet.md
141
+ - docs/ByPrimaryTypeFacet.md
136
142
  - docs/BySecondaryBucket.md
137
143
  - docs/BySecondaryBucketAllOf.md
138
144
  - docs/BySecondaryBuckets.md
145
+ - docs/BySecondaryCloudFacet.md
146
+ - docs/BySecondaryCloudFacetAllOf.md
139
147
  - docs/BySecondaryFacet.md
148
+ - docs/BySecondaryNasFacet.md
149
+ - docs/BySecondaryNasFacetAllOf.md
150
+ - docs/BySecondaryStorageFacet.md
151
+ - docs/BySecondaryTapeFacet.md
152
+ - docs/BySecondaryTapeFacetAllOf.md
140
153
  - docs/BySecondaryTypeFacet.md
141
154
  - docs/BySecondaryTypeFacetAllOf.md
142
155
  - docs/BySizeFacet.md
156
+ - docs/ByTaskStatusFacet.md
157
+ - docs/ByTaskStatusFacetAllOf.md
158
+ - docs/ByTaskStorageFacet.md
159
+ - docs/ByTaskStorageFacetAllOf.md
160
+ - docs/ByTaskWorkflowFacet.md
161
+ - docs/ByTaskWorkflowFacetAllOf.md
162
+ - docs/ByTypeFacetBucket.md
163
+ - docs/ByTypeFacetBuckets.md
143
164
  - docs/ByUserOwnerFacet.md
144
165
  - docs/ByUserOwnerFacetAllOf.md
145
166
  - docs/CloudBucket.md
@@ -155,8 +176,10 @@ files:
155
176
  - docs/ContainerPrivilegeCollection.md
156
177
  - docs/ContainersApi.md
157
178
  - docs/DateToFileFacets.md
179
+ - docs/DefaultFacet.md
158
180
  - docs/Error.md
159
181
  - docs/FileFacet.md
182
+ - docs/FileFacetAllOf.md
160
183
  - docs/FilesApi.md
161
184
  - docs/Frozen.md
162
185
  - docs/GreaterThan.md
@@ -200,6 +223,16 @@ files:
200
223
  - docs/ResetSections.md
201
224
  - docs/SizeToDateFacets.md
202
225
  - docs/StatisticsApi.md
226
+ - docs/StorageByTypeFacets.md
227
+ - docs/StorageCloudBucketByTypeFacets.md
228
+ - docs/StorageCloudBucketFacets.md
229
+ - docs/StorageFacet.md
230
+ - docs/StorageNasShareByTypeFacets.md
231
+ - docs/StorageNasShareFacets.md
232
+ - docs/StoragePoolByTypeFacets.md
233
+ - docs/StoragePoolFacets.md
234
+ - docs/StorageTapeByTypeFacets.md
235
+ - docs/StorageTapeFacets.md
203
236
  - docs/SystemGroup.md
204
237
  - docs/SystemGroupCollection.md
205
238
  - docs/SystemUser.md
@@ -225,6 +258,9 @@ files:
225
258
  - docs/TapeStatCollection.md
226
259
  - docs/TapesApi.md
227
260
  - docs/Task.md
261
+ - docs/TaskByWorkflowBucket.md
262
+ - docs/TaskByWorkflowBucketAllOf.md
263
+ - docs/TaskByWorkflowBuckets.md
228
264
  - docs/TaskCallback.md
229
265
  - docs/TaskCallbackCollection.md
230
266
  - docs/TaskCallbacksApi.md
@@ -236,6 +272,10 @@ files:
236
272
  - docs/TaskExecution.md
237
273
  - docs/TaskExecutionCollection.md
238
274
  - docs/TaskExecutionsApi.md
275
+ - docs/TaskFacet.md
276
+ - docs/TaskFacetAllOf.md
277
+ - docs/TaskFacetBucket.md
278
+ - docs/TaskFacetBuckets.md
239
279
  - docs/TaskMetadataApi.md
240
280
  - docs/TaskMetadatum.md
241
281
  - docs/TaskMetadatumCollection.md
@@ -254,7 +294,10 @@ files:
254
294
  - docs/TooLongAllOf.md
255
295
  - docs/TooShort.md
256
296
  - docs/TooShortAllOf.md
297
+ - docs/TypeToPrimaryFacets.md
257
298
  - docs/TypeToSecondaryFacets.md
299
+ - docs/UserConfiguration.md
300
+ - docs/UserConfigurationCollection.md
258
301
  - docs/UsersApi.md
259
302
  - git_push.sh
260
303
  - lib/nodeum_sdk.rb
@@ -299,15 +342,36 @@ files:
299
342
  - lib/nodeum_sdk/models/by_file_extension_facet_all_of.rb
300
343
  - lib/nodeum_sdk/models/by_group_owner_facet.rb
301
344
  - lib/nodeum_sdk/models/by_group_owner_facet_all_of.rb
345
+ - lib/nodeum_sdk/models/by_primary_cloud_facet.rb
346
+ - lib/nodeum_sdk/models/by_primary_cloud_facet_all_of.rb
302
347
  - lib/nodeum_sdk/models/by_primary_facet.rb
303
348
  - lib/nodeum_sdk/models/by_primary_facet_all_of.rb
349
+ - lib/nodeum_sdk/models/by_primary_nas_facet.rb
350
+ - lib/nodeum_sdk/models/by_primary_nas_facet_all_of.rb
351
+ - lib/nodeum_sdk/models/by_primary_storage_facet.rb
352
+ - lib/nodeum_sdk/models/by_primary_type_facet.rb
304
353
  - lib/nodeum_sdk/models/by_secondary_bucket.rb
305
354
  - lib/nodeum_sdk/models/by_secondary_bucket_all_of.rb
306
355
  - lib/nodeum_sdk/models/by_secondary_buckets.rb
356
+ - lib/nodeum_sdk/models/by_secondary_cloud_facet.rb
357
+ - lib/nodeum_sdk/models/by_secondary_cloud_facet_all_of.rb
307
358
  - lib/nodeum_sdk/models/by_secondary_facet.rb
359
+ - lib/nodeum_sdk/models/by_secondary_nas_facet.rb
360
+ - lib/nodeum_sdk/models/by_secondary_nas_facet_all_of.rb
361
+ - lib/nodeum_sdk/models/by_secondary_storage_facet.rb
362
+ - lib/nodeum_sdk/models/by_secondary_tape_facet.rb
363
+ - lib/nodeum_sdk/models/by_secondary_tape_facet_all_of.rb
308
364
  - lib/nodeum_sdk/models/by_secondary_type_facet.rb
309
365
  - lib/nodeum_sdk/models/by_secondary_type_facet_all_of.rb
310
366
  - lib/nodeum_sdk/models/by_size_facet.rb
367
+ - lib/nodeum_sdk/models/by_task_status_facet.rb
368
+ - lib/nodeum_sdk/models/by_task_status_facet_all_of.rb
369
+ - lib/nodeum_sdk/models/by_task_storage_facet.rb
370
+ - lib/nodeum_sdk/models/by_task_storage_facet_all_of.rb
371
+ - lib/nodeum_sdk/models/by_task_workflow_facet.rb
372
+ - lib/nodeum_sdk/models/by_task_workflow_facet_all_of.rb
373
+ - lib/nodeum_sdk/models/by_type_facet_bucket.rb
374
+ - lib/nodeum_sdk/models/by_type_facet_buckets.rb
311
375
  - lib/nodeum_sdk/models/by_user_owner_facet.rb
312
376
  - lib/nodeum_sdk/models/by_user_owner_facet_all_of.rb
313
377
  - lib/nodeum_sdk/models/cloud_bucket.rb
@@ -320,8 +384,10 @@ files:
320
384
  - lib/nodeum_sdk/models/container_privilege.rb
321
385
  - lib/nodeum_sdk/models/container_privilege_collection.rb
322
386
  - lib/nodeum_sdk/models/date_to_file_facets.rb
387
+ - lib/nodeum_sdk/models/default_facet.rb
323
388
  - lib/nodeum_sdk/models/error.rb
324
389
  - lib/nodeum_sdk/models/file_facet.rb
390
+ - lib/nodeum_sdk/models/file_facet_all_of.rb
325
391
  - lib/nodeum_sdk/models/frozen.rb
326
392
  - lib/nodeum_sdk/models/greater_than.rb
327
393
  - lib/nodeum_sdk/models/greater_than_all_of.rb
@@ -359,6 +425,16 @@ files:
359
425
  - lib/nodeum_sdk/models/reset.rb
360
426
  - lib/nodeum_sdk/models/reset_sections.rb
361
427
  - lib/nodeum_sdk/models/size_to_date_facets.rb
428
+ - lib/nodeum_sdk/models/storage_by_type_facets.rb
429
+ - lib/nodeum_sdk/models/storage_cloud_bucket_by_type_facets.rb
430
+ - lib/nodeum_sdk/models/storage_cloud_bucket_facets.rb
431
+ - lib/nodeum_sdk/models/storage_facet.rb
432
+ - lib/nodeum_sdk/models/storage_nas_share_by_type_facets.rb
433
+ - lib/nodeum_sdk/models/storage_nas_share_facets.rb
434
+ - lib/nodeum_sdk/models/storage_pool_by_type_facets.rb
435
+ - lib/nodeum_sdk/models/storage_pool_facets.rb
436
+ - lib/nodeum_sdk/models/storage_tape_by_type_facets.rb
437
+ - lib/nodeum_sdk/models/storage_tape_facets.rb
362
438
  - lib/nodeum_sdk/models/system_group.rb
363
439
  - lib/nodeum_sdk/models/system_group_collection.rb
364
440
  - lib/nodeum_sdk/models/system_user.rb
@@ -380,6 +456,9 @@ files:
380
456
  - lib/nodeum_sdk/models/tape_stat.rb
381
457
  - lib/nodeum_sdk/models/tape_stat_collection.rb
382
458
  - lib/nodeum_sdk/models/task.rb
459
+ - lib/nodeum_sdk/models/task_by_workflow_bucket.rb
460
+ - lib/nodeum_sdk/models/task_by_workflow_bucket_all_of.rb
461
+ - lib/nodeum_sdk/models/task_by_workflow_buckets.rb
383
462
  - lib/nodeum_sdk/models/task_callback.rb
384
463
  - lib/nodeum_sdk/models/task_callback_collection.rb
385
464
  - lib/nodeum_sdk/models/task_collection.rb
@@ -388,6 +467,10 @@ files:
388
467
  - lib/nodeum_sdk/models/task_destination_up.rb
389
468
  - lib/nodeum_sdk/models/task_execution.rb
390
469
  - lib/nodeum_sdk/models/task_execution_collection.rb
470
+ - lib/nodeum_sdk/models/task_facet.rb
471
+ - lib/nodeum_sdk/models/task_facet_all_of.rb
472
+ - lib/nodeum_sdk/models/task_facet_bucket.rb
473
+ - lib/nodeum_sdk/models/task_facet_buckets.rb
391
474
  - lib/nodeum_sdk/models/task_metadatum.rb
392
475
  - lib/nodeum_sdk/models/task_metadatum_collection.rb
393
476
  - lib/nodeum_sdk/models/task_option.rb
@@ -401,7 +484,10 @@ files:
401
484
  - lib/nodeum_sdk/models/too_long_all_of.rb
402
485
  - lib/nodeum_sdk/models/too_short.rb
403
486
  - lib/nodeum_sdk/models/too_short_all_of.rb
487
+ - lib/nodeum_sdk/models/type_to_primary_facets.rb
404
488
  - lib/nodeum_sdk/models/type_to_secondary_facets.rb
489
+ - lib/nodeum_sdk/models/user_configuration.rb
490
+ - lib/nodeum_sdk/models/user_configuration_collection.rb
405
491
  - lib/nodeum_sdk/version.rb
406
492
  - nodeum_sdk.gemspec
407
493
  - spec/api/cloud_buckets_api_spec.rb
@@ -444,15 +530,36 @@ files:
444
530
  - spec/models/by_file_extension_facet_spec.rb
445
531
  - spec/models/by_group_owner_facet_all_of_spec.rb
446
532
  - spec/models/by_group_owner_facet_spec.rb
533
+ - spec/models/by_primary_cloud_facet_all_of_spec.rb
534
+ - spec/models/by_primary_cloud_facet_spec.rb
447
535
  - spec/models/by_primary_facet_all_of_spec.rb
448
536
  - spec/models/by_primary_facet_spec.rb
537
+ - spec/models/by_primary_nas_facet_all_of_spec.rb
538
+ - spec/models/by_primary_nas_facet_spec.rb
539
+ - spec/models/by_primary_storage_facet_spec.rb
540
+ - spec/models/by_primary_type_facet_spec.rb
449
541
  - spec/models/by_secondary_bucket_all_of_spec.rb
450
542
  - spec/models/by_secondary_bucket_spec.rb
451
543
  - spec/models/by_secondary_buckets_spec.rb
544
+ - spec/models/by_secondary_cloud_facet_all_of_spec.rb
545
+ - spec/models/by_secondary_cloud_facet_spec.rb
452
546
  - spec/models/by_secondary_facet_spec.rb
547
+ - spec/models/by_secondary_nas_facet_all_of_spec.rb
548
+ - spec/models/by_secondary_nas_facet_spec.rb
549
+ - spec/models/by_secondary_storage_facet_spec.rb
550
+ - spec/models/by_secondary_tape_facet_all_of_spec.rb
551
+ - spec/models/by_secondary_tape_facet_spec.rb
453
552
  - spec/models/by_secondary_type_facet_all_of_spec.rb
454
553
  - spec/models/by_secondary_type_facet_spec.rb
455
554
  - spec/models/by_size_facet_spec.rb
555
+ - spec/models/by_task_status_facet_all_of_spec.rb
556
+ - spec/models/by_task_status_facet_spec.rb
557
+ - spec/models/by_task_storage_facet_all_of_spec.rb
558
+ - spec/models/by_task_storage_facet_spec.rb
559
+ - spec/models/by_task_workflow_facet_all_of_spec.rb
560
+ - spec/models/by_task_workflow_facet_spec.rb
561
+ - spec/models/by_type_facet_bucket_spec.rb
562
+ - spec/models/by_type_facet_buckets_spec.rb
456
563
  - spec/models/by_user_owner_facet_all_of_spec.rb
457
564
  - spec/models/by_user_owner_facet_spec.rb
458
565
  - spec/models/cloud_bucket_collection_spec.rb
@@ -465,7 +572,9 @@ files:
465
572
  - spec/models/container_privilege_spec.rb
466
573
  - spec/models/container_spec.rb
467
574
  - spec/models/date_to_file_facets_spec.rb
575
+ - spec/models/default_facet_spec.rb
468
576
  - spec/models/error_spec.rb
577
+ - spec/models/file_facet_all_of_spec.rb
469
578
  - spec/models/file_facet_spec.rb
470
579
  - spec/models/frozen_spec.rb
471
580
  - spec/models/greater_than_all_of_spec.rb
@@ -504,6 +613,16 @@ files:
504
613
  - spec/models/reset_sections_spec.rb
505
614
  - spec/models/reset_spec.rb
506
615
  - spec/models/size_to_date_facets_spec.rb
616
+ - spec/models/storage_by_type_facets_spec.rb
617
+ - spec/models/storage_cloud_bucket_by_type_facets_spec.rb
618
+ - spec/models/storage_cloud_bucket_facets_spec.rb
619
+ - spec/models/storage_facet_spec.rb
620
+ - spec/models/storage_nas_share_by_type_facets_spec.rb
621
+ - spec/models/storage_nas_share_facets_spec.rb
622
+ - spec/models/storage_pool_by_type_facets_spec.rb
623
+ - spec/models/storage_pool_facets_spec.rb
624
+ - spec/models/storage_tape_by_type_facets_spec.rb
625
+ - spec/models/storage_tape_facets_spec.rb
507
626
  - spec/models/system_group_collection_spec.rb
508
627
  - spec/models/system_group_spec.rb
509
628
  - spec/models/system_user_collection_spec.rb
@@ -524,6 +643,9 @@ files:
524
643
  - spec/models/tape_spec.rb
525
644
  - spec/models/tape_stat_collection_spec.rb
526
645
  - spec/models/tape_stat_spec.rb
646
+ - spec/models/task_by_workflow_bucket_all_of_spec.rb
647
+ - spec/models/task_by_workflow_bucket_spec.rb
648
+ - spec/models/task_by_workflow_buckets_spec.rb
527
649
  - spec/models/task_callback_collection_spec.rb
528
650
  - spec/models/task_callback_spec.rb
529
651
  - spec/models/task_collection_spec.rb
@@ -532,6 +654,10 @@ files:
532
654
  - spec/models/task_destination_up_spec.rb
533
655
  - spec/models/task_execution_collection_spec.rb
534
656
  - spec/models/task_execution_spec.rb
657
+ - spec/models/task_facet_all_of_spec.rb
658
+ - spec/models/task_facet_bucket_spec.rb
659
+ - spec/models/task_facet_buckets_spec.rb
660
+ - spec/models/task_facet_spec.rb
535
661
  - spec/models/task_metadatum_collection_spec.rb
536
662
  - spec/models/task_metadatum_spec.rb
537
663
  - spec/models/task_option_collection_spec.rb
@@ -546,7 +672,10 @@ files:
546
672
  - spec/models/too_long_spec.rb
547
673
  - spec/models/too_short_all_of_spec.rb
548
674
  - spec/models/too_short_spec.rb
675
+ - spec/models/type_to_primary_facets_spec.rb
549
676
  - spec/models/type_to_secondary_facets_spec.rb
677
+ - spec/models/user_configuration_collection_spec.rb
678
+ - spec/models/user_configuration_spec.rb
550
679
  - spec/spec_helper.rb
551
680
  homepage: https://openapi-generator.tech
552
681
  licenses:
@@ -596,19 +725,32 @@ test_files:
596
725
  - spec/api/task_destinations_api_spec.rb
597
726
  - spec/api_client_spec.rb
598
727
  - spec/configuration_spec.rb
728
+ - spec/models/by_task_workflow_facet_all_of_spec.rb
599
729
  - spec/models/by_group_owner_facet_all_of_spec.rb
600
730
  - spec/models/api_key_collection_spec.rb
601
731
  - spec/models/greater_than_spec.rb
732
+ - spec/models/storage_tape_by_type_facets_spec.rb
602
733
  - spec/models/too_short_spec.rb
603
734
  - spec/models/by_user_owner_facet_all_of_spec.rb
735
+ - spec/models/by_task_status_facet_all_of_spec.rb
736
+ - spec/models/by_secondary_nas_facet_spec.rb
737
+ - spec/models/user_configuration_spec.rb
604
738
  - spec/models/by_size_facet_spec.rb
739
+ - spec/models/storage_cloud_bucket_facets_spec.rb
740
+ - spec/models/by_primary_cloud_facet_all_of_spec.rb
605
741
  - spec/models/system_group_spec.rb
742
+ - spec/models/by_task_storage_facet_spec.rb
743
+ - spec/models/by_secondary_nas_facet_all_of_spec.rb
744
+ - spec/models/storage_nas_share_by_type_facets_spec.rb
606
745
  - spec/models/task_destination_down_spec.rb
607
746
  - spec/models/greater_than_or_equal_to_spec.rb
747
+ - spec/models/by_primary_cloud_facet_spec.rb
608
748
  - spec/models/nodeum_file_with_path_all_of_spec.rb
609
749
  - spec/models/by_secondary_bucket_spec.rb
610
750
  - spec/models/mount_info_spec.rb
611
751
  - spec/models/nas_collection_spec.rb
752
+ - spec/models/file_facet_all_of_spec.rb
753
+ - spec/models/by_primary_nas_facet_all_of_spec.rb
612
754
  - spec/models/nodeum_file_with_path_spec.rb
613
755
  - spec/models/active_job_status_spec.rb
614
756
  - spec/models/task_source_collection_spec.rb
@@ -619,6 +761,7 @@ test_files:
619
761
  - spec/models/task_destination_collection_spec.rb
620
762
  - spec/models/import_file_collection_spec.rb
621
763
  - spec/models/error_spec.rb
764
+ - spec/models/storage_cloud_bucket_by_type_facets_spec.rb
622
765
  - spec/models/task_execution_collection_spec.rb
623
766
  - spec/models/by_secondary_buckets_spec.rb
624
767
  - spec/models/cloud_bucket_collection_spec.rb
@@ -641,6 +784,7 @@ test_files:
641
784
  - spec/models/greater_than_all_of_spec.rb
642
785
  - spec/models/task_metadatum_spec.rb
643
786
  - spec/models/mount_collection_spec.rb
787
+ - spec/models/storage_facet_spec.rb
644
788
  - spec/models/task_source_down_spec.rb
645
789
  - spec/models/tape_library_all_of_spec.rb
646
790
  - spec/models/occurrence_less_than_all_of_spec.rb
@@ -649,24 +793,34 @@ test_files:
649
793
  - spec/models/by_file_extension_facet_spec.rb
650
794
  - spec/models/container_collection_spec.rb
651
795
  - spec/models/date_to_file_facets_spec.rb
796
+ - spec/models/by_type_facet_buckets_spec.rb
797
+ - spec/models/task_facet_buckets_spec.rb
652
798
  - spec/models/system_user_spec.rb
799
+ - spec/models/by_primary_nas_facet_spec.rb
653
800
  - spec/models/by_date_facet_bucket_all_of_spec.rb
654
801
  - spec/models/file_facet_spec.rb
655
802
  - spec/models/task_option_spec.rb
656
803
  - spec/models/tape_spec.rb
657
804
  - spec/models/frozen_spec.rb
658
805
  - spec/models/by_secondary_type_facet_all_of_spec.rb
806
+ - spec/models/type_to_primary_facets_spec.rb
807
+ - spec/models/task_by_workflow_bucket_spec.rb
659
808
  - spec/models/attribute_error_spec.rb
809
+ - spec/models/task_by_workflow_bucket_all_of_spec.rb
660
810
  - spec/models/by_date_facet_spec.rb
661
811
  - spec/models/container_privilege_spec.rb
662
812
  - spec/models/cloud_connector_spec.rb
813
+ - spec/models/by_primary_storage_facet_spec.rb
663
814
  - spec/models/by_primary_facet_spec.rb
664
815
  - spec/models/import_file_spec.rb
665
816
  - spec/models/cloud_bucket_simple_collection_spec.rb
666
817
  - spec/models/taken_all_of_spec.rb
667
818
  - spec/models/pool_spec.rb
819
+ - spec/models/by_task_workflow_facet_spec.rb
820
+ - spec/models/by_secondary_tape_facet_spec.rb
668
821
  - spec/models/by_secondary_type_facet_spec.rb
669
822
  - spec/models/tape_drive_collection_spec.rb
823
+ - spec/models/task_facet_spec.rb
670
824
  - spec/models/tape_stat_collection_spec.rb
671
825
  - spec/models/task_execution_spec.rb
672
826
  - spec/models/blank_spec.rb
@@ -680,13 +834,19 @@ test_files:
680
834
  - spec/models/tape_stat_spec.rb
681
835
  - spec/models/less_than_all_of_spec.rb
682
836
  - spec/models/by_primary_facet_all_of_spec.rb
837
+ - spec/models/storage_pool_facets_spec.rb
683
838
  - spec/models/too_long_spec.rb
839
+ - spec/models/task_facet_all_of_spec.rb
684
840
  - spec/models/occurrence_less_than_or_equal_to_spec.rb
841
+ - spec/models/storage_by_type_facets_spec.rb
685
842
  - spec/models/by_secondary_bucket_all_of_spec.rb
843
+ - spec/models/by_primary_type_facet_spec.rb
844
+ - spec/models/by_secondary_cloud_facet_all_of_spec.rb
686
845
  - spec/models/api_key_full_all_of_spec.rb
687
846
  - spec/models/tape_library_collection_spec.rb
688
847
  - spec/models/import_file_with_path_spec.rb
689
848
  - spec/models/size_to_date_facets_spec.rb
849
+ - spec/models/storage_tape_facets_spec.rb
690
850
  - spec/models/on_tapes_file_spec.rb
691
851
  - spec/models/reset_sections_spec.rb
692
852
  - spec/models/api_key_spec.rb
@@ -694,14 +854,22 @@ test_files:
694
854
  - spec/models/less_than_spec.rb
695
855
  - spec/models/task_callback_spec.rb
696
856
  - spec/models/task_metadatum_collection_spec.rb
857
+ - spec/models/by_task_storage_facet_all_of_spec.rb
697
858
  - spec/models/pool_collection_spec.rb
859
+ - spec/models/by_task_status_facet_spec.rb
860
+ - spec/models/by_secondary_tape_facet_all_of_spec.rb
861
+ - spec/models/default_facet_spec.rb
698
862
  - spec/models/task_destination_up_spec.rb
699
863
  - spec/models/by_secondary_facet_spec.rb
700
864
  - spec/models/tape_library_device_spec.rb
701
865
  - spec/models/by_group_owner_facet_spec.rb
702
866
  - spec/models/reset_spec.rb
867
+ - spec/models/by_secondary_storage_facet_spec.rb
868
+ - spec/models/task_facet_bucket_spec.rb
869
+ - spec/models/by_type_facet_bucket_spec.rb
703
870
  - spec/models/system_group_collection_spec.rb
704
871
  - spec/models/pool_up_all_of_spec.rb
872
+ - spec/models/task_by_workflow_buckets_spec.rb
705
873
  - spec/models/tape_library_spec.rb
706
874
  - spec/models/nodeum_file_spec.rb
707
875
  - spec/models/less_than_or_equal_to_spec.rb
@@ -710,9 +878,13 @@ test_files:
710
878
  - spec/models/task_spec.rb
711
879
  - spec/models/task_schedule_collection_spec.rb
712
880
  - spec/models/too_long_all_of_spec.rb
881
+ - spec/models/storage_nas_share_facets_spec.rb
713
882
  - spec/models/api_key_full_spec.rb
714
883
  - spec/models/task_source_up_spec.rb
715
884
  - spec/models/nas_share_collection_spec.rb
716
885
  - spec/models/mount_status_spec.rb
886
+ - spec/models/storage_pool_by_type_facets_spec.rb
717
887
  - spec/models/tape_collection_spec.rb
888
+ - spec/models/by_secondary_cloud_facet_spec.rb
889
+ - spec/models/user_configuration_collection_spec.rb
718
890
  - spec/spec_helper.rb