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
data/docs/RemotesApi.md CHANGED
@@ -37,7 +37,9 @@ opts = {
37
37
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
38
38
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
- ordering: ['ordering_example'], # Array<String> | Ordering
40
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
41
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
42
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
41
43
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
42
44
  pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
43
45
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
@@ -45,6 +47,7 @@ opts = {
45
47
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
46
48
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
47
49
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
50
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `file.file` - file.file
48
51
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
49
52
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
50
53
  }
@@ -70,7 +73,9 @@ Name | Type | Description | Notes
70
73
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
71
74
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
72
75
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
73
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
76
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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) | [optional]
77
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
78
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
74
79
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
75
80
  **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
76
81
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
@@ -78,6 +83,7 @@ Name | Type | Description | Notes
78
83
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
79
84
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
80
85
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
86
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;file.file&#x60; - file.file | [optional]
81
87
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
82
88
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
83
89
 
@@ -37,8 +37,11 @@ opts = {
37
37
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
38
38
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
- ordering: ['ordering_example'], # Array<String> | Ordering
40
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
41
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
42
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
41
43
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
44
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `file.file` - file.file
42
45
  remote: 'remote_example', # String | Foreign Key referenced by HREF
43
46
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
44
47
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -73,8 +76,11 @@ Name | Type | Description | Notes
73
76
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
74
77
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
75
78
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
76
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
79
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;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) | [optional]
80
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
81
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
77
82
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
83
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;file.file&#x60; - file.file | [optional]
78
84
  **remote** | **String**| Foreign Key referenced by HREF | [optional]
79
85
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
80
86
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
@@ -14,6 +14,8 @@ Method | HTTP request | Description
14
14
 
15
15
  List repository versions
16
16
 
17
+ A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
18
+
17
19
  ### Example
18
20
 
