pulp_rpm_client 3.18.15 → 3.18.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AcsRpmApi.md +6 -2
  4. data/docs/ContentAdvisoriesApi.md +6 -2
  5. data/docs/ContentDistributionTreesApi.md +6 -2
  6. data/docs/ContentModulemdDefaultsApi.md +6 -2
  7. data/docs/ContentModulemdObsoletesApi.md +6 -2
  8. data/docs/ContentModulemdsApi.md +6 -2
  9. data/docs/ContentPackagecategoriesApi.md +6 -2
  10. data/docs/ContentPackageenvironmentsApi.md +6 -2
  11. data/docs/ContentPackagegroupsApi.md +6 -2
  12. data/docs/ContentPackagelangpacksApi.md +6 -2
  13. data/docs/ContentPackagesApi.md +8 -4
  14. data/docs/ContentRepoMetadataFilesApi.md +6 -2
  15. data/docs/DistributionsRpmApi.md +6 -2
  16. data/docs/PatchedrpmRpmRemote.md +1 -1
  17. data/docs/PatchedrpmRpmRepository.md +2 -2
  18. data/docs/PatchedrpmUlnRemote.md +1 -1
  19. data/docs/PublicationsRpmApi.md +6 -2
  20. data/docs/RemotesRpmApi.md +6 -2
  21. data/docs/RemotesUlnApi.md +6 -2
  22. data/docs/RepositoriesRpmApi.md +6 -2
  23. data/docs/RepositoriesRpmVersionsApi.md +4 -2
  24. data/docs/RpmRepositorySyncURL.md +1 -1
  25. data/docs/RpmRpmPublication.md +2 -2
  26. data/docs/RpmRpmPublicationResponse.md +2 -2
  27. data/docs/RpmRpmRemote.md +1 -1
  28. data/docs/RpmRpmRemoteResponse.md +1 -1
  29. data/docs/RpmRpmRepository.md +2 -2
  30. data/docs/RpmRpmRepositoryResponse.md +2 -2
  31. data/docs/RpmUlnRemote.md +1 -1
  32. data/docs/RpmUlnRemoteResponse.md +1 -1
  33. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +8 -2
  34. data/lib/pulp_rpm_client/api/content_advisories_api.rb +8 -2
  35. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +8 -2
  36. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -2
  37. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +8 -2
  38. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +8 -2
  39. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +8 -2
  40. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +8 -2
  41. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +8 -2
  42. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +8 -2
  43. data/lib/pulp_rpm_client/api/content_packages_api.rb +10 -4
  44. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +8 -2
  45. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +8 -2
  46. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +8 -2
  47. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +8 -2
  48. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +8 -2
  49. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +8 -2
  50. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +5 -2
  51. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +1 -1
  52. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -2
  53. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +1 -1
  54. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  55. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
  56. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
  57. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +1 -1
  58. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -1
  59. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -2
  60. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +2 -2
  61. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +1 -1
  62. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -1
  63. data/lib/pulp_rpm_client/version.rb +1 -1
  64. data/spec/api/acs_rpm_api_spec.rb +3 -1
  65. data/spec/api/content_advisories_api_spec.rb +3 -1
  66. data/spec/api/content_distribution_trees_api_spec.rb +3 -1
  67. data/spec/api/content_modulemd_defaults_api_spec.rb +3 -1
  68. data/spec/api/content_modulemd_obsoletes_api_spec.rb +3 -1
  69. data/spec/api/content_modulemds_api_spec.rb +3 -1
  70. data/spec/api/content_packagecategories_api_spec.rb +3 -1
  71. data/spec/api/content_packageenvironments_api_spec.rb +3 -1
  72. data/spec/api/content_packagegroups_api_spec.rb +3 -1
  73. data/spec/api/content_packagelangpacks_api_spec.rb +3 -1
  74. data/spec/api/content_packages_api_spec.rb +4 -2
  75. data/spec/api/content_repo_metadata_files_api_spec.rb +3 -1
  76. data/spec/api/distributions_rpm_api_spec.rb +3 -1
  77. data/spec/api/publications_rpm_api_spec.rb +3 -1
  78. data/spec/api/remotes_rpm_api_spec.rb +3 -1
  79. data/spec/api/remotes_uln_api_spec.rb +3 -1
  80. data/spec/api/repositories_rpm_api_spec.rb +3 -1
  81. data/spec/api/repositories_rpm_versions_api_spec.rb +2 -1
  82. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfa3d8fd3e9e8e3d089c9058b3724509da7f7d2189e53c64da4b657c06957690
