pulpcore_client 3.57.1 → 3.59.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 (123) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -5
  3. data/docs/AccessPoliciesApi.md +2 -2
  4. data/docs/ArtifactDistributionResponse.md +13 -11
  5. data/docs/ArtifactsApi.md +2 -2
  6. data/docs/ContentApi.md +2 -2
  7. data/docs/ContentguardsApi.md +2 -2
  8. data/docs/ContentguardsCompositeApi.md +2 -2
  9. data/docs/ContentguardsContentRedirectApi.md +2 -2
  10. data/docs/ContentguardsHeaderApi.md +2 -2
  11. data/docs/ContentguardsRbacApi.md +2 -2
  12. data/docs/DistributionResponse.md +2 -0
  13. data/docs/DistributionsApi.md +2 -2
  14. data/docs/DistributionsArtifactsApi.md +2 -2
  15. data/docs/DomainsApi.md +2 -2
  16. data/docs/ExportersFilesystemApi.md +2 -2
  17. data/docs/ExportersPulpApi.md +2 -2
  18. data/docs/GroupsApi.md +2 -2
  19. data/docs/GroupsRolesApi.md +2 -2
  20. data/docs/ImportersPulpApi.md +2 -2
  21. data/docs/PublicationsApi.md +2 -2
  22. data/docs/RemotesApi.md +2 -2
  23. data/docs/RepositoriesApi.md +2 -2
  24. data/docs/RepositoryVersionsApi.md +2 -2
  25. data/docs/RolesApi.md +2 -2
  26. data/docs/SigningServicesApi.md +2 -2
  27. data/docs/TaskGroupsApi.md +56 -4
  28. data/docs/TaskSchedulesApi.md +2 -2
  29. data/docs/TasksApi.md +2 -2
  30. data/docs/UploadsApi.md +2 -2
  31. data/docs/UpstreamPulpResponse.md +3 -1
  32. data/docs/UsersApi.md +2 -2
  33. data/docs/UsersRolesApi.md +2 -2
  34. data/docs/WorkersApi.md +2 -2
  35. data/lib/pulpcore_client/api/access_policies_api.rb +2 -2
  36. data/lib/pulpcore_client/api/artifacts_api.rb +2 -2
  37. data/lib/pulpcore_client/api/content_api.rb +2 -2
  38. data/lib/pulpcore_client/api/contentguards_api.rb +2 -2
  39. data/lib/pulpcore_client/api/contentguards_composite_api.rb +2 -2
  40. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +2 -2
  41. data/lib/pulpcore_client/api/contentguards_header_api.rb +2 -2
  42. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +2 -2
  43. data/lib/pulpcore_client/api/distributions_api.rb +2 -2
  44. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +2 -2
  45. data/lib/pulpcore_client/api/domains_api.rb +2 -2
  46. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +2 -2
  47. data/lib/pulpcore_client/api/exporters_pulp_api.rb +2 -2
  48. data/lib/pulpcore_client/api/groups_api.rb +2 -2
  49. data/lib/pulpcore_client/api/groups_roles_api.rb +2 -2
  50. data/lib/pulpcore_client/api/importers_pulp_api.rb +2 -2
  51. data/lib/pulpcore_client/api/publications_api.rb +2 -2
  52. data/lib/pulpcore_client/api/remotes_api.rb +2 -2
  53. data/lib/pulpcore_client/api/repositories_api.rb +2 -2
  54. data/lib/pulpcore_client/api/repository_versions_api.rb +2 -2
  55. data/lib/pulpcore_client/api/roles_api.rb +2 -2
  56. data/lib/pulpcore_client/api/signing_services_api.rb +2 -2
  57. data/lib/pulpcore_client/api/task_groups_api.rb +70 -4
  58. data/lib/pulpcore_client/api/task_schedules_api.rb +2 -2
  59. data/lib/pulpcore_client/api/tasks_api.rb +2 -2
  60. data/lib/pulpcore_client/api/uploads_api.rb +2 -2
  61. data/lib/pulpcore_client/api/users_api.rb +2 -2
  62. data/lib/pulpcore_client/api/users_roles_api.rb +2 -2
  63. data/lib/pulpcore_client/api/workers_api.rb +2 -2
  64. data/lib/pulpcore_client/models/api_app_status_response.rb +1 -1
  65. data/lib/pulpcore_client/models/artifact.rb +1 -1
  66. data/lib/pulpcore_client/models/artifact_distribution_response.rb +53 -43
  67. data/lib/pulpcore_client/models/artifact_response.rb +1 -1
  68. data/lib/pulpcore_client/models/composite_content_guard.rb +1 -1
  69. data/lib/pulpcore_client/models/composite_content_guard_response.rb +1 -1
  70. data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
  71. data/lib/pulpcore_client/models/content_guard_response.rb +1 -1
  72. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  73. data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
  74. data/lib/pulpcore_client/models/minimal_task_response.rb +1 -1
  75. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +1 -1
  76. data/lib/pulpcore_client/models/patched_composite_content_guard.rb +1 -1
  77. data/lib/pulpcore_client/models/patched_rbac_content_guard.rb +1 -1
  78. data/lib/pulpcore_client/models/patched_task_cancel.rb +0 -1
  79. data/lib/pulpcore_client/models/progress_report_response.rb +1 -1
  80. data/lib/pulpcore_client/models/publication_response.rb +1 -1
  81. data/lib/pulpcore_client/models/rbac_content_guard.rb +1 -1
  82. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +1 -1
  83. data/lib/pulpcore_client/models/repository_response.rb +1 -1
  84. data/lib/pulpcore_client/models/repository_version_response.rb +1 -1
  85. data/lib/pulpcore_client/models/task_group_response.rb +1 -1
  86. data/lib/pulpcore_client/models/task_response.rb +1 -1
  87. data/lib/pulpcore_client/models/task_schedule_response.rb +1 -1
  88. data/lib/pulpcore_client/models/upstream_pulp_response.rb +15 -5
  89. data/lib/pulpcore_client/models/worker_response.rb +1 -1
  90. data/lib/pulpcore_client/version.rb +1 -1
  91. data/spec/api/access_policies_api_spec.rb +1 -1
  92. data/spec/api/artifacts_api_spec.rb +1 -1
  93. data/spec/api/content_api_spec.rb +1 -1
  94. data/spec/api/contentguards_api_spec.rb +1 -1
  95. data/spec/api/contentguards_composite_api_spec.rb +1 -1
  96. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -1
  97. data/spec/api/contentguards_header_api_spec.rb +1 -1
  98. data/spec/api/contentguards_rbac_api_spec.rb +1 -1
  99. data/spec/api/distributions_api_spec.rb +1 -1
  100. data/spec/api/distributions_artifacts_api_spec.rb +1 -1
  101. data/spec/api/domains_api_spec.rb +1 -1
  102. data/spec/api/exporters_filesystem_api_spec.rb +1 -1
  103. data/spec/api/exporters_pulp_api_spec.rb +1 -1
  104. data/spec/api/groups_api_spec.rb +1 -1
  105. data/spec/api/groups_roles_api_spec.rb +1 -1
  106. data/spec/api/importers_pulp_api_spec.rb +1 -1
  107. data/spec/api/publications_api_spec.rb +1 -1
  108. data/spec/api/remotes_api_spec.rb +1 -1
  109. data/spec/api/repositories_api_spec.rb +1 -1
  110. data/spec/api/repository_versions_api_spec.rb +1 -1
  111. data/spec/api/roles_api_spec.rb +1 -1
  112. data/spec/api/signing_services_api_spec.rb +1 -1
  113. data/spec/api/task_groups_api_spec.rb +13 -2
  114. data/spec/api/task_schedules_api_spec.rb +1 -1
  115. data/spec/api/tasks_api_spec.rb +1 -1
  116. data/spec/api/uploads_api_spec.rb +1 -1
  117. data/spec/api/users_api_spec.rb +1 -1
  118. data/spec/api/users_roles_api_spec.rb +1 -1
  119. data/spec/api/workers_api_spec.rb +1 -1
  120. data/spec/models/artifact_distribution_response_spec.rb +13 -7
  121. data/spec/models/distribution_response_spec.rb +6 -0
  122. data/spec/models/upstream_pulp_response_spec.rb +6 -0
  123. metadata +2 -2
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class GroupProgressReportResponse
18
18
  # The message shown to the user for the group progress report.
