pulpcore_client 3.65.0 → 3.66.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +68 -4
- data/docs/AccessPoliciesApi.md +4 -4
- data/docs/ArtifactDistributionResponse.md +15 -15
- data/docs/ContentApi.md +4 -4
- data/docs/ContentOpenpgpPublickeyApi.md +212 -0
- data/docs/ContentOpenpgpPublicsubkeyApi.md +150 -0
- data/docs/ContentOpenpgpSignatureApi.md +150 -0
- data/docs/ContentOpenpgpUserattributeApi.md +150 -0
- data/docs/ContentOpenpgpUseridApi.md +166 -0
- data/docs/DistributionsApi.md +4 -4
- data/docs/DistributionsOpenpgpApi.md +478 -0
- data/docs/FilesystemExportResponse.md +1 -1
- data/docs/ImportResponse.md +1 -1
- data/docs/NestedOpenPGPPublicSubkey.md +19 -0
- data/docs/NestedOpenPGPPublicSubkeyResponse.md +21 -0
- data/docs/NestedOpenPGPSignature.md +27 -0
- data/docs/NestedOpenPGPSignatureResponse.md +29 -0
- data/docs/NestedOpenPGPUserAttribute.md +17 -0
- data/docs/NestedOpenPGPUserAttributeResponse.md +19 -0
- data/docs/NestedOpenPGPUserID.md +17 -0
- data/docs/NestedOpenPGPUserIDResponse.md +19 -0
- data/docs/OpenPGPDistribution.md +29 -0
- data/docs/OpenPGPDistributionResponse.md +41 -0
- data/docs/OpenPGPKeyring.md +25 -0
- data/docs/OpenPGPKeyringResponse.md +37 -0
- data/docs/OpenPGPPublicKey.md +23 -0
- data/docs/OpenPGPPublicKeyResponse.md +33 -0
- data/docs/OpenPGPPublicSubkeyResponse.md +31 -0
- data/docs/OpenPGPSignatureResponse.md +39 -0
- data/docs/OpenPGPUserAttributeResponse.md +29 -0
- data/docs/OpenPGPUserIDResponse.md +29 -0
- data/docs/PaginatedOpenPGPDistributionResponseList.md +23 -0
- data/docs/PaginatedOpenPGPKeyringResponseList.md +23 -0
- data/docs/PaginatedOpenPGPPublicKeyResponseList.md +23 -0
- data/docs/PaginatedOpenPGPPublicSubkeyResponseList.md +23 -0
- data/docs/PaginatedOpenPGPSignatureResponseList.md +23 -0
- data/docs/PaginatedOpenPGPUserAttributeResponseList.md +23 -0
- data/docs/PaginatedOpenPGPUserIDResponseList.md +23 -0
- data/docs/PatchedOpenPGPDistribution.md +29 -0
- data/docs/PatchedOpenPGPKeyring.md +25 -0
- data/docs/PulpExportResponse.md +3 -3
- data/docs/RepositoriesApi.md +4 -4
- data/docs/RepositoriesOpenpgpKeyringApi.md +802 -0
- data/docs/RepositoryAddRemoveContent.md +21 -0
- data/docs/SetLabel.md +19 -0
- data/docs/SetLabelResponse.md +19 -0
- data/docs/TaskResponse.md +1 -1
- data/docs/TasksApi.md +2 -2
- data/docs/UnsetLabel.md +17 -0
- data/docs/UnsetLabelResponse.md +19 -0
- data/lib/pulpcore_client/api/access_policies_api.rb +8 -8
- data/lib/pulpcore_client/api/content_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_publickey_api.rb +266 -0
- data/lib/pulpcore_client/api/content_openpgp_publicsubkey_api.rb +192 -0
- data/lib/pulpcore_client/api/content_openpgp_signature_api.rb +192 -0
- data/lib/pulpcore_client/api/content_openpgp_userattribute_api.rb +192 -0
- data/lib/pulpcore_client/api/content_openpgp_userid_api.rb +216 -0
- data/lib/pulpcore_client/api/distributions_api.rb +6 -6
- data/lib/pulpcore_client/api/distributions_openpgp_api.rb +592 -0
- data/lib/pulpcore_client/api/repositories_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_openpgp_keyring_api.rb +992 -0
- data/lib/pulpcore_client/api/tasks_api.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +64 -64
- data/lib/pulpcore_client/models/filesystem_export_response.rb +1 -1
- data/lib/pulpcore_client/models/import_response.rb +1 -1
- data/lib/pulpcore_client/models/nested_open_pgp_public_subkey.rb +254 -0
- data/lib/pulpcore_client/models/nested_open_pgp_public_subkey_response.rb +256 -0
- data/lib/pulpcore_client/models/nested_open_pgp_signature.rb +305 -0
- data/lib/pulpcore_client/models/nested_open_pgp_signature_response.rb +290 -0
- data/lib/pulpcore_client/models/nested_open_pgp_user_attribute.rb +240 -0
- data/lib/pulpcore_client/models/nested_open_pgp_user_attribute_response.rb +242 -0
- data/lib/pulpcore_client/models/nested_open_pgp_user_id.rb +231 -0
- data/lib/pulpcore_client/models/nested_open_pgp_user_id_response.rb +223 -0
- data/lib/pulpcore_client/models/open_pgp_distribution.rb +322 -0
- data/lib/pulpcore_client/models/open_pgp_distribution_response.rb +343 -0
- data/lib/pulpcore_client/models/open_pgp_keyring.rb +306 -0
- data/lib/pulpcore_client/models/open_pgp_keyring_response.rb +329 -0
- data/lib/pulpcore_client/models/open_pgp_public_key.rb +253 -0
- data/lib/pulpcore_client/models/open_pgp_public_key_response.rb +303 -0
- data/lib/pulpcore_client/models/open_pgp_public_subkey_response.rb +304 -0
- data/lib/pulpcore_client/models/open_pgp_signature_response.rb +338 -0
- data/lib/pulpcore_client/models/open_pgp_user_attribute_response.rb +290 -0
- data/lib/pulpcore_client/models/open_pgp_user_id_response.rb +271 -0
- data/lib/pulpcore_client/models/paginated_open_pgp_distribution_response_list.rb +247 -0
- data/lib/pulpcore_client/models/paginated_open_pgp_keyring_response_list.rb +247 -0
- data/lib/pulpcore_client/models/paginated_open_pgp_public_key_response_list.rb +247 -0
- data/lib/pulpcore_client/models/paginated_open_pgp_public_subkey_response_list.rb +247 -0
- data/lib/pulpcore_client/models/paginated_open_pgp_signature_response_list.rb +247 -0
- data/lib/pulpcore_client/models/paginated_open_pgp_user_attribute_response_list.rb +247 -0
- data/lib/pulpcore_client/models/paginated_open_pgp_user_id_response_list.rb +247 -0
- data/lib/pulpcore_client/models/patched_open_pgp_distribution.rb +304 -0
- data/lib/pulpcore_client/models/patched_open_pgp_keyring.rb +297 -0
- data/lib/pulpcore_client/models/pulp_export_response.rb +3 -3
- data/lib/pulpcore_client/models/repository_add_remove_content.rb +232 -0
- data/lib/pulpcore_client/models/set_label.rb +252 -0
- data/lib/pulpcore_client/models/set_label_response.rb +243 -0
- data/lib/pulpcore_client/models/task_response.rb +1 -1
- data/lib/pulpcore_client/models/unset_label.rb +242 -0
- data/lib/pulpcore_client/models/unset_label_response.rb +242 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +39 -0
- data/spec/api/access_policies_api_spec.rb +4 -4
- data/spec/api/content_api_spec.rb +2 -2
- data/spec/api/content_openpgp_publickey_api_spec.rb +89 -0
- data/spec/api/content_openpgp_publicsubkey_api_spec.rb +74 -0
- data/spec/api/content_openpgp_signature_api_spec.rb +74 -0
- data/spec/api/content_openpgp_userattribute_api_spec.rb +74 -0
- data/spec/api/content_openpgp_userid_api_spec.rb +82 -0
- data/spec/api/distributions_api_spec.rb +2 -2
- data/spec/api/distributions_openpgp_api_spec.rb +148 -0
- data/spec/api/repositories_api_spec.rb +2 -2
- data/spec/api/repositories_openpgp_keyring_api_spec.rb +233 -0
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- data/spec/models/nested_open_pgp_public_subkey_response_spec.rb +53 -0
- data/spec/models/nested_open_pgp_public_subkey_spec.rb +47 -0
- data/spec/models/nested_open_pgp_signature_response_spec.rb +77 -0
- data/spec/models/nested_open_pgp_signature_spec.rb +71 -0
- data/spec/models/nested_open_pgp_user_attribute_response_spec.rb +47 -0
- data/spec/models/nested_open_pgp_user_attribute_spec.rb +41 -0
- data/spec/models/nested_open_pgp_user_id_response_spec.rb +47 -0
- data/spec/models/nested_open_pgp_user_id_spec.rb +41 -0
- data/spec/models/open_pgp_distribution_response_spec.rb +113 -0
- data/spec/models/open_pgp_distribution_spec.rb +77 -0
- data/spec/models/open_pgp_keyring_response_spec.rb +101 -0
- data/spec/models/open_pgp_keyring_spec.rb +65 -0
- data/spec/models/open_pgp_public_key_response_spec.rb +89 -0
- data/spec/models/open_pgp_public_key_spec.rb +59 -0
- data/spec/models/open_pgp_public_subkey_response_spec.rb +83 -0
- data/spec/models/open_pgp_signature_response_spec.rb +107 -0
- data/spec/models/open_pgp_user_attribute_response_spec.rb +77 -0
- data/spec/models/open_pgp_user_id_response_spec.rb +77 -0
- data/spec/models/paginated_open_pgp_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginated_open_pgp_keyring_response_list_spec.rb +59 -0
- data/spec/models/paginated_open_pgp_public_key_response_list_spec.rb +59 -0
- data/spec/models/paginated_open_pgp_public_subkey_response_list_spec.rb +59 -0
- data/spec/models/paginated_open_pgp_signature_response_list_spec.rb +59 -0
- data/spec/models/paginated_open_pgp_user_attribute_response_list_spec.rb +59 -0
- data/spec/models/paginated_open_pgp_user_id_response_list_spec.rb +59 -0
- data/spec/models/patched_open_pgp_distribution_spec.rb +77 -0
- data/spec/models/patched_open_pgp_keyring_spec.rb +65 -0
- data/spec/models/repository_add_remove_content_spec.rb +53 -0
- data/spec/models/set_label_response_spec.rb +47 -0
- data/spec/models/set_label_spec.rb +47 -0
- data/spec/models/unset_label_response_spec.rb +47 -0
- data/spec/models/unset_label_spec.rb +41 -0
- metadata +311 -155
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 400028c9e5e845bc6ce0a92198abd3cab9e15b38f1e241995fcc54e5547319d4
|
4
|
+
data.tar.gz: 5dbc76e758c19b755bce810e89fa3b75af54d75f340a8d54e25aeedf0f3ae150
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11f4b382a9ae2bb3064a4c806093b6b72bc6a69dda8a9428ae52b3aaf306e1faa04ef5c27eec9a138999e29b3f241fbc05c43277e2c2ac9145cc22a6de000734
|
7
|
+
data.tar.gz: dae7022665eb4267118a71ce8254ae5af035e56c28d4d6edad655f11ea42aca6ddd92c8558454b91182f7bf7eff16b20e07c28dcdd66af3107c32da5d777e72a
|
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.66.1
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulpcore_client-3.
|
27
|
+
gem install ./pulpcore_client-3.66.1.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulpcore_client-3.66.1.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulpcore_client', '~> 3.
|
36
|
+
gem 'pulpcore_client', '~> 3.66.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -113,6 +113,17 @@ Class | Method | HTTP request | Description
|
|
113
113
|
*PulpcoreClient::ArtifactsApi* | [**list**](docs/ArtifactsApi.md#list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
|
114
114
|
*PulpcoreClient::ArtifactsApi* | [**read**](docs/ArtifactsApi.md#read) | **GET** {artifact_href} | Inspect an artifact
|
115
115
|
*PulpcoreClient::ContentApi* | [**list**](docs/ContentApi.md#list) | **GET** /pulp/api/v3/content/ | List content
|
116
|
+
*PulpcoreClient::ContentOpenpgpPublickeyApi* | [**create**](docs/ContentOpenpgpPublickeyApi.md#create) | **POST** /pulp/api/v3/content/core/openpgp_publickey/ | Create an open pgp public key
|
117
|
+
*PulpcoreClient::ContentOpenpgpPublickeyApi* | [**list**](docs/ContentOpenpgpPublickeyApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_publickey/ | List open pgp public keys
|
118
|
+
*PulpcoreClient::ContentOpenpgpPublickeyApi* | [**read**](docs/ContentOpenpgpPublickeyApi.md#read) | **GET** {open_p_g_p_public_key_href} | Inspect an open pgp public key
|
119
|
+
*PulpcoreClient::ContentOpenpgpPublicsubkeyApi* | [**list**](docs/ContentOpenpgpPublicsubkeyApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_publicsubkey/ | List open pgp public subkeys
|
120
|
+
*PulpcoreClient::ContentOpenpgpPublicsubkeyApi* | [**read**](docs/ContentOpenpgpPublicsubkeyApi.md#read) | **GET** {open_p_g_p_public_subkey_href} | Inspect an open pgp public subkey
|
121
|
+
*PulpcoreClient::ContentOpenpgpSignatureApi* | [**list**](docs/ContentOpenpgpSignatureApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_signature/ | List open pgp signatures
|
122
|
+
*PulpcoreClient::ContentOpenpgpSignatureApi* | [**read**](docs/ContentOpenpgpSignatureApi.md#read) | **GET** {open_p_g_p_signature_href} | Inspect an open pgp signature
|
123
|
+
*PulpcoreClient::ContentOpenpgpUserattributeApi* | [**list**](docs/ContentOpenpgpUserattributeApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_userattribute/ | List open pgp user attributes
|
124
|
+
*PulpcoreClient::ContentOpenpgpUserattributeApi* | [**read**](docs/ContentOpenpgpUserattributeApi.md#read) | **GET** {open_p_g_p_user_attribute_href} | Inspect an open pgp user attribute
|
125
|
+
*PulpcoreClient::ContentOpenpgpUseridApi* | [**list**](docs/ContentOpenpgpUseridApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_userid/ | List open pgp user ids
|
126
|
+
*PulpcoreClient::ContentOpenpgpUseridApi* | [**read**](docs/ContentOpenpgpUseridApi.md#read) | **GET** {open_p_g_p_user_i_d_href} | Inspect an open pgp user id
|
116
127
|
*PulpcoreClient::ContentguardsApi* | [**list**](docs/ContentguardsApi.md#list) | **GET** /pulp/api/v3/contentguards/ | List content guards
|
117
128
|
*PulpcoreClient::ContentguardsCompositeApi* | [**add_role**](docs/ContentguardsCompositeApi.md#add_role) | **POST** {composite_content_guard_href}add_role/ | Add a role
|
118
129
|
*PulpcoreClient::ContentguardsCompositeApi* | [**create**](docs/ContentguardsCompositeApi.md#create) | **POST** /pulp/api/v3/contentguards/core/composite/ | Create a composite content guard
|
@@ -157,6 +168,14 @@ Class | Method | HTTP request | Description
|
|
157
168
|
*PulpcoreClient::DistributionsApi* | [**list**](docs/DistributionsApi.md#list) | **GET** /pulp/api/v3/distributions/ | List distributions
|
158
169
|
*PulpcoreClient::DistributionsArtifactsApi* | [**list**](docs/DistributionsArtifactsApi.md#list) | **GET** /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions
|
159
170
|
*PulpcoreClient::DistributionsArtifactsApi* | [**read**](docs/DistributionsArtifactsApi.md#read) | **GET** {artifact_distribution_href} | Inspect an artifact distribution
|
171
|
+
*PulpcoreClient::DistributionsOpenpgpApi* | [**create**](docs/DistributionsOpenpgpApi.md#create) | **POST** /pulp/api/v3/distributions/core/openpgp/ | Create an open pgp distribution
|
172
|
+
*PulpcoreClient::DistributionsOpenpgpApi* | [**delete**](docs/DistributionsOpenpgpApi.md#delete) | **DELETE** {open_p_g_p_distribution_href} | Delete an open pgp distribution
|
173
|
+
*PulpcoreClient::DistributionsOpenpgpApi* | [**list**](docs/DistributionsOpenpgpApi.md#list) | **GET** /pulp/api/v3/distributions/core/openpgp/ | List open pgp distributions
|
174
|
+
*PulpcoreClient::DistributionsOpenpgpApi* | [**partial_update**](docs/DistributionsOpenpgpApi.md#partial_update) | **PATCH** {open_p_g_p_distribution_href} | Update an open pgp distribution
|
175
|
+
*PulpcoreClient::DistributionsOpenpgpApi* | [**read**](docs/DistributionsOpenpgpApi.md#read) | **GET** {open_p_g_p_distribution_href} | Inspect an open pgp distribution
|
176
|
+
*PulpcoreClient::DistributionsOpenpgpApi* | [**set_label**](docs/DistributionsOpenpgpApi.md#set_label) | **POST** {open_p_g_p_distribution_href}set_label/ | Set a label
|
177
|
+
*PulpcoreClient::DistributionsOpenpgpApi* | [**unset_label**](docs/DistributionsOpenpgpApi.md#unset_label) | **POST** {open_p_g_p_distribution_href}unset_label/ | Unset a label
|
178
|
+
*PulpcoreClient::DistributionsOpenpgpApi* | [**update**](docs/DistributionsOpenpgpApi.md#update) | **PUT** {open_p_g_p_distribution_href} | Update an open pgp distribution
|
160
179
|
*PulpcoreClient::DomainsApi* | [**create**](docs/DomainsApi.md#create) | **POST** /pulp/api/v3/domains/ | Create a domain
|
161
180
|
*PulpcoreClient::DomainsApi* | [**delete**](docs/DomainsApi.md#delete) | **DELETE** {domain_href} | Delete a domain
|
162
181
|
*PulpcoreClient::DomainsApi* | [**list**](docs/DomainsApi.md#list) | **GET** /pulp/api/v3/domains/ | List domains
|
@@ -219,6 +238,19 @@ Class | Method | HTTP request | Description
|
|
219
238
|
*PulpcoreClient::RemotesApi* | [**list**](docs/RemotesApi.md#list) | **GET** /pulp/api/v3/remotes/ | List remotes
|
220
239
|
*PulpcoreClient::RepairApi* | [**post**](docs/RepairApi.md#post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
|
221
240
|
*PulpcoreClient::RepositoriesApi* | [**list**](docs/RepositoriesApi.md#list) | **GET** /pulp/api/v3/repositories/ | List repositories
|
241
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**add_role**](docs/RepositoriesOpenpgpKeyringApi.md#add_role) | **POST** {open_p_g_p_keyring_href}add_role/ | Add a role
|
242
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**create**](docs/RepositoriesOpenpgpKeyringApi.md#create) | **POST** /pulp/api/v3/repositories/core/openpgp_keyring/ | Create an open pgp keyring
|
243
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**delete**](docs/RepositoriesOpenpgpKeyringApi.md#delete) | **DELETE** {open_p_g_p_keyring_href} | Delete an open pgp keyring
|
244
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**list**](docs/RepositoriesOpenpgpKeyringApi.md#list) | **GET** /pulp/api/v3/repositories/core/openpgp_keyring/ | List open pgp keyrings
|
245
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**list_roles**](docs/RepositoriesOpenpgpKeyringApi.md#list_roles) | **GET** {open_p_g_p_keyring_href}list_roles/ | List roles
|
246
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**modify**](docs/RepositoriesOpenpgpKeyringApi.md#modify) | **POST** {open_p_g_p_keyring_href}modify/ | Modify Repository Content
|
247
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**my_permissions**](docs/RepositoriesOpenpgpKeyringApi.md#my_permissions) | **GET** {open_p_g_p_keyring_href}my_permissions/ | List user permissions
|
248
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**partial_update**](docs/RepositoriesOpenpgpKeyringApi.md#partial_update) | **PATCH** {open_p_g_p_keyring_href} | Update an open pgp keyring
|
249
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**read**](docs/RepositoriesOpenpgpKeyringApi.md#read) | **GET** {open_p_g_p_keyring_href} | Inspect an open pgp keyring
|
250
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**remove_role**](docs/RepositoriesOpenpgpKeyringApi.md#remove_role) | **POST** {open_p_g_p_keyring_href}remove_role/ | Remove a role
|
251
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**set_label**](docs/RepositoriesOpenpgpKeyringApi.md#set_label) | **POST** {open_p_g_p_keyring_href}set_label/ | Set a label
|
252
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**unset_label**](docs/RepositoriesOpenpgpKeyringApi.md#unset_label) | **POST** {open_p_g_p_keyring_href}unset_label/ | Unset a label
|
253
|
+
*PulpcoreClient::RepositoriesOpenpgpKeyringApi* | [**update**](docs/RepositoriesOpenpgpKeyringApi.md#update) | **PUT** {open_p_g_p_keyring_href} | Update an open pgp keyring
|
222
254
|
*PulpcoreClient::RepositoriesReclaimSpaceApi* | [**reclaim**](docs/RepositoriesReclaimSpaceApi.md#reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
|
223
255
|
*PulpcoreClient::RepositoryVersionsApi* | [**list**](docs/RepositoryVersionsApi.md#list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
|
224
256
|
*PulpcoreClient::RolesApi* | [**create**](docs/RolesApi.md#create) | **POST** /pulp/api/v3/roles/ | Create a role
|
@@ -325,9 +357,27 @@ Class | Method | HTTP request | Description
|
|
325
357
|
- [PulpcoreClient::MinimalTaskResponse](docs/MinimalTaskResponse.md)
|
326
358
|
- [PulpcoreClient::MultipleArtifactContentResponse](docs/MultipleArtifactContentResponse.md)
|
327
359
|
- [PulpcoreClient::MyPermissionsResponse](docs/MyPermissionsResponse.md)
|
360
|
+
- [PulpcoreClient::NestedOpenPGPPublicSubkey](docs/NestedOpenPGPPublicSubkey.md)
|
361
|
+
- [PulpcoreClient::NestedOpenPGPPublicSubkeyResponse](docs/NestedOpenPGPPublicSubkeyResponse.md)
|
362
|
+
- [PulpcoreClient::NestedOpenPGPSignature](docs/NestedOpenPGPSignature.md)
|
363
|
+
- [PulpcoreClient::NestedOpenPGPSignatureResponse](docs/NestedOpenPGPSignatureResponse.md)
|
364
|
+
- [PulpcoreClient::NestedOpenPGPUserAttribute](docs/NestedOpenPGPUserAttribute.md)
|
365
|
+
- [PulpcoreClient::NestedOpenPGPUserAttributeResponse](docs/NestedOpenPGPUserAttributeResponse.md)
|
366
|
+
- [PulpcoreClient::NestedOpenPGPUserID](docs/NestedOpenPGPUserID.md)
|
367
|
+
- [PulpcoreClient::NestedOpenPGPUserIDResponse](docs/NestedOpenPGPUserIDResponse.md)
|
328
368
|
- [PulpcoreClient::NestedRole](docs/NestedRole.md)
|
329
369
|
- [PulpcoreClient::NestedRoleResponse](docs/NestedRoleResponse.md)
|
330
370
|
- [PulpcoreClient::ObjectRolesResponse](docs/ObjectRolesResponse.md)
|
371
|
+
- [PulpcoreClient::OpenPGPDistribution](docs/OpenPGPDistribution.md)
|
372
|
+
- [PulpcoreClient::OpenPGPDistributionResponse](docs/OpenPGPDistributionResponse.md)
|
373
|
+
- [PulpcoreClient::OpenPGPKeyring](docs/OpenPGPKeyring.md)
|
374
|
+
- [PulpcoreClient::OpenPGPKeyringResponse](docs/OpenPGPKeyringResponse.md)
|
375
|
+
- [PulpcoreClient::OpenPGPPublicKey](docs/OpenPGPPublicKey.md)
|
376
|
+
- [PulpcoreClient::OpenPGPPublicKeyResponse](docs/OpenPGPPublicKeyResponse.md)
|
377
|
+
- [PulpcoreClient::OpenPGPPublicSubkeyResponse](docs/OpenPGPPublicSubkeyResponse.md)
|
378
|
+
- [PulpcoreClient::OpenPGPSignatureResponse](docs/OpenPGPSignatureResponse.md)
|
379
|
+
- [PulpcoreClient::OpenPGPUserAttributeResponse](docs/OpenPGPUserAttributeResponse.md)
|
380
|
+
- [PulpcoreClient::OpenPGPUserIDResponse](docs/OpenPGPUserIDResponse.md)
|
331
381
|
- [PulpcoreClient::OrphansCleanup](docs/OrphansCleanup.md)
|
332
382
|
- [PulpcoreClient::PaginatedAccessPolicyResponseList](docs/PaginatedAccessPolicyResponseList.md)
|
333
383
|
- [PulpcoreClient::PaginatedArtifactDistributionResponseList](docs/PaginatedArtifactDistributionResponseList.md)
|
@@ -345,6 +395,13 @@ Class | Method | HTTP request | Description
|
|
345
395
|
- [PulpcoreClient::PaginatedHeaderContentGuardResponseList](docs/PaginatedHeaderContentGuardResponseList.md)
|
346
396
|
- [PulpcoreClient::PaginatedImportResponseList](docs/PaginatedImportResponseList.md)
|
347
397
|
- [PulpcoreClient::PaginatedMultipleArtifactContentResponseList](docs/PaginatedMultipleArtifactContentResponseList.md)
|
398
|
+
- [PulpcoreClient::PaginatedOpenPGPDistributionResponseList](docs/PaginatedOpenPGPDistributionResponseList.md)
|
399
|
+
- [PulpcoreClient::PaginatedOpenPGPKeyringResponseList](docs/PaginatedOpenPGPKeyringResponseList.md)
|
400
|
+
- [PulpcoreClient::PaginatedOpenPGPPublicKeyResponseList](docs/PaginatedOpenPGPPublicKeyResponseList.md)
|
401
|
+
- [PulpcoreClient::PaginatedOpenPGPPublicSubkeyResponseList](docs/PaginatedOpenPGPPublicSubkeyResponseList.md)
|
402
|
+
- [PulpcoreClient::PaginatedOpenPGPSignatureResponseList](docs/PaginatedOpenPGPSignatureResponseList.md)
|
403
|
+
- [PulpcoreClient::PaginatedOpenPGPUserAttributeResponseList](docs/PaginatedOpenPGPUserAttributeResponseList.md)
|
404
|
+
- [PulpcoreClient::PaginatedOpenPGPUserIDResponseList](docs/PaginatedOpenPGPUserIDResponseList.md)
|
348
405
|
- [PulpcoreClient::PaginatedPublicationResponseList](docs/PaginatedPublicationResponseList.md)
|
349
406
|
- [PulpcoreClient::PaginatedPulpExportResponseList](docs/PaginatedPulpExportResponseList.md)
|
350
407
|
- [PulpcoreClient::PaginatedPulpExporterResponseList](docs/PaginatedPulpExporterResponseList.md)
|
@@ -370,6 +427,8 @@ Class | Method | HTTP request | Description
|
|
370
427
|
- [PulpcoreClient::PatchedFilesystemExporter](docs/PatchedFilesystemExporter.md)
|
371
428
|
- [PulpcoreClient::PatchedGroup](docs/PatchedGroup.md)
|
372
429
|
- [PulpcoreClient::PatchedHeaderContentGuard](docs/PatchedHeaderContentGuard.md)
|
430
|
+
- [PulpcoreClient::PatchedOpenPGPDistribution](docs/PatchedOpenPGPDistribution.md)
|
431
|
+
- [PulpcoreClient::PatchedOpenPGPKeyring](docs/PatchedOpenPGPKeyring.md)
|
373
432
|
- [PulpcoreClient::PatchedPulpExporter](docs/PatchedPulpExporter.md)
|
374
433
|
- [PulpcoreClient::PatchedPulpImporter](docs/PatchedPulpImporter.md)
|
375
434
|
- [PulpcoreClient::PatchedRBACContentGuard](docs/PatchedRBACContentGuard.md)
|
@@ -398,10 +457,13 @@ Class | Method | HTTP request | Description
|
|
398
457
|
- [PulpcoreClient::RemoteResponse](docs/RemoteResponse.md)
|
399
458
|
- [PulpcoreClient::RemoteResponseHiddenFields](docs/RemoteResponseHiddenFields.md)
|
400
459
|
- [PulpcoreClient::Repair](docs/Repair.md)
|
460
|
+
- [PulpcoreClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
401
461
|
- [PulpcoreClient::RepositoryResponse](docs/RepositoryResponse.md)
|
402
462
|
- [PulpcoreClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
403
463
|
- [PulpcoreClient::Role](docs/Role.md)
|
404
464
|
- [PulpcoreClient::RoleResponse](docs/RoleResponse.md)
|
465
|
+
- [PulpcoreClient::SetLabel](docs/SetLabel.md)
|
466
|
+
- [PulpcoreClient::SetLabelResponse](docs/SetLabelResponse.md)
|
405
467
|
- [PulpcoreClient::SigningServiceResponse](docs/SigningServiceResponse.md)
|
406
468
|
- [PulpcoreClient::StatesEnum](docs/StatesEnum.md)
|
407
469
|
- [PulpcoreClient::StatusResponse](docs/StatusResponse.md)
|
@@ -411,6 +473,8 @@ Class | Method | HTTP request | Description
|
|
411
473
|
- [PulpcoreClient::TaskGroupResponse](docs/TaskGroupResponse.md)
|
412
474
|
- [PulpcoreClient::TaskResponse](docs/TaskResponse.md)
|
413
475
|
- [PulpcoreClient::TaskScheduleResponse](docs/TaskScheduleResponse.md)
|
476
|
+
- [PulpcoreClient::UnsetLabel](docs/UnsetLabel.md)
|
477
|
+
- [PulpcoreClient::UnsetLabelResponse](docs/UnsetLabelResponse.md)
|
414
478
|
- [PulpcoreClient::Upload](docs/Upload.md)
|
415
479
|
- [PulpcoreClient::UploadChunk](docs/UploadChunk.md)
|
416
480
|
- [PulpcoreClient::UploadChunkResponse](docs/UploadChunkResponse.md)
|
data/docs/AccessPoliciesApi.md
CHANGED
@@ -18,7 +18,7 @@ Method | HTTP request | Description
|
|
18
18
|
|
19
19
|
List access policys
|
20
20
|
|
21
|
-
ViewSet for AccessPolicy.
|
21
|
+
ViewSet for AccessPolicy.
|
22
22
|
|
23
23
|
### Example
|
24
24
|
|
@@ -109,7 +109,7 @@ Name | Type | Description | Notes
|
|
109
109
|
|
110
110
|
Update an access policy
|
111
111
|
|
112
|
-
ViewSet for AccessPolicy.
|
112
|
+
ViewSet for AccessPolicy.
|
113
113
|
|
114
114
|
### Example
|
115
115
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
164
164
|
|
165
165
|
Inspect an access policy
|
166
166
|
|
167
|
-
ViewSet for AccessPolicy.
|
167
|
+
ViewSet for AccessPolicy.
|
168
168
|
|
169
169
|
### Example
|
170
170
|
|
@@ -275,7 +275,7 @@ Name | Type | Description | Notes
|
|
275
275
|
|
276
276
|
Update an access policy
|
277
277
|
|
278
|
-
ViewSet for AccessPolicy.
|
278
|
+
ViewSet for AccessPolicy.
|
279
279
|
|
280
280
|
### Example
|
281
281
|
|
@@ -5,16 +5,16 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
8
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
9
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
10
|
-
**content_guard** | **String** | An optional content-guard. | [optional]
|
11
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
|
-
**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]
|
13
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
14
|
-
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
15
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
10
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
16
11
|
**no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
12
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
17
13
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
14
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
15
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
16
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
17
|
+
**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]
|
18
18
|
|
19
19
|
## Code Sample
|
20
20
|
|
@@ -22,16 +22,16 @@ Name | Type | Description | Notes
|
|
22
22
|
require 'PulpcoreClient'
|
23
23
|
|
24
24
|
instance = PulpcoreClient::ArtifactDistributionResponse.new(hidden: null,
|
25
|
-
pulp_href: null,
|
26
|
-
prn: null,
|
27
|
-
content_guard: null,
|
28
|
-
name: null,
|
29
|
-
pulp_last_updated: null,
|
30
|
-
pulp_labels: null,
|
31
|
-
base_url: null,
|
32
25
|
pulp_created: null,
|
26
|
+
base_url: null,
|
27
|
+
content_guard: null,
|
33
28
|
no_content_change_since: null,
|
34
|
-
|
29
|
+
prn: null,
|
30
|
+
base_path: null,
|
31
|
+
pulp_labels: null,
|
32
|
+
name: null,
|
33
|
+
pulp_href: null,
|
34
|
+
pulp_last_updated: null)
|
35
35
|
```
|
36
36
|
|
37
37
|
|
data/docs/ContentApi.md
CHANGED
@@ -37,8 +37,8 @@ opts = {
|
|
37
37
|
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
38
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
39
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
-
pulp_type: 'pulp_type_example', # String | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
41
|
-
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
40
|
+
pulp_type: 'pulp_type_example', # String | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
|
41
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
|
42
42
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
43
43
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
44
44
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
@@ -68,8 +68,8 @@ Name | Type | Description | Notes
|
|
68
68
|
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
69
69
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
70
70
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
71
|
-
**pulp_type** | **String**| Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file | [optional]
|
72
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file | [optional]
|
71
|
+
**pulp_type** | **String**| Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file | [optional]
|
72
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file | [optional]
|
73
73
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
74
74
|
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
75
75
|
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
@@ -0,0 +1,212 @@
|
|
1
|
+
# PulpcoreClient::ContentOpenpgpPublickeyApi
|
2
|
+
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**create**](ContentOpenpgpPublickeyApi.md#create) | **POST** /pulp/api/v3/content/core/openpgp_publickey/ | Create an open pgp public key
|
8
|
+
[**list**](ContentOpenpgpPublickeyApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_publickey/ | List open pgp public keys
|
9
|
+
[**read**](ContentOpenpgpPublickeyApi.md#read) | **GET** {open_p_g_p_public_key_href} | Inspect an open pgp public key
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
## create
|
14
|
+
|
15
|
+
> AsyncOperationResponse create(opts)
|
16
|
+
|
17
|
+
Create an open pgp public key
|
18
|
+
|
19
|
+
Trigger an asynchronous task to create content,optionally create new repository version.
|
20
|
+
|
21
|
+
### Example
|
22
|
+
|
23
|
+
```ruby
|
24
|
+
# load the gem
|
25
|
+
require 'pulpcore_client'
|
26
|
+
# setup authorization
|
27
|
+
PulpcoreClient.configure do |config|
|
28
|
+
# Configure HTTP basic authorization: basicAuth
|
29
|
+
config.username = 'YOUR USERNAME'
|
30
|
+
config.password = 'YOUR PASSWORD'
|
31
|
+
end
|
32
|
+
|
33
|
+
api_instance = PulpcoreClient::ContentOpenpgpPublickeyApi.new
|
34
|
+
opts = {
|
35
|
+
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
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.
|
38
|
+
file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit.
|
39
|
+
}
|
40
|
+
|
41
|
+
begin
|
42
|
+
#Create an open pgp public key
|
43
|
+
result = api_instance.create(opts)
|
44
|
+
p result
|
45
|
+
rescue PulpcoreClient::ApiError => e
|
46
|
+
puts "Exception when calling ContentOpenpgpPublickeyApi->create: #{e}"
|
47
|
+
end
|
48
|
+
```
|
49
|
+
|
50
|
+
### Parameters
|
51
|
+
|
52
|
+
|
53
|
+
Name | Type | Description | Notes
|
54
|
+
------------- | ------------- | ------------- | -------------
|
55
|
+
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
56
|
+
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
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]
|
59
|
+
|
60
|
+
### Return type
|
61
|
+
|
62
|
+
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
63
|
+
|
64
|
+
### Authorization
|
65
|
+
|
66
|
+
[basicAuth](../README.md#basicAuth)
|
67
|
+
|
68
|
+
### HTTP request headers
|
69
|
+
|
70
|
+
- **Content-Type**: multipart/form-data, application/x-www-form-urlencoded
|
71
|
+
- **Accept**: application/json
|
72
|
+
|
73
|
+
|
74
|
+
## list
|
75
|
+
|
76
|
+
> PaginatedOpenPGPPublicKeyResponseList list(opts)
|
77
|
+
|
78
|
+
List open pgp public keys
|
79
|
+
|
80
|
+
A ViewSet for uploads that do not require to store an uploaded content as an Artifact.
|
81
|
+
|
82
|
+
### Example
|
83
|
+
|
84
|
+
```ruby
|
85
|
+
# load the gem
|
86
|
+
require 'pulpcore_client'
|
87
|
+
# setup authorization
|
88
|
+
PulpcoreClient.configure do |config|
|
89
|
+
# Configure HTTP basic authorization: basicAuth
|
90
|
+
config.username = 'YOUR USERNAME'
|
91
|
+
config.password = 'YOUR PASSWORD'
|
92
|
+
end
|
93
|
+
|
94
|
+
api_instance = PulpcoreClient::ContentOpenpgpPublickeyApi.new
|
95
|
+
opts = {
|
96
|
+
fingerprint: 'fingerprint_example', # String | Filter results where fingerprint matches value
|
97
|
+
limit: 56, # Integer | Number of results to return per page.
|
98
|
+
offset: 56, # Integer | The initial index from which to return the results.
|
99
|
+
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) * `raw_data` - Raw data * `-raw_data` - Raw data (descending) * `fingerprint` - Fingerprint * `-fingerprint` - Fingerprint (descending) * `created` - Created * `-created` - Created (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
100
|
+
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
101
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
102
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
103
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
104
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
105
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
106
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
107
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
108
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
109
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
110
|
+
}
|
111
|
+
|
112
|
+
begin
|
113
|
+
#List open pgp public keys
|
114
|
+
result = api_instance.list(opts)
|
115
|
+
p result
|
116
|
+
rescue PulpcoreClient::ApiError => e
|
117
|
+
puts "Exception when calling ContentOpenpgpPublickeyApi->list: #{e}"
|
118
|
+
end
|
119
|
+
```
|
120
|
+
|
121
|
+
### Parameters
|
122
|
+
|
123
|
+
|
124
|
+
Name | Type | Description | Notes
|
125
|
+
------------- | ------------- | ------------- | -------------
|
126
|
+
**fingerprint** | **String**| Filter results where fingerprint matches value | [optional]
|
127
|
+
**limit** | **Integer**| Number of results to return per page. | [optional]
|
128
|
+
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
129
|
+
**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) * `raw_data` - Raw data * `-raw_data` - Raw data (descending) * `fingerprint` - Fingerprint * `-fingerprint` - Fingerprint (descending) * `created` - Created * `-created` - Created (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
130
|
+
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
131
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
132
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
133
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
134
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
135
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
136
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
137
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
138
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
139
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
140
|
+
|
141
|
+
### Return type
|
142
|
+
|
143
|
+
[**PaginatedOpenPGPPublicKeyResponseList**](PaginatedOpenPGPPublicKeyResponseList.md)
|
144
|
+
|
145
|
+
### Authorization
|
146
|
+
|
147
|
+
[basicAuth](../README.md#basicAuth)
|
148
|
+
|
149
|
+
### HTTP request headers
|
150
|
+
|
151
|
+
- **Content-Type**: Not defined
|
152
|
+
- **Accept**: application/json
|
153
|
+
|
154
|
+
|
155
|
+
## read
|
156
|
+
|
157
|
+
> OpenPGPPublicKeyResponse read(open_p_g_p_public_key_href, opts)
|
158
|
+
|
159
|
+
Inspect an open pgp public key
|
160
|
+
|
161
|
+
A ViewSet for uploads that do not require to store an uploaded content as an Artifact.
|
162
|
+
|
163
|
+
### Example
|
164
|
+
|
165
|
+
```ruby
|
166
|
+
# load the gem
|
167
|
+
require 'pulpcore_client'
|
168
|
+
# setup authorization
|
169
|
+
PulpcoreClient.configure do |config|
|
170
|
+
# Configure HTTP basic authorization: basicAuth
|
171
|
+
config.username = 'YOUR USERNAME'
|
172
|
+
config.password = 'YOUR PASSWORD'
|
173
|
+
end
|
174
|
+
|
175
|
+
api_instance = PulpcoreClient::ContentOpenpgpPublickeyApi.new
|
176
|
+
open_p_g_p_public_key_href = 'open_p_g_p_public_key_href_example' # String |
|
177
|
+
opts = {
|
178
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
179
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
180
|
+
}
|
181
|
+
|
182
|
+
begin
|
183
|
+
#Inspect an open pgp public key
|
184
|
+
result = api_instance.read(open_p_g_p_public_key_href, opts)
|
185
|
+
p result
|
186
|
+
rescue PulpcoreClient::ApiError => e
|
187
|
+
puts "Exception when calling ContentOpenpgpPublickeyApi->read: #{e}"
|
188
|
+
end
|
189
|
+
```
|
190
|
+
|
191
|
+
### Parameters
|
192
|
+
|
193
|
+
|
194
|
+
Name | Type | Description | Notes
|
195
|
+
------------- | ------------- | ------------- | -------------
|
196
|
+
**open_p_g_p_public_key_href** | **String**| |
|
197
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
198
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
199
|
+
|
200
|
+
### Return type
|
201
|
+
|
202
|
+
[**OpenPGPPublicKeyResponse**](OpenPGPPublicKeyResponse.md)
|
203
|
+
|
204
|
+
### Authorization
|
205
|
+
|
206
|
+
[basicAuth](../README.md#basicAuth)
|
207
|
+
|
208
|
+
### HTTP request headers
|
209
|
+
|
210
|
+
- **Content-Type**: Not defined
|
211
|
+
- **Accept**: application/json
|
212
|
+
|
@@ -0,0 +1,150 @@
|
|
1
|
+
# PulpcoreClient::ContentOpenpgpPublicsubkeyApi
|
2
|
+
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**list**](ContentOpenpgpPublicsubkeyApi.md#list) | **GET** /pulp/api/v3/content/core/openpgp_publicsubkey/ | List open pgp public subkeys
|
8
|
+
[**read**](ContentOpenpgpPublicsubkeyApi.md#read) | **GET** {open_p_g_p_public_subkey_href} | Inspect an open pgp public subkey
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
## list
|
13
|
+
|
14
|
+
> PaginatedOpenPGPPublicSubkeyResponseList list(opts)
|
15
|
+
|
16
|
+
List open pgp public subkeys
|
17
|
+
|
18
|
+
Content viewset that supports only GET by default.
|
19
|
+
|
20
|
+
### Example
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
# load the gem
|
24
|
+
require 'pulpcore_client'
|
25
|
+
# setup authorization
|
26
|
+
PulpcoreClient.configure do |config|
|
27
|
+
# Configure HTTP basic authorization: basicAuth
|
28
|
+
config.username = 'YOUR USERNAME'
|
29
|
+
config.password = 'YOUR PASSWORD'
|
30
|
+
end
|
31
|
+
|
32
|
+
api_instance = PulpcoreClient::ContentOpenpgpPublicsubkeyApi.new
|
33
|
+
opts = {
|
34
|
+
fingerprint: 'fingerprint_example', # String | Filter results where fingerprint matches value
|
35
|
+
limit: 56, # Integer | Number of results to return per page.
|
36
|
+
offset: 56, # Integer | The initial index from which to return the results.
|
37
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `raw_data` - Raw data * `-raw_data` - Raw data (descending) * `fingerprint` - Fingerprint * `-fingerprint` - Fingerprint (descending) * `created` - Created * `-created` - Created (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
38
|
+
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
39
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
41
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
42
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
43
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
44
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
45
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
46
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
47
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
48
|
+
}
|
49
|
+
|
50
|
+
begin
|
51
|
+
#List open pgp public subkeys
|
52
|
+
result = api_instance.list(opts)
|
53
|
+
p result
|
54
|
+
rescue PulpcoreClient::ApiError => e
|
55
|
+
puts "Exception when calling ContentOpenpgpPublicsubkeyApi->list: #{e}"
|
56
|
+
end
|
57
|
+
```
|
58
|
+
|
59
|
+
### Parameters
|
60
|
+
|
61
|
+
|
62
|
+
Name | Type | Description | Notes
|
63
|
+
------------- | ------------- | ------------- | -------------
|
64
|
+
**fingerprint** | **String**| Filter results where fingerprint matches value | [optional]
|
65
|
+
**limit** | **Integer**| Number of results to return per page. | [optional]
|
66
|
+
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
67
|
+
**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) * `raw_data` - Raw data * `-raw_data` - Raw data (descending) * `fingerprint` - Fingerprint * `-fingerprint` - Fingerprint (descending) * `created` - Created * `-created` - Created (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
68
|
+
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
69
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
70
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
71
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
72
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
73
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
74
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
75
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
76
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
77
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
78
|
+
|
79
|
+
### Return type
|
80
|
+
|
81
|
+
[**PaginatedOpenPGPPublicSubkeyResponseList**](PaginatedOpenPGPPublicSubkeyResponseList.md)
|
82
|
+
|
83
|
+
### Authorization
|
84
|
+
|
85
|
+
[basicAuth](../README.md#basicAuth)
|
86
|
+
|
87
|
+
### HTTP request headers
|
88
|
+
|
89
|
+
- **Content-Type**: Not defined
|
90
|
+
- **Accept**: application/json
|
91
|
+
|
92
|
+
|
93
|
+
## read
|
94
|
+
|
95
|
+
> OpenPGPPublicSubkeyResponse read(open_p_g_p_public_subkey_href, opts)
|
96
|
+
|
97
|
+
Inspect an open pgp public subkey
|
98
|
+
|
99
|
+
Content viewset that supports only GET by default.
|
100
|
+
|
101
|
+
### Example
|
102
|
+
|
103
|
+
```ruby
|
104
|
+
# load the gem
|
105
|
+
require 'pulpcore_client'
|
106
|
+
# setup authorization
|
107
|
+
PulpcoreClient.configure do |config|
|
108
|
+
# Configure HTTP basic authorization: basicAuth
|
109
|
+
config.username = 'YOUR USERNAME'
|
110
|
+
config.password = 'YOUR PASSWORD'
|
111
|
+
end
|
112
|
+
|
113
|
+
api_instance = PulpcoreClient::ContentOpenpgpPublicsubkeyApi.new
|
114
|
+
open_p_g_p_public_subkey_href = 'open_p_g_p_public_subkey_href_example' # String |
|
115
|
+
opts = {
|
116
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
117
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
118
|
+
}
|
119
|
+
|
120
|
+
begin
|
121
|
+
#Inspect an open pgp public subkey
|
122
|
+
result = api_instance.read(open_p_g_p_public_subkey_href, opts)
|
123
|
+
p result
|
124
|
+
rescue PulpcoreClient::ApiError => e
|
125
|
+
puts "Exception when calling ContentOpenpgpPublicsubkeyApi->read: #{e}"
|
126
|
+
end
|
127
|
+
```
|
128
|
+
|
129
|
+
### Parameters
|
130
|
+
|
131
|
+
|
132
|
+
Name | Type | Description | Notes
|
133
|
+
------------- | ------------- | ------------- | -------------
|
134
|
+
**open_p_g_p_public_subkey_href** | **String**| |
|
135
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
136
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
137
|
+
|
138
|
+
### Return type
|
139
|
+
|
140
|
+
[**OpenPGPPublicSubkeyResponse**](OpenPGPPublicSubkeyResponse.md)
|
141
|
+
|
142
|
+
### Authorization
|
143
|
+
|
144
|
+
[basicAuth](../README.md#basicAuth)
|
145
|
+
|
146
|
+
### HTTP request headers
|
147
|
+
|
148
|
+
- **Content-Type**: Not defined
|
149
|
+
- **Accept**: application/json
|
150
|
+
|