19
21
  ```ruby
@@ -38,13 +40,14 @@ opts = {
38
40
  number__lte: 56, # Integer | Filter results where number is less than or equal to value
39
41
  number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
40
42
  offset: 56, # Integer | The initial index from which to return the results.
41
- ordering: ['ordering_example'], # Array<String> | Ordering
43
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
42
44
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
43
45
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
44
46
  pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
45
47
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
46
48
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
47
49
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
50
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
48
51
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
49
52
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
50
53
  }
@@ -73,13 +76,14 @@ Name | Type | Description | Notes
73
76
  **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
74
77
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
75
78
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
76
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
79
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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) | [optional]
77
80
  **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
78
81
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
79
82
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
80
83
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
81
84
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
82
85
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
86
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
83
87
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
84
88
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
85
89
 
data/docs/RolesApi.md CHANGED
@@ -154,7 +154,9 @@ opts = {
154
154
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
155
155
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
156
156
  offset: 56, # Integer | The initial index from which to return the results.
157
- ordering: ['ordering_example'], # Array<String> | Ordering
157
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `locked` - Locked * `-locked` - Locked (descending) * `pk` - Pk * `-pk` - Pk (descending)
158
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
159
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
158
160
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
159
161
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
160
162
  }
@@ -187,7 +189,9 @@ Name | Type | Description | Notes
187
189
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
188
190
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
189
191
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
190
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
192
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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) | [optional]
193
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
194
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
191
195
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
192
196
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
193
197
 
@@ -34,7 +34,9 @@ opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  name: 'name_example', # String | Filter results where name matches value
36
36
  offset: 56, # Integer | The initial index from which to return the results.
37
- ordering: ['ordering_example'], # Array<String> | Ordering
37
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `public_key` - Public key * `-public_key` - Public key (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `script` - Script * `-script` - Script (descending) * `pk` - Pk * `-pk` - Pk (descending)
38
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
39
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
38
40
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
39
41
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
40
42
  }
@@ -56,7 +58,9 @@ Name | Type | Description | Notes
56
58
  **limit** | **Integer**| Number of results to return per page. | [optional]
57
59
  **name** | **String**| Filter results where name matches value | [optional]
58
60
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
59
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
61
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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) | [optional]
62
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
63
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
60
64
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
61
65
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
62
66
 
@@ -93,7 +93,9 @@ opts = {
93
93
  name: 'name_example', # String | Filter results where name matches value
94
94
  name__contains: 'name__contains_example', # String | Filter results where name contains value
95
95
  offset: 56, # Integer | The initial index from which to return the results.
96
- ordering: ['ordering_example'], # Array<String> | Ordering
96
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `next_dispatch` - Next dispatch * `-next_dispatch` - Next dispatch (descending) * `dispatch_interval` - Dispatch interval * `-dispatch_interval` - Dispatch interval (descending) * `task_name` - Task name * `-task_name` - Task name (descending) * `pk` - Pk * `-pk` - Pk (descending)
97
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
98
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
97
99
  task_name: 'task_name_example', # String | Filter results where task_name matches value
98
100
  task_name__contains: 'task_name__contains_example', # String | Filter results where task_name contains value
99
101
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
@@ -118,7 +120,9 @@ Name | Type | Description | Notes
118
120
  **name** | **String**| Filter results where name matches value | [optional]
119
121
  **name__contains** | **String**| Filter results where name contains value | [optional]
120
122
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
121
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
123
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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) | [optional]
124
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
122
126
  **task_name** | **String**| Filter results where task_name matches value | [optional]
123
127
  **task_name__contains** | **String**| Filter results where task_name contains value | [optional]
124
128
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
data/docs/TasksApi.md CHANGED
@@ -161,8 +161,10 @@ opts = {
161
161
  name__contains: 'name__contains_example', # String | Filter results where name contains value
162
162
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
163
163
  offset: 56, # Integer | The initial index from which to return the results.
164
- ordering: ['ordering_example'], # Array<String> | Ordering
164
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `args` - Args * `-args` - Args (descending) * `kwargs` - Kwargs * `-kwargs` - Kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `pk` - Pk * `-pk` - Pk (descending)
165
165
  parent_task: 'parent_task_example', # String | Filter results where parent_task matches value
166
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
167
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
166
168
  reserved_resources: 'reserved_resources_example', # String |
167
169
  reserved_resources__in: ['reserved_resources__in_example'], # Array<String> | Multiple values may be separated by commas.
168
170
  reserved_resources_record: ['reserved_resources_record_example'], # Array<String> |
@@ -174,7 +176,7 @@ opts = {
174
176
  started_at__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at is less than value
175
177
  started_at__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at is less than or equal to value
176
178
  started_at__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where started_at is between two comma separated values
177
- state: 'state_example', # String | Filter results where state matches value
179
+ state: 'state_example', # String | Filter results where state matches value * `waiting` - Waiting * `skipped` - Skipped * `running` - Running * `completed` - Completed * `failed` - Failed * `canceled` - Canceled * `canceling` - Canceling
178
180
  state__in: ['state__in_example'], # Array<String> | Filter results where state is in a comma-separated list of values
179
181
  task_group: 'task_group_example', # String | Filter results where task_group matches value
180
182
  worker: 'worker_example', # String | Filter results where worker matches value
@@ -214,8 +216,10 @@ Name | Type | Description | Notes
214
216
  **name__contains** | **String**| Filter results where name contains value | [optional]
215
217
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
216
218
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
217
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
219
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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) | [optional]
218
220
  **parent_task** | **String**| Filter results where parent_task matches value | [optional]
221
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
222
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
219
223
  **reserved_resources** | **String**| | [optional]
220
224
  **reserved_resources__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
221
225
  **reserved_resources_record** | [**Array&lt;String&gt;**](String.md)| | [optional]
@@ -227,7 +231,7 @@ Name | Type | Description | Notes
227
231
  **started_at__lt** | **DateTime**| Filter results where started_at is less than value | [optional]
228
232
  **started_at__lte** | **DateTime**| Filter results where started_at is less than or equal to value | [optional]
229
233
  **started_at__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where started_at is between two comma separated values | [optional]
230
- **state** | **String**| Filter results where state matches value | [optional]
234
+ **state** | **String**| 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 | [optional]
231
235
  **state__in** | [**Array&lt;String&gt;**](String.md)| Filter results where state is in a comma-separated list of values | [optional]
232
236
  **task_group** | **String**| Filter results where task_group matches value | [optional]
233
237
  **worker** | **String**| Filter results where worker matches value | [optional]
data/docs/UploadsApi.md CHANGED
@@ -255,7 +255,9 @@ api_instance = PulpcoreClient::UploadsApi.new
255
255
  opts = {
256
256
  limit: 56, # Integer | Number of results to return per page.
257
257
  offset: 56, # Integer | The initial index from which to return the results.
258
- ordering: ['ordering_example'], # Array<String> | Ordering
258
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
259
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
260
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
259
261
  size: 56, # Integer | Filter results where size matches value
260
262
  size__gt: 56, # Integer | Filter results where size is greater than value
261
263
  size__lt: 56, # Integer | Filter results where size is less than value
@@ -280,7 +282,9 @@ Name | Type | Description | Notes
280
282
  ------------- | ------------- | ------------- | -------------
281
283
  **limit** | **Integer**| Number of results to return per page. | [optional]
282
284
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
283
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
285
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
286
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
287
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
284
288
  **size** | **Integer**| Filter results where size matches value | [optional]
285
289
  **size__gt** | **Integer**| Filter results where size is greater than value | [optional]
286
290
  **size__lt** | **Integer**| Filter results where size is less than value | [optional]
data/docs/UsersApi.md CHANGED
@@ -159,7 +159,9 @@ opts = {
159
159
  last_name__in: ['last_name__in_example'], # Array<String> | Filter results where last_name is in a comma-separated list of values
160
160
  limit: 56, # Integer | Number of results to return per page.
161
161
  offset: 56, # Integer | The initial index from which to return the results.
162
- ordering: ['ordering_example'], # Array<String> | Ordering
162
+ ordering: ['ordering_example'], # Array<String> | Ordering * `id` - Id * `-id` - Id (descending) * `password` - Password * `-password` - Password (descending) * `last_login` - Last login * `-last_login` - Last login (descending) * `is_superuser` - Is superuser * `-is_superuser` - Is superuser (descending) * `username` - Username * `-username` - Username (descending) * `first_name` - First name * `-first_name` - First name (descending) * `last_name` - Last name * `-last_name` - Last name (descending) * `email` - Email * `-email` - Email (descending) * `is_staff` - Is staff * `-is_staff` - Is staff (descending) * `is_active` - Is active * `-is_active` - Is active (descending) * `date_joined` - Date joined * `-date_joined` - Date joined (descending) * `pk` - Pk * `-pk` - Pk (descending)
163
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
164
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
163
165
  username: 'username_example', # String | Filter results where username matches value
164
166
  username__contains: 'username__contains_example', # String | Filter results where username contains value
165
167
  username__icontains: 'username__icontains_example', # String | Filter results where username contains value
@@ -202,7 +204,9 @@ Name | Type | Description | Notes
202
204
  **last_name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where last_name is in a comma-separated list of values | [optional]
203
205
  **limit** | **Integer**| Number of results to return per page. | [optional]
204
206
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
205
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
207
+ **ordering** | [**Array&lt;String&gt;**](String.md)| 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) | [optional]
208
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
209
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
206
210
  **username** | **String**| Filter results where username matches value | [optional]
207
211
  **username__contains** | **String**| Filter results where username contains value | [optional]
208
212
  **username__icontains** | **String**| Filter results where username contains value | [optional]
@@ -145,7 +145,9 @@ opts = {
145
145
  domain: 'domain_example', # String | Foreign Key referenced by HREF
146
146
  limit: 56, # Integer | Number of results to return per page.
147
147
  offset: 56, # Integer | The initial index from which to return the results.
148
- ordering: ['ordering_example'], # Array<String> | Ordering
148
+ ordering: ['ordering_example'], # Array<String> | Ordering * `role` - Role * `-role` - Role (descending) * `description` - Description * `-description` - Description (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pk` - Pk * `-pk` - Pk (descending)
149
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
150
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
149
151
  role: 'role_example', # String |