19
19
  attr_accessor :message
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class MinimalTaskResponse
18
18
  attr_accessor :pulp_href
19
19
 
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class MultipleArtifactContentResponse
18
18
  attr_accessor :pulp_href
19
19
 
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class PatchedCompositeContentGuard
18
18
  # The unique name.
19
19
  attr_accessor :name
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class PatchedRBACContentGuard
18
18
  # The unique name.
19
19
  attr_accessor :name
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
16
  class PatchedTaskCancel
18
17
  # The desired state of the task. Only 'canceled' is accepted.
19
18
  attr_accessor :state
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class ProgressReportResponse
18
18
  # The message shown to the user for the progress report.
19
19
  attr_accessor :message
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class PublicationResponse
18
18
  attr_accessor :pulp_href
19
19
 
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class RBACContentGuard
18
18
  # The unique name.
19
19
  attr_accessor :name
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class RBACContentGuardResponse
18
18
  attr_accessor :pulp_href
19
19
 
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class RepositoryResponse
18
18
  attr_accessor :pulp_href
19
19
 
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class RepositoryVersionResponse
18
18
  attr_accessor :pulp_href
19
19
 
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class TaskGroupResponse
18
18
  attr_accessor :pulp_href
19
19
 
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class TaskResponse
18
18
  attr_accessor :pulp_href
