pulpcore_client 3.23.2 → 3.24.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 (99) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -5
  3. data/docs/AccessPoliciesApi.md +6 -2
  4. data/docs/ArtifactDistributionResponse.md +10 -10
  5. data/docs/ArtifactsApi.md +6 -2
  6. data/docs/ContentApi.md +8 -2
  7. data/docs/ContentguardsApi.md +8 -2
  8. data/docs/ContentguardsContentRedirectApi.md +6 -2
  9. data/docs/ContentguardsRbacApi.md +6 -2
  10. data/docs/DistributionsApi.md +8 -2
  11. data/docs/DistributionsArtifactsApi.md +6 -2
  12. data/docs/Domain.md +1 -1
  13. data/docs/DomainResponse.md +1 -1
  14. data/docs/DomainsApi.md +6 -2
  15. data/docs/ExportersFilesystemApi.md +6 -2
  16. data/docs/ExportersPulpApi.md +6 -2
  17. data/docs/FilesystemExporter.md +1 -1
  18. data/docs/FilesystemExporterResponse.md +1 -1
  19. data/docs/GroupsApi.md +6 -2
  20. data/docs/GroupsRolesApi.md +6 -2
  21. data/docs/ImportersPulpApi.md +6 -2
  22. data/docs/PatchedDomain.md +1 -1
  23. data/docs/PatchedFilesystemExporter.md +1 -1
  24. data/docs/PublicationsApi.md +9 -3
  25. data/docs/RemoteResponse.md +1 -1
  26. data/docs/RemotesApi.md +8 -2
  27. data/docs/RepositoriesApi.md +8 -2
  28. data/docs/RepositoryVersionsApi.md +6 -2
  29. data/docs/RolesApi.md +6 -2
  30. data/docs/SigningServicesApi.md +6 -2
  31. data/docs/TaskSchedulesApi.md +6 -2
  32. data/docs/TasksApi.md +8 -4
  33. data/docs/UploadsApi.md +6 -2
  34. data/docs/UsersApi.md +6 -2
  35. data/docs/UsersRolesApi.md +6 -2
  36. data/docs/WorkersApi.md +6 -2
  37. data/lib/pulpcore_client/api/access_policies_api.rb +8 -2
  38. data/lib/pulpcore_client/api/artifacts_api.rb +8 -2
  39. data/lib/pulpcore_client/api/content_api.rb +15 -2
  40. data/lib/pulpcore_client/api/contentguards_api.rb +15 -2
  41. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +8 -2
  42. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +8 -2
  43. data/lib/pulpcore_client/api/distributions_api.rb +15 -2
  44. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +8 -2
  45. data/lib/pulpcore_client/api/domains_api.rb +8 -2
  46. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +8 -2
  47. data/lib/pulpcore_client/api/exporters_pulp_api.rb +8 -2
  48. data/lib/pulpcore_client/api/groups_api.rb +8 -2
  49. data/lib/pulpcore_client/api/groups_roles_api.rb +8 -2
  50. data/lib/pulpcore_client/api/importers_pulp_api.rb +8 -2
  51. data/lib/pulpcore_client/api/publications_api.rb +17 -4
  52. data/lib/pulpcore_client/api/remotes_api.rb +15 -2
  53. data/lib/pulpcore_client/api/repositories_api.rb +15 -2
  54. data/lib/pulpcore_client/api/repository_versions_api.rb +7 -2
  55. data/lib/pulpcore_client/api/roles_api.rb +8 -2
  56. data/lib/pulpcore_client/api/signing_services_api.rb +8 -2
  57. data/lib/pulpcore_client/api/task_schedules_api.rb +8 -2
  58. data/lib/pulpcore_client/api/tasks_api.rb +10 -4
  59. data/lib/pulpcore_client/api/uploads_api.rb +8 -2
  60. data/lib/pulpcore_client/api/users_api.rb +8 -2
  61. data/lib/pulpcore_client/api/users_roles_api.rb +8 -2
  62. data/lib/pulpcore_client/api/workers_api.rb +8 -2
  63. data/lib/pulpcore_client/models/artifact_distribution_response.rb +40 -40
  64. data/lib/pulpcore_client/models/domain.rb +1 -1
  65. data/lib/pulpcore_client/models/domain_response.rb +1 -1
  66. data/lib/pulpcore_client/models/filesystem_exporter.rb +1 -1
  67. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +1 -1
  68. data/lib/pulpcore_client/models/patched_domain.rb +1 -1
  69. data/lib/pulpcore_client/models/patched_filesystem_exporter.rb +1 -1
  70. data/lib/pulpcore_client/models/remote_response.rb +1 -1
  71. data/lib/pulpcore_client/version.rb +1 -1
  72. data/spec/api/access_policies_api_spec.rb +3 -1
  73. data/spec/api/artifacts_api_spec.rb +3 -1
  74. data/spec/api/content_api_spec.rb +4 -1
  75. data/spec/api/contentguards_api_spec.rb +4 -1
  76. data/spec/api/contentguards_content_redirect_api_spec.rb +3 -1
  77. data/spec/api/contentguards_rbac_api_spec.rb +3 -1
  78. data/spec/api/distributions_api_spec.rb +4 -1
  79. data/spec/api/distributions_artifacts_api_spec.rb +3 -1
  80. data/spec/api/domains_api_spec.rb +3 -1
  81. data/spec/api/exporters_filesystem_api_spec.rb +3 -1
  82. data/spec/api/exporters_pulp_api_spec.rb +3 -1
  83. data/spec/api/groups_api_spec.rb +3 -1
  84. data/spec/api/groups_roles_api_spec.rb +3 -1
  85. data/spec/api/importers_pulp_api_spec.rb +3 -1
  86. data/spec/api/publications_api_spec.rb +5 -2
  87. data/spec/api/remotes_api_spec.rb +4 -1
  88. data/spec/api/repositories_api_spec.rb +4 -1
  89. data/spec/api/repository_versions_api_spec.rb +3 -1
  90. data/spec/api/roles_api_spec.rb +3 -1
  91. data/spec/api/signing_services_api_spec.rb +3 -1
  92. data/spec/api/task_schedules_api_spec.rb +3 -1
  93. data/spec/api/tasks_api_spec.rb +4 -2
  94. data/spec/api/uploads_api_spec.rb +3 -1
  95. data/spec/api/users_api_spec.rb +3 -1
  96. data/spec/api/users_roles_api_spec.rb +3 -1
  97. data/spec/api/workers_api_spec.rb +3 -1
  98. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  99. metadata +140 -140