150
152
  role__contains: 'role__contains_example', # String |
151
153
  role__icontains: 'role__icontains_example', # String |
@@ -174,7 +176,9 @@ Name | Type | Description | Notes
174
176
  **domain** | **String**| Foreign Key referenced by HREF | [optional]
175
177
  **limit** | **Integer**| Number of results to return per page. | [optional]
176
178
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
177
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
179
+ **ordering** | [**Array&lt;String&gt;**](String.md)| 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) | [optional]
180
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
181
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
178
182
  **role** | **String**| | [optional]
179
183
  **role__contains** | **String**| | [optional]
180
184
  **role__icontains** | **String**| | [optional]
data/docs/WorkersApi.md CHANGED
@@ -46,7 +46,9 @@ opts = {
46
46
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
47
47
  offset: 56, # Integer | The initial index from which to return the results.
48
48
  online: true, # Boolean |
49
- ordering: ['ordering_example'], # Array<String> | Ordering
49
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
50
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
51
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
50
52
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
51
53
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
52
54
  }
@@ -80,7 +82,9 @@ Name | Type | Description | Notes
80
82
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
81
83
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
82
84
  **online** | **Boolean**| | [optional]
83
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
85
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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) | [optional]
86
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
87
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
84
88
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
85
89
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
86
90
 