19
19
 
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class TaskScheduleResponse
18
18
  attr_accessor :pulp_href
19
19
 
@@ -50,6 +50,9 @@ module PulpcoreClient
50
50
  # One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\"
51
51
  attr_accessor :pulp_label_select
52
52
 
53
+ # Timestamp of the last replication that occurred. Equals to 'null' if no replication task has been executed.
54
+ attr_accessor :last_replication
55
+
53
56
  # Attribute mapping from ruby-style variable name to JSON key.
54
57
  def self.attribute_map
55
58
  {
@@ -64,7 +67,8 @@ module PulpcoreClient
64
67
  :'client_cert' => :'client_cert',
65
68
  :'tls_validation' => :'tls_validation',
66
69
  :'hidden_fields' => :'hidden_fields',
67
- :'pulp_label_select' => :'pulp_label_select'
70
+ :'pulp_label_select' => :'pulp_label_select',
71
+ :'last_replication' => :'last_replication'
68
72
  }
69
73
  end
70
74
 
@@ -82,7 +86,8 @@ module PulpcoreClient
82
86
  :'client_cert' => :'String',
83
87
  :'tls_validation' => :'Boolean',
84
88
  :'hidden_fields' => :'Array<RemoteResponseHiddenFields>',
85
- :'pulp_label_select' => :'String'
89
+ :'pulp_label_select' => :'String',
90
+ :'last_replication' => :'DateTime'
86
91
  }
87
92
  end
88
93
 
@@ -92,7 +97,7 @@ module PulpcoreClient
92
97
  :'domain',
93
98
  :'ca_cert',
94
99
  :'client_cert',
95
- :'pulp_label_select'
100
+ :'pulp_label_select',
96
101
  ])
97
102
  end
98
103
 
@@ -160,6 +165,10 @@ module PulpcoreClient
160
165
  if attributes.key?(:'pulp_label_select')
161
166
  self.pulp_label_select = attributes[:'pulp_label_select']
