pulp_rpm_client 3.25.5 → 3.25.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/docs/AcsRpmApi.md +5 -3
- data/docs/ArtifactResponse.md +4 -0
- data/docs/ContentAdvisoriesApi.md +14 -10
- data/docs/ContentDistributionTreesApi.md +11 -9
- data/docs/ContentModulemdDefaultsApi.md +11 -9
- data/docs/ContentModulemdObsoletesApi.md +11 -9
- data/docs/ContentModulemdsApi.md +11 -9
- data/docs/ContentPackagecategoriesApi.md +11 -9
- data/docs/ContentPackageenvironmentsApi.md +11 -9
- data/docs/ContentPackagegroupsApi.md +11 -9
- data/docs/ContentPackagelangpacksApi.md +11 -9
- data/docs/ContentPackagesApi.md +14 -10
- data/docs/ContentRepoMetadataFilesApi.md +11 -9
- data/docs/Copy.md +1 -1
- data/docs/DistributionsRpmApi.md +5 -3
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedrpmDistributionTreeResponseList.md +2 -2
- data/docs/PaginatedrpmModulemdDefaultsResponseList.md +2 -2
- data/docs/PaginatedrpmModulemdObsoleteResponseList.md +2 -2
- data/docs/PaginatedrpmModulemdResponseList.md +2 -2
- data/docs/PaginatedrpmPackageCategoryResponseList.md +2 -2
- data/docs/PaginatedrpmPackageEnvironmentResponseList.md +2 -2
- data/docs/PaginatedrpmPackageGroupResponseList.md +2 -2
- data/docs/PaginatedrpmPackageLangpacksResponseList.md +2 -2
- data/docs/PaginatedrpmPackageResponseList.md +2 -2
- data/docs/PaginatedrpmRepoMetadataFileResponseList.md +2 -2
- data/docs/PaginatedrpmRpmAlternateContentSourceResponseList.md +2 -2
- data/docs/PaginatedrpmRpmDistributionResponseList.md +2 -2
- data/docs/PaginatedrpmRpmPublicationResponseList.md +2 -2
- data/docs/PaginatedrpmRpmRemoteResponseList.md +2 -2
- data/docs/PaginatedrpmRpmRepositoryResponseList.md +2 -2
- data/docs/PaginatedrpmUlnRemoteResponseList.md +2 -2
- data/docs/PaginatedrpmUpdateRecordResponseList.md +2 -2
- data/docs/PatchedrpmRpmRepository.md +1 -1
- data/docs/PublicationsRpmApi.md +13 -11
- data/docs/RemotesRpmApi.md +5 -3
- data/docs/RemotesUlnApi.md +5 -3
- data/docs/RepositoriesRpmApi.md +9 -7
- data/docs/RepositoriesRpmVersionsApi.md +9 -7
- data/docs/RepositoryVersionResponse.md +4 -0
- data/docs/RpmCompsApi.md +1 -1
- data/docs/RpmCopyApi.md +1 -1
- data/docs/RpmModulemd.md +3 -3
- data/docs/RpmModulemdDefaults.md +1 -1
- data/docs/RpmModulemdDefaultsResponse.md +5 -1
- data/docs/RpmModulemdObsoleteResponse.md +4 -0
- data/docs/RpmModulemdResponse.md +7 -3
- data/docs/RpmPackage.md +3 -1
- data/docs/RpmPackageCategoryResponse.md +7 -3
- data/docs/RpmPackageEnvironmentResponse.md +8 -4
- data/docs/RpmPackageGroupResponse.md +7 -3
- data/docs/RpmPackageLangpacksResponse.md +5 -1
- data/docs/RpmPackageResponse.md +14 -10
- data/docs/RpmRepoMetadataFileResponse.md +4 -0
- data/docs/RpmRpmAlternateContentSourceResponse.md +4 -0
- data/docs/RpmRpmDistributionResponse.md +6 -0
- data/docs/RpmRpmPublication.md +1 -1
- data/docs/RpmRpmPublicationResponse.md +5 -1
- data/docs/RpmRpmRemoteResponse.md +4 -2
- data/docs/RpmRpmRemoteResponseHiddenFields.md +2 -2
- data/docs/RpmRpmRepository.md +1 -1
- data/docs/RpmRpmRepositoryResponse.md +5 -1
- data/docs/RpmUlnRemoteResponse.md +4 -2
- data/docs/RpmUpdateCollection.md +1 -1
- data/docs/RpmUpdateCollectionResponse.md +1 -1
- data/docs/RpmUpdateRecord.md +3 -1
- data/docs/RpmUpdateRecordResponse.md +4 -0
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +18 -8
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packages_api.rb +18 -8
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +11 -8
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +14 -11
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +5 -2
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +9 -6
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +10 -7
- data/lib/pulp_rpm_client/configuration.rb +2 -2
- data/lib/pulp_rpm_client/models/artifact_response.rb +22 -2
- data/lib/pulp_rpm_client/models/copy.rb +1 -1
- data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_obsolete_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_alternate_content_source_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +10 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_response.rb +22 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +22 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +21 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +24 -4
- data/lib/pulp_rpm_client/models/rpm_package.rb +29 -4
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +24 -4
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +25 -5
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +24 -4
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +22 -2
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +31 -11
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +21 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +21 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +31 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +22 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +41 -31
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +22 -2
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +41 -31
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +29 -4
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +21 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +2 -1
- data/spec/api/content_advisories_api_spec.rb +6 -4
- data/spec/api/content_distribution_trees_api_spec.rb +5 -4
- data/spec/api/content_modulemd_defaults_api_spec.rb +5 -4
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -4
- data/spec/api/content_modulemds_api_spec.rb +5 -4
- data/spec/api/content_packagecategories_api_spec.rb +5 -4
- data/spec/api/content_packageenvironments_api_spec.rb +5 -4
- data/spec/api/content_packagegroups_api_spec.rb +5 -4
- data/spec/api/content_packagelangpacks_api_spec.rb +5 -4
- data/spec/api/content_packages_api_spec.rb +6 -4
- data/spec/api/content_repo_metadata_files_api_spec.rb +5 -4
- data/spec/api/distributions_rpm_api_spec.rb +2 -1
- data/spec/api/publications_rpm_api_spec.rb +6 -5
- data/spec/api/remotes_rpm_api_spec.rb +2 -1
- data/spec/api/remotes_uln_api_spec.rb +2 -1
- data/spec/api/repositories_rpm_api_spec.rb +4 -3
- data/spec/api/repositories_rpm_versions_api_spec.rb +4 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_response_spec.rb +12 -0
- data/spec/models/repository_version_response_spec.rb +12 -0
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +12 -0
- data/spec/models/rpm_modulemd_obsolete_response_spec.rb +12 -0
- data/spec/models/rpm_modulemd_response_spec.rb +12 -0
- data/spec/models/rpm_package_category_response_spec.rb +12 -0
- data/spec/models/rpm_package_environment_response_spec.rb +12 -0
- data/spec/models/rpm_package_group_response_spec.rb +12 -0
- data/spec/models/rpm_package_langpacks_response_spec.rb +12 -0
- data/spec/models/rpm_package_response_spec.rb +12 -0
- data/spec/models/rpm_package_spec.rb +6 -0
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +12 -0
- data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +12 -0
- data/spec/models/rpm_rpm_distribution_response_spec.rb +18 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +12 -0
- data/spec/models/rpm_rpm_remote_response_spec.rb +12 -6
- data/spec/models/rpm_rpm_repository_response_spec.rb +12 -0
- data/spec/models/rpm_uln_remote_response_spec.rb +12 -6
- data/spec/models/rpm_update_record_response_spec.rb +12 -0
- data/spec/models/rpm_update_record_spec.rb +6 -0
- metadata +96 -96
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f924f23d5b7c34b10dafb6909db9269740c1e729966d860710afbe7e4d900014
|
4
|
+
data.tar.gz: 4e184dc7aba71f158b723f2ce7a5f79422014ec8d2fddf3d56fd53e6eb2a9dc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25b27dbc49822bef360d5b01f826c88ef4d0c54781058545d002c45359d9c8369be765ee13e9c18364e60593c9891195ba7f652550d7e9425c628556b6217816
|
7
|
+
data.tar.gz: 2d7730f1a38e49dfe6ee49884fb5c2cd0b52065895548555c0a2d40aefe32e63cfafb6cfce2c87a4cd1c2b7550723d0939a556c81e4b02ba2ffa168d4bbeae93
|
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.25.
|
10
|
+
- Package version: 3.25.6
|
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_rpm_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_rpm_client-3.25.
|
27
|
+
gem install ./pulp_rpm_client-3.25.6.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.25.
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.25.6.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_rpm_client', '~> 3.25.
|
36
|
+
gem 'pulp_rpm_client', '~> 3.25.6'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -80,7 +80,7 @@ end
|
|
80
80
|
|
81
81
|
## Documentation for API Endpoints
|
82
82
|
|
83
|
-
All URIs are relative to *http://
|
83
|
+
All URIs are relative to *http://localhost:24817*
|
84
84
|
|
85
85
|
Class | Method | HTTP request | Description
|
86
86
|
------------ | ------------- | ------------- | -------------
|
data/docs/AcsRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::AcsRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -213,9 +213,10 @@ 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
|
-
q: 'q_example', # String |
|
219
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
219
220
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
220
221
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
221
222
|
}
|
@@ -246,9 +247,10 @@ 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
|
-
**q** | **String**|
|
253
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
252
254
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
253
255
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
254
256
|
|
data/docs/ArtifactResponse.md
CHANGED
@@ -5,7 +5,9 @@
|
|
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]
|
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]
|
9
11
|
**file** | **String** | The stored file. |
|
10
12
|
**size** | **Integer** | The size of the file in bytes. | [optional]
|
11
13
|
**md5** | **String** | The MD5 checksum of the file if available. | [optional]
|
@@ -21,7 +23,9 @@ Name | Type | Description | Notes
|
|
21
23
|
require 'PulpRpmClient'
|
22
24
|
|
23
25
|
instance = PulpRpmClient::ArtifactResponse.new(pulp_href: null,
|
26
|
+
prn: null,
|
24
27
|
pulp_created: null,
|
28
|
+
pulp_last_updated: null,
|
25
29
|
file: null,
|
26
30
|
size: null,
|
27
31
|
md5: null,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentAdvisoriesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -34,7 +34,8 @@ api_instance = PulpRpmClient::ContentAdvisoriesApi.new
|
|
34
34
|
opts = {
|
35
35
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
36
36
|
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
37
|
-
upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
|
37
|
+
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
38
|
+
file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit.
|
38
39
|
}
|
39
40
|
|
40
41
|
begin
|
@@ -54,6 +55,7 @@ Name | Type | Description | Notes
|
|
54
55
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
55
56
|
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
56
57
|
**upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
|
58
|
+
**file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional]
|
57
59
|
|
58
60
|
### Return type
|
59
61
|
|
@@ -97,12 +99,13 @@ opts = {
|
|
97
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
98
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) * `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) * `id` - Id * `-id` - Id (descending) * `updated_date` - Updated date * `-updated_date` - Updated date (descending) * `description` - Description * `-description` - Description (descending) * `issued_date` - Issued date * `-issued_date` - Issued date (descending) * `fromstr` - Fromstr * `-fromstr` - Fromstr (descending) * `status` - Status * `-status` - Status (descending) * `title` - Title * `-title` - Title (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `type` - Type * `-type` - Type (descending) * `severity` - Severity * `-severity` - Severity (descending) * `solution` - Solution * `-solution` - Solution (descending) * `release` - Release * `-release` - Release (descending) * `rights` - Rights * `-rights` - Rights (descending) * `reboot_suggested` - Reboot suggested * `-reboot_suggested` - Reboot suggested (descending) * `pushcount` - Pushcount * `-pushcount` - Pushcount (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
99
101
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
102
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
100
103
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
101
104
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
102
|
-
q: 'q_example', # String |
|
103
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
104
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
105
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
105
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
106
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
107
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
108
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
106
109
|
severity: 'severity_example', # String | Filter results where severity matches value
|
107
110
|
severity__in: ['severity__in_example'], # Array<String> | Filter results where severity is in a comma-separated list of values
|
108
111
|
severity__ne: 'severity__ne_example', # String | Filter results where severity not equal to value
|
@@ -136,12 +139,13 @@ Name | Type | Description | Notes
|
|
136
139
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
137
140
|
**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) * `id` - Id * `-id` - Id (descending) * `updated_date` - Updated date * `-updated_date` - Updated date (descending) * `description` - Description * `-description` - Description (descending) * `issued_date` - Issued date * `-issued_date` - Issued date (descending) * `fromstr` - Fromstr * `-fromstr` - Fromstr (descending) * `status` - Status * `-status` - Status (descending) * `title` - Title * `-title` - Title (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `type` - Type * `-type` - Type (descending) * `severity` - Severity * `-severity` - Severity (descending) * `solution` - Solution * `-solution` - Solution (descending) * `release` - Release * `-release` - Release (descending) * `rights` - Rights * `-rights` - Rights (descending) * `reboot_suggested` - Reboot suggested * `-reboot_suggested` - Reboot suggested (descending) * `pushcount` - Pushcount * `-pushcount` - Pushcount (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
138
141
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
142
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
139
143
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
140
144
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
141
|
-
**q** | **String**|
|
142
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
143
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
144
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
145
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
146
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
147
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
148
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
145
149
|
**severity** | **String**| Filter results where severity matches value | [optional]
|
146
150
|
**severity__in** | [**Array<String>**](String.md)| Filter results where severity is in a comma-separated list of values | [optional]
|
147
151
|
**severity__ne** | **String**| Filter results where severity not equal to value | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentDistributionTreesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -35,12 +35,13 @@ opts = {
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
36
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
37
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
38
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
39
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
40
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
-
q: 'q_example', # String |
|
41
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
42
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
43
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
41
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
42
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
43
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
44
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
44
45
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
45
46
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
46
47
|
}
|
@@ -63,12 +64,13 @@ Name | Type | Description | Notes
|
|
63
64
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
64
65
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
65
66
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
67
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
68
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
67
69
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
68
|
-
**q** | **String**|
|
69
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
71
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
71
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
72
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
73
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
72
74
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
73
75
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
74
76
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentModulemdDefaultsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -91,12 +91,13 @@ opts = {
|
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
92
|
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) * `module` - Module * `-module` - Module (descending) * `stream` - Stream * `-stream` - Stream (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
93
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
94
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
95
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
96
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
96
|
-
q: 'q_example', # String |
|
97
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
98
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
99
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
97
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
98
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
99
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
100
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
100
101
|
sha256: 'sha256_example', # String |
|
101
102
|
stream: 'stream_example', # String | Filter results where stream matches value
|
102
103
|
stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
|
@@ -124,12 +125,13 @@ Name | Type | Description | Notes
|
|
124
125
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
125
126
|
**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) * `module` - Module * `-module` - Module (descending) * `stream` - Stream * `-stream` - Stream (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
126
127
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
128
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
127
129
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
128
130
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
129
|
-
**q** | **String**|
|
130
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
131
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
132
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
131
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
132
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
133
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
134
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
133
135
|
**sha256** | **String**| | [optional]
|
134
136
|
**stream** | **String**| Filter results where stream matches value | [optional]
|
135
137
|
**stream__in** | [**Array<String>**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentModulemdObsoletesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -89,12 +89,13 @@ opts = {
|
|
89
89
|
offset: 56, # Integer | The initial index from which to return the results.
|
90
90
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
91
91
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
92
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
93
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
94
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
|
-
q: 'q_example', # String |
|
95
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
96
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
97
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
95
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
96
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
97
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
98
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
98
99
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
99
100
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
100
101
|
}
|
@@ -117,12 +118,13 @@ Name | Type | Description | Notes
|
|
117
118
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
118
119
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
119
120
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
121
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
120
122
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
121
123
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
122
|
-
**q** | **String**|
|
123
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
124
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
125
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
124
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
125
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
126
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
127
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
126
128
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
127
129
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
128
130
|
|
data/docs/ContentModulemdsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentModulemdsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -95,12 +95,13 @@ opts = {
|
|
95
95
|
offset: 56, # Integer | The initial index from which to return the results.
|
96
96
|
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) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
97
97
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
98
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
98
99
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
99
100
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
100
|
-
q: 'q_example', # String |
|
101
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
102
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
103
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
101
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
102
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
103
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
104
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
104
105
|
sha256: 'sha256_example', # String |
|
105
106
|
stream: 'stream_example', # String | Filter results where stream matches value
|
106
107
|
stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
|
@@ -134,12 +135,13 @@ Name | Type | Description | Notes
|
|
134
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
135
136
|
**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) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
136
137
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
138
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
137
139
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
138
140
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
139
|
-
**q** | **String**|
|
140
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
141
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
142
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
141
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
142
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
143
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
144
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
143
145
|
**sha256** | **String**| | [optional]
|
144
146
|
**stream** | **String**| Filter results where stream matches value | [optional]
|
145
147
|
**stream__in** | [**Array<String>**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagecategoriesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -35,12 +35,13 @@ opts = {
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
36
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
37
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
38
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
39
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
40
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
-
q: 'q_example', # String |
|
41
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
42
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
43
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
41
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
42
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
43
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
44
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
44
45
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
45
46
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
46
47
|
}
|
@@ -63,12 +64,13 @@ Name | Type | Description | Notes
|
|
63
64
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
64
65
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
65
66
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
67
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
68
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
67
69
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
68
|
-
**q** | **String**|
|
69
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
71
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
71
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
72
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
73
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
72
74
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
73
75
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
74
76
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackageenvironmentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -35,12 +35,13 @@ opts = {
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
36
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
37
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
38
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
39
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
40
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
-
q: 'q_example', # String |
|
41
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
42
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
43
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
41
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
42
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
43
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
44
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
44
45
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
45
46
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
46
47
|
}
|
@@ -63,12 +64,13 @@ Name | Type | Description | Notes
|
|
63
64
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
64
65
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
65
66
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
67
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
68
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
67
69
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
68
|
-
**q** | **String**|
|
69
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
71
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
71
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
72
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
73
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
72
74
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
73
75
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
74
76
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagegroupsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -35,12 +35,13 @@ opts = {
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
36
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
37
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
38
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
39
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
40
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
-
q: 'q_example', # String |
|
41
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
42
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
43
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
41
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
42
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
43
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
44
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
44
45
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
45
46
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
46
47
|
}
|
@@ -63,12 +64,13 @@ Name | Type | Description | Notes
|
|
63
64
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
64
65
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
65
66
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
67
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
68
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
67
69
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
68
|
-
**q** | **String**|
|
69
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
71
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
71
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
72
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
73
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
72
74
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
73
75
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
74
76
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagelangpacksApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -35,12 +35,13 @@ opts = {
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
36
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
37
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
38
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
39
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
40
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
-
q: 'q_example', # String |
|
41
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
42
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
43
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
41
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
42
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
43
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
44
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
44
45
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
45
46
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
46
47
|
}
|
@@ -63,12 +64,13 @@ Name | Type | Description | Notes
|
|
63
64
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
64
65
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
65
66
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
67
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
68
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
67
69
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
68
|
-
**q** | **String**|
|
69
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
71
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
71
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
72
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
73
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
72
74
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
73
75
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
74
76
|
|