pulp_file_client 3.62.0 → 3.63.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 +4 -4
- data/docs/AcsFileApi.md +2 -0
- data/docs/ContentFilesApi.md +8 -6
- data/docs/DistributionsFileApi.md +2 -0
- data/docs/FileFileAlternateContentSourceResponse.md +2 -0
- data/docs/FileFileContentResponse.md +2 -0
- data/docs/FileFileDistributionResponse.md +2 -0
- data/docs/FileFilePublicationResponse.md +2 -0
- data/docs/FileFileRemoteResponse.md +2 -0
- data/docs/FileFileRepositoryResponse.md +2 -0
- data/docs/PublicationsFileApi.md +8 -6
- data/docs/RemotesFileApi.md +2 -0
- data/docs/RepositoriesFileApi.md +6 -4
- data/docs/RepositoriesFileVersionsApi.md +4 -2
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_file_client/api/acs_file_api.rb +3 -0
- data/lib/pulp_file_client/api/content_files_api.rb +9 -6
- data/lib/pulp_file_client/api/distributions_file_api.rb +3 -0
- data/lib/pulp_file_client/api/publications_file_api.rb +9 -6
- data/lib/pulp_file_client/api/remotes_file_api.rb +3 -0
- data/lib/pulp_file_client/api/repositories_file_api.rb +7 -4
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +5 -2
- data/lib/pulp_file_client/models/file_file_alternate_content_source_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_content_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_distribution_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_publication_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_remote_response.rb +11 -1
- data/lib/pulp_file_client/models/file_file_repository_response.rb +11 -1
- data/lib/pulp_file_client/models/repository_version_response.rb +11 -1
- data/lib/pulp_file_client/version.rb +1 -1
- data/spec/api/acs_file_api_spec.rb +1 -0
- data/spec/api/content_files_api_spec.rb +4 -3
- data/spec/api/distributions_file_api_spec.rb +1 -0
- data/spec/api/publications_file_api_spec.rb +4 -3
- data/spec/api/remotes_file_api_spec.rb +1 -0
- data/spec/api/repositories_file_api_spec.rb +3 -2
- data/spec/api/repositories_file_versions_api_spec.rb +2 -1
- data/spec/models/file_file_alternate_content_source_response_spec.rb +6 -0
- data/spec/models/file_file_content_response_spec.rb +6 -0
- data/spec/models/file_file_distribution_response_spec.rb +6 -0
- data/spec/models/file_file_publication_response_spec.rb +6 -0
- data/spec/models/file_file_remote_response_spec.rb +6 -0
- data/spec/models/file_file_repository_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +33 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3e723b0714f3296998fff3c7b23324e3f79f4f3188a5249db741ce7e6853590
|
4
|
+
data.tar.gz: 4fb038a12e0ceca49134e5d8767cb2fabc892f4c2dd796228af2b8b4c17dd65e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24aab9e6d352aa6b1b75b529a20b70ecfd1ff1f86f8f7c866bad4f0f1ba392bbf0c6e17f6327df6f4b188bb309ab598c22b60279d6edeb192cbe2935e2d6b57b
|
7
|
+
data.tar.gz: 4a8da4bfbc957a4656259ea50ff644c2b8a72405bec8b6c9e62470953d42d1558581e22fe51235f7ed51b8adb01316aa7b30a7277fd761cdbac51a857370eae4
|
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: 3.
|
10
|
+
- Package version: 3.63.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_file_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_file_client-3.
|
27
|
+
gem install ./pulp_file_client-3.63.1.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_file_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_file_client-3.63.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_file_client', '~> 3.
|
36
|
+
gem 'pulp_file_client', '~> 3.63.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/AcsFileApi.md
CHANGED
@@ -213,6 +213,7 @@ opts = {
|
|
213
213
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
214
214
|
offset: 56, # Integer | The initial index from which to return the results.
|
215
215
|
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) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
216
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
216
217
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
217
218
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
218
219
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
@@ -246,6 +247,7 @@ Name | Type | Description | Notes
|
|
246
247
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
247
248
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
248
249
|
**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) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
250
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
249
251
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
250
252
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
251
253
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
data/docs/ContentFilesApi.md
CHANGED
@@ -101,13 +101,14 @@ opts = {
|
|
101
101
|
offset: 56, # Integer | The initial index from which to return the results.
|
102
102
|
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) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
103
103
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
104
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
104
105
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
105
106
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
106
107
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
107
108
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
108
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
109
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
110
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
109
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
110
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
111
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
111
112
|
sha256: 'sha256_example', # String |
|
112
113
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
113
114
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -131,13 +132,14 @@ Name | Type | Description | Notes
|
|
131
132
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
132
133
|
**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) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
133
134
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
135
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
134
136
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
135
137
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
136
138
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
137
139
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
138
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
139
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
140
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
140
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
141
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
142
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
141
143
|
**sha256** | **String**| | [optional]
|
142
144
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
143
145
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
@@ -218,6 +218,7 @@ opts = {
|
|
218
218
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
219
219
|
offset: 56, # Integer | The initial index from which to return the results.
|
220
220
|
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)
|
221
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
221
222
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
222
223
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
223
224
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
@@ -259,6 +260,7 @@ Name | Type | Description | Notes
|
|
259
260
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
260
261
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
261
262
|
**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]
|
263
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
262
264
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
263
265
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
264
266
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**name** | **String** | Name of Alternate Content Source. |
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
18
19
|
require 'PulpFileClient'
|
19
20
|
|
20
21
|
instance = PulpFileClient::FileFileAlternateContentSourceResponse.new(pulp_href: null,
|
22
|
+
prn: null,
|
21
23
|
pulp_created: null,
|
22
24
|
pulp_last_updated: null,
|
23
25
|
name: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
|
|
22
23
|
require 'PulpFileClient'
|
23
24
|
|
24
25
|
instance = PulpFileClient::FileFileContentResponse.new(pulp_href: null,
|
26
|
+
prn: null,
|
25
27
|
pulp_created: null,
|
26
28
|
pulp_last_updated: null,
|
27
29
|
artifact: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**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\") |
|
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
|
|
23
24
|
require 'PulpFileClient'
|
24
25
|
|
25
26
|
instance = PulpFileClient::FileFileDistributionResponse.new(pulp_href: null,
|
27
|
+
prn: null,
|
26
28
|
pulp_created: null,
|
27
29
|
pulp_last_updated: null,
|
28
30
|
base_path: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**repository_version** | **String** | | [optional]
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
18
19
|
require 'PulpFileClient'
|
19
20
|
|
20
21
|
instance = PulpFileClient::FileFilePublicationResponse.new(pulp_href: null,
|
22
|
+
prn: null,
|
21
23
|
pulp_created: null,
|
22
24
|
pulp_last_updated: null,
|
23
25
|
repository_version: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
10
11
|
**name** | **String** | A unique name for this remote. |
|
@@ -31,6 +32,7 @@ Name | Type | Description | Notes
|
|
31
32
|
require 'PulpFileClient'
|
32
33
|
|
33
34
|
instance = PulpFileClient::FileFileRemoteResponse.new(pulp_href: null,
|
35
|
+
prn: null,
|
34
36
|
pulp_created: null,
|
35
37
|
pulp_last_updated: null,
|
36
38
|
name: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**versions_href** | **String** | | [optional] [readonly]
|
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
|
|
23
24
|
require 'PulpFileClient'
|
24
25
|
|
25
26
|
instance = PulpFileClient::FileFileRepositoryResponse.new(pulp_href: null,
|
27
|
+
prn: null,
|
26
28
|
pulp_created: null,
|
27
29
|
pulp_last_updated: null,
|
28
30
|
versions_href: null,
|
data/docs/PublicationsFileApi.md
CHANGED
@@ -197,11 +197,12 @@ end
|
|
197
197
|
|
198
198
|
api_instance = PulpFileClient::PublicationsFileApi.new
|
199
199
|
opts = {
|
200
|
-
content: 'content_example', # String | Content Unit referenced by HREF
|
200
|
+
content: 'content_example', # String | Content Unit referenced by HREF/PRN
|
201
201
|
content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
|
202
202
|
limit: 56, # Integer | Number of results to return per page.
|
203
203
|
offset: 56, # Integer | The initial index from which to return the results.
|
204
204
|
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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
205
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
205
206
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
206
207
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
207
208
|
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
|
@@ -211,8 +212,8 @@ opts = {
|
|
211
212
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
212
213
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
213
214
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
214
|
-
repository: 'repository_example', # String | Repository referenced by HREF
|
215
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
215
|
+
repository: 'repository_example', # String | Repository referenced by HREF/PRN
|
216
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
216
217
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
217
218
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
218
219
|
}
|
@@ -231,11 +232,12 @@ end
|
|
231
232
|
|
232
233
|
Name | Type | Description | Notes
|
233
234
|
------------- | ------------- | ------------- | -------------
|
234
|
-
**content** | **String**| Content Unit referenced by HREF | [optional]
|
235
|
+
**content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
235
236
|
**content__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
236
237
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
237
238
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
238
239
|
**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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
240
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
239
241
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
240
242
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
241
243
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
@@ -245,8 +247,8 @@ Name | Type | Description | Notes
|
|
245
247
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
246
248
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
247
249
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
248
|
-
**repository** | **String**| Repository referenced by HREF | [optional]
|
249
|
-
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
250
|
+
**repository** | **String**| Repository referenced by HREF/PRN | [optional]
|
251
|
+
**repository_version** | [**String**](.md)| Repository Version referenced by HREF/PRN | [optional]
|
250
252
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
251
253
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
252
254
|
|
data/docs/RemotesFileApi.md
CHANGED
@@ -214,6 +214,7 @@ opts = {
|
|
214
214
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
215
215
|
offset: 56, # Integer | The initial index from which to return the results.
|
216
216
|
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)
|
217
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
217
218
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
218
219
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
219
220
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
@@ -254,6 +255,7 @@ Name | Type | Description | Notes
|
|
254
255
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
255
256
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
256
257
|
**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]
|
258
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
257
259
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
258
260
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
259
261
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
data/docs/RepositoriesFileApi.md
CHANGED
@@ -204,7 +204,7 @@ end
|
|
204
204
|
|
205
205
|
api_instance = PulpFileClient::RepositoriesFileApi.new
|
206
206
|
opts = {
|
207
|
-
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
|
207
|
+
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
|
208
208
|
limit: 56, # Integer | Number of results to return per page.
|
209
209
|
name: 'name_example', # String | Filter results where name matches value
|
210
210
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -217,6 +217,7 @@ opts = {
|
|
217
217
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
218
218
|
offset: 56, # Integer | The initial index from which to return the results.
|
219
219
|
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)
|
220
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
220
221
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
221
222
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
222
223
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
@@ -230,7 +231,7 @@ opts = {
|
|
230
231
|
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
231
232
|
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
232
233
|
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
233
|
-
with_content: 'with_content_example', # String | Content Unit referenced by HREF
|
234
|
+
with_content: 'with_content_example', # String | Content Unit referenced by HREF/PRN
|
234
235
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
235
236
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
236
237
|
}
|
@@ -249,7 +250,7 @@ end
|
|
249
250
|
|
250
251
|
Name | Type | Description | Notes
|
251
252
|
------------- | ------------- | ------------- | -------------
|
252
|
-
**latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
|
253
|
+
**latest_with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
253
254
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
254
255
|
**name** | **String**| Filter results where name matches value | [optional]
|
255
256
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
@@ -262,6 +263,7 @@ Name | Type | Description | Notes
|
|
262
263
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
263
264
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
264
265
|
**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]
|
266
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
265
267
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
266
268
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
267
269
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
@@ -275,7 +277,7 @@ Name | Type | Description | Notes
|
|
275
277
|
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
276
278
|
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
277
279
|
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
278
|
-
**with_content** | **String**| Content Unit referenced by HREF | [optional]
|
280
|
+
**with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
279
281
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
280
282
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
281
283
|
|
@@ -87,7 +87,7 @@ end
|
|
87
87
|
api_instance = PulpFileClient::RepositoriesFileVersionsApi.new
|
88
88
|
file_file_repository_href = 'file_file_repository_href_example' # String |
|
89
89
|
opts = {
|
90
|
-
content: 'content_example', # String | Content Unit referenced by HREF
|
90
|
+
content: 'content_example', # String | Content Unit referenced by HREF/PRN
|
91
91
|
content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
93
|
number: 56, # Integer | Filter results where number matches value
|
@@ -98,6 +98,7 @@ opts = {
|
|
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
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
101
102
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
102
103
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
104
|
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
|
@@ -125,7 +126,7 @@ end
|
|
125
126
|
Name | Type | Description | Notes
|
126
127
|
------------- | ------------- | ------------- | -------------
|
127
128
|
**file_file_repository_href** | **String**| |
|
128
|
-
**content** | **String**| Content Unit referenced by HREF | [optional]
|
129
|
+
**content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
129
130
|
**content__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
130
131
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
131
132
|
**number** | **Integer**| Filter results where number matches value | [optional]
|
@@ -136,6 +137,7 @@ Name | Type | Description | Notes
|
|
136
137
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
137
138
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
138
139
|
**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]
|
140
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
139
141
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
140
142
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
141
143
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**number** | **Integer** | | [optional] [readonly]
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
18
19
|
require 'PulpFileClient'
|
19
20
|
|
20
21
|
instance = PulpFileClient::RepositoryVersionResponse.new(pulp_href: null,
|
22
|
+
prn: null,
|
21
23
|
pulp_created: null,
|
22
24
|
pulp_last_updated: null,
|
23
25
|
number: null,
|
@@ -230,6 +230,7 @@ module PulpFileClient
|
|
230
230
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
231
231
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
232
232
|
# @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) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
233
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
233
234
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
234
235
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
235
236
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
@@ -256,6 +257,7 @@ module PulpFileClient
|
|
256
257
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
257
258
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
258
259
|
# @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) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
260
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
259
261
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
260
262
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
261
263
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
@@ -287,6 +289,7 @@ module PulpFileClient
|
|
287
289
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
288
290
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
289
291
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
292
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
290
293
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
291
294
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
292
295
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -114,13 +114,14 @@ module PulpFileClient
|
|
114
114
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
115
115
|
# @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) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
116
116
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
117
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
117
118
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
118
119
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
119
120
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
120
121
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
121
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
122
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
123
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
122
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
123
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
124
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
124
125
|
# @option opts [String] :sha256
|
125
126
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
126
127
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -137,13 +138,14 @@ module PulpFileClient
|
|
137
138
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
138
139
|
# @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) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
139
140
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
141
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
140
142
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
141
143
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
142
144
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
143
145
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
144
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
145
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
146
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
146
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
147
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
148
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
147
149
|
# @option opts [String] :sha256
|
148
150
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
149
151
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -165,6 +167,7 @@ module PulpFileClient
|
|
165
167
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
166
168
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
167
169
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
170
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
168
171
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
169
172
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
170
173
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -234,6 +234,7 @@ module PulpFileClient
|
|
234
234
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
235
235
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
236
236
|
# @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) * `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)
|
237
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
237
238
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
238
239
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
239
240
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -268,6 +269,7 @@ module PulpFileClient
|
|
268
269
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
269
270
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
270
271
|
# @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) * `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)
|
272
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
271
273
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
272
274
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
273
275
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -307,6 +309,7 @@ module PulpFileClient
|
|
307
309
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
308
310
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
309
311
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
312
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
310
313
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
311
314
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
312
315
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
@@ -216,11 +216,12 @@ module PulpFileClient
|
|
216
216
|
# List file publications
|
217
217
|
# A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
|
218
218
|
# @param [Hash] opts the optional parameters
|
219
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
219
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
220
220
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
221
221
|
# @option opts [Integer] :limit Number of results to return per page.
|
222
222
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
223
223
|
# @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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
224
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
224
225
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
225
226
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
226
227
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -230,8 +231,8 @@ module PulpFileClient
|
|
230
231
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
231
232
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
232
233
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
233
|
-
# @option opts [String] :repository Repository referenced by HREF
|
234
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
234
|
+
# @option opts [String] :repository Repository referenced by HREF/PRN
|
235
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
235
236
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
236
237
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
237
238
|
# @return [PaginatedfileFilePublicationResponseList]
|
@@ -243,11 +244,12 @@ module PulpFileClient
|
|
243
244
|
# List file publications
|
244
245
|
# A FilePublication contains metadata about all the File Content in a particular File Repository Version. Once a FilePublication has been created, it can be hosted using the File Distribution API.
|
245
246
|
# @param [Hash] opts the optional parameters
|
246
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
247
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
247
248
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
248
249
|
# @option opts [Integer] :limit Number of results to return per page.
|
249
250
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
250
251
|
# @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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
252
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
251
253
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
252
254
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
253
255
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -257,8 +259,8 @@ module PulpFileClient
|
|
257
259
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
258
260
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
259
261
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
260
|
-
# @option opts [String] :repository Repository referenced by HREF
|
261
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
262
|
+
# @option opts [String] :repository Repository referenced by HREF/PRN
|
263
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
262
264
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
263
265
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
264
266
|
# @return [Array<(PaginatedfileFilePublicationResponseList, Integer, Hash)>] PaginatedfileFilePublicationResponseList data, response status code and response headers
|
@@ -280,6 +282,7 @@ module PulpFileClient
|
|
280
282
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
281
283
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
282
284
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
285
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
283
286
|
query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
|
284
287
|
query_params[:'pulp_created__gt'] = opts[:'pulp_created__gt'] if !opts[:'pulp_created__gt'].nil?
|
285
288
|
query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
|