162
167
  end
168
+
169
+ if attributes.key?(:'last_replication')
170
+ self.last_replication = attributes[:'last_replication']
171
+ end
163
172
  end
164
173
 
165
174
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -206,7 +215,8 @@ module PulpcoreClient
206
215
  client_cert == o.client_cert &&
207
216
  tls_validation == o.tls_validation &&
208
217
  hidden_fields == o.hidden_fields &&
209
- pulp_label_select == o.pulp_label_select
218
+ pulp_label_select == o.pulp_label_select &&
219
+ last_replication == o.last_replication
210
220
  end
211
221
 
212
222
  # @see the `==` method
@@ -218,7 +228,7 @@ module PulpcoreClient
218
228
  # Calculates hash code according to all attributes.
219
229
  # @return [Integer] Hash code
220
230
  def hash
221
- [pulp_href, pulp_created, pulp_last_updated, name, base_url, api_root, domain, ca_cert, client_cert, tls_validation, hidden_fields, pulp_label_select].hash
231
+ [pulp_href, pulp_created, pulp_last_updated, name, base_url, api_root, domain, ca_cert, client_cert, tls_validation, hidden_fields, pulp_label_select, last_replication].hash
222
232
  end
223
233
 
224
234
  # Builds the object from hash
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module PulpcoreClient
16
- # Base serializer for use with :class:`pulpcore.app.models.Model` This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
16
+ # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
17
17
  class WorkerResponse
18
18
  attr_accessor :pulp_href
19
19
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.57.1'
14
+ VERSION = '3.59.0'
15
15
  end
@@ -42,7 +42,7 @@ describe 'AccessPoliciesApi' do
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
43
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
44
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
- # @option opts [String] :q
45
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
46
46
  # @option opts [String] :viewset_name Filter results where viewset_name matches value
47
47
  # @option opts [String] :viewset_name__contains Filter results where viewset_name contains value
48
48
  # @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
@@ -74,7 +74,7 @@ describe 'ArtifactsApi' do
74
74
  # @option opts [Float] :orphaned_for Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
75
75
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
76
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
- # @option opts [String] :q
77
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
78
78
  # @option opts [String] :repository_version Repository Version referenced by HREF
79
79
  # @option opts [String] :sha1 Filter results where sha1 matches value
80
80
  # @option opts [String] :sha224 Filter results where sha224 matches value
@@ -44,7 +44,7 @@ describe 'ContentApi' do
44
44
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
45
  # @option opts [String] :pulp_type Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
46
46
  # @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
- # @option opts [String] :q
47
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
48
48
  # @option opts [String] :repository_version Repository Version referenced by HREF
49
49
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
50
50
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -52,7 +52,7 @@ describe 'ContentguardsApi' do
52
52
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
53
53
  # @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
54
54
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#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
55
- # @option opts [String] :q
55
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
56
56
  # @option opts [Array<String>] :fields A list of fields to include in the response.
57
57
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
58
58
  # @return [PaginatedContentGuardResponseList]
@@ -87,7 +87,7 @@ describe 'ContentguardsCompositeApi' do
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
88
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
89
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
- # @option opts [String] :q
90
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
91
91
  # @option opts [Array<String>] :fields A list of fields to include in the response.
92
92
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
93
93
  # @return [PaginatedCompositeContentGuardResponseList]
@@ -87,7 +87,7 @@ describe 'ContentguardsContentRedirectApi' do
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
88
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
89
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
- # @option opts [String] :q
90
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
91
91
  # @option opts [Array<String>] :fields A list of fields to include in the response.
92
92
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
93
93
  # @return [PaginatedContentRedirectContentGuardResponseList]
@@ -87,7 +87,7 @@ describe 'ContentguardsHeaderApi' do
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
88
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
89
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
- # @option opts [String] :q
90
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
91
91
  # @option opts [Array<String>] :fields A list of fields to include in the response.
