pulpcore_client 3.62.0 → 3.63.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 (202) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/AccessPoliciesApi.md +2 -0
  4. data/docs/AccessPolicyResponse.md +2 -0
  5. data/docs/ArtifactDistributionResponse.md +12 -10
  6. data/docs/ArtifactResponse.md +2 -0
  7. data/docs/ArtifactsApi.md +4 -2
  8. data/docs/CompositeContentGuardResponse.md +2 -0
  9. data/docs/ContentApi.md +8 -6
  10. data/docs/ContentGuardResponse.md +2 -0
  11. data/docs/ContentRedirectContentGuardResponse.md +2 -0
  12. data/docs/ContentguardsApi.md +2 -0
  13. data/docs/ContentguardsCompositeApi.md +2 -0
  14. data/docs/ContentguardsContentRedirectApi.md +2 -0
  15. data/docs/ContentguardsHeaderApi.md +2 -0
  16. data/docs/ContentguardsRbacApi.md +2 -0
  17. data/docs/DistributionResponse.md +2 -0
  18. data/docs/DistributionsApi.md +2 -0
  19. data/docs/DistributionsArtifactsApi.md +2 -0
  20. data/docs/DomainResponse.md +2 -0
  21. data/docs/DomainsApi.md +2 -0
  22. data/docs/ExportersFilesystemApi.md +2 -0
  23. data/docs/ExportersPulpApi.md +2 -0
  24. data/docs/FilesystemExportResponse.md +2 -0
  25. data/docs/FilesystemExporterResponse.md +2 -0
  26. data/docs/GroupResponse.md +2 -0
  27. data/docs/GroupRoleResponse.md +2 -0
  28. data/docs/GroupUserResponse.md +3 -1
  29. data/docs/GroupsApi.md +2 -0
  30. data/docs/GroupsRolesApi.md +2 -0
  31. data/docs/HeaderContentGuardResponse.md +2 -0
  32. data/docs/ImportResponse.md +2 -0
  33. data/docs/ImportersPulpApi.md +2 -0
  34. data/docs/MinimalTaskResponse.md +2 -0
  35. data/docs/MultipleArtifactContentResponse.md +2 -0
  36. data/docs/PublicationResponse.md +2 -0
  37. data/docs/PublicationsApi.md +8 -6
  38. data/docs/PulpExportResponse.md +2 -0
  39. data/docs/PulpExporterResponse.md +2 -0
  40. data/docs/PulpImporterResponse.md +2 -0
  41. data/docs/RBACContentGuardResponse.md +2 -0
  42. data/docs/RemoteResponse.md +2 -0
  43. data/docs/RemotesApi.md +2 -0
  44. data/docs/RepositoriesApi.md +6 -4
  45. data/docs/RepositoryResponse.md +2 -0
  46. data/docs/RepositoryVersionResponse.md +2 -0
  47. data/docs/RepositoryVersionsApi.md +4 -2
  48. data/docs/RoleResponse.md +2 -0
  49. data/docs/RolesApi.md +2 -0
  50. data/docs/SigningServiceResponse.md +2 -0
  51. data/docs/SigningServicesApi.md +2 -0
  52. data/docs/TaskGroupResponse.md +2 -0
  53. data/docs/TaskResponse.md +2 -0
  54. data/docs/TaskScheduleResponse.md +2 -0
  55. data/docs/TaskSchedulesApi.md +2 -0
  56. data/docs/TasksApi.md +2 -0
  57. data/docs/UploadDetailResponse.md +2 -0
  58. data/docs/UploadResponse.md +2 -0
  59. data/docs/UploadsApi.md +2 -0
  60. data/docs/UpstreamPulpResponse.md +2 -0
  61. data/docs/UpstreamPulpsApi.md +2 -0
  62. data/docs/UserGroupResponse.md +3 -1
  63. data/docs/UserResponse.md +2 -0
  64. data/docs/UserRoleResponse.md +2 -0
  65. data/docs/UsersApi.md +2 -0
  66. data/docs/UsersRolesApi.md +2 -0
  67. data/docs/WorkerResponse.md +2 -0
  68. data/docs/WorkersApi.md +2 -0
  69. data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
  70. data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
  71. data/lib/pulpcore_client/api/content_api.rb +9 -6
  72. data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
  73. data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
  74. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
  75. data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
  76. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
  77. data/lib/pulpcore_client/api/distributions_api.rb +3 -0
  78. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
  79. data/lib/pulpcore_client/api/domains_api.rb +3 -0
  80. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
  81. data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
  82. data/lib/pulpcore_client/api/groups_api.rb +3 -0
  83. data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
  84. data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
  85. data/lib/pulpcore_client/api/publications_api.rb +9 -6
  86. data/lib/pulpcore_client/api/remotes_api.rb +3 -0
  87. data/lib/pulpcore_client/api/repositories_api.rb +7 -4
  88. data/lib/pulpcore_client/api/repository_versions_api.rb +5 -2
  89. data/lib/pulpcore_client/api/roles_api.rb +3 -0
  90. data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
  91. data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
  92. data/lib/pulpcore_client/api/tasks_api.rb +3 -0
  93. data/lib/pulpcore_client/api/uploads_api.rb +3 -0
  94. data/lib/pulpcore_client/api/upstream_pulps_api.rb +3 -0
  95. data/lib/pulpcore_client/api/users_api.rb +3 -0
  96. data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
  97. data/lib/pulpcore_client/api/workers_api.rb +3 -0
  98. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  99. data/lib/pulpcore_client/models/artifact_distribution_response.rb +53 -43
  100. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  101. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  102. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  103. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  104. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  105. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  106. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  107. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  108. data/lib/pulpcore_client/models/group_response.rb +10 -1
  109. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  110. data/lib/pulpcore_client/models/group_user_response.rb +13 -4
  111. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  112. data/lib/pulpcore_client/models/import_response.rb +11 -1
  113. data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
  114. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  115. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  116. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  117. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  118. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  119. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  120. data/lib/pulpcore_client/models/remote_response.rb +11 -1
  121. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  122. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  123. data/lib/pulpcore_client/models/role_response.rb +11 -1
  124. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  125. data/lib/pulpcore_client/models/task_group_response.rb +11 -1
  126. data/lib/pulpcore_client/models/task_response.rb +11 -1
  127. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  128. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  129. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  130. data/lib/pulpcore_client/models/upstream_pulp_response.rb +11 -1
  131. data/lib/pulpcore_client/models/user_group_response.rb +13 -4
  132. data/lib/pulpcore_client/models/user_response.rb +10 -1
  133. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  134. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  135. data/lib/pulpcore_client/version.rb +1 -1
  136. data/spec/api/access_policies_api_spec.rb +1 -0
  137. data/spec/api/artifacts_api_spec.rb +2 -1
  138. data/spec/api/content_api_spec.rb +4 -3
  139. data/spec/api/contentguards_api_spec.rb +1 -0
  140. data/spec/api/contentguards_composite_api_spec.rb +1 -0
  141. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
  142. data/spec/api/contentguards_header_api_spec.rb +1 -0
  143. data/spec/api/contentguards_rbac_api_spec.rb +1 -0
  144. data/spec/api/distributions_api_spec.rb +1 -0
  145. data/spec/api/distributions_artifacts_api_spec.rb +1 -0
  146. data/spec/api/domains_api_spec.rb +1 -0
  147. data/spec/api/exporters_filesystem_api_spec.rb +1 -0
  148. data/spec/api/exporters_pulp_api_spec.rb +1 -0
  149. data/spec/api/groups_api_spec.rb +1 -0
  150. data/spec/api/groups_roles_api_spec.rb +1 -0
  151. data/spec/api/importers_pulp_api_spec.rb +1 -0
  152. data/spec/api/publications_api_spec.rb +4 -3
  153. data/spec/api/remotes_api_spec.rb +1 -0
  154. data/spec/api/repositories_api_spec.rb +3 -2
  155. data/spec/api/repository_versions_api_spec.rb +2 -1
  156. data/spec/api/roles_api_spec.rb +1 -0
  157. data/spec/api/signing_services_api_spec.rb +1 -0
  158. data/spec/api/task_schedules_api_spec.rb +1 -0
  159. data/spec/api/tasks_api_spec.rb +1 -0
  160. data/spec/api/uploads_api_spec.rb +1 -0
  161. data/spec/api/upstream_pulps_api_spec.rb +1 -0
  162. data/spec/api/users_api_spec.rb +1 -0
  163. data/spec/api/users_roles_api_spec.rb +1 -0
  164. data/spec/api/workers_api_spec.rb +1 -0
  165. data/spec/models/access_policy_response_spec.rb +6 -0
  166. data/spec/models/artifact_distribution_response_spec.rb +11 -5
  167. data/spec/models/artifact_response_spec.rb +6 -0
  168. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  169. data/spec/models/content_guard_response_spec.rb +6 -0
  170. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  171. data/spec/models/distribution_response_spec.rb +6 -0
  172. data/spec/models/domain_response_spec.rb +6 -0
  173. data/spec/models/filesystem_export_response_spec.rb +6 -0
  174. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  175. data/spec/models/group_response_spec.rb +6 -0
  176. data/spec/models/group_role_response_spec.rb +6 -0
  177. data/spec/models/group_user_response_spec.rb +6 -0
  178. data/spec/models/header_content_guard_response_spec.rb +6 -0
  179. data/spec/models/import_response_spec.rb +6 -0
  180. data/spec/models/minimal_task_response_spec.rb +6 -0
  181. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  182. data/spec/models/publication_response_spec.rb +6 -0
  183. data/spec/models/pulp_export_response_spec.rb +6 -0
  184. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  185. data/spec/models/pulp_importer_response_spec.rb +6 -0
  186. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  187. data/spec/models/remote_response_spec.rb +6 -0
  188. data/spec/models/repository_response_spec.rb +6 -0
  189. data/spec/models/repository_version_response_spec.rb +6 -0
  190. data/spec/models/role_response_spec.rb +6 -0
  191. data/spec/models/signing_service_response_spec.rb +6 -0
  192. data/spec/models/task_group_response_spec.rb +6 -0
  193. data/spec/models/task_response_spec.rb +6 -0
  194. data/spec/models/task_schedule_response_spec.rb +6 -0
  195. data/spec/models/upload_detail_response_spec.rb +6 -0
  196. data/spec/models/upload_response_spec.rb +6 -0
  197. data/spec/models/upstream_pulp_response_spec.rb +6 -0
  198. data/spec/models/user_group_response_spec.rb +6 -0
  199. data/spec/models/user_response_spec.rb +6 -0
  200. data/spec/models/user_role_response_spec.rb +6 -0
  201. data/spec/models/worker_response_spec.rb +6 -0
  202. metadata +2 -2
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.62.0'
14
+ VERSION = '3.63.0'
15
15
  end
