pulpcore_client 3.65.0 → 3.66.0

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.
Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +68 -4
  3. data/docs/AccessPoliciesApi.md +4 -4
  4. data/docs/ArtifactDistributionResponse.md +15 -15
  5. data/docs/ContentApi.md +4 -4
  6. data/docs/ContentOpenpgpPublickeyApi.md +212 -0
  7. data/docs/ContentOpenpgpPublicsubkeyApi.md +150 -0
  8. data/docs/ContentOpenpgpSignatureApi.md +150 -0
  9. data/docs/ContentOpenpgpUserattributeApi.md +150 -0
  10. data/docs/ContentOpenpgpUseridApi.md +166 -0
  11. data/docs/DistributionsApi.md +4 -4
  12. data/docs/DistributionsOpenpgpApi.md +478 -0
  13. data/docs/NestedOpenPGPPublicSubkey.md +19 -0
  14. data/docs/NestedOpenPGPPublicSubkeyResponse.md +21 -0
  15. data/docs/NestedOpenPGPSignature.md +27 -0
  16. data/docs/NestedOpenPGPSignatureResponse.md +29 -0
  17. data/docs/NestedOpenPGPUserAttribute.md +17 -0
  18. data/docs/NestedOpenPGPUserAttributeResponse.md +19 -0
  19. data/docs/NestedOpenPGPUserID.md +17 -0
  20. data/docs/NestedOpenPGPUserIDResponse.md +19 -0
  21. data/docs/OpenPGPDistribution.md +29 -0
  22. data/docs/OpenPGPDistributionResponse.md +41 -0
  23. data/docs/OpenPGPKeyring.md +25 -0
  24. data/docs/OpenPGPKeyringResponse.md +37 -0
  25. data/docs/OpenPGPPublicKey.md +23 -0
  26. data/docs/OpenPGPPublicKeyResponse.md +33 -0
  27. data/docs/OpenPGPPublicSubkeyResponse.md +31 -0
  28. data/docs/OpenPGPSignatureResponse.md +39 -0
  29. data/docs/OpenPGPUserAttributeResponse.md +29 -0
  30. data/docs/OpenPGPUserIDResponse.md +29 -0
  31. data/docs/PaginatedOpenPGPDistributionResponseList.md +23 -0
  32. data/docs/PaginatedOpenPGPKeyringResponseList.md +23 -0
  33. data/docs/PaginatedOpenPGPPublicKeyResponseList.md +23 -0
  34. data/docs/PaginatedOpenPGPPublicSubkeyResponseList.md +23 -0
  35. data/docs/PaginatedOpenPGPSignatureResponseList.md +23 -0
  36. data/docs/PaginatedOpenPGPUserAttributeResponseList.md +23 -0
  37. data/docs/PaginatedOpenPGPUserIDResponseList.md +23 -0
  38. data/docs/PatchedOpenPGPDistribution.md +29 -0
  39. data/docs/PatchedOpenPGPKeyring.md +25 -0
  40. data/docs/RepositoriesApi.md +4 -4
  41. data/docs/RepositoriesOpenpgpKeyringApi.md +802 -0
  42. data/docs/RepositoryAddRemoveContent.md +21 -0
  43. data/docs/SetLabel.md +19 -0
  44. data/docs/SetLabelResponse.md +19 -0
  45. data/docs/TasksApi.md +2 -2
  46. data/docs/UnsetLabel.md +17 -0
  47. data/docs/UnsetLabelResponse.md +19 -0
  48. data/lib/pulpcore_client/api/access_policies_api.rb +8 -8
  49. data/lib/pulpcore_client/api/content_api.rb +6 -6
  50. data/lib/pulpcore_client/api/content_openpgp_publickey_api.rb +266 -0
  51. data/lib/pulpcore_client/api/content_openpgp_publicsubkey_api.rb +192 -0
  52. data/lib/pulpcore_client/api/content_openpgp_signature_api.rb +192 -0
  53. data/lib/pulpcore_client/api/content_openpgp_userattribute_api.rb +192 -0
  54. data/lib/pulpcore_client/api/content_openpgp_userid_api.rb +216 -0
  55. data/lib/pulpcore_client/api/distributions_api.rb +6 -6
  56. data/lib/pulpcore_client/api/distributions_openpgp_api.rb +592 -0
  57. data/lib/pulpcore_client/api/repositories_api.rb +6 -6
  58. data/lib/pulpcore_client/api/repositories_openpgp_keyring_api.rb +992 -0
  59. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  60. data/lib/pulpcore_client/models/artifact_distribution_response.rb +69 -69
  61. data/lib/pulpcore_client/models/nested_open_pgp_public_subkey.rb +254 -0
  62. data/lib/pulpcore_client/models/nested_open_pgp_public_subkey_response.rb +256 -0
  63. data/lib/pulpcore_client/models/nested_open_pgp_signature.rb +305 -0
  64. data/lib/pulpcore_client/models/nested_open_pgp_signature_response.rb +290 -0
  65. data/lib/pulpcore_client/models/nested_open_pgp_user_attribute.rb +240 -0
  66. data/lib/pulpcore_client/models/nested_open_pgp_user_attribute_response.rb +242 -0
  67. data/lib/pulpcore_client/models/nested_open_pgp_user_id.rb +231 -0
  68. data/lib/pulpcore_client/models/nested_open_pgp_user_id_response.rb +223 -0
  69. data/lib/pulpcore_client/models/open_pgp_distribution.rb +322 -0
  70. data/lib/pulpcore_client/models/open_pgp_distribution_response.rb +343 -0
  71. data/lib/pulpcore_client/models/open_pgp_keyring.rb +306 -0
  72. data/lib/pulpcore_client/models/open_pgp_keyring_response.rb +329 -0
  73. data/lib/pulpcore_client/models/open_pgp_public_key.rb +253 -0
  74. data/lib/pulpcore_client/models/open_pgp_public_key_response.rb +303 -0
  75. data/lib/pulpcore_client/models/open_pgp_public_subkey_response.rb +304 -0
  76. data/lib/pulpcore_client/models/open_pgp_signature_response.rb +338 -0
  77. data/lib/pulpcore_client/models/open_pgp_user_attribute_response.rb +290 -0
  78. data/lib/pulpcore_client/models/open_pgp_user_id_response.rb +271 -0
  79. data/lib/pulpcore_client/models/paginated_open_pgp_distribution_response_list.rb +247 -0
  80. data/lib/pulpcore_client/models/paginated_open_pgp_keyring_response_list.rb +247 -0
  81. data/lib/pulpcore_client/models/paginated_open_pgp_public_key_response_list.rb +247 -0
  82. data/lib/pulpcore_client/models/paginated_open_pgp_public_subkey_response_list.rb +247 -0
  83. data/lib/pulpcore_client/models/paginated_open_pgp_signature_response_list.rb +247 -0
  84. data/lib/pulpcore_client/models/paginated_open_pgp_user_attribute_response_list.rb +247 -0
  85. data/lib/pulpcore_client/models/paginated_open_pgp_user_id_response_list.rb +247 -0
  86. data/lib/pulpcore_client/models/patched_open_pgp_distribution.rb +304 -0
  87. data/lib/pulpcore_client/models/patched_open_pgp_keyring.rb +297 -0
  88. data/lib/pulpcore_client/models/remote_response.rb +20 -20
  89. data/lib/pulpcore_client/models/repository_add_remove_content.rb +232 -0
  90. data/lib/pulpcore_client/models/set_label.rb +252 -0
  91. data/lib/pulpcore_client/models/set_label_response.rb +243 -0
  92. data/lib/pulpcore_client/models/unset_label.rb +242 -0
  93. data/lib/pulpcore_client/models/unset_label_response.rb +242 -0
  94. data/lib/pulpcore_client/version.rb +1 -1
  95. data/lib/pulpcore_client.rb +39 -0
  96. data/spec/api/access_policies_api_spec.rb +4 -4
  97. data/spec/api/content_api_spec.rb +2 -2
  98. data/spec/api/content_openpgp_publickey_api_spec.rb +89 -0
  99. data/spec/api/content_openpgp_publicsubkey_api_spec.rb +74 -0
  100. data/spec/api/content_openpgp_signature_api_spec.rb +74 -0
  101. data/spec/api/content_openpgp_userattribute_api_spec.rb +74 -0
  102. data/spec/api/content_openpgp_userid_api_spec.rb +82 -0
  103. data/spec/api/distributions_api_spec.rb +2 -2
  104. data/spec/api/distributions_openpgp_api_spec.rb +148 -0
  105. data/spec/api/repositories_api_spec.rb +2 -2
  106. data/spec/api/repositories_openpgp_keyring_api_spec.rb +233 -0
  107. data/spec/api/tasks_api_spec.rb +1 -1
  108. data/spec/models/artifact_distribution_response_spec.rb +10 -10
  109. data/spec/models/nested_open_pgp_public_subkey_response_spec.rb +53 -0
  110. data/spec/models/nested_open_pgp_public_subkey_spec.rb +47 -0
  111. data/spec/models/nested_open_pgp_signature_response_spec.rb +77 -0
  112. data/spec/models/nested_open_pgp_signature_spec.rb +71 -0
  113. data/spec/models/nested_open_pgp_user_attribute_response_spec.rb +47 -0
  114. data/spec/models/nested_open_pgp_user_attribute_spec.rb +41 -0
  115. data/spec/models/nested_open_pgp_user_id_response_spec.rb +47 -0
  116. data/spec/models/nested_open_pgp_user_id_spec.rb +41 -0
  117. data/spec/models/open_pgp_distribution_response_spec.rb +113 -0
  118. data/spec/models/open_pgp_distribution_spec.rb +77 -0
  119. data/spec/models/open_pgp_keyring_response_spec.rb +101 -0
  120. data/spec/models/open_pgp_keyring_spec.rb +65 -0
  121. data/spec/models/open_pgp_public_key_response_spec.rb +89 -0
  122. data/spec/models/open_pgp_public_key_spec.rb +59 -0
  123. data/spec/models/open_pgp_public_subkey_response_spec.rb +83 -0
  124. data/spec/models/open_pgp_signature_response_spec.rb +107 -0
  125. data/spec/models/open_pgp_user_attribute_response_spec.rb +77 -0
  126. data/spec/models/open_pgp_user_id_response_spec.rb +77 -0
  127. data/spec/models/paginated_open_pgp_distribution_response_list_spec.rb +59 -0
  128. data/spec/models/paginated_open_pgp_keyring_response_list_spec.rb +59 -0
  129. data/spec/models/paginated_open_pgp_public_key_response_list_spec.rb +59 -0
  130. data/spec/models/paginated_open_pgp_public_subkey_response_list_spec.rb +59 -0
  131. data/spec/models/paginated_open_pgp_signature_response_list_spec.rb +59 -0
  132. data/spec/models/paginated_open_pgp_user_attribute_response_list_spec.rb +59 -0
  133. data/spec/models/paginated_open_pgp_user_id_response_list_spec.rb +59 -0
  134. data/spec/models/patched_open_pgp_distribution_spec.rb +77 -0
  135. data/spec/models/patched_open_pgp_keyring_spec.rb +65 -0
  136. data/spec/models/repository_add_remove_content_spec.rb +53 -0
  137. data/spec/models/set_label_response_spec.rb +47 -0
  138. data/spec/models/set_label_spec.rb +47 -0
  139. data/spec/models/unset_label_response_spec.rb +47 -0
  140. data/spec/models/unset_label_spec.rb +41 -0
  141. metadata +314 -158
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a582c15d879919b3e3d278a74bb35b58da36b23cab80dc3e949e97271b4ffe82
4
- data.tar.gz: f30c9da7f7ace2d9b9822dcc60fbba82e3cec0c7314601ef1a78608719a5f037
3
+ metadata.gz: 13e9397de7098896e6b76e1f96b977bd04991c2a775dd1d368097980827d6deb
4
+ data.tar.gz: a148935903e18997f8088a758fa09020f84309a1e72586a84c285e4931a50be7
5
5
  SHA512:
