pulp_ostree_client 2.0.0 → 2.1.1
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 +7 -5
- data/docs/ContentCommitsApi.md +6 -2
- data/docs/ContentConfigsApi.md +6 -2
- data/docs/ContentContentApi.md +6 -2
- data/docs/ContentObjectsApi.md +6 -2
- data/docs/ContentRefsApi.md +6 -2
- data/docs/ContentSummariesApi.md +6 -2
- data/docs/DistributionsOstreeApi.md +6 -2
- data/docs/OstreeOstreeDistribution.md +2 -0
- data/docs/OstreeOstreeDistributionResponse.md +2 -0
- data/docs/OstreeOstreeRemote.md +1 -1
- data/docs/OstreeOstreeRemoteResponse.md +1 -1
- data/docs/PatchedostreeOstreeDistribution.md +2 -0
- data/docs/PatchedostreeOstreeRemote.md +1 -1
- data/docs/RemotesOstreeApi.md +6 -2
- data/docs/RepositoriesOstreeApi.md +10 -2
- data/docs/RepositoriesOstreeVersionsApi.md +4 -2
- data/lib/pulp_ostree_client/api/content_commits_api.rb +8 -2
- data/lib/pulp_ostree_client/api/content_configs_api.rb +8 -2
- data/lib/pulp_ostree_client/api/content_content_api.rb +8 -2
- data/lib/pulp_ostree_client/api/content_objects_api.rb +8 -2
- data/lib/pulp_ostree_client/api/content_refs_api.rb +8 -2
- data/lib/pulp_ostree_client/api/content_summaries_api.rb +8 -2
- data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +9 -3
- data/lib/pulp_ostree_client/api/remotes_ostree_api.rb +8 -2
- data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +14 -2
- data/lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb +5 -2
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution.rb +13 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +13 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_remote.rb +1 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +1 -1
- data/lib/pulp_ostree_client/models/patchedostree_ostree_distribution.rb +13 -1
- data/lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb +1 -1
- data/lib/pulp_ostree_client/version.rb +1 -1
- data/spec/api/content_commits_api_spec.rb +3 -1
- data/spec/api/content_configs_api_spec.rb +3 -1
- data/spec/api/content_content_api_spec.rb +3 -1
- data/spec/api/content_objects_api_spec.rb +3 -1
- data/spec/api/content_refs_api_spec.rb +3 -1
- data/spec/api/content_summaries_api_spec.rb +3 -1
- data/spec/api/distributions_ostree_api_spec.rb +3 -1
- data/spec/api/remotes_ostree_api_spec.rb +3 -1
- data/spec/api/repositories_ostree_api_spec.rb +5 -1
- data/spec/api/repositories_ostree_versions_api_spec.rb +2 -1
- data/spec/models/ostree_ostree_distribution_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_distribution_spec.rb +6 -0
- data/spec/models/patchedostree_ostree_distribution_spec.rb +6 -0
- metadata +34 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b2e38c367dd9495f1d0aee4468a4c52744c5985fe2c0f2a6b1bf8ed989e0850
|
4
|
+
data.tar.gz: 51bebac98dc4bb787a6123eaac5e3653d4a474580a5b618b4a08ebdb66c28b22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c154295b40441807724d7ea0aa1897813b436be9c7984a1d0e4d6123cd8c81fda8bca1b04561abaab0b5382d68fbb9324733a08384e02dddf7c4aa1c932546f
|
7
|
+
data.tar.gz: 2c97d17b13b02a6593feaa991baa74cac43ca8d703142c2a8fceb0401e6b49fab8f9d1e6ceb6aac45b1bbc3133bd5d6f3a1a24221e0253d9e6823445cb29b177
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 2.
|
10
|
+
- Package version: 2.1.1
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_ostree_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_ostree_client-2.
|
27
|
+
gem install ./pulp_ostree_client-2.1.1.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ostree_client-2.
|
30
|
+
(for development, run `gem install --dev ./pulp_ostree_client-2.1.1.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_ostree_client', '~> 2.
|
36
|
+
gem 'pulp_ostree_client', '~> 2.1.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -69,7 +69,9 @@ opts = {
|
|
69
69
|
checksum: 'checksum_example', # String | Filter results where checksum matches value
|
70
70
|
limit: 56, # Integer | Number of results to return per page.
|
71
71
|
offset: 56, # Integer | The initial index from which to return the results.
|
72
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
72
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
73
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
74
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
73
75
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
74
76
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
75
77
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
data/docs/ContentCommitsApi.md
CHANGED
@@ -34,7 +34,9 @@ opts = {
|
|
34
34
|
checksum: 'checksum_example', # String | Filter results where checksum matches value
|
35
35
|
limit: 56, # Integer | Number of results to return per page.
|
36
36
|
offset: 56, # Integer | The initial index from which to return the results.
|
37
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
37
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
38
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
40
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
40
42
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -59,7 +61,9 @@ Name | Type | Description | Notes
|
|
59
61
|
**checksum** | **String**| Filter results where checksum matches value | [optional]
|
60
62
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
61
63
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
64
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
65
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
63
67
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
64
68
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
65
69
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentConfigsApi.md
CHANGED
@@ -33,7 +33,9 @@ api_instance = PulpOstreeClient::ContentConfigsApi.new
|
|
33
33
|
opts = {
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
37
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
|
|
57
59
|
------------- | ------------- | ------------- | -------------
|
58
60
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
61
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
62
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
63
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
61
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
67
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentContentApi.md
CHANGED
@@ -33,7 +33,9 @@ api_instance = PulpOstreeClient::ContentContentApi.new
|
|
33
33
|
opts = {
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
37
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
|
|
57
59
|
------------- | ------------- | ------------- | -------------
|
58
60
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
61
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
62
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
63
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
61
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
67
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentObjectsApi.md
CHANGED
@@ -34,7 +34,9 @@ opts = {
|
|
34
34
|
checksum: 'checksum_example', # String | Filter results where checksum matches value
|
35
35
|
limit: 56, # Integer | Number of results to return per page.
|
36
36
|
offset: 56, # Integer | The initial index from which to return the results.
|
37
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
37
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `typ` - Typ * `-typ` - Typ (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
38
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
40
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
40
42
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -59,7 +61,9 @@ Name | Type | Description | Notes
|
|
59
61
|
**checksum** | **String**| Filter results where checksum matches value | [optional]
|
60
62
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
61
63
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
64
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `typ` - Typ * `-typ` - Typ (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
65
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
63
67
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
64
68
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
65
69
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentRefsApi.md
CHANGED
@@ -39,7 +39,9 @@ opts = {
|
|
39
39
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
40
40
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
41
41
|
offset: 56, # Integer | The initial index from which to return the results.
|
42
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
42
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
43
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
44
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
43
45
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
44
46
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
45
47
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -69,7 +71,9 @@ Name | Type | Description | Notes
|
|
69
71
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
70
72
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
71
73
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
72
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
74
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
75
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
76
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
73
77
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
74
78
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
75
79
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentSummariesApi.md
CHANGED
@@ -33,7 +33,9 @@ api_instance = PulpOstreeClient::ContentSummariesApi.new
|
|
33
33
|
opts = {
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
37
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
|
|
57
59
|
------------- | ------------- | ------------- | -------------
|
58
60
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
61
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
62
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
63
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
61
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
67
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -152,7 +152,9 @@ opts = {
|
|
152
152
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
153
153
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
155
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
155
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
156
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
157
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
156
158
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
157
159
|
repository: 'repository_example', # String | Filter results where repository matches value
|
158
160
|
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
@@ -186,7 +188,9 @@ Name | Type | Description | Notes
|
|
186
188
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
187
189
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
188
190
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
189
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
191
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
192
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
193
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
190
194
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
191
195
|
**repository** | **String**| Filter results where repository matches value | [optional]
|
192
196
|
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
9
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
@@ -18,6 +19,7 @@ require 'PulpOstreeClient'
|
|
18
19
|
|
19
20
|
instance = PulpOstreeClient::OstreeOstreeDistribution.new(base_path: null,
|
20
21
|
content_guard: null,
|
22
|
+
hidden: null,
|
21
23
|
pulp_labels: null,
|
22
24
|
name: null,
|
23
25
|
repository: null,
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10
10
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
11
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
12
13
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
13
14
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
14
15
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
@@ -24,6 +25,7 @@ instance = PulpOstreeClient::OstreeOstreeDistributionResponse.new(pulp_href: nul
|
|
24
25
|
base_path: null,
|
25
26
|
base_url: null,
|
26
27
|
content_guard: null,
|
28
|
+
hidden: null,
|
27
29
|
pulp_labels: null,
|
28
30
|
name: null,
|
29
31
|
repository: null,
|
data/docs/OstreeOstreeRemote.md
CHANGED
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client.
|
21
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand | [optional]
|
22
22
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
23
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
24
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
|
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
18
18
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
19
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client.
|
19
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand | [optional]
|
20
20
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
21
21
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
22
22
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
9
10
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
11
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
@@ -18,6 +19,7 @@ require 'PulpOstreeClient'
|
|
18
19
|
|
19
20
|
instance = PulpOstreeClient::PatchedostreeOstreeDistribution.new(base_path: null,
|
20
21
|
content_guard: null,
|
22
|
+
hidden: null,
|
21
23
|
pulp_labels: null,
|
22
24
|
name: null,
|
23
25
|
repository: null,
|
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client.
|
21
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand | [optional]
|
22
22
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
23
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
24
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
data/docs/RemotesOstreeApi.md
CHANGED
@@ -148,7 +148,9 @@ opts = {
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
149
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
151
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
152
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
153
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
152
154
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
153
155
|
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
154
156
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
@@ -181,7 +183,9 @@ Name | Type | Description | Notes
|
|
181
183
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
182
184
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
183
185
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
184
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
186
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
187
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
188
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
185
189
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
186
190
|
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
187
191
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
@@ -255,6 +255,7 @@ end
|
|
255
255
|
|
256
256
|
api_instance = PulpOstreeClient::RepositoriesOstreeApi.new
|
257
257
|
opts = {
|
258
|
+
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
|
258
259
|
limit: 56, # Integer | Number of results to return per page.
|
259
260
|
name: 'name_example', # String | Filter results where name matches value
|
260
261
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -262,7 +263,9 @@ opts = {
|
|
262
263
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
263
264
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
264
265
|
offset: 56, # Integer | The initial index from which to return the results.
|
265
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
266
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
267
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
268
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
266
269
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
267
270
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
268
271
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
@@ -273,6 +276,7 @@ opts = {
|
|
273
276
|
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
274
277
|
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
275
278
|
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
279
|
+
with_content: 'with_content_example', # String | Content Unit referenced by HREF
|
276
280
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
277
281
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
278
282
|
}
|
@@ -291,6 +295,7 @@ end
|
|
291
295
|
|
292
296
|
Name | Type | Description | Notes
|
293
297
|
------------- | ------------- | ------------- | -------------
|
298
|
+
**latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
|
294
299
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
295
300
|
**name** | **String**| Filter results where name matches value | [optional]
|
296
301
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
@@ -298,7 +303,9 @@ Name | Type | Description | Notes
|
|
298
303
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
299
304
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
300
305
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
301
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
306
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
307
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
308
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
302
309
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
303
310
|
**remote** | **String**| Foreign Key referenced by HREF | [optional]
|
304
311
|
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
@@ -309,6 +316,7 @@ Name | Type | Description | Notes
|
|
309
316
|
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
310
317
|
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
311
318
|
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
319
|
+
**with_content** | **String**| Content Unit referenced by HREF | [optional]
|
312
320
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
313
321
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
314
322
|
|
@@ -97,13 +97,14 @@ opts = {
|
|
97
97
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
98
98
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
100
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
101
101
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
102
102
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
103
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
104
104
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
105
105
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
106
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
107
108
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
108
109
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
109
110
|
}
|
@@ -133,13 +134,14 @@ Name | Type | Description | Notes
|
|
133
134
|
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
134
135
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
135
136
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
136
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
137
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
137
138
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
138
139
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
139
140
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
140
141
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
141
142
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
142
143
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
144
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
143
145
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
144
146
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
145
147
|
|
@@ -25,7 +25,9 @@ module PulpOstreeClient
|
|
25
25
|
# @option opts [String] :checksum Filter results where checksum matches value
|
26
26
|
# @option opts [Integer] :limit Number of results to return per page.
|
27
27
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
28
|
-
# @option opts [Array<String>] :ordering Ordering
|
28
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
29
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
30
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
29
31
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
30
32
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
31
33
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -43,7 +45,9 @@ module PulpOstreeClient
|
|
43
45
|
# @option opts [String] :checksum Filter results where checksum matches value
|
44
46
|
# @option opts [Integer] :limit Number of results to return per page.
|
45
47
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
46
|
-
# @option opts [Array<String>] :ordering Ordering
|
48
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
49
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
50
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
47
51
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
52
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
53
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -67,6 +71,8 @@ module PulpOstreeClient
|
|
67
71
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
68
72
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
69
73
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
74
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
75
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
70
76
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
71
77
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
72
78
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -24,7 +24,9 @@ module PulpOstreeClient
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
|
-
# @option opts [Array<String>] :ordering Ordering
|
27
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
29
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
28
30
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
31
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
32
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -41,7 +43,9 @@ module PulpOstreeClient
|
|
41
43
|
# @param [Hash] opts the optional parameters
|
42
44
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
|
-
# @option opts [Array<String>] :ordering Ordering
|
46
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
47
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
48
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
45
49
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
50
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
51
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -64,6 +68,8 @@ module PulpOstreeClient
|
|
64
68
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
65
69
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
66
70
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
71
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
72
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
67
73
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
68
74
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
69
75
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -24,7 +24,9 @@ module PulpOstreeClient
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
|
-
# @option opts [Array<String>] :ordering Ordering
|
27
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
29
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
28
30
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
31
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
32
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -41,7 +43,9 @@ module PulpOstreeClient
|
|
41
43
|
# @param [Hash] opts the optional parameters
|
42
44
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
|
-
# @option opts [Array<String>] :ordering Ordering
|
46
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
47
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
48
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
45
49
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
50
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
51
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -64,6 +68,8 @@ module PulpOstreeClient
|
|
64
68
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
65
69
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
66
70
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
71
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
72
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
67
73
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
68
74
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
69
75
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -25,7 +25,9 @@ module PulpOstreeClient
|
|
25
25
|
# @option opts [String] :checksum Filter results where checksum matches value
|
26
26
|
# @option opts [Integer] :limit Number of results to return per page.
|
27
27
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
28
|
-
# @option opts [Array<String>] :ordering Ordering
|
28
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `typ` - Typ * `-typ` - Typ (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
29
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
30
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
29
31
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
30
32
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
31
33
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -43,7 +45,9 @@ module PulpOstreeClient
|
|
43
45
|
# @option opts [String] :checksum Filter results where checksum matches value
|
44
46
|
# @option opts [Integer] :limit Number of results to return per page.
|
45
47
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
46
|
-
# @option opts [Array<String>] :ordering Ordering
|
48
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `typ` - Typ * `-typ` - Typ (descending) * `checksum` - Checksum * `-checksum` - Checksum (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
49
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
50
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
47
51
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
52
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
53
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -67,6 +71,8 @@ module PulpOstreeClient
|
|
67
71
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
68
72
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
69
73
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
74
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
75
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
70
76
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
71
77
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
72
78
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|