@@ -40,6 +40,7 @@ describe 'AccessPoliciesApi' do
40
40
  # @option opts [Integer] :limit Number of results to return per page.
41
41
  # @option opts [Integer] :offset The initial index from which to return the results.
42
42
  # @option opts [Array<String>] :ordering 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;creation_hooks&#x60; - Creation hooks * &#x60;-creation_hooks&#x60; - Creation hooks (descending) * &#x60;statements&#x60; - Statements * &#x60;-statements&#x60; - Statements (descending) * &#x60;viewset_name&#x60; - Viewset name * &#x60;-viewset_name&#x60; - Viewset name (descending) * &#x60;customized&#x60; - Customized * &#x60;-customized&#x60; - Customized (descending) * &#x60;queryset_scoping&#x60; - Queryset scoping * &#x60;-queryset_scoping&#x60; - Queryset scoping (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
43
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
43
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
46
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -72,10 +72,11 @@ describe 'ArtifactsApi' do
72
72
  # @option opts [Integer] :offset The initial index from which to return the results.
73
73
  # @option opts [Array<String>] :ordering 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;file&#x60; - File * &#x60;-file&#x60; - File (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;md5&#x60; - Md5 * &#x60;-md5&#x60; - Md5 (descending) * &#x60;sha1&#x60; - Sha1 * &#x60;-sha1&#x60; - Sha1 (descending) * &#x60;sha224&#x60; - Sha224 * &#x60;-sha224&#x60; - Sha224 (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;sha384&#x60; - Sha384 * &#x60;-sha384&#x60; - Sha384 (descending) * &#x60;sha512&#x60; - Sha512 * &#x60;-sha512&#x60; - Sha512 (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