@@ -67,7 +67,9 @@ describe 'DomainsApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering
70
+ # @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)
71
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
71
73
  # @option opts [Array<String>] :fields A list of fields to include in the response.
72
74
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
75
  # @return [PaginatedDomainResponseList]
@@ -67,7 +67,9 @@ describe 'ExportersFilesystemApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering
70
+ # @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)
71
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
71
73
  # @option opts [Array<String>] :fields A list of fields to include in the response.
72
74
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
75
  # @return [PaginatedFilesystemExporterResponseList]
@@ -67,7 +67,9 @@ describe 'ExportersPulpApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering
70
+ # @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)
71
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
71
73
  # @option opts [Array<String>] :fields A list of fields to include in the response.
72
74
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
75
  # @return [PaginatedPulpExporterResponseList]
@@ -81,7 +81,9 @@ describe 'GroupsApi' do
81
81
  # @option opts [String] :name__iexact Filter results where name matches value
82
82
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
83
83
  # @option opts [Integer] :offset The initial index from which to return the results.
84
- # @option opts [Array<String>] :ordering Ordering
84
+ # @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)
85
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
86
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
85
87
  # @option opts [Array<String>] :fields A list of fields to include in the response.
86
88
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
87
89
  # @return [PaginatedGroupResponseList]
@@ -66,7 +66,9 @@ describe 'GroupsRolesApi' do
66
66
  # @option opts [String] :domain Foreign Key referenced by HREF
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
- # @option opts [Array<String>] :ordering Ordering
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>] :pulp_href__in Multiple values may be separated by commas.
71
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
70
72
  # @option opts [String] :role
71
73
  # @option opts [String] :role__contains
72
74
  # @option opts [String] :role__icontains
@@ -67,7 +67,9 @@ describe 'ImportersPulpApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering
70
+ # @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)
71
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
71
73
  # @option opts [Array<String>] :fields A list of fields to include in the response.
72
74
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
75
  # @return [PaginatedPulpImporterResponseList]
