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.
- checksums.yaml +4 -4
- data/README.md +69 -14
- data/docs/ByDateFacet.md +4 -0
- data/docs/ByFileExtensionFacet.md +2 -2
- data/docs/ByFileExtensionFacetAllOf.md +2 -2
- data/docs/ByGroupOwnerFacet.md +2 -2
- data/docs/ByGroupOwnerFacetAllOf.md +2 -2
- data/docs/ByPrimaryCloudFacet.md +21 -0
- data/docs/ByPrimaryCloudFacetAllOf.md +21 -0
- data/docs/ByPrimaryFacet.md +2 -2
- data/docs/ByPrimaryFacetAllOf.md +2 -2
- data/docs/ByPrimaryNasFacet.md +21 -0
- data/docs/ByPrimaryNasFacetAllOf.md +21 -0
- data/docs/ByPrimaryStorageFacet.md +31 -0
- data/docs/ByPrimaryTypeFacet.md +41 -0
- data/docs/BySecondaryCloudFacet.md +21 -0
- data/docs/BySecondaryCloudFacetAllOf.md +21 -0
- data/docs/BySecondaryNasFacet.md +21 -0
- data/docs/BySecondaryNasFacetAllOf.md +21 -0
- data/docs/BySecondaryStorageFacet.md +35 -0
- data/docs/BySecondaryTapeFacet.md +21 -0
- data/docs/BySecondaryTapeFacetAllOf.md +21 -0
- data/docs/BySecondaryTypeFacet.md +2 -2
- data/docs/BySecondaryTypeFacetAllOf.md +2 -2
- data/docs/BySizeFacet.md +4 -0
- data/docs/ByTaskStatusFacet.md +17 -0
- data/docs/ByTaskStatusFacetAllOf.md +17 -0
- data/docs/ByTaskStorageFacet.md +19 -0
- data/docs/ByTaskStorageFacetAllOf.md +19 -0
- data/docs/ByTaskWorkflowFacet.md +17 -0
- data/docs/ByTaskWorkflowFacetAllOf.md +17 -0
- data/docs/ByTypeFacetBucket.md +19 -0
- data/docs/ByTypeFacetBuckets.md +17 -0
- data/docs/ByUserOwnerFacet.md +2 -2
- data/docs/ByUserOwnerFacetAllOf.md +2 -2
- data/docs/Container.md +4 -0
- data/docs/DefaultFacet.md +17 -0
- data/docs/FileFacet.md +5 -3
- data/docs/FileFacetAllOf.md +21 -0
- data/docs/StatisticsApi.md +805 -42
- data/docs/StorageByTypeFacets.md +25 -0
- data/docs/StorageCloudBucketByTypeFacets.md +19 -0
- data/docs/StorageCloudBucketFacets.md +21 -0
- data/docs/StorageFacet.md +27 -0
- data/docs/StorageNasShareByTypeFacets.md +19 -0
- data/docs/StorageNasShareFacets.md +21 -0
- data/docs/StoragePoolByTypeFacets.md +19 -0
- data/docs/StoragePoolFacets.md +21 -0
- data/docs/StorageTapeByTypeFacets.md +21 -0
- data/docs/StorageTapeFacets.md +23 -0
- data/docs/TaskByWorkflowBucket.md +19 -0
- data/docs/TaskByWorkflowBucketAllOf.md +19 -0
- data/docs/TaskByWorkflowBuckets.md +17 -0
- data/docs/TaskFacet.md +27 -0
- data/docs/TaskFacetAllOf.md +27 -0
- data/docs/TaskFacetBucket.md +31 -0
- data/docs/TaskFacetBuckets.md +17 -0
- data/docs/TypeToPrimaryFacets.md +23 -0
- data/docs/TypeToSecondaryFacets.md +2 -0
- data/docs/UserConfiguration.md +21 -0
- data/docs/UserConfigurationCollection.md +19 -0
- data/docs/UsersApi.md +300 -0
- data/lib/nodeum_sdk.rb +43 -4
- data/lib/nodeum_sdk/api/statistics_api.rb +910 -51
- data/lib/nodeum_sdk/api/users_api.rb +318 -0
- data/lib/nodeum_sdk/models/by_date_facet.rb +19 -1
- data/lib/nodeum_sdk/models/by_file_extension_facet.rb +7 -7
- data/lib/nodeum_sdk/models/by_file_extension_facet_all_of.rb +7 -7
- data/lib/nodeum_sdk/models/by_group_owner_facet.rb +7 -7
- data/lib/nodeum_sdk/models/by_group_owner_facet_all_of.rb +7 -7
- data/lib/nodeum_sdk/models/by_primary_cloud_facet.rb +236 -0
- data/lib/nodeum_sdk/models/by_primary_cloud_facet_all_of.rb +224 -0
- data/lib/nodeum_sdk/models/by_primary_facet.rb +7 -7
- data/lib/nodeum_sdk/models/by_primary_facet_all_of.rb +7 -7
- data/lib/nodeum_sdk/models/by_primary_nas_facet.rb +236 -0
- data/lib/nodeum_sdk/models/by_primary_nas_facet_all_of.rb +224 -0
- data/lib/nodeum_sdk/models/by_primary_storage_facet.rb +277 -0
- data/lib/nodeum_sdk/models/by_primary_type_facet.rb +322 -0
- data/lib/nodeum_sdk/models/by_secondary_cloud_facet.rb +236 -0
- data/lib/nodeum_sdk/models/by_secondary_cloud_facet_all_of.rb +224 -0
- data/lib/nodeum_sdk/models/by_secondary_nas_facet.rb +236 -0
- data/lib/nodeum_sdk/models/by_secondary_nas_facet_all_of.rb +224 -0
- data/lib/nodeum_sdk/models/by_secondary_storage_facet.rb +295 -0
- data/lib/nodeum_sdk/models/by_secondary_tape_facet.rb +236 -0
- data/lib/nodeum_sdk/models/by_secondary_tape_facet_all_of.rb +224 -0
- data/lib/nodeum_sdk/models/by_secondary_type_facet.rb +7 -7
- data/lib/nodeum_sdk/models/by_secondary_type_facet_all_of.rb +7 -7
- data/lib/nodeum_sdk/models/by_size_facet.rb +19 -1
- data/lib/nodeum_sdk/models/by_task_status_facet.rb +218 -0
- data/lib/nodeum_sdk/models/by_task_status_facet_all_of.rb +206 -0
- data/lib/nodeum_sdk/models/by_task_storage_facet.rb +227 -0
- data/lib/nodeum_sdk/models/by_task_storage_facet_all_of.rb +215 -0
- data/lib/nodeum_sdk/models/by_task_workflow_facet.rb +218 -0
- data/lib/nodeum_sdk/models/by_task_workflow_facet_all_of.rb +206 -0
- data/lib/nodeum_sdk/models/by_type_facet_bucket.rb +223 -0
- data/lib/nodeum_sdk/models/by_type_facet_buckets.rb +208 -0
- data/lib/nodeum_sdk/models/by_user_owner_facet.rb +7 -7
- data/lib/nodeum_sdk/models/by_user_owner_facet_all_of.rb +7 -7
- data/lib/nodeum_sdk/models/container.rb +19 -1
- data/lib/nodeum_sdk/models/default_facet.rb +206 -0
- data/lib/nodeum_sdk/models/file_facet.rb +35 -14
- data/lib/nodeum_sdk/models/file_facet_all_of.rb +224 -0
- data/lib/nodeum_sdk/models/storage_by_type_facets.rb +242 -0
- data/lib/nodeum_sdk/models/storage_cloud_bucket_by_type_facets.rb +215 -0
- data/lib/nodeum_sdk/models/storage_cloud_bucket_facets.rb +232 -0
- data/lib/nodeum_sdk/models/storage_facet.rb +259 -0
- data/lib/nodeum_sdk/models/storage_nas_share_by_type_facets.rb +215 -0
- data/lib/nodeum_sdk/models/storage_nas_share_facets.rb +232 -0
- data/lib/nodeum_sdk/models/storage_pool_by_type_facets.rb +215 -0
- data/lib/nodeum_sdk/models/storage_pool_facets.rb +232 -0
- data/lib/nodeum_sdk/models/storage_tape_by_type_facets.rb +224 -0
- data/lib/nodeum_sdk/models/storage_tape_facets.rb +241 -0
- data/lib/nodeum_sdk/models/task_by_workflow_bucket.rb +227 -0
- data/lib/nodeum_sdk/models/task_by_workflow_bucket_all_of.rb +215 -0
- data/lib/nodeum_sdk/models/task_by_workflow_buckets.rb +208 -0
- data/lib/nodeum_sdk/models/task_facet.rb +263 -0
- data/lib/nodeum_sdk/models/task_facet_all_of.rb +251 -0
- data/lib/nodeum_sdk/models/task_facet_bucket.rb +277 -0
- data/lib/nodeum_sdk/models/task_facet_buckets.rb +208 -0
- data/lib/nodeum_sdk/models/type_to_primary_facets.rb +233 -0
- data/lib/nodeum_sdk/models/type_to_secondary_facets.rb +10 -1
- data/lib/nodeum_sdk/models/user_configuration.rb +224 -0
- data/lib/nodeum_sdk/models/user_configuration_collection.rb +217 -0
- data/lib/nodeum_sdk/version.rb +1 -1
- data/spec/models/by_primary_cloud_facet_all_of_spec.rb +53 -0
- data/spec/models/by_primary_cloud_facet_spec.rb +53 -0
- data/spec/models/by_primary_nas_facet_all_of_spec.rb +53 -0
- data/spec/models/by_primary_nas_facet_spec.rb +53 -0
- data/spec/models/by_primary_storage_facet_spec.rb +83 -0
- data/spec/models/by_primary_type_facet_spec.rb +113 -0
- data/spec/models/by_secondary_cloud_facet_all_of_spec.rb +53 -0
- data/spec/models/by_secondary_cloud_facet_spec.rb +53 -0
- data/spec/models/by_secondary_nas_facet_all_of_spec.rb +53 -0
- data/spec/models/by_secondary_nas_facet_spec.rb +53 -0
- data/spec/models/by_secondary_storage_facet_spec.rb +95 -0
- data/spec/models/by_secondary_tape_facet_all_of_spec.rb +53 -0
- data/spec/models/by_secondary_tape_facet_spec.rb +53 -0
- data/spec/models/by_task_status_facet_all_of_spec.rb +41 -0
- data/spec/models/by_task_status_facet_spec.rb +41 -0
- data/spec/models/by_task_storage_facet_all_of_spec.rb +47 -0
- data/spec/models/by_task_storage_facet_spec.rb +47 -0
- data/spec/models/by_task_workflow_facet_all_of_spec.rb +41 -0
- data/spec/models/by_task_workflow_facet_spec.rb +41 -0
- data/spec/models/by_type_facet_bucket_spec.rb +47 -0
- data/spec/models/by_type_facet_buckets_spec.rb +41 -0
- data/spec/models/default_facet_spec.rb +41 -0
- data/spec/models/file_facet_all_of_spec.rb +53 -0
- data/spec/models/storage_by_type_facets_spec.rb +65 -0
- data/spec/models/storage_cloud_bucket_by_type_facets_spec.rb +47 -0
- data/spec/models/storage_cloud_bucket_facets_spec.rb +53 -0
- data/spec/models/storage_facet_spec.rb +71 -0
- data/spec/models/storage_nas_share_by_type_facets_spec.rb +47 -0
- data/spec/models/storage_nas_share_facets_spec.rb +53 -0
- data/spec/models/storage_pool_by_type_facets_spec.rb +47 -0
- data/spec/models/storage_pool_facets_spec.rb +53 -0
- data/spec/models/storage_tape_by_type_facets_spec.rb +53 -0
- data/spec/models/storage_tape_facets_spec.rb +59 -0
- data/spec/models/task_by_workflow_bucket_all_of_spec.rb +47 -0
- data/spec/models/task_by_workflow_bucket_spec.rb +47 -0
- data/spec/models/task_by_workflow_buckets_spec.rb +41 -0
- data/spec/models/task_facet_all_of_spec.rb +71 -0
- data/spec/models/task_facet_bucket_spec.rb +83 -0
- data/spec/models/task_facet_buckets_spec.rb +41 -0
- data/spec/models/task_facet_spec.rb +71 -0
- data/spec/models/type_to_primary_facets_spec.rb +59 -0
- data/spec/models/user_configuration_collection_spec.rb +47 -0
- data/spec/models/user_configuration_spec.rb +53 -0
- metadata +174 -2
@@ -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::StorageNasShareByTypeFacets
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'StorageNasShareByTypeFacets' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = Nodeum::StorageNasShareByTypeFacets.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of StorageNasShareByTypeFacets' do
|
31
|
+
it 'should create an instance of StorageNasShareByTypeFacets' do
|
32
|
+
expect(@instance).to be_instance_of(Nodeum::StorageNasShareByTypeFacets)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "nas_type_i"' 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 "pool_type_i"' 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::StorageNasShareFacets
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'StorageNasShareFacets' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = Nodeum::StorageNasShareFacets.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of StorageNasShareFacets' do
|
31
|
+
it 'should create an instance of StorageNasShareFacets' do
|
32
|
+
expect(@instance).to be_instance_of(Nodeum::StorageNasShareFacets)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "count"' 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 "nas_type_i"' 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 "pool_type_i"' 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
|
@@ -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::StoragePoolByTypeFacets
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'StoragePoolByTypeFacets' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = Nodeum::StoragePoolByTypeFacets.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of StoragePoolByTypeFacets' do
|
31
|
+
it 'should create an instance of StoragePoolByTypeFacets' do
|
32
|
+
expect(@instance).to be_instance_of(Nodeum::StoragePoolByTypeFacets)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "pool_type_i"' 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 "pool_content_i"' 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::StoragePoolFacets
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'StoragePoolFacets' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = Nodeum::StoragePoolFacets.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of StoragePoolFacets' do
|
31
|
+
it 'should create an instance of StoragePoolFacets' do
|
32
|
+
expect(@instance).to be_instance_of(Nodeum::StoragePoolFacets)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "count"' 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 "pool_type_i"' 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 "pool_content_i"' 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
|
@@ -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::StorageTapeByTypeFacets
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'StorageTapeByTypeFacets' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = Nodeum::StorageTapeByTypeFacets.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of StorageTapeByTypeFacets' do
|
31
|
+
it 'should create an instance of StorageTapeByTypeFacets' do
|
32
|
+
expect(@instance).to be_instance_of(Nodeum::StorageTapeByTypeFacets)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "tape_type_i"' 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 "tape_library_type_i"' 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 "pool_type_i"' 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
|
@@ -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::StorageTapeFacets
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'StorageTapeFacets' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = Nodeum::StorageTapeFacets.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of StorageTapeFacets' do
|
31
|
+
it 'should create an instance of StorageTapeFacets' do
|
32
|
+
expect(@instance).to be_instance_of(Nodeum::StorageTapeFacets)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "count"' 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 "tape_type_i"' 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 "tape_library_type_i"' 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 "pool_type_i"' 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::TaskByWorkflowBucketAllOf
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'TaskByWorkflowBucketAllOf' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = Nodeum::TaskByWorkflowBucketAllOf.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of TaskByWorkflowBucketAllOf' do
|
31
|
+
it 'should create an instance of TaskByWorkflowBucketAllOf' do
|
32
|
+
expect(@instance).to be_instance_of(Nodeum::TaskByWorkflowBucketAllOf)
|
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 "action"' 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,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::TaskByWorkflowBucket
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'TaskByWorkflowBucket' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = Nodeum::TaskByWorkflowBucket.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of TaskByWorkflowBucket' do
|
31
|
+
it 'should create an instance of TaskByWorkflowBucket' do
|
32
|
+
expect(@instance).to be_instance_of(Nodeum::TaskByWorkflowBucket)
|
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 "action"' 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,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::TaskByWorkflowBuckets
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'TaskByWorkflowBuckets' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = Nodeum::TaskByWorkflowBuckets.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of TaskByWorkflowBuckets' do
|
31
|
+
it 'should create an instance of TaskByWorkflowBuckets' do
|
32
|
+
expect(@instance).to be_instance_of(Nodeum::TaskByWorkflowBuckets)
|
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
|