74
74
  # @option opts [Float] :orphaned_for Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
75
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
75
76
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
77
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
78
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
78
- # @option opts [String] :repository_version Repository Version referenced by HREF
79
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
79
80
  # @option opts [String] :sha1 Filter results where sha1 matches value
80
81
  # @option opts [String] :sha224 Filter results where sha224 matches value
81
82
  # @option opts [String] :sha256 Filter results where sha256 matches value
@@ -40,14 +40,15 @@ describe 'ContentApi' do
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
41
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
42
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
43
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
43
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
46
  # @option opts [String] :pulp_type Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
46
47
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
47
48
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
48
- # @option opts [String] :repository_version Repository Version referenced by HREF
49
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
50
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
49
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
50
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
51
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
51
52
  # @option opts [Array<String>] :fields A list of fields to include in the response.
52
53
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
53
54
  # @return [PaginatedMultipleArtifactContentResponseList]
@@ -48,6 +48,7 @@ describe 'ContentguardsApi' do
48
48
  # @option opts [String] :name__startswith Filter results where name starts with value
49
49
  # @option opts [Integer] :offset The initial index from which to return the results.
50
50
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
51
52
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
53
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
53
54
  # @option opts [String] :pulp_type Pulp type * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;core.header&#x60; - core.header * &#x60;core.composite&#x60; - core.composite * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