92
92
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
93
93
  # @return [PaginatedHeaderContentGuardResponseList]
@@ -87,7 +87,7 @@ describe 'ContentguardsRbacApi' do
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
88
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
89
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
- # @option opts [String] :q
90
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
91
91
  # @option opts [Array<String>] :fields A list of fields to include in the response.
92
92
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
93
93
  # @return [PaginatedRBACContentGuardResponseList]
@@ -57,7 +57,7 @@ describe 'DistributionsApi' do
57
57
  # @option opts [String] :pulp_label_select Filter labels by search string
58
58
  # @option opts [String] :pulp_type Pulp type * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file
59
59
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file
60
- # @option opts [String] :q
60
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
61
61
  # @option opts [String] :repository Filter results where repository matches value
62
62
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
63
63
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -55,7 +55,7 @@ describe 'DistributionsArtifactsApi' do
55
55
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
56
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
57
57
  # @option opts [String] :pulp_label_select Filter labels by search string
58
- # @option opts [String] :q
58
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
59
59
  # @option opts [String] :repository Filter results where repository matches value
60
60
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
61
61
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -74,7 +74,7 @@ describe 'DomainsApi' do
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
75
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
76
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
- # @option opts [String] :q
77
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
78
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
79
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatedDomainResponseList]
@@ -74,7 +74,7 @@ describe 'ExportersFilesystemApi' do
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
75
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
76
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
- # @option opts [String] :q
77
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
78
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
79
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatedFilesystemExporterResponseList]
@@ -74,7 +74,7 @@ describe 'ExportersPulpApi' do
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
75
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
76
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
- # @option opts [String] :q
77
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
78
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
79
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatedPulpExporterResponseList]
@@ -85,7 +85,7 @@ describe 'GroupsApi' do
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
86
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
87
87
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
88
- # @option opts [String] :q
88
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
89
89
  # @option opts [Array<String>] :fields A list of fields to include in the response.
90
90
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
91
91
  # @return [PaginatedGroupResponseList]
@@ -69,7 +69,7 @@ describe 'GroupsRolesApi' do
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
70
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
71
71
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
72
- # @option opts [String] :q
72
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
73
73
  # @option opts [String] :role
74
74
  # @option opts [String] :role__contains
75
75
  # @option opts [String] :role__icontains
@@ -74,7 +74,7 @@ describe 'ImportersPulpApi' do
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
75
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
76
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
- # @option opts [String] :q
77
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
78
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
79
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatedPulpImporterResponseList]
@@ -51,7 +51,7 @@ describe 'PublicationsApi' do
51
51
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
52
52
  # @option opts [String] :pulp_type Pulp type * &#x60;file.file&#x60; - file.file
53
53
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file
54
- # @option opts [String] :q
54
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
55
55
  # @option opts [String] :repository Repository referenced by HREF
56
56
  # @option opts [String] :repository_version Repository Version referenced by HREF
57
57
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -59,7 +59,7 @@ describe 'RemotesApi' do
59
59
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
60
60
  # @option opts [String] :pulp_type Pulp type * &#x60;file.file&#x60; - file.file
61
61
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file
62
- # @option opts [String] :q
62
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
63
63
  # @option opts [Array<String>] :fields A list of fields to include in the response.
64
64
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
65
65
  # @return [PaginatedRemoteResponseList]
@@ -54,7 +54,7 @@ describe 'RepositoriesApi' do
54
54
  # @option opts [String] :pulp_label_select Filter labels by search string
55
55
  # @option opts [String] :pulp_type Pulp type * &#x60;file.file&#x60; - file.file
56
56
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file
57
- # @option opts [String] :q
57
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
58
58
  # @option opts [String] :remote Foreign Key referenced by HREF
59
59
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
60
60
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
@@ -54,7 +54,7 @@ describe 'RepositoryVersionsApi' do
54
54
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
55
55
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
56
56
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
57
- # @option opts [String] :q
57
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
58
58
  # @option opts [Array<String>] :fields A list of fields to include in the response.