@@ -34,19 +34,22 @@ describe 'PublicationsApi' do
34
34
 
35
35
  # unit tests for list
36
36
  # List publications
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.
37
+ # A base class for any publication viewset.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :content Content Unit referenced by HREF
40
40
  # @option opts [String] :content__in Content Unit referenced by HREF
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
- # @option opts [Array<String>] :ordering Ordering
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
44
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
45
45
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
46
46
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
47
47
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
48
48
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
49
49
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
50
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
51
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
52
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
50
53
  # @option opts [String] :repository Repository referenced by HREF
51
54
  # @option opts [String] :repository_version Repository Version referenced by HREF
52
55
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -43,7 +43,9 @@ describe 'RemotesApi' do
43
43
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
44
44
  # @option opts [String] :name__startswith Filter results where name starts with value
45
45
  # @option opts [Integer] :offset The initial index from which to return the results.
46
- # @option opts [Array<String>] :ordering Ordering
46
+ # @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)
47
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
47
49
  # @option opts [String] :pulp_label_select Filter labels by search string
48
50
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
49
51
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -51,6 +53,7 @@ describe 'RemotesApi' do
51
53
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
52
54
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
53
55
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
56
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
54
57
  # @option opts [Array<String>] :fields A list of fields to include in the response.
55
58
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
56
59
  # @return [PaginatedRemoteResponseList]
@@ -43,8 +43,11 @@ describe 'RepositoriesApi' do
43
43
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
44
44
  # @option opts [String] :name__startswith Filter results where name starts with value
45
45
  # @option opts [Integer] :offset The initial index from which to return the results.
46
- # @option opts [Array<String>] :ordering Ordering
46
+ # @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)
47
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
47
49
  # @option opts [String] :pulp_label_select Filter labels by search string
50
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
48
51
  # @option opts [String] :remote Foreign Key referenced by HREF
49
52
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
50
53
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
@@ -34,6 +34,7 @@ describe 'RepositoryVersionsApi' do
34
34
 
35
35
  # unit tests for list
36
36
  # List repository versions
37
+ # A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
37
38
  # @param [Hash] opts the optional parameters
38
39
  # @option opts [String] :content Content Unit referenced by HREF
39
40
  # @option opts [String] :content__in Content Unit referenced by HREF
@@ -45,13 +46,14 @@ describe 'RepositoryVersionsApi' do
45
46
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
46
47
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
47
48
  # @option opts [Integer] :offset The initial index from which to return the results.
48
- # @option opts [Array<String>] :ordering Ordering
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)
49
50
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
50
51
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
51
52
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
52
53
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
53
54
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
54
55
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
56
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
55
57
  # @option opts [Array<String>] :fields A list of fields to include in the response.
56
58
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
57
59
  # @return [PaginatedRepositoryVersionResponseList]
@@ -74,7 +74,9 @@ describe 'RolesApi' do
74
74
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
75
75
  # @option opts [String] :name__startswith Filter results where name starts with value
76
76
  # @option opts [Integer] :offset The initial index from which to return the results.
77
- # @option opts [Array<String>] :ordering Ordering
77
+ # @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)
78
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
79
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
78
80
  # @option opts [Array<String>] :fields A list of fields to include in the response.
79
81
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
80
82
  # @return [PaginatedRoleResponseList]
@@ -39,7 +39,9 @@ describe 'SigningServicesApi' do
39
39
  # @option opts [Integer] :limit Number of results to return per page.
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
- # @option opts [Array<String>] :ordering Ordering
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>] :pulp_href__in Multiple values may be separated by commas.
44
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
43
45
  # @option opts [Array<String>] :fields A list of fields to include in the response.
44
46
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
45
47
  # @return [PaginatedSigningServiceResponseList]
@@ -52,7 +52,9 @@ describe 'TaskSchedulesApi' do
52
52
  # @option opts [String] :name Filter results where name matches value
53
53
  # @option opts [String] :name__contains Filter results where name contains value
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
- # @option opts [Array<String>] :ordering Ordering
55
+ # @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)
56
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
57
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
56
58
  # @option opts [String] :task_name Filter results where task_name matches value
57
59
  # @option opts [String] :task_name__contains Filter results where task_name contains value
58
60
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -77,8 +77,10 @@ describe 'TasksApi' do
77
77
  # @option opts [String] :name__contains Filter results where name contains value