@@ -85,6 +85,7 @@ describe 'ContentguardsCompositeApi' do
85
85
  # @option opts [String] :name__startswith Filter results where name starts with value
86
86
  # @option opts [Integer] :offset The initial index from which to return the results.
87
87
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
88
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
88
89
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
90
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
91
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -85,6 +85,7 @@ describe 'ContentguardsContentRedirectApi' do
85
85
  # @option opts [String] :name__startswith Filter results where name starts with value
86
86
  # @option opts [Integer] :offset The initial index from which to return the results.
87
87
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
88
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
88
89
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
90
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
91
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -85,6 +85,7 @@ describe 'ContentguardsHeaderApi' do
85
85
  # @option opts [String] :name__startswith Filter results where name starts with value
86
86
  # @option opts [Integer] :offset The initial index from which to return the results.
87
87
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
88
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
88
89
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
90
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
91
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -85,6 +85,7 @@ describe 'ContentguardsRbacApi' do
85
85
  # @option opts [String] :name__startswith Filter results where name starts with value
86
86
  # @option opts [Integer] :offset The initial index from which to return the results.
87
87
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
88
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
88
89
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
90
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
91
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -52,6 +52,7 @@ describe 'DistributionsApi' do
52
52
  # @option opts [String] :name__startswith Filter results where name starts with value
53
53
  # @option opts [Integer] :offset The initial index from which to return the results.
54
54
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
55
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
55
56
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
57
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
57
58
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -52,6 +52,7 @@ describe 'DistributionsArtifactsApi' do
52
52
  # @option opts [String] :name__startswith Filter results where name starts with value
53
53
  # @option opts [Integer] :offset The initial index from which to return the results.