59
59
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
60
60
  # @return [PaginatedRepositoryVersionResponseList]
@@ -81,7 +81,7 @@ describe 'RolesApi' do
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
82
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
83
83
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
84
- # @option opts [String] :q
84
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
85
85
  # @option opts [Array<String>] :fields A list of fields to include in the response.
86
86
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
87
87
  # @return [PaginatedRoleResponseList]
@@ -42,7 +42,7 @@ describe 'SigningServicesApi' do
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
43
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
44
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
- # @option opts [String] :q
45
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
46
46
  # @option opts [Array<String>] :fields A list of fields to include in the response.
47
47
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
48
48
  # @return [PaginatedSigningServiceResponseList]
@@ -34,7 +34,6 @@ describe 'TaskGroupsApi' do
34
34
 
35
35
  # unit tests for list
36
36
  # List task groups
37
- # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
38
37
  # @param [Hash] opts the optional parameters
39
38
  # @option opts [Integer] :limit Number of results to return per page.
40
39
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -49,7 +48,6 @@ describe 'TaskGroupsApi' do
49
48
 
50
49
  # unit tests for read
51
50
  # Inspect a task group
52
- # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
53
51
  # @param task_group_href
54
52
  # @param [Hash] opts the optional parameters
55
53
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -61,4 +59,17 @@ describe 'TaskGroupsApi' do
61
59
  end
62
60
  end
63
61
 
62
+ # unit tests for task_groups_cancel
63
+ # Cancel a task group
64
+ # This operation cancels a task group.
65
+ # @param task_group_href
66
+ # @param patched_task_cancel
67
+ # @param [Hash] opts the optional parameters
68
+ # @return [TaskGroupResponse]
69
+ describe 'task_groups_cancel test' do
70
+ it 'should work' do
71
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
72
+ end
73
+ end
74
+
64
75
  end
@@ -56,7 +56,7 @@ describe 'TaskSchedulesApi' do
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
57
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
58
58
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
59
- # @option opts [String] :q
59
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
60
60
  # @option opts [String] :task_name Filter results where task_name matches value
61
61
  # @option opts [String] :task_name__contains Filter results where task_name contains value
62
62
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -83,7 +83,7 @@ describe 'TasksApi' do
83
83
  # @option opts [String] :parent_task Filter results where parent_task matches value
84
84
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
85
85
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
86
- # @option opts [String] :q
86
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
87
87
  # @option opts [String] :reserved_resources
88
88
  # @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
89
89
  # @option opts [String] :shared_resources
@@ -91,7 +91,7 @@ describe 'UploadsApi' do
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
92
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
93
93
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
94
- # @option opts [String] :q
94
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
95
95
  # @option opts [Integer] :size Filter results where size matches value
96
96
  # @option opts [Integer] :size__gt Filter results where size is greater than value
97
97
  # @option opts [Integer] :size__lt Filter results where size is less than value
@@ -82,7 +82,7 @@ describe 'UsersApi' do
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
83
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
84
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
85
- # @option opts [String] :q
85
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
86
86
  # @option opts [String] :username Filter results where username matches value
87
87
  # @option opts [String] :username__contains Filter results where username contains value
88
88
  # @option opts [String] :username__icontains Filter results where username contains value
@@ -69,7 +69,7 @@ describe 'UsersRolesApi' do
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
70
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
71
71
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
72
- # @option opts [String] :q
72
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
73
73
  # @option opts [String] :role
74
74
  # @option opts [String] :role__contains
75
75
  # @option opts [String] :role__icontains
@@ -58,7 +58,7 @@ describe 'WorkersApi' do
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
59
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
60
60
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
61
- # @option opts [String] :q
61
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
62
62
  # @option opts [Array<String>] :fields A list of fields to include in the response.
63
63
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
64
64
  # @return [PaginatedWorkerResponseList]