@@ -25,7 +25,9 @@ module PulpcoreClient
25
25
  # @option opts [Boolean] :customized Filter results where customized matches value
26
26
  # @option opts [Integer] :limit Number of results to return per page.
27
27
  # @option opts [Integer] :offset The initial index from which to return the results.
28
- # @option opts [Array<String>] :ordering Ordering
28
+ # @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)
29
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
30
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
29
31
  # @option opts [String] :viewset_name Filter results where viewset_name matches value
30
32
  # @option opts [String] :viewset_name__contains Filter results where viewset_name contains value
31
33
  # @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
@@ -45,7 +47,9 @@ module PulpcoreClient
45
47
  # @option opts [Boolean] :customized Filter results where customized matches value
46
48
  # @option opts [Integer] :limit Number of results to return per page.
47
49
  # @option opts [Integer] :offset The initial index from which to return the results.
48
- # @option opts [Array<String>] :ordering Ordering
50
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;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)
51
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
49
53
  # @option opts [String] :viewset_name Filter results where viewset_name matches value
50
54
  # @option opts [String] :viewset_name__contains Filter results where viewset_name contains value
51
55
  # @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
@@ -71,6 +75,8 @@ module PulpcoreClient
71
75
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
72
76
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
73
77
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
78
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
79
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
74
80
  query_params[:'viewset_name'] = opts[:'viewset_name'] if !opts[:'viewset_name'].nil?
75
81
  query_params[:'viewset_name__contains'] = opts[:'viewset_name__contains'] if !opts[:'viewset_name__contains'].nil?
76
82
  query_params[:'viewset_name__icontains'] = opts[:'viewset_name__icontains'] if !opts[:'viewset_name__icontains'].nil?
@@ -195,7 +195,9 @@ module PulpcoreClient
195
195
  # @option opts [Integer] :limit Number of results to return per page.
196
196
  # @option opts [String] :md5 Filter results where md5 matches value
197
197
  # @option opts [Integer] :offset The initial index from which to return the results.
198
- # @option opts [Array<String>] :ordering Ordering
198
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;file&#x60; - File * &#x60;-file&#x60; - File (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;md5&#x60; - Md5 * &#x60;-md5&#x60; - Md5 (descending) * &#x60;sha1&#x60; - Sha1 * &#x60;-sha1&#x60; - Sha1 (descending) * &#x60;sha224&#x60; - Sha224 * &#x60;-sha224&#x60; - Sha224 (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;sha384&#x60; - Sha384 * &#x60;-sha384&#x60; - Sha384 (descending) * &#x60;sha512&#x60; - Sha512 * &#x60;-sha512&#x60; - Sha512 (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
199
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
200
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
199
201
  # @option opts [String] :repository_version Repository Version referenced by HREF
200
202
  # @option opts [String] :sha1 Filter results where sha1 matches value
201
203
  # @option opts [String] :sha224 Filter results where sha224 matches value
@@ -216,7 +218,9 @@ module PulpcoreClient
216
218
  # @option opts [Integer] :limit Number of results to return per page.
217
219
  # @option opts [String] :md5 Filter results where md5 matches value
218
220
  # @option opts [Integer] :offset The initial index from which to return the results.
219
- # @option opts [Array<String>] :ordering Ordering
221
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;file&#x60; - File * &#x60;-file&#x60; - File (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;md5&#x60; - Md5 * &#x60;-md5&#x60; - Md5 (descending) * &#x60;sha1&#x60; - Sha1 * &#x60;-sha1&#x60; - Sha1 (descending) * &#x60;sha224&#x60; - Sha224 * &#x60;-sha224&#x60; - Sha224 (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;sha384&#x60; - Sha384 * &#x60;-sha384&#x60; - Sha384 (descending) * &#x60;sha512&#x60; - Sha512 * &#x60;-sha512&#x60; - Sha512 (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
222
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
223
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
220
224
  # @option opts [String] :repository_version Repository Version referenced by HREF
221
225
  # @option opts [String] :sha1 Filter results where sha1 matches value
222
226
  # @option opts [String] :sha224 Filter results where sha224 matches value
@@ -243,6 +247,8 @@ module PulpcoreClient
243
247
  query_params[:'md5'] = opts[:'md5'] if !opts[:'md5'].nil?
244
248
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
245
249
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
250
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
251
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
246
252
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
247
253
  query_params[:'sha1'] = opts[:'sha1'] if !opts[:'sha1'].nil?
248
254
  query_params[:'sha224'] = opts[:'sha224'] if !opts[:'sha224'].nil?
@@ -24,7 +24,10 @@ module PulpcoreClient
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Integer] :limit Number of results to return per page.
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
- # @option opts [Array<String>] :ordering Ordering
27
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
28
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
29
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
30
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -41,7 +44,10 @@ module PulpcoreClient
41
44
  # @param [Hash] opts the optional parameters
42
45
  # @option opts [Integer] :limit Number of results to return per page.
43
46
  # @option opts [Integer] :offset The initial index from which to return the results.
44
- # @option opts [Array<String>] :ordering Ordering
47
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
48
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
49
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
45
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -56,6 +62,10 @@ module PulpcoreClient
56
62
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
57
63
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
58
64
  end
65
+ allowable_values = ["core.publishedmetadata", "file.file"]
66
+ if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
67
+ fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
68
+ end
59
69
  # resource path
60
70
  local_var_path = '/pulp/api/v3/content/'
61
71
 
@@ -64,6 +74,9 @@ module PulpcoreClient
64
74
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
65
75
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
66
76
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
77
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
78
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
79
+ query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
67
80
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
68
81
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
69
82
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -29,7 +29,10 @@ module PulpcoreClient
29
29
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
30
30
  # @option opts [String] :name__startswith Filter results where name starts with value
31
31
  # @option opts [Integer] :offset The initial index from which to return the results.
32
- # @option opts [Array<String>] :ordering Ordering
32
+ # @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)
33
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
34
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
35
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
33
36
  # @option opts [Array<String>] :fields A list of fields to include in the response.
34
37
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
35
38
  # @return [PaginatedContentGuardResponseList]
@@ -48,7 +51,10 @@ module PulpcoreClient
48
51
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
49
52
  # @option opts [String] :name__startswith Filter results where name starts with value
50
53
  # @option opts [Integer] :offset The initial index from which to return the results.
51
- # @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;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)
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.
57
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
52
58
  # @option opts [Array<String>] :fields A list of fields to include in the response.
53
59
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
54
60
  # @return [Array<(PaginatedContentGuardResponseList, Integer, Hash)>] PaginatedContentGuardResponseList data, response status code and response headers
@@ -60,6 +66,10 @@ module PulpcoreClient
60
66
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
61
67
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
62
68
  end
69
+ allowable_values = ["certguard.rhsm", "certguard.x509", "core.content_redirect", "core.rbac"]
70
+ if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
71
+ fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
72
+ end
63
73
  # resource path
64
74
  local_var_path = '/pulp/api/v3/contentguards/'
65
75
 
@@ -73,6 +83,9 @@ module PulpcoreClient
73
83
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
74
84
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
75
85
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
86
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
87
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
88
+ query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
76
89
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
77
90
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
78
91
 
@@ -221,7 +221,9 @@ module PulpcoreClient
221
221
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
222
222
  # @option opts [String] :name__startswith Filter results where name starts with value
223
223
  # @option opts [Integer] :offset The initial index from which to return the results.
224
- # @option opts [Array<String>] :ordering Ordering
224
+ # @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)
225
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
226
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
225
227
  # @option opts [Array<String>] :fields A list of fields to include in the response.
226
228
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
227
229
  # @return [PaginatedContentRedirectContentGuardResponseList]
@@ -240,7 +242,9 @@ module PulpcoreClient
240
242
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
241
243
  # @option opts [String] :name__startswith Filter results where name starts with value
242
244
  # @option opts [Integer] :offset The initial index from which to return the results.
243
- # @option opts [Array<String>] :ordering Ordering
245
+ # @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)
246
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
247
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
244
248
  # @option opts [Array<String>] :fields A list of fields to include in the response.
245
249
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
246
250
  # @return [Array<(PaginatedContentRedirectContentGuardResponseList, Integer, Hash)>] PaginatedContentRedirectContentGuardResponseList data, response status code and response headers
@@ -265,6 +269,8 @@ module PulpcoreClient
265
269
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
266
270
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
267
271
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
272
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
273
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
268
274
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
269
275
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
270
276
 
@@ -221,7 +221,9 @@ module PulpcoreClient
221
221
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
222
222
  # @option opts [String] :name__startswith Filter results where name starts with value
223
223
  # @option opts [Integer] :offset The initial index from which to return the results.
224
- # @option opts [Array<String>] :ordering Ordering
224
+ # @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)
225
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
226
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
225
227
  # @option opts [Array<String>] :fields A list of fields to include in the response.
226
228
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
227
229
  # @return [PaginatedRBACContentGuardResponseList]
@@ -240,7 +242,9 @@ module PulpcoreClient
240
242
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
241
243
  # @option opts [String] :name__startswith Filter results where name starts with value
242
244
  # @option opts [Integer] :offset The initial index from which to return the results.
243
- # @option opts [Array<String>] :ordering Ordering
245
+ # @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)
246
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
247
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
244
248
  # @option opts [Array<String>] :fields A list of fields to include in the response.
245
249
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
246
250
  # @return [Array<(PaginatedRBACContentGuardResponseList, Integer, Hash)>] PaginatedRBACContentGuardResponseList data, response status code and response headers
@@ -265,6 +269,8 @@ module PulpcoreClient
265
269
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
266
270
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
267
271
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
272
+ query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
273
+ query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
268
274
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
269
275
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
270
276