54
54
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
55
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
55
56
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
57
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
57
58
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -72,6 +72,7 @@ describe 'DomainsApi' do
72
72
  # @option opts [String] :name__startswith Filter results where name starts with value
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
74
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;storage_class&#x60; - Storage class * &#x60;-storage_class&#x60; - Storage class (descending) * &#x60;storage_settings&#x60; - Storage settings * &#x60;-storage_settings&#x60; - Storage settings (descending) * &#x60;redirect_to_object_storage&#x60; - Redirect to object storage * &#x60;-redirect_to_object_storage&#x60; - Redirect to object storage (descending) * &#x60;hide_guarded_distributions&#x60; - Hide guarded distributions * &#x60;-hide_guarded_distributions&#x60; - Hide guarded distributions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
75
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
75
76
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
77
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
78
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -72,6 +72,7 @@ describe 'ExportersFilesystemApi' do
72
72
  # @option opts [String] :name__startswith Filter results where name starts with value
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
74
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;method&#x60; - Method * &#x60;-method&#x60; - Method (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
75
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
75
76
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
77
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
78
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -72,6 +72,7 @@ describe 'ExportersPulpApi' do
72
72
  # @option opts [String] :name__startswith Filter results where name starts with value
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
74
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
75
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
75
76
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
77
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
78
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -83,6 +83,7 @@ describe 'GroupsApi' do
83
83
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
84
84
  # @option opts [Integer] :offset The initial index from which to return the results.
85
85
  # @option opts [Array<String>] :ordering Ordering * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
86
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
86
87
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
87
88
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
88
89
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -67,6 +67,7 @@ describe 'GroupsRolesApi' do
67
67
  # @option opts [Integer] :limit Number of results to return per page.
68
68
  # @option opts [Integer] :offset The initial index from which to return the results.
69
69
  # @option opts [Array<String>] :ordering Ordering * &#x60;role&#x60; - Role * &#x60;-role&#x60; - Role (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
70
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
70
71
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
71
72
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
72
73
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -72,6 +72,7 @@ describe 'ImportersPulpApi' do
72
72
  # @option opts [String] :name__startswith Filter results where name starts with value
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
74
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
75
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
75
76
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
77
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
78
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -36,11 +36,12 @@ describe 'PublicationsApi' do
36
36
  # List publications
37
37
  # A base class for any publication viewset.
38
38
  # @param [Hash] opts the optional parameters
39
- # @option opts [String] :content Content Unit referenced by HREF
39
+ # @option opts [String] :content Content Unit referenced by HREF/PRN
40
40
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
41
41
  # @option opts [Integer] :limit Number of results to return per page.
42
42
  # @option opts [Integer] :offset The initial index from which to return the results.
43
43
  # @option opts [Array<String>] :ordering 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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
44
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
44
45
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
45
46
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
46
47
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
@@ -52,8 +53,8 @@ describe 'PublicationsApi' do
52
53
  # @option opts [String] :pulp_type Pulp type * &#x60;file.file&#x60; - file.file
53
54
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file
54
55
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
55
- # @option opts [String] :repository Repository referenced by HREF
56
- # @option opts [String] :repository_version Repository Version referenced by HREF
56
+ # @option opts [String] :repository Repository referenced by HREF/PRN
57
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
57
58
  # @option opts [Array<String>] :fields A list of fields to include in the response.
58
59
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
59
60
  # @return [PaginatedPublicationResponseList]
@@ -48,6 +48,7 @@ describe 'RemotesApi' do
48
48
  # @option opts [String] :name__startswith Filter results where name starts with value
49
49
  # @option opts [Integer] :offset The initial index from which to return the results.
50
50
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
51
52
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
53
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
53
54
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -36,7 +36,7 @@ describe 'RepositoriesApi' do
36
36
  # List repositories
37
37
  # Endpoint to list all repositories.
38
38
  # @param [Hash] opts the optional parameters
39
- # @option opts [String] :latest_with_content Content Unit referenced by HREF
39
+ # @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
40
40
  # @option opts [Integer] :limit Number of results to return per page.
41
41
  # @option opts [String] :name Filter results where name matches value