78
78
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
79
79
  # @option opts [Integer] :offset The initial index from which to return the results.
80
- # @option opts [Array<String>] :ordering Ordering
80
+ # @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;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;args&#x60; - Args * &#x60;-args&#x60; - Args (descending) * &#x60;kwargs&#x60; - Kwargs * &#x60;-kwargs&#x60; - Kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
81
81
  # @option opts [String] :parent_task Filter results where parent_task matches value
82
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
83
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
82
84
  # @option opts [String] :reserved_resources
83
85
  # @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
84
86
  # @option opts [Array<String>] :reserved_resources_record
@@ -90,7 +92,7 @@ describe 'TasksApi' do
90
92
  # @option opts [DateTime] :started_at__lt Filter results where started_at is less than value
91
93
  # @option opts [DateTime] :started_at__lte Filter results where started_at is less than or equal to value
92
94
  # @option opts [Array<DateTime>] :started_at__range Filter results where started_at is between two comma separated values
93
- # @option opts [String] :state Filter results where state matches value
95
+ # @option opts [String] :state Filter results where state matches value * &#x60;waiting&#x60; - Waiting * &#x60;skipped&#x60; - Skipped * &#x60;running&#x60; - Running * &#x60;completed&#x60; - Completed * &#x60;failed&#x60; - Failed * &#x60;canceled&#x60; - Canceled * &#x60;canceling&#x60; - Canceling
94
96
  # @option opts [Array<String>] :state__in Filter results where state is in a comma-separated list of values
95
97
  # @option opts [String] :task_group Filter results where task_group matches value
96
98
  # @option opts [String] :worker Filter results where worker matches value
@@ -87,7 +87,9 @@ describe 'UploadsApi' do
87
87
  # @param [Hash] opts the optional parameters
88
88
  # @option opts [Integer] :limit Number of results to return per page.
89
89
  # @option opts [Integer] :offset The initial index from which to return the results.
90
- # @option opts [Array<String>] :ordering Ordering
90
+ # @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)
91
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
92
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
91
93
  # @option opts [Integer] :size Filter results where size matches value
92
94
  # @option opts [Integer] :size__gt Filter results where size is greater than value
93
95
  # @option opts [Integer] :size__lt Filter results where size is less than value
@@ -79,7 +79,9 @@ describe 'UsersApi' do
79
79
  # @option opts [Array<String>] :last_name__in Filter results where last_name is in a comma-separated list of values
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
- # @option opts [Array<String>] :ordering Ordering
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>] :pulp_href__in Multiple values may be separated by commas.
84
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
83
85
  # @option opts [String] :username Filter results where username matches value
84
86
  # @option opts [String] :username__contains Filter results where username contains value
85
87
  # @option opts [String] :username__icontains Filter results where username contains value
@@ -66,7 +66,9 @@ describe 'UsersRolesApi' do
66
66
  # @option opts [String] :domain Foreign Key referenced by HREF
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
- # @option opts [Array<String>] :ordering Ordering
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>] :pulp_href__in Multiple values may be separated by commas.
71
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
70
72
  # @option opts [String] :role
71
73
  # @option opts [String] :role__contains
72
74
  # @option opts [String] :role__icontains
@@ -51,7 +51,9 @@ describe 'WorkersApi' do
51
51
  # @option opts [String] :name__startswith Filter results where name starts with value
52
52
  # @option opts [Integer] :offset The initial index from which to return the results.
53
53
  # @option opts [Boolean] :online
54
- # @option opts [Array<String>] :ordering Ordering
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;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)
55
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
55
57
  # @option opts [Array<String>] :fields A list of fields to include in the response.
56
58
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
57
59
  # @return [PaginatedWorkerResponseList]
@@ -32,43 +32,43 @@ describe 'ArtifactDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "content_guard"' do
35
+ describe 'test attribute "pulp_created"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "name"' do
41
+ describe 'test attribute "base_url"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "base_path"' do
47
+ describe 'test attribute "content_guard"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_created"' do
53
+ describe 'test attribute "pulp_href"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "pulp_href"' do
59
+ describe 'test attribute "pulp_labels"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "base_url"' do
65
+ describe 'test attribute "name"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_labels"' do
71
+ describe 'test attribute "base_path"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end