6
- metadata.gz: 8d48132afdf300caad24d8c2924e55b68bc885bf0977c0e60a2df5d481c4264bb3d9ae9204b31456014a2e34f88c2ad9c4b5bccd2e09de5b95883b0835e7e890
7
- data.tar.gz: 4613023adeb0c1adec0ee069dceea85d7a25a141e86ac700ebebdf0711f3d89e1cdc98347fde36ed6e022253345ccff3bbd3bfc583256fc3954dd2e8dd6fd372
6
+ metadata.gz: c7134c5e055d5eaa918a52dfc9ab973a01ff009e549847f33e5fd898c41947f8389b21fd7d7807f6f14ce0929df82c6a25d6f889cf617a894d4f98ed86f99d1b
7
+ data.tar.gz: 04376e13f8a4b0e150fd73a8d2f1d7b77ca4f4a5d2e0e8b2b63f0784259e7c756fc2aa58950abfbd67b48b2aa373b015dc9ca57650527548fed74332b671e04d
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.65.0
10
+ - Package version: 3.66.0
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.65.0.gem
27
+ gem install ./pulpcore_client-3.66.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.65.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.66.0.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.65.0'
36
+ gem 'pulpcore_client', '~> 3.66.0'
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)
@@ -18,7 +18,7 @@ Method | HTTP request | Description
18
18
 