4
- data.tar.gz: d9af9ae894f8ef309c00bc5eb99dfd505a2fc6ca38c5de8d43ace85993b5c0ed
3
+ metadata.gz: 8496fe77ac0576e25d89e5b1621b8c311fceeef8f7787d1d62e13b058016bc86
4
+ data.tar.gz: 01b9d9c0dfdd2a70692fb6a955aa477694903997920d5fb0d9ebfb260309bb75
5
5
  SHA512:
6
- metadata.gz: a5e8638ee22eb1a63a65dafce389a0c619296d875305d9d5b797fd10e721a258803716f3d8690cac978f4c3b02029fd6213c80ab8eeb42e361b6de80bb2504f6
7
- data.tar.gz: cc51f1ef8499b6b87b5d3bcf8551a1ecb909a1a74c8ee292a98e4aa5300697a14933a72f4f733a6de39224798b71de85e7478baf180f5a4a301565179127b937
6
+ metadata.gz: 65d9e3fd64ba7ae3fa459bf6a5d76eb7cb4eeb3afe633fcec9d38e58132677a43cb569d2891a957408185cc1a092a8ff977dfcb6c8324e7532521b5f5fb72a5f
7
+ data.tar.gz: 2a37286e512bbc6fe49af9c43efab827b922c23d9b33b00ae451cc1a9f40f72a7a6102151b9e894e09e80dc30f5c2d1a246feada927f0d8733dc1c21383b300a
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.18.15
10
+ - Package version: 3.18.16
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_rpm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_rpm_client-3.18.15.gem
27
+ gem install ./pulp_rpm_client-3.18.16.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.18.15.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.18.16.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_rpm_client', '~> 3.18.15'
36
+ gem 'pulp_rpm_client', '~> 3.18.16'
37
37
 
38
38
  ### Install from Git
39
39
 
data/docs/AcsRpmApi.md CHANGED
@@ -149,7 +149,9 @@ opts = {
149
149
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
150
150
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
151
151
  offset: 56, # Integer | The initial index from which to return the results.
152
- ordering: ['ordering_example'], # Array<String> | Ordering
152
+ 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) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
153
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
154
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
153
155
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
154
156
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
155
157
  }
@@ -175,7 +177,9 @@ Name | Type | Description | Notes
175
177
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
176
178
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
177
179
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
178
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
180
+ **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;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
181
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
182
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
179
183
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
180
184
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
181
185
 