42
42
  # @option opts [String] :name__contains Filter results where name contains value
@@ -49,6 +49,7 @@ describe 'RepositoriesApi' do
49
49
  # @option opts [String] :name__startswith Filter results where name starts with value
50
50
  # @option opts [Integer] :offset The initial index from which to return the results.
51
51
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
52
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
52
53
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
53
54
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
54
55
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -64,7 +65,7 @@ describe 'RepositoriesApi' do
64
65
  # @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
65
66
  # @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
66
67
  # @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
67
- # @option opts [String] :with_content Content Unit referenced by HREF
68
+ # @option opts [String] :with_content Content Unit referenced by HREF/PRN
68
69
  # @option opts [Array<String>] :fields A list of fields to include in the response.
69
70
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
70
71
  # @return [PaginatedRepositoryResponseList]
@@ -36,7 +36,7 @@ describe 'RepositoryVersionsApi' do
36
36
  # List repository versions
37
37
  # A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
38
38
  # @param [Hash] opts the optional parameters
39
- # @option opts [String] :content Content Unit referenced by HREF
39
+ # @option opts [String] :content Content Unit referenced by HREF/PRN
40
40
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
41
41
  # @option opts [Integer] :limit Number of results to return per page.
42
42
  # @option opts [Integer] :number Filter results where number matches value
@@ -47,6 +47,7 @@ describe 'RepositoryVersionsApi' do
47
47
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
48
48
  # @option opts [Integer] :offset The initial index from which to return the results.
49
49
  # @option opts [Array<String>] :ordering 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;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
50
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
50
51
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
51
52
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
52
53
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
@@ -79,6 +79,7 @@ describe 'RolesApi' do
79
79
  # @option opts [String] :name__startswith Filter results where name starts with value
80
80
  # @option opts [Integer] :offset The initial index from which to return the results.
81
81
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;locked&#x60; - Locked * &#x60;-locked&#x60; - Locked (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
82
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
82
83
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
83
84
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
84
85
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -40,6 +40,7 @@ describe 'SigningServicesApi' do
40
40
  # @option opts [String] :name Filter results where name matches value
41
41
  # @option opts [Integer] :offset The initial index from which to return the results.
42
42
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;public_key&#x60; - Public key * &#x60;-public_key&#x60; - Public key (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;script&#x60; - Script * &#x60;-script&#x60; - Script (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
43
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
43
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
46
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -54,6 +54,7 @@ describe 'TaskSchedulesApi' do
54
54
  # @option opts [String] :name__contains Filter results where name contains value
55
55
  # @option opts [Integer] :offset The initial index from which to return the results.
56
56
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;next_dispatch&#x60; - Next dispatch * &#x60;-next_dispatch&#x60; - Next dispatch (descending) * &#x60;dispatch_interval&#x60; - Dispatch interval * &#x60;-dispatch_interval&#x60; - Dispatch interval (descending) * &#x60;task_name&#x60; - Task name * &#x60;-task_name&#x60; - Task name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
57
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
57
58
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
58
59
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
59
60
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -81,6 +81,7 @@ describe 'TasksApi' do
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
82
  # @option opts [Array<String>] :ordering 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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
83
83
  # @option opts [String] :parent_task Filter results where parent_task matches value
84
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
84
85
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
85
86
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
86
87
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -89,6 +89,7 @@ describe 'UploadsApi' do
89
89
  # @option opts [Integer] :limit Number of results to return per page.
90
90
  # @option opts [Integer] :offset The initial index from which to return the results.
91
91
  # @option opts [Array<String>] :ordering 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;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
92
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
92
93
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
93
94
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
94
95
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -100,6 +100,7 @@ describe 'UpstreamPulpsApi' do
100
100
  # @option opts [String] :name__startswith Filter results where name starts with value
101
101
  # @option opts [Integer] :offset The initial index from which to return the results.
102
102
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;base_url&#x60; - Base url * &#x60;-base_url&#x60; - Base url (descending) * &#x60;api_root&#x60; - Api root * &#x60;-api_root&#x60; - Api root (descending) * &#x60;domain&#x60; - Domain * &#x60;-domain&#x60; - Domain (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;pulp_label_select&#x60; - Pulp label select * &#x60;-pulp_label_select&#x60; - Pulp label select (descending) * &#x60;q_select&#x60; - Q select * &#x60;-q_select&#x60; - Q select (descending) * &#x60;last_replication&#x60; - Last replication * &#x60;-last_replication&#x60; - Last replication (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
103
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
103
104
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
104
105
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
105
106
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -80,6 +80,7 @@ describe 'UsersApi' do
80
80
  # @option opts [Integer] :limit Number of results to return per page.
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
82
  # @option opts [Array<String>] :ordering Ordering * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;last_login&#x60; - Last login * &#x60;-last_login&#x60; - Last login (descending) * &#x60;is_superuser&#x60; - Is superuser * &#x60;-is_superuser&#x60; - Is superuser (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;first_name&#x60; - First name * &#x60;-first_name&#x60; - First name (descending) * &#x60;last_name&#x60; - Last name * &#x60;-last_name&#x60; - Last name (descending) * &#x60;email&#x60; - Email * &#x60;-email&#x60; - Email (descending) * &#x60;is_staff&#x60; - Is staff * &#x60;-is_staff&#x60; - Is staff (descending) * &#x60;is_active&#x60; - Is active * &#x60;-is_active&#x60; - Is active (descending) * &#x60;date_joined&#x60; - Date joined * &#x60;-date_joined&#x60; - Date joined (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
83
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
83
84
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
85
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
85
86
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -67,6 +67,7 @@ describe 'UsersRolesApi' do
67
67
  # @option opts [Integer] :limit Number of results to return per page.
68
68
  # @option opts [Integer] :offset The initial index from which to return the results.
69
69
  # @option opts [Array<String>] :ordering Ordering * &#x60;role&#x60; - Role * &#x60;-role&#x60; - Role (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
70
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
70
71
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
71
72
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
72
73
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -56,6 +56,7 @@ describe 'WorkersApi' do
56
56
  # @option opts [Integer] :offset The initial index from which to return the results.
57
57
  # @option opts [Boolean] :online
58
58
  # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_heartbeat&#x60; - Last heartbeat * &#x60;-last_heartbeat&#x60; - Last heartbeat (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
59
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
59
60
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
60
61
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
61
62
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -38,6 +38,12 @@ describe 'AccessPolicyResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,7 +38,13 @@ describe 'ArtifactDistributionResponse' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "no_content_change_since"' do
41
+ describe 'test attribute "base_path"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "name"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
50
  end
@@ -50,19 +56,19 @@ describe 'ArtifactDistributionResponse' do
50
56
  end
51
57
  end
52
58
 
53
- describe 'test attribute "name"' do
59
+ describe 'test attribute "hidden"' do
54
60
  it 'should work' do
55
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
62
  end
57
63
  end
58
64
 
59
- describe 'test attribute "pulp_created"' do
65
+ describe 'test attribute "prn"' do
60
66
  it 'should work' do
61
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
68
  end
63
69
  end
64
70
 
65
- describe 'test attribute "base_path"' do
71
+ describe 'test attribute "no_content_change_since"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
74
  end
@@ -86,7 +92,7 @@ describe 'ArtifactDistributionResponse' do
86
92
  end
87
93
  end
88
94
 
89
- describe 'test attribute "hidden"' do
95
+ describe 'test attribute "pulp_created"' do
90
96
  it 'should work' do
91
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
98
  end
@@ -38,6 +38,12 @@ describe 'ArtifactResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'CompositeContentGuardResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'ContentGuardResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'ContentRedirectContentGuardResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'DistributionResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'DomainResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'FilesystemExportResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'FilesystemExporterResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'GroupResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "prn"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "id"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'GroupRoleResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,4 +44,10 @@ describe 'GroupUserResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "prn"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  end