19
19
  List access policys
20
20
 
21
- ViewSet for AccessPolicy. NOTE: This API endpoint is in \"tech preview\" and subject to change
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. NOTE: This API endpoint is in \"tech preview\" and subject to change
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. NOTE: This API endpoint is in \"tech preview\" and subject to change
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. NOTE: This API endpoint is in \"tech preview\" and subject to change
278
+ ViewSet for AccessPolicy.
279
279
 
280
280
  ### Example
281
281
 
@@ -4,34 +4,34 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
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
7
  **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
+ **pulp_href** | **String** | | [optional] [readonly]
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
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]
17
12
  **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\") |
13
+ **pulp_labels** | **Hash<String, String>** | | [optional]
14
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
15
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
16
+ **content_guard** | **String** | An optional content-guard. | [optional]
17
+ **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
18
18
 
19
19
  ## Code Sample
20
20
 
21
21
  ```ruby
22
22
  require 'PulpcoreClient'
23
23
 
24
- instance = PulpcoreClient::ArtifactDistributionResponse.new(hidden: null,
24
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_last_updated: null,
25
+ pulp_created: null,
25
26
  pulp_href: null,
27
+ hidden: null,
28
+ no_content_change_since: null,
29
+ base_path: null,
30
+ pulp_labels: null,
31
+ name: null,
26
32
  prn: null,
27
33
  content_guard: null,
28
- name: null,
29
- pulp_last_updated: null,
30
- pulp_labels: null,
31
- base_url: null,
32
- pulp_created: null,
33
- no_content_change_since: null,
34
- base_path: null)
34
+ base_url: 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&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
69
69
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
70
70
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
71
- **pulp_type** | **String**| Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file | [optional]
72
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file | [optional]
71
+ **pulp_type** | **String**| Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file | [optional]
72
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - 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&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;raw_data&#x60; - Raw data * &#x60;-raw_data&#x60; - Raw data (descending) * &#x60;fingerprint&#x60; - Fingerprint * &#x60;-fingerprint&#x60; - Fingerprint (descending) * &#x60;created&#x60; - Created * &#x60;-created&#x60; - Created (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
130
+ **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
131
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
132
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
133
+ **pulp_id__in** | [**Array&lt;String&gt;**](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&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
139
+ **exclude_fields** | [**Array&lt;String&gt;**](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&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
198
+ **exclude_fields** | [**Array&lt;String&gt;**](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&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;raw_data&#x60; - Raw data * &#x60;-raw_data&#x60; - Raw data (descending) * &#x60;fingerprint&#x60; - Fingerprint * &#x60;-fingerprint&#x60; - Fingerprint (descending) * &#x60;created&#x60; - Created * &#x60;-created&#x60; - Created (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
68
+ **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
69
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
70
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
71
+ **pulp_id__in** | [**Array&lt;String&gt;**](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&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
77
+ **exclude_fields** | [**Array&lt;String&gt;**](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&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
136
+ **exclude_fields** | [**Array&lt;String&gt;**](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
+