pulp_rpm_client 3.18.20 → 3.19.0.dev1674962017
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.
Potentially problematic release.
This version of pulp_rpm_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +36 -8
- data/docs/AcsRpmApi.md +230 -6
- data/docs/ContentAdvisoriesApi.md +2 -6
- data/docs/ContentDistributionTreesApi.md +2 -6
- data/docs/ContentModulemdDefaultsApi.md +2 -6
- data/docs/ContentModulemdObsoletesApi.md +2 -6
- data/docs/ContentModulemdsApi.md +2 -6
- data/docs/ContentPackagecategoriesApi.md +2 -6
- data/docs/ContentPackageenvironmentsApi.md +2 -6
- data/docs/ContentPackagegroupsApi.md +2 -6
- data/docs/ContentPackagelangpacksApi.md +2 -6
- data/docs/ContentPackagesApi.md +4 -8
- data/docs/ContentRepoMetadataFilesApi.md +2 -6
- data/docs/DistributionsRpmApi.md +230 -6
- data/docs/MyPermissionsResponse.md +17 -0
- data/docs/NestedRole.md +21 -0
- data/docs/NestedRoleResponse.md +21 -0
- data/docs/ObjectRolesResponse.md +17 -0
- data/docs/PatchedrpmRpmRemote.md +1 -1
- data/docs/PatchedrpmRpmRepository.md +3 -3
- data/docs/PatchedrpmUlnRemote.md +1 -1
- data/docs/PublicationsRpmApi.md +230 -6
- data/docs/RemotesRpmApi.md +230 -6
- data/docs/RemotesUlnApi.md +230 -6
- data/docs/RepositoriesRpmApi.md +230 -6
- data/docs/RepositoriesRpmVersionsApi.md +2 -4
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RpmModulemdObsolete.md +2 -2
- data/docs/RpmModulemdObsoleteResponse.md +2 -2
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmPublication.md +2 -2
- data/docs/RpmRpmPublicationResponse.md +2 -2
- data/docs/RpmRpmRemote.md +1 -1
- data/docs/RpmRpmRemoteResponse.md +1 -1
- data/docs/RpmRpmRepository.md +3 -3
- data/docs/RpmRpmRepositoryResponse.md +3 -3
- data/docs/RpmUlnRemote.md +1 -1
- data/docs/RpmUlnRemoteResponse.md +1 -1
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +270 -8
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_packages_api.rb +4 -10
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +2 -8
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +270 -8
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +270 -8
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +270 -8
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +270 -8
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +270 -8
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +2 -5
- data/lib/pulp_rpm_client/models/my_permissions_response.rb +213 -0
- data/lib/pulp_rpm_client/models/nested_role.rb +253 -0
- data/lib/pulp_rpm_client/models/nested_role_response.rb +234 -0
- data/lib/pulp_rpm_client/models/object_roles_response.rb +213 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +3 -3
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete.rb +36 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +4 -0
- data/spec/api/acs_rpm_api_spec.rb +51 -3
- data/spec/api/content_advisories_api_spec.rb +1 -3
- data/spec/api/content_distribution_trees_api_spec.rb +1 -3
- data/spec/api/content_modulemd_defaults_api_spec.rb +1 -3
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +1 -3
- data/spec/api/content_modulemds_api_spec.rb +1 -3
- data/spec/api/content_packagecategories_api_spec.rb +1 -3
- data/spec/api/content_packageenvironments_api_spec.rb +1 -3
- data/spec/api/content_packagegroups_api_spec.rb +1 -3
- data/spec/api/content_packagelangpacks_api_spec.rb +1 -3
- data/spec/api/content_packages_api_spec.rb +2 -4
- data/spec/api/content_repo_metadata_files_api_spec.rb +1 -3
- data/spec/api/distributions_rpm_api_spec.rb +51 -3
- data/spec/api/publications_rpm_api_spec.rb +51 -3
- data/spec/api/remotes_rpm_api_spec.rb +51 -3
- data/spec/api/remotes_uln_api_spec.rb +51 -3
- data/spec/api/repositories_rpm_api_spec.rb +51 -3
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -2
- data/spec/models/my_permissions_response_spec.rb +41 -0
- data/spec/models/nested_role_response_spec.rb +53 -0
- data/spec/models/nested_role_spec.rb +53 -0
- data/spec/models/object_roles_response_spec.rb +41 -0
- metadata +94 -78
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ecfb30f26447e93fb7bda75260d9039ea40e6da278dfa7200664406fc70a678e
|
|
4
|
+
data.tar.gz: e4e7d6a4e631f90ffe46230f0ca45aabf5e5b97f51438dd232fd86e4713b8b4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a46cfceaf3b78fcd222ba0bd1c1a38b9dd75f94eab04b2a2f9758ca6b7e3b9981c6bc7f23bd7e164c16bf4e3ebea94c7dad683048e86a55e60b1435b82f9eeb
|
|
7
|
+
data.tar.gz: 77cb8493a336e81c80645d1350505fe6bb669842af3c7995eed72b47fc9711f5fad0f96eab8920069d5253b9e688f2a980ae12dffbfb3c41dae48a8686708f46
|
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.19.0.dev1674962017
|
|
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.
|
|
27
|
+
gem install ./pulp_rpm_client-3.19.0.dev1674962017.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.19.0.dev1674962017.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.
|
|
36
|
+
gem 'pulp_rpm_client', '~> 3.19.0.dev1674962017'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -65,14 +65,14 @@ PulpRpmClient.configure do |config|
|
|
|
65
65
|
end
|
|
66
66
|
|
|
67
67
|
api_instance = PulpRpmClient::AcsRpmApi.new
|
|
68
|
-
|
|
68
|
+
rpm_rpm_alternate_content_source_href = 'rpm_rpm_alternate_content_source_href_example' # String |
|
|
69
|
+
nested_role = PulpRpmClient::NestedRole.new # NestedRole |
|
|
69
70
|
|
|
70
71
|
begin
|
|
71
|
-
|
|
72
|
-
result = api_instance.create(rpm_rpm_alternate_content_source)
|
|
72
|
+
result = api_instance.add_role(rpm_rpm_alternate_content_source_href, nested_role)
|
|
73
73
|
p result
|
|
74
74
|
rescue PulpRpmClient::ApiError => e
|
|
75
|
-
puts "Exception when calling AcsRpmApi->
|
|
75
|
+
puts "Exception when calling AcsRpmApi->add_role: #{e}"
|
|
76
76
|
end
|
|
77
77
|
|
|
78
78
|
```
|
|
@@ -83,12 +83,16 @@ All URIs are relative to *https://pulp*
|
|
|
83
83
|
|
|
84
84
|
Class | Method | HTTP request | Description
|
|
85
85
|
------------ | ------------- | ------------- | -------------
|
|
86
|
+
*PulpRpmClient::AcsRpmApi* | [**add_role**](docs/AcsRpmApi.md#add_role) | **POST** {rpm_rpm_alternate_content_source_href}add_role/ |
|
|
86
87
|
*PulpRpmClient::AcsRpmApi* | [**create**](docs/AcsRpmApi.md#create) | **POST** /pulp/api/v3/acs/rpm/rpm/ | Create a rpm alternate content source
|
|
87
88
|
*PulpRpmClient::AcsRpmApi* | [**delete**](docs/AcsRpmApi.md#delete) | **DELETE** {rpm_rpm_alternate_content_source_href} | Delete a rpm alternate content source
|
|
88
89
|
*PulpRpmClient::AcsRpmApi* | [**list**](docs/AcsRpmApi.md#list) | **GET** /pulp/api/v3/acs/rpm/rpm/ | List rpm alternate content sources
|
|
90
|
+
*PulpRpmClient::AcsRpmApi* | [**list_roles**](docs/AcsRpmApi.md#list_roles) | **GET** {rpm_rpm_alternate_content_source_href}list_roles/ |
|
|
91
|
+
*PulpRpmClient::AcsRpmApi* | [**my_permissions**](docs/AcsRpmApi.md#my_permissions) | **GET** {rpm_rpm_alternate_content_source_href}my_permissions/ |
|
|
89
92
|
*PulpRpmClient::AcsRpmApi* | [**partial_update**](docs/AcsRpmApi.md#partial_update) | **PATCH** {rpm_rpm_alternate_content_source_href} | Update a rpm alternate content source
|
|
90
93
|
*PulpRpmClient::AcsRpmApi* | [**read**](docs/AcsRpmApi.md#read) | **GET** {rpm_rpm_alternate_content_source_href} | Inspect a rpm alternate content source
|
|
91
94
|
*PulpRpmClient::AcsRpmApi* | [**refresh**](docs/AcsRpmApi.md#refresh) | **POST** {rpm_rpm_alternate_content_source_href}refresh/ |
|
|
95
|
+
*PulpRpmClient::AcsRpmApi* | [**remove_role**](docs/AcsRpmApi.md#remove_role) | **POST** {rpm_rpm_alternate_content_source_href}remove_role/ |
|
|
92
96
|
*PulpRpmClient::AcsRpmApi* | [**update**](docs/AcsRpmApi.md#update) | **PUT** {rpm_rpm_alternate_content_source_href} | Update a rpm alternate content source
|
|
93
97
|
*PulpRpmClient::ContentAdvisoriesApi* | [**create**](docs/ContentAdvisoriesApi.md#create) | **POST** /pulp/api/v3/content/rpm/advisories/ | Create an update record
|
|
94
98
|
*PulpRpmClient::ContentAdvisoriesApi* | [**list**](docs/ContentAdvisoriesApi.md#list) | **GET** /pulp/api/v3/content/rpm/advisories/ | List update records
|
|
@@ -117,34 +121,54 @@ Class | Method | HTTP request | Description
|
|
|
117
121
|
*PulpRpmClient::ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {rpm_package_href} | Inspect a package
|
|
118
122
|
*PulpRpmClient::ContentRepoMetadataFilesApi* | [**list**](docs/ContentRepoMetadataFilesApi.md#list) | **GET** /pulp/api/v3/content/rpm/repo_metadata_files/ | List repo metadata files
|
|
119
123
|
*PulpRpmClient::ContentRepoMetadataFilesApi* | [**read**](docs/ContentRepoMetadataFilesApi.md#read) | **GET** {rpm_repo_metadata_file_href} | Inspect a repo metadata file
|
|
124
|
+
*PulpRpmClient::DistributionsRpmApi* | [**add_role**](docs/DistributionsRpmApi.md#add_role) | **POST** {rpm_rpm_distribution_href}add_role/ |
|
|
120
125
|
*PulpRpmClient::DistributionsRpmApi* | [**create**](docs/DistributionsRpmApi.md#create) | **POST** /pulp/api/v3/distributions/rpm/rpm/ | Create a rpm distribution
|
|
121
126
|
*PulpRpmClient::DistributionsRpmApi* | [**delete**](docs/DistributionsRpmApi.md#delete) | **DELETE** {rpm_rpm_distribution_href} | Delete a rpm distribution
|
|
122
127
|
*PulpRpmClient::DistributionsRpmApi* | [**list**](docs/DistributionsRpmApi.md#list) | **GET** /pulp/api/v3/distributions/rpm/rpm/ | List rpm distributions
|
|
128
|
+
*PulpRpmClient::DistributionsRpmApi* | [**list_roles**](docs/DistributionsRpmApi.md#list_roles) | **GET** {rpm_rpm_distribution_href}list_roles/ |
|
|
129
|
+
*PulpRpmClient::DistributionsRpmApi* | [**my_permissions**](docs/DistributionsRpmApi.md#my_permissions) | **GET** {rpm_rpm_distribution_href}my_permissions/ |
|
|
123
130
|
*PulpRpmClient::DistributionsRpmApi* | [**partial_update**](docs/DistributionsRpmApi.md#partial_update) | **PATCH** {rpm_rpm_distribution_href} | Update a rpm distribution
|
|
124
131
|
*PulpRpmClient::DistributionsRpmApi* | [**read**](docs/DistributionsRpmApi.md#read) | **GET** {rpm_rpm_distribution_href} | Inspect a rpm distribution
|
|
132
|
+
*PulpRpmClient::DistributionsRpmApi* | [**remove_role**](docs/DistributionsRpmApi.md#remove_role) | **POST** {rpm_rpm_distribution_href}remove_role/ |
|
|
125
133
|
*PulpRpmClient::DistributionsRpmApi* | [**update**](docs/DistributionsRpmApi.md#update) | **PUT** {rpm_rpm_distribution_href} | Update a rpm distribution
|
|
134
|
+
*PulpRpmClient::PublicationsRpmApi* | [**add_role**](docs/PublicationsRpmApi.md#add_role) | **POST** {rpm_rpm_publication_href}add_role/ |
|
|
126
135
|
*PulpRpmClient::PublicationsRpmApi* | [**create**](docs/PublicationsRpmApi.md#create) | **POST** /pulp/api/v3/publications/rpm/rpm/ | Create a rpm publication
|
|
127
136
|
*PulpRpmClient::PublicationsRpmApi* | [**delete**](docs/PublicationsRpmApi.md#delete) | **DELETE** {rpm_rpm_publication_href} | Delete a rpm publication
|
|
128
137
|
*PulpRpmClient::PublicationsRpmApi* | [**list**](docs/PublicationsRpmApi.md#list) | **GET** /pulp/api/v3/publications/rpm/rpm/ | List rpm publications
|
|
138
|
+
*PulpRpmClient::PublicationsRpmApi* | [**list_roles**](docs/PublicationsRpmApi.md#list_roles) | **GET** {rpm_rpm_publication_href}list_roles/ |
|
|
139
|
+
*PulpRpmClient::PublicationsRpmApi* | [**my_permissions**](docs/PublicationsRpmApi.md#my_permissions) | **GET** {rpm_rpm_publication_href}my_permissions/ |
|
|
129
140
|
*PulpRpmClient::PublicationsRpmApi* | [**read**](docs/PublicationsRpmApi.md#read) | **GET** {rpm_rpm_publication_href} | Inspect a rpm publication
|
|
141
|
+
*PulpRpmClient::PublicationsRpmApi* | [**remove_role**](docs/PublicationsRpmApi.md#remove_role) | **POST** {rpm_rpm_publication_href}remove_role/ |
|
|
142
|
+
*PulpRpmClient::RemotesRpmApi* | [**add_role**](docs/RemotesRpmApi.md#add_role) | **POST** {rpm_rpm_remote_href}add_role/ |
|
|
130
143
|
*PulpRpmClient::RemotesRpmApi* | [**create**](docs/RemotesRpmApi.md#create) | **POST** /pulp/api/v3/remotes/rpm/rpm/ | Create a rpm remote
|
|
131
144
|
*PulpRpmClient::RemotesRpmApi* | [**delete**](docs/RemotesRpmApi.md#delete) | **DELETE** {rpm_rpm_remote_href} | Delete a rpm remote
|
|
132
145
|
*PulpRpmClient::RemotesRpmApi* | [**list**](docs/RemotesRpmApi.md#list) | **GET** /pulp/api/v3/remotes/rpm/rpm/ | List rpm remotes
|
|
146
|
+
*PulpRpmClient::RemotesRpmApi* | [**list_roles**](docs/RemotesRpmApi.md#list_roles) | **GET** {rpm_rpm_remote_href}list_roles/ |
|
|
147
|
+
*PulpRpmClient::RemotesRpmApi* | [**my_permissions**](docs/RemotesRpmApi.md#my_permissions) | **GET** {rpm_rpm_remote_href}my_permissions/ |
|
|
133
148
|
*PulpRpmClient::RemotesRpmApi* | [**partial_update**](docs/RemotesRpmApi.md#partial_update) | **PATCH** {rpm_rpm_remote_href} | Update a rpm remote
|
|
134
149
|
*PulpRpmClient::RemotesRpmApi* | [**read**](docs/RemotesRpmApi.md#read) | **GET** {rpm_rpm_remote_href} | Inspect a rpm remote
|
|
150
|
+
*PulpRpmClient::RemotesRpmApi* | [**remove_role**](docs/RemotesRpmApi.md#remove_role) | **POST** {rpm_rpm_remote_href}remove_role/ |
|
|
135
151
|
*PulpRpmClient::RemotesRpmApi* | [**update**](docs/RemotesRpmApi.md#update) | **PUT** {rpm_rpm_remote_href} | Update a rpm remote
|
|
152
|
+
*PulpRpmClient::RemotesUlnApi* | [**add_role**](docs/RemotesUlnApi.md#add_role) | **POST** {rpm_uln_remote_href}add_role/ |
|
|
136
153
|
*PulpRpmClient::RemotesUlnApi* | [**create**](docs/RemotesUlnApi.md#create) | **POST** /pulp/api/v3/remotes/rpm/uln/ | Create an uln remote
|
|
137
154
|
*PulpRpmClient::RemotesUlnApi* | [**delete**](docs/RemotesUlnApi.md#delete) | **DELETE** {rpm_uln_remote_href} | Delete an uln remote
|
|
138
155
|
*PulpRpmClient::RemotesUlnApi* | [**list**](docs/RemotesUlnApi.md#list) | **GET** /pulp/api/v3/remotes/rpm/uln/ | List uln remotes
|
|
156
|
+
*PulpRpmClient::RemotesUlnApi* | [**list_roles**](docs/RemotesUlnApi.md#list_roles) | **GET** {rpm_uln_remote_href}list_roles/ |
|
|
157
|
+
*PulpRpmClient::RemotesUlnApi* | [**my_permissions**](docs/RemotesUlnApi.md#my_permissions) | **GET** {rpm_uln_remote_href}my_permissions/ |
|
|
139
158
|
*PulpRpmClient::RemotesUlnApi* | [**partial_update**](docs/RemotesUlnApi.md#partial_update) | **PATCH** {rpm_uln_remote_href} | Update an uln remote
|
|
140
159
|
*PulpRpmClient::RemotesUlnApi* | [**read**](docs/RemotesUlnApi.md#read) | **GET** {rpm_uln_remote_href} | Inspect an uln remote
|
|
160
|
+
*PulpRpmClient::RemotesUlnApi* | [**remove_role**](docs/RemotesUlnApi.md#remove_role) | **POST** {rpm_uln_remote_href}remove_role/ |
|
|
141
161
|
*PulpRpmClient::RemotesUlnApi* | [**update**](docs/RemotesUlnApi.md#update) | **PUT** {rpm_uln_remote_href} | Update an uln remote
|
|
162
|
+
*PulpRpmClient::RepositoriesRpmApi* | [**add_role**](docs/RepositoriesRpmApi.md#add_role) | **POST** {rpm_rpm_repository_href}add_role/ |
|
|
142
163
|
*PulpRpmClient::RepositoriesRpmApi* | [**create**](docs/RepositoriesRpmApi.md#create) | **POST** /pulp/api/v3/repositories/rpm/rpm/ | Create a rpm repository
|
|
143
164
|
*PulpRpmClient::RepositoriesRpmApi* | [**delete**](docs/RepositoriesRpmApi.md#delete) | **DELETE** {rpm_rpm_repository_href} | Delete a rpm repository
|
|
144
165
|
*PulpRpmClient::RepositoriesRpmApi* | [**list**](docs/RepositoriesRpmApi.md#list) | **GET** /pulp/api/v3/repositories/rpm/rpm/ | List rpm repositorys
|
|
166
|
+
*PulpRpmClient::RepositoriesRpmApi* | [**list_roles**](docs/RepositoriesRpmApi.md#list_roles) | **GET** {rpm_rpm_repository_href}list_roles/ |
|
|
145
167
|
*PulpRpmClient::RepositoriesRpmApi* | [**modify**](docs/RepositoriesRpmApi.md#modify) | **POST** {rpm_rpm_repository_href}modify/ | Modify Repository Content
|
|
168
|
+
*PulpRpmClient::RepositoriesRpmApi* | [**my_permissions**](docs/RepositoriesRpmApi.md#my_permissions) | **GET** {rpm_rpm_repository_href}my_permissions/ |
|
|
146
169
|
*PulpRpmClient::RepositoriesRpmApi* | [**partial_update**](docs/RepositoriesRpmApi.md#partial_update) | **PATCH** {rpm_rpm_repository_href} | Update a rpm repository
|
|
147
170
|
*PulpRpmClient::RepositoriesRpmApi* | [**read**](docs/RepositoriesRpmApi.md#read) | **GET** {rpm_rpm_repository_href} | Inspect a rpm repository
|
|
171
|
+
*PulpRpmClient::RepositoriesRpmApi* | [**remove_role**](docs/RepositoriesRpmApi.md#remove_role) | **POST** {rpm_rpm_repository_href}remove_role/ |
|
|
148
172
|
*PulpRpmClient::RepositoriesRpmApi* | [**sync**](docs/RepositoriesRpmApi.md#sync) | **POST** {rpm_rpm_repository_href}sync/ | Sync from remote
|
|
149
173
|
*PulpRpmClient::RepositoriesRpmApi* | [**update**](docs/RepositoriesRpmApi.md#update) | **PUT** {rpm_rpm_repository_href} | Update a rpm repository
|
|
150
174
|
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**delete**](docs/RepositoriesRpmVersionsApi.md#delete) | **DELETE** {rpm_rpm_repository_version_href} | Delete a repository version
|
|
@@ -166,6 +190,10 @@ Class | Method | HTTP request | Description
|
|
|
166
190
|
- [PulpRpmClient::Copy](docs/Copy.md)
|
|
167
191
|
- [PulpRpmClient::ImageResponse](docs/ImageResponse.md)
|
|
168
192
|
- [PulpRpmClient::MetadataChecksumTypeEnum](docs/MetadataChecksumTypeEnum.md)
|
|
193
|
+
- [PulpRpmClient::MyPermissionsResponse](docs/MyPermissionsResponse.md)
|
|
194
|
+
- [PulpRpmClient::NestedRole](docs/NestedRole.md)
|
|
195
|
+
- [PulpRpmClient::NestedRoleResponse](docs/NestedRoleResponse.md)
|
|
196
|
+
- [PulpRpmClient::ObjectRolesResponse](docs/ObjectRolesResponse.md)
|
|
169
197
|
- [PulpRpmClient::PackageChecksumTypeEnum](docs/PackageChecksumTypeEnum.md)
|
|
170
198
|
- [PulpRpmClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
|
171
199
|
- [PulpRpmClient::PaginatedrpmDistributionTreeResponseList](docs/PaginatedrpmDistributionTreeResponseList.md)
|
data/docs/AcsRpmApi.md
CHANGED
|
@@ -4,16 +4,74 @@ All URIs are relative to *https://pulp*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
+
[**add_role**](AcsRpmApi.md#add_role) | **POST** {rpm_rpm_alternate_content_source_href}add_role/ |
|
|
7
8
|
[**create**](AcsRpmApi.md#create) | **POST** /pulp/api/v3/acs/rpm/rpm/ | Create a rpm alternate content source
|
|
8
9
|
[**delete**](AcsRpmApi.md#delete) | **DELETE** {rpm_rpm_alternate_content_source_href} | Delete a rpm alternate content source
|
|
9
10
|
[**list**](AcsRpmApi.md#list) | **GET** /pulp/api/v3/acs/rpm/rpm/ | List rpm alternate content sources
|
|
11
|
+
[**list_roles**](AcsRpmApi.md#list_roles) | **GET** {rpm_rpm_alternate_content_source_href}list_roles/ |
|
|
12
|
+
[**my_permissions**](AcsRpmApi.md#my_permissions) | **GET** {rpm_rpm_alternate_content_source_href}my_permissions/ |
|
|
10
13
|
[**partial_update**](AcsRpmApi.md#partial_update) | **PATCH** {rpm_rpm_alternate_content_source_href} | Update a rpm alternate content source
|
|
11
14
|
[**read**](AcsRpmApi.md#read) | **GET** {rpm_rpm_alternate_content_source_href} | Inspect a rpm alternate content source
|
|
12
15
|
[**refresh**](AcsRpmApi.md#refresh) | **POST** {rpm_rpm_alternate_content_source_href}refresh/ |
|
|
16
|
+
[**remove_role**](AcsRpmApi.md#remove_role) | **POST** {rpm_rpm_alternate_content_source_href}remove_role/ |
|
|
13
17
|
[**update**](AcsRpmApi.md#update) | **PUT** {rpm_rpm_alternate_content_source_href} | Update a rpm alternate content source
|
|
14
18
|
|
|
15
19
|
|
|
16
20
|
|
|
21
|
+
## add_role
|
|
22
|
+
|
|
23
|
+
> NestedRoleResponse add_role(rpm_rpm_alternate_content_source_href, nested_role)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
Add a role for this object to users/groups.
|
|
28
|
+
|
|
29
|
+
### Example
|
|
30
|
+
|
|
31
|
+
```ruby
|
|
32
|
+
# load the gem
|
|
33
|
+
require 'pulp_rpm_client'
|
|
34
|
+
# setup authorization
|
|
35
|
+
PulpRpmClient.configure do |config|
|
|
36
|
+
# Configure HTTP basic authorization: basicAuth
|
|
37
|
+
config.username = 'YOUR USERNAME'
|
|
38
|
+
config.password = 'YOUR PASSWORD'
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
api_instance = PulpRpmClient::AcsRpmApi.new
|
|
42
|
+
rpm_rpm_alternate_content_source_href = 'rpm_rpm_alternate_content_source_href_example' # String |
|
|
43
|
+
nested_role = PulpRpmClient::NestedRole.new # NestedRole |
|
|
44
|
+
|
|
45
|
+
begin
|
|
46
|
+
result = api_instance.add_role(rpm_rpm_alternate_content_source_href, nested_role)
|
|
47
|
+
p result
|
|
48
|
+
rescue PulpRpmClient::ApiError => e
|
|
49
|
+
puts "Exception when calling AcsRpmApi->add_role: #{e}"
|
|
50
|
+
end
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Parameters
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
Name | Type | Description | Notes
|
|
57
|
+
------------- | ------------- | ------------- | -------------
|
|
58
|
+
**rpm_rpm_alternate_content_source_href** | **String**| |
|
|
59
|
+
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
60
|
+
|
|
61
|
+
### Return type
|
|
62
|
+
|
|
63
|
+
[**NestedRoleResponse**](NestedRoleResponse.md)
|
|
64
|
+
|
|
65
|
+
### Authorization
|
|
66
|
+
|
|
67
|
+
[basicAuth](../README.md#basicAuth)
|
|
68
|
+
|
|
69
|
+
### HTTP request headers
|
|
70
|
+
|
|
71
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
72
|
+
- **Accept**: application/json
|
|
73
|
+
|
|
74
|
+
|
|
17
75
|
## create
|
|
18
76
|
|
|
19
77
|
> RpmRpmAlternateContentSourceResponse create(rpm_rpm_alternate_content_source)
|
|
@@ -149,9 +207,7 @@ opts = {
|
|
|
149
207
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
150
208
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
151
209
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
152
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
153
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
154
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
210
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
155
211
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
156
212
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
157
213
|
}
|
|
@@ -177,9 +233,7 @@ Name | Type | Description | Notes
|
|
|
177
233
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
178
234
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
179
235
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
180
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
181
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
182
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
236
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
183
237
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
184
238
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
185
239
|
|
|
@@ -197,6 +251,122 @@ Name | Type | Description | Notes
|
|
|
197
251
|
- **Accept**: application/json
|
|
198
252
|
|
|
199
253
|
|
|
254
|
+
## list_roles
|
|
255
|
+
|
|
256
|
+
> ObjectRolesResponse list_roles(rpm_rpm_alternate_content_source_href, opts)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
List roles assigned to this object.
|
|
261
|
+
|
|
262
|
+
### Example
|
|
263
|
+
|
|
264
|
+
```ruby
|
|
265
|
+
# load the gem
|
|
266
|
+
require 'pulp_rpm_client'
|
|
267
|
+
# setup authorization
|
|
268
|
+
PulpRpmClient.configure do |config|
|
|
269
|
+
# Configure HTTP basic authorization: basicAuth
|
|
270
|
+
config.username = 'YOUR USERNAME'
|
|
271
|
+
config.password = 'YOUR PASSWORD'
|
|
272
|
+
end
|
|
273
|
+
|
|
274
|
+
api_instance = PulpRpmClient::AcsRpmApi.new
|
|
275
|
+
rpm_rpm_alternate_content_source_href = 'rpm_rpm_alternate_content_source_href_example' # String |
|
|
276
|
+
opts = {
|
|
277
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
278
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
begin
|
|
282
|
+
result = api_instance.list_roles(rpm_rpm_alternate_content_source_href, opts)
|
|
283
|
+
p result
|
|
284
|
+
rescue PulpRpmClient::ApiError => e
|
|
285
|
+
puts "Exception when calling AcsRpmApi->list_roles: #{e}"
|
|
286
|
+
end
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
### Parameters
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
Name | Type | Description | Notes
|
|
293
|
+
------------- | ------------- | ------------- | -------------
|
|
294
|
+
**rpm_rpm_alternate_content_source_href** | **String**| |
|
|
295
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
296
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
297
|
+
|
|
298
|
+
### Return type
|
|
299
|
+
|
|
300
|
+
[**ObjectRolesResponse**](ObjectRolesResponse.md)
|
|
301
|
+
|
|
302
|
+
### Authorization
|
|
303
|
+
|
|
304
|
+
[basicAuth](../README.md#basicAuth)
|
|
305
|
+
|
|
306
|
+
### HTTP request headers
|
|
307
|
+
|
|
308
|
+
- **Content-Type**: Not defined
|
|
309
|
+
- **Accept**: application/json
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
## my_permissions
|
|
313
|
+
|
|
314
|
+
> MyPermissionsResponse my_permissions(rpm_rpm_alternate_content_source_href, opts)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
List permissions available to the current user on this object.
|
|
319
|
+
|
|
320
|
+
### Example
|
|
321
|
+
|
|
322
|
+
```ruby
|
|
323
|
+
# load the gem
|
|
324
|
+
require 'pulp_rpm_client'
|
|
325
|
+
# setup authorization
|
|
326
|
+
PulpRpmClient.configure do |config|
|
|
327
|
+
# Configure HTTP basic authorization: basicAuth
|
|
328
|
+
config.username = 'YOUR USERNAME'
|
|
329
|
+
config.password = 'YOUR PASSWORD'
|
|
330
|
+
end
|
|
331
|
+
|
|
332
|
+
api_instance = PulpRpmClient::AcsRpmApi.new
|
|
333
|
+
rpm_rpm_alternate_content_source_href = 'rpm_rpm_alternate_content_source_href_example' # String |
|
|
334
|
+
opts = {
|
|
335
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
336
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
begin
|
|
340
|
+
result = api_instance.my_permissions(rpm_rpm_alternate_content_source_href, opts)
|
|
341
|
+
p result
|
|
342
|
+
rescue PulpRpmClient::ApiError => e
|
|
343
|
+
puts "Exception when calling AcsRpmApi->my_permissions: #{e}"
|
|
344
|
+
end
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
### Parameters
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
Name | Type | Description | Notes
|
|
351
|
+
------------- | ------------- | ------------- | -------------
|
|
352
|
+
**rpm_rpm_alternate_content_source_href** | **String**| |
|
|
353
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
354
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
355
|
+
|
|
356
|
+
### Return type
|
|
357
|
+
|
|
358
|
+
[**MyPermissionsResponse**](MyPermissionsResponse.md)
|
|
359
|
+
|
|
360
|
+
### Authorization
|
|
361
|
+
|
|
362
|
+
[basicAuth](../README.md#basicAuth)
|
|
363
|
+
|
|
364
|
+
### HTTP request headers
|
|
365
|
+
|
|
366
|
+
- **Content-Type**: Not defined
|
|
367
|
+
- **Accept**: application/json
|
|
368
|
+
|
|
369
|
+
|
|
200
370
|
## partial_update
|
|
201
371
|
|
|
202
372
|
> AsyncOperationResponse partial_update(rpm_rpm_alternate_content_source_href, patchedrpm_rpm_alternate_content_source)
|
|
@@ -363,6 +533,60 @@ Name | Type | Description | Notes
|
|
|
363
533
|
- **Accept**: application/json
|
|
364
534
|
|
|
365
535
|
|
|
536
|
+
## remove_role
|
|
537
|
+
|
|
538
|
+
> NestedRoleResponse remove_role(rpm_rpm_alternate_content_source_href, nested_role)
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
Remove a role for this object from users/groups.
|
|
543
|
+
|
|
544
|
+
### Example
|
|
545
|
+
|
|
546
|
+
```ruby
|
|
547
|
+
# load the gem
|
|
548
|
+
require 'pulp_rpm_client'
|
|
549
|
+
# setup authorization
|
|
550
|
+
PulpRpmClient.configure do |config|
|
|
551
|
+
# Configure HTTP basic authorization: basicAuth
|
|
552
|
+
config.username = 'YOUR USERNAME'
|
|
553
|
+
config.password = 'YOUR PASSWORD'
|
|
554
|
+
end
|
|
555
|
+
|
|
556
|
+
api_instance = PulpRpmClient::AcsRpmApi.new
|
|
557
|
+
rpm_rpm_alternate_content_source_href = 'rpm_rpm_alternate_content_source_href_example' # String |
|
|
558
|
+
nested_role = PulpRpmClient::NestedRole.new # NestedRole |
|
|
559
|
+
|
|
560
|
+
begin
|
|
561
|
+
result = api_instance.remove_role(rpm_rpm_alternate_content_source_href, nested_role)
|
|
562
|
+
p result
|
|
563
|
+
rescue PulpRpmClient::ApiError => e
|
|
564
|
+
puts "Exception when calling AcsRpmApi->remove_role: #{e}"
|
|
565
|
+
end
|
|
566
|
+
```
|
|
567
|
+
|
|
568
|
+
### Parameters
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
Name | Type | Description | Notes
|
|
572
|
+
------------- | ------------- | ------------- | -------------
|
|
573
|
+
**rpm_rpm_alternate_content_source_href** | **String**| |
|
|
574
|
+
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
575
|
+
|
|
576
|
+
### Return type
|
|
577
|
+
|
|
578
|
+
[**NestedRoleResponse**](NestedRoleResponse.md)
|
|
579
|
+
|
|
580
|
+
### Authorization
|
|
581
|
+
|
|
582
|
+
[basicAuth](../README.md#basicAuth)
|
|
583
|
+
|
|
584
|
+
### HTTP request headers
|
|
585
|
+
|
|
586
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
587
|
+
- **Accept**: application/json
|
|
588
|
+
|
|
589
|
+
|
|
366
590
|
## update
|
|
367
591
|
|
|
368
592
|
> AsyncOperationResponse update(rpm_rpm_alternate_content_source_href, rpm_rpm_alternate_content_source)
|
|
@@ -93,9 +93,7 @@ opts = {
|
|
|
93
93
|
id__in: ['id__in_example'], # Array<String> | Filter results where id is in a comma-separated list of values
|
|
94
94
|
limit: 56, # Integer | Number of results to return per page.
|
|
95
95
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
96
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
97
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
98
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
96
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
99
97
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
100
98
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
101
99
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -130,9 +128,7 @@ Name | Type | Description | Notes
|
|
|
130
128
|
**id__in** | [**Array<String>**](String.md)| Filter results where id is in a comma-separated list of values | [optional]
|
|
131
129
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
132
130
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
133
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
134
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
135
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
131
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
136
132
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
137
133
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
138
134
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -33,9 +33,7 @@ api_instance = PulpRpmClient::ContentDistributionTreesApi.new
|
|
|
33
33
|
opts = {
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
36
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
39
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
40
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
41
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -59,9 +57,7 @@ Name | Type | Description | Notes
|
|
|
59
57
|
------------- | ------------- | ------------- | -------------
|
|
60
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
61
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
63
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
64
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
60
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
65
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
66
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
67
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -89,9 +89,7 @@ opts = {
|
|
|
89
89
|
_module: '_module_example', # String | Filter results where module matches value
|
|
90
90
|
module__in: ['module__in_example'], # Array<String> | Filter results where module is in a comma-separated list of values
|
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
92
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
93
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
94
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
92
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
95
93
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
96
94
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
97
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -120,9 +118,7 @@ Name | Type | Description | Notes
|
|
|
120
118
|
**_module** | **String**| Filter results where module matches value | [optional]
|
|
121
119
|
**module__in** | [**Array<String>**](String.md)| Filter results where module is in a comma-separated list of values | [optional]
|
|
122
120
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
123
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
124
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
125
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
121
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
126
122
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
127
123
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
128
124
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -87,9 +87,7 @@ api_instance = PulpRpmClient::ContentModulemdObsoletesApi.new
|
|
|
87
87
|
opts = {
|
|
88
88
|
limit: 56, # Integer | Number of results to return per page.
|
|
89
89
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
90
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
91
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
92
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
90
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
93
91
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
94
92
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
95
93
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -113,9 +111,7 @@ Name | Type | Description | Notes
|
|
|
113
111
|
------------- | ------------- | ------------- | -------------
|
|
114
112
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
115
113
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
116
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
117
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
118
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
114
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
119
115
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
120
116
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
121
117
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentModulemdsApi.md
CHANGED
|
@@ -89,9 +89,7 @@ opts = {
|
|
|
89
89
|
name: 'name_example', # String | Filter results where name matches value
|
|
90
90
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
92
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
93
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
94
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
92
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
95
93
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
96
94
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
97
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -120,9 +118,7 @@ Name | Type | Description | Notes
|
|
|
120
118
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
121
119
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
122
120
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
123
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
124
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
125
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
121
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
126
122
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
127
123
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
128
124
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -33,9 +33,7 @@ api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
|
|
|
33
33
|
opts = {
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
36
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
39
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
40
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
41
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -59,9 +57,7 @@ Name | Type | Description | Notes
|
|
|
59
57
|
------------- | ------------- | ------------- | -------------
|
|
60
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
61
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
63
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
64
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
60
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
65
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
66
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
67
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -33,9 +33,7 @@ api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
|
|
|
33
33
|
opts = {
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
36
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
39
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
40
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
41
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -59,9 +57,7 @@ Name | Type | Description | Notes
|
|
|
59
57
|
------------- | ------------- | ------------- | -------------
|
|
60
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
61
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
63
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
64
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
60
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
65
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
66
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
67
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -33,9 +33,7 @@ api_instance = PulpRpmClient::ContentPackagegroupsApi.new
|
|
|
33
33
|
opts = {
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
36
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
39
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
40
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
41
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -59,9 +57,7 @@ Name | Type | Description | Notes
|
|
|
59
57
|
------------- | ------------- | ------------- | -------------
|
|
60
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
61
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
63
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
64
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
60
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
65
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
66
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
67
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|