@@ -93,7 +93,9 @@ opts = {
93
93
  id__in: ['id__in_example'], # Array<String> | Filter results where id is in a comma-separated list of values
94
94
  limit: 56, # Integer | Number of results to return per page.
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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `id` - Id * `-id` - Id (descending) * `updated_date` - Updated date * `-updated_date` - Updated date (descending) * `description` - Description * `-description` - Description (descending) * `issued_date` - Issued date * `-issued_date` - Issued date (descending) * `fromstr` - Fromstr * `-fromstr` - Fromstr (descending) * `status` - Status * `-status` - Status (descending) * `title` - Title * `-title` - Title (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `type` - Type * `-type` - Type (descending) * `severity` - Severity * `-severity` - Severity (descending) * `solution` - Solution * `-solution` - Solution (descending) * `release` - Release * `-release` - Release (descending) * `rights` - Rights * `-rights` - Rights (descending) * `reboot_suggested` - Reboot suggested * `-reboot_suggested` - Reboot suggested (descending) * `pushcount` - Pushcount * `-pushcount` - Pushcount (descending) * `digest` - Digest * `-digest` - Digest (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
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
98
100
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
99
101
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -128,7 +130,9 @@ Name | Type | Description | Notes
128
130
  **id__in** | [**Array&lt;String&gt;**](String.md)| Filter results where id is in a comma-separated list of values | [optional]
129
131
  **limit** | **Integer**| Number of results to return per page. | [optional]
130
132
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
131
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
133
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;updated_date&#x60; - Updated date * &#x60;-updated_date&#x60; - Updated date (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;issued_date&#x60; - Issued date * &#x60;-issued_date&#x60; - Issued date (descending) * &#x60;fromstr&#x60; - Fromstr * &#x60;-fromstr&#x60; - Fromstr (descending) * &#x60;status&#x60; - Status * &#x60;-status&#x60; - Status (descending) * &#x60;title&#x60; - Title * &#x60;-title&#x60; - Title (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;severity&#x60; - Severity * &#x60;-severity&#x60; - Severity (descending) * &#x60;solution&#x60; - Solution * &#x60;-solution&#x60; - Solution (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;rights&#x60; - Rights * &#x60;-rights&#x60; - Rights (descending) * &#x60;reboot_suggested&#x60; - Reboot suggested * &#x60;-reboot_suggested&#x60; - Reboot suggested (descending) * &#x60;pushcount&#x60; - Pushcount * &#x60;-pushcount&#x60; - Pushcount (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
134
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
135
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
132
136
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
133
137
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
134
138
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -33,7 +33,9 @@ api_instance = PulpRpmClient::ContentDistributionTreesApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
- ordering: ['ordering_example'], # Array<String> | Ordering
36
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
37
39
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
40
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
41
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
57
59
  ------------- | ------------- | ------------- | -------------
58
60
  **limit** | **Integer**| Number of results to return per page. | [optional]
59
61
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
60
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
62
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
61
65
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
66
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
67
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -89,7 +89,9 @@ opts = {
89
89
  _module: '_module_example', # String | Filter results where module matches value
90
90
  module__in: ['module__in_example'], # Array<String> | Filter results where module is in a comma-separated list of values
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
- ordering: ['ordering_example'], # Array<String> | Ordering
92
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `module` - Module * `-module` - Module (descending) * `stream` - Stream * `-stream` - Stream (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
93
95
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
96
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
97
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -118,7 +120,9 @@ Name | Type | Description | Notes
118
120
  **_module** | **String**| Filter results where module matches value | [optional]
119
121
  **module__in** | [**Array&lt;String&gt;**](String.md)| Filter results where module is in a comma-separated list of values | [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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (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
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
123
127
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
124
128
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -87,7 +87,9 @@ api_instance = PulpRpmClient::ContentModulemdObsoletesApi.new
87
87
  opts = {
88
88
  limit: 56, # Integer | Number of results to return per page.
89
89
  offset: 56, # Integer | The initial index from which to return the results.
90
- ordering: ['ordering_example'], # Array<String> | Ordering
90
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
91
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
92
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
91
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
92
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
93
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -111,7 +113,9 @@ Name | Type | Description | Notes
111
113
  ------------- | ------------- | ------------- | -------------
112
114
  **limit** | **Integer**| Number of results to return per page. | [optional]
113
115
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
114
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
116
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
117
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
118
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
115
119
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
116
120
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
117
121
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -89,7 +89,9 @@ opts = {
89
89
  name: 'name_example', # String | Filter results where name matches value
90
90
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
- ordering: ['ordering_example'], # Array<String> | Ordering
92
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
93
95
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
96
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
97
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -118,7 +120,9 @@ Name | Type | Description | Notes
118
120
  **name** | **String**| Filter results where name matches value | [optional]
119
121
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (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
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
123
127
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
124
128
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -33,7 +33,9 @@ api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
- ordering: ['ordering_example'], # Array<String> | Ordering
36
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
37
39
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
40
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
41
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
57
59
  ------------- | ------------- | ------------- | -------------
58
60
  **limit** | **Integer**| Number of results to return per page. | [optional]
59
61
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
60
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
62
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
61
65
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
66
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
67
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -33,7 +33,9 @@ api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
- ordering: ['ordering_example'], # Array<String> | Ordering
36
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
37
39
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
40
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
41
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
57
59
  ------------- | ------------- | ------------- | -------------
58
60
  **limit** | **Integer**| Number of results to return per page. | [optional]
59
61
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
60
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
62
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
61
65
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
66
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
67
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -33,7 +33,9 @@ api_instance = PulpRpmClient::ContentPackagegroupsApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
- ordering: ['ordering_example'], # Array<String> | Ordering
36
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
37
39
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
40
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
41
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
57
59
  ------------- | ------------- | ------------- | -------------
58
60
  **limit** | **Integer**| Number of results to return per page. | [optional]
59
61
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
60
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
62
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
61
65
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
66
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
67
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -33,7 +33,9 @@ api_instance = PulpRpmClient::ContentPackagelangpacksApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
- ordering: ['ordering_example'], # Array<String> | Ordering
36
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
37
39
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
40
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
41
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
57
59
  ------------- | ------------- | ------------- | -------------
58
60
  **limit** | **Integer**| Number of results to return per page. | [optional]
59
61
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
60
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
62
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
61
65
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
66
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
67
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -98,7 +98,7 @@ opts = {
98
98
  arch: 'arch_example', # String | Filter results where arch matches value
99
99
  arch__in: ['arch__in_example'], # Array<String> | Filter results where arch is in a comma-separated list of values
100
100
  arch__ne: 'arch__ne_example', # String | Filter results where arch not equal to value
101
- checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value
101
+ checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512
102
102
  checksum_type__in: ['checksum_type__in_example'], # Array<String> | Filter results where checksum_type is in a comma-separated list of values
103
103
  checksum_type__ne: 'checksum_type__ne_example', # String | Filter results where checksum_type not equal to value
104
104
  epoch: 'epoch_example', # String | Filter results where epoch matches value
@@ -109,9 +109,11 @@ opts = {
109
109
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
110
110
  name__ne: 'name__ne_example', # String | Filter results where name not equal to value
111
111
  offset: 56, # Integer | The initial index from which to return the results.
112
- ordering: ['ordering_example'], # Array<String> | Ordering
112
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending)
113
113
  pkg_id: 'pkg_id_example', # String | Filter results where pkgId matches value
114
114
  pkg_id__in: ['pkg_id__in_example'], # Array<String> | Filter results where pkgId is in a comma-separated list of values
115
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
116
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
115
117
  release: 'release_example', # String | Filter results where release matches value
116
118
  release__in: ['release__in_example'], # Array<String> | Filter results where release is in a comma-separated list of values
117
119
  release__ne: 'release__ne_example', # String | Filter results where release not equal to value
@@ -143,7 +145,7 @@ Name | Type | Description | Notes
143
145
  **arch** | **String**| Filter results where arch matches value | [optional]
144
146
  **arch__in** | [**Array&lt;String&gt;**](String.md)| Filter results where arch is in a comma-separated list of values | [optional]
145
147
  **arch__ne** | **String**| Filter results where arch not equal to value | [optional]
146
- **checksum_type** | **String**| Filter results where checksum_type matches value | [optional]
148
+ **checksum_type** | **String**| Filter results where checksum_type matches value * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
147
149
  **checksum_type__in** | [**Array&lt;String&gt;**](String.md)| Filter results where checksum_type is in a comma-separated list of values | [optional]
148
150
  **checksum_type__ne** | **String**| Filter results where checksum_type not equal to value | [optional]
149
151
  **epoch** | **String**| Filter results where epoch matches value | [optional]
@@ -154,9 +156,11 @@ Name | Type | Description | Notes
154
156
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
155
157
  **name__ne** | **String**| Filter results where name not equal to value | [optional]
156
158
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
157
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
159
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
158
160
  **pkg_id** | **String**| Filter results where pkgId matches value | [optional]
159
161
  **pkg_id__in** | [**Array&lt;String&gt;**](String.md)| Filter results where pkgId is in a comma-separated list of values | [optional]
162
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
163
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
160
164
  **release** | **String**| Filter results where release matches value | [optional]
161
165
  **release__in** | [**Array&lt;String&gt;**](String.md)| Filter results where release is in a comma-separated list of values | [optional]
162
166
  **release__ne** | **String**| Filter results where release not equal to value | [optional]
@@ -33,7 +33,9 @@ api_instance = PulpRpmClient::ContentRepoMetadataFilesApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
- ordering: ['ordering_example'], # Array<String> | Ordering
36
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
37
39
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
40
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
41
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
57
59
  ------------- | ------------- | ------------- | -------------
58
60
  **limit** | **Integer**| Number of results to return per page. | [optional]
59
61
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
60
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
62
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
61
65
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
66
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
67
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -152,7 +152,9 @@ opts = {
152
152
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
153
153
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
154
154
  offset: 56, # Integer | The initial index from which to return the results.
155
- ordering: ['ordering_example'], # Array<String> | Ordering
155
+ 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) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
156
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
157
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
156
158
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
157
159
  repository: 'repository_example', # String | Filter results where repository matches value
158
160
  repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
@@ -186,7 +188,9 @@ Name | Type | Description | Notes
186
188
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
187
189
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
188
190
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
189
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
191
+ **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;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
192
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
193
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
190
194
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
191
195
  **repository** | **String**| Filter results where repository matches value | [optional]
192
196
  **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. | [optional]
21
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -12,8 +12,8 @@ Name | Type | Description | Notes
12
12
  **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]
13
13
  **metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
14
14
  **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is &#39;0&#39;, which will disable this feature and keep all versions of each package. | [optional]
15
- **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. | [optional]
16
- **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
15
+ **metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
16
+ **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
17
17
  **gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on packages. | [optional] [default to 0]
18
18
  **repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] [default to 0]
19
19
  **sqlite_metadata** | **Boolean** | DEPRECATED: An option specifying whether Pulp should generate SQLite metadata. | [optional] [default to false]
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. | [optional]
21
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: &#39;immediate&#39;, &#39;on_demand&#39;, and &#39;streamed&#39;. &#39;immediate&#39; is the default. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -142,13 +142,15 @@ opts = {
142
142
  content__in: 'content__in_example', # String | Content Unit referenced by HREF
143
143
  limit: 56, # Integer | Number of results to return per page.
144
144
  offset: 56, # Integer | The initial index from which to return the results.
145
- ordering: ['ordering_example'], # Array<String> | Ordering
145
+ 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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
146
146
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
147
147
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
148
148
  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
149
149
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
150
150
  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
151
151
  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
152
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
153
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
152
154
  repository: 'repository_example', # String | Repository referenced by HREF
153
155
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
154
156
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
@@ -173,13 +175,15 @@ Name | Type | Description | Notes
173
175
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
174
176
  **limit** | **Integer**| Number of results to return per page. | [optional]
175
177
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
176
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
178
+ **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;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) | [optional]
177
179
  **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
178
180
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
179
181
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
180
182
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
181
183
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
182
184
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
185
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
186
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
183
187
  **repository** | **String**| Repository referenced by HREF | [optional]
184
188
  **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
185
189
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
@@ -148,7 +148,9 @@ opts = {
148
148
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
149
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
- ordering: ['ordering_example'], # Array<String> | Ordering
151
+ 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)
152
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
153
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
152
154
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
153
155
  pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
154
156
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
@@ -181,7 +183,9 @@ Name | Type | Description | Notes
181
183
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
182
184
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
183
185
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
184
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
186
+ **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]
187
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
188
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
185
189
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
186
190
  **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
187
191
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
@@ -148,7 +148,9 @@ opts = {
148
148
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
149
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
- ordering: ['ordering_example'], # Array<String> | Ordering
151
+ 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)
152
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
153
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
152
154
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
153
155
  pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
154
156
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
@@ -181,7 +183,9 @@ Name | Type | Description | Notes
181
183
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
182
184
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
183
185
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
184
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
186
+ **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]
187
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
188
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
185
189
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
186
190
  **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
187
191
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
@@ -150,7 +150,9 @@ opts = {
150
150
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
151
151
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
152
152
  offset: 56, # Integer | The initial index from which to return the results.
153
- ordering: ['ordering_example'], # Array<String> | Ordering
153
+ 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)
154
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
155
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
154
156
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
155
157
  remote: 'remote_example', # String | Foreign Key referenced by HREF
156
158
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
@@ -186,7 +188,9 @@ Name | Type | Description | Notes
186
188
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
187
189
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
188
190
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
189
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
191
+ **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]
192
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
193
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
190
194
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
191
195
  **remote** | **String**| Foreign Key referenced by HREF | [optional]
192
196
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]