pulp_rpm_client 3.18.20 → 3.19.0.dev1662960501

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_rpm_client might be problematic. Click here for more details.

Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. data/docs/AcsRpmApi.md +12 -16
  4. data/docs/ContentAdvisoriesApi.md +10 -14
  5. data/docs/ContentDistributionTreesApi.md +10 -14
  6. data/docs/ContentModulemdDefaultsApi.md +10 -14
  7. data/docs/ContentModulemdObsoletesApi.md +10 -14
  8. data/docs/ContentModulemdsApi.md +10 -14
  9. data/docs/ContentPackagecategoriesApi.md +10 -14
  10. data/docs/ContentPackageenvironmentsApi.md +10 -14
  11. data/docs/ContentPackagegroupsApi.md +10 -14
  12. data/docs/ContentPackagelangpacksApi.md +10 -14
  13. data/docs/ContentPackagesApi.md +12 -16
  14. data/docs/ContentRepoMetadataFilesApi.md +10 -14
  15. data/docs/DistributionsRpmApi.md +14 -22
  16. data/docs/PatchedrpmRpmDistribution.md +1 -1
  17. data/docs/PatchedrpmRpmRemote.md +2 -2
  18. data/docs/PatchedrpmRpmRepository.md +4 -4
  19. data/docs/PatchedrpmUlnRemote.md +2 -2
  20. data/docs/PublicationsRpmApi.md +12 -16
  21. data/docs/RemotesRpmApi.md +14 -18
  22. data/docs/RemotesUlnApi.md +14 -18
  23. data/docs/RepositoriesRpmApi.md +13 -33
  24. data/docs/RepositoriesRpmVersionsApi.md +14 -16
  25. data/docs/RepositoryAddRemoveContent.md +2 -2
  26. data/docs/RpmRepositorySyncURL.md +1 -1
  27. data/docs/RpmRpmDistribution.md +1 -1
  28. data/docs/RpmRpmDistributionResponse.md +1 -1
  29. data/docs/RpmRpmPublication.md +2 -2
  30. data/docs/RpmRpmPublicationResponse.md +2 -2
  31. data/docs/RpmRpmRemote.md +2 -2
  32. data/docs/RpmRpmRemoteResponse.md +2 -4
  33. data/docs/RpmRpmRepository.md +4 -4
  34. data/docs/RpmRpmRepositoryResponse.md +4 -4
  35. data/docs/RpmUlnRemote.md +2 -2
  36. data/docs/RpmUlnRemoteResponse.md +2 -4
  37. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +17 -23
  38. data/lib/pulp_rpm_client/api/content_advisories_api.rb +15 -21
  39. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +14 -20
  40. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +15 -21
  41. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +14 -20
  42. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +15 -21
  43. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +14 -20
  44. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +14 -20
  45. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +14 -20
  46. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +14 -20
  47. data/lib/pulp_rpm_client/api/content_packages_api.rb +17 -23
  48. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +14 -20
  49. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +19 -31
  50. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +17 -23
  51. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +19 -25
  52. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +19 -25
  53. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +17 -47
  54. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +19 -22
  55. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +2 -4
  56. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +3 -5
  57. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +5 -7
  58. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +3 -5
  59. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +2 -2
  60. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  61. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +2 -4
  62. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +2 -4
  63. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
  64. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
  65. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +3 -5
  66. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +4 -18
  67. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +5 -7
  68. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +5 -7
  69. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +3 -5
  70. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +4 -18
  71. data/lib/pulp_rpm_client/models/skip_types_enum.rb +0 -1
  72. data/lib/pulp_rpm_client/version.rb +1 -1
  73. data/lib/pulp_rpm_client.rb +0 -1
  74. data/spec/api/acs_rpm_api_spec.rb +6 -8
  75. data/spec/api/content_advisories_api_spec.rb +5 -7
  76. data/spec/api/content_distribution_trees_api_spec.rb +5 -7
  77. data/spec/api/content_modulemd_defaults_api_spec.rb +5 -7
  78. data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -7
  79. data/spec/api/content_modulemds_api_spec.rb +5 -7
  80. data/spec/api/content_packagecategories_api_spec.rb +5 -7
  81. data/spec/api/content_packageenvironments_api_spec.rb +5 -7
  82. data/spec/api/content_packagegroups_api_spec.rb +5 -7
  83. data/spec/api/content_packagelangpacks_api_spec.rb +5 -7
  84. data/spec/api/content_packages_api_spec.rb +6 -8
  85. data/spec/api/content_repo_metadata_files_api_spec.rb +5 -7
  86. data/spec/api/distributions_rpm_api_spec.rb +7 -11
  87. data/spec/api/publications_rpm_api_spec.rb +6 -8
  88. data/spec/api/remotes_rpm_api_spec.rb +7 -9
  89. data/spec/api/remotes_uln_api_spec.rb +7 -9
  90. data/spec/api/repositories_rpm_api_spec.rb +6 -16
  91. data/spec/api/repositories_rpm_versions_api_spec.rb +7 -8
  92. data/spec/models/rpm_rpm_remote_response_spec.rb +0 -6
  93. data/spec/models/rpm_uln_remote_response_spec.rb +0 -6
  94. metadata +75 -79
  95. data/docs/RpmRpmRemoteResponseHiddenFields.md +0 -19
  96. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +0 -215
  97. data/spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb +0 -47
@@ -33,14 +33,12 @@ 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 * `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.
36
+ ordering: ['ordering_example'], # Array<String> | Ordering
39
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
40
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
41
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
42
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
43
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
40
+ fields: 'fields_example', # String | A list of fields to include in the response.
41
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
44
42
  }
45
43
 
46
44
  begin
@@ -59,14 +57,12 @@ Name | Type | Description | Notes
59
57
  ------------- | ------------- | ------------- | -------------
60
58
  **limit** | **Integer**| Number of results to return per page. | [optional]
61
59
  **offset** | **Integer**| The initial index from which to return the results. | [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]
60
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
65
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
66
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
67
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
68
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
69
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
64
+ **fields** | **String**| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
70
66
 
71
67
  ### Return type
72
68
 
@@ -105,8 +101,8 @@ end
105
101
  api_instance = PulpRpmClient::ContentPackagegroupsApi.new
106
102
  rpm_package_group_href = 'rpm_package_group_href_example' # String |
107
103
  opts = {
108
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
104
+ fields: 'fields_example', # String | A list of fields to include in the response.
105
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
110
106
  }
111
107
 
112
108
  begin
@@ -124,8 +120,8 @@ end
124
120
  Name | Type | Description | Notes
125
121
  ------------- | ------------- | ------------- | -------------
126
122
  **rpm_package_group_href** | **String**| |
127
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
128
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
123
+ **fields** | **String**| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
129
125
 
130
126
  ### Return type
131
127
 
@@ -33,14 +33,12 @@ 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 * `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.
36
+ ordering: ['ordering_example'], # Array<String> | Ordering
39
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
40
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
41
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
42
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
43
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
40
+ fields: 'fields_example', # String | A list of fields to include in the response.
41
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
44
42
  }
45
43
 
46
44
  begin
@@ -59,14 +57,12 @@ Name | Type | Description | Notes
59
57
  ------------- | ------------- | ------------- | -------------
60
58
  **limit** | **Integer**| Number of results to return per page. | [optional]
61
59
  **offset** | **Integer**| The initial index from which to return the results. | [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]
60
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
65
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
66
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
67
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
68
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
69
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
64
+ **fields** | **String**| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
70
66
 
71
67
  ### Return type
72
68
 
@@ -105,8 +101,8 @@ end
105
101
  api_instance = PulpRpmClient::ContentPackagelangpacksApi.new
106
102
  rpm_package_langpacks_href = 'rpm_package_langpacks_href_example' # String |
107
103
  opts = {
108
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
104
+ fields: 'fields_example', # String | A list of fields to include in the response.
105
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
110
106
  }
111
107
 
112
108
  begin
@@ -124,8 +120,8 @@ end
124
120
  Name | Type | Description | Notes
125
121
  ------------- | ------------- | ------------- | -------------
126
122
  **rpm_package_langpacks_href** | **String**| |
127
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
128
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
123
+ **fields** | **String**| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
129
125
 
130
126
  ### Return type
131
127
 
@@ -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 * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512
101
+ checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value
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,11 +109,9 @@ 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 * `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)
112
+ ordering: ['ordering_example'], # Array<String> | Ordering
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.
117
115
  release: 'release_example', # String | Filter results where release matches value
118
116
  release__in: ['release__in_example'], # Array<String> | Filter results where release is in a comma-separated list of values
119
117
  release__ne: 'release__ne_example', # String | Filter results where release not equal to value
@@ -124,8 +122,8 @@ opts = {
124
122
  version: 'version_example', # String | Filter results where version matches value
125
123
  version__in: ['version__in_example'], # Array<String> | Filter results where version is in a comma-separated list of values
126
124
  version__ne: 'version__ne_example', # String | Filter results where version not equal to value
127
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
128
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
125
+ fields: 'fields_example', # String | A list of fields to include in the response.
126
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
129
127
  }
130
128
 
131
129
  begin
@@ -145,7 +143,7 @@ Name | Type | Description | Notes
145
143
  **arch** | **String**| Filter results where arch matches value | [optional]
146
144
  **arch__in** | [**Array&lt;String&gt;**](String.md)| Filter results where arch is in a comma-separated list of values | [optional]
147
145
  **arch__ne** | **String**| Filter results where arch not equal to 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]
146
+ **checksum_type** | **String**| Filter results where checksum_type matches value | [optional]
149
147
  **checksum_type__in** | [**Array&lt;String&gt;**](String.md)| Filter results where checksum_type is in a comma-separated list of values | [optional]
150
148
  **checksum_type__ne** | **String**| Filter results where checksum_type not equal to value | [optional]
151
149
  **epoch** | **String**| Filter results where epoch matches value | [optional]
@@ -156,11 +154,9 @@ Name | Type | Description | Notes
156
154
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
157
155
  **name__ne** | **String**| Filter results where name not equal to value | [optional]
158
156
  **offset** | **Integer**| The initial index from which to return the results. | [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]
157
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
160
158
  **pkg_id** | **String**| Filter results where pkgId matches value | [optional]
161
159
  **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]
164
160
  **release** | **String**| Filter results where release matches value | [optional]
165
161
  **release__in** | [**Array&lt;String&gt;**](String.md)| Filter results where release is in a comma-separated list of values | [optional]
166
162
  **release__ne** | **String**| Filter results where release not equal to value | [optional]
@@ -171,8 +167,8 @@ Name | Type | Description | Notes
171
167
  **version** | **String**| Filter results where version matches value | [optional]
172
168
  **version__in** | [**Array&lt;String&gt;**](String.md)| Filter results where version is in a comma-separated list of values | [optional]
173
169
  **version__ne** | **String**| Filter results where version not equal to value | [optional]
174
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
175
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
170
+ **fields** | **String**| A list of fields to include in the response. | [optional]
171
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
176
172
 
177
173
  ### Return type
178
174
 
@@ -211,8 +207,8 @@ end
211
207
  api_instance = PulpRpmClient::ContentPackagesApi.new
212
208
  rpm_package_href = 'rpm_package_href_example' # String |
213
209
  opts = {
214
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
215
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
210
+ fields: 'fields_example', # String | A list of fields to include in the response.
211
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
216
212
  }
217
213
 
218
214
  begin
@@ -230,8 +226,8 @@ end
230
226
  Name | Type | Description | Notes
231
227
  ------------- | ------------- | ------------- | -------------
232
228
  **rpm_package_href** | **String**| |
233
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
234
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
229
+ **fields** | **String**| A list of fields to include in the response. | [optional]
230
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
235
231
 
236
232
  ### Return type
237
233
 
@@ -33,14 +33,12 @@ 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 * `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.
36
+ ordering: ['ordering_example'], # Array<String> | Ordering
39
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
40
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
41
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
42
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
43
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
40
+ fields: 'fields_example', # String | A list of fields to include in the response.
41
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
44
42
  }
45
43
 
46
44
  begin
@@ -59,14 +57,12 @@ Name | Type | Description | Notes
59
57
  ------------- | ------------- | ------------- | -------------
60
58
  **limit** | **Integer**| Number of results to return per page. | [optional]
61
59
  **offset** | **Integer**| The initial index from which to return the results. | [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]
60
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
65
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
66
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
67
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
68
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
69
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
64
+ **fields** | **String**| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
70
66
 
71
67
  ### Return type
72
68
 
@@ -105,8 +101,8 @@ end
105
101
  api_instance = PulpRpmClient::ContentRepoMetadataFilesApi.new
106
102
  rpm_repo_metadata_file_href = 'rpm_repo_metadata_file_href_example' # String |
107
103
  opts = {
108
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
109
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
104
+ fields: 'fields_example', # String | A list of fields to include in the response.
105
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
110
106
  }
111
107
 
112
108
  begin
@@ -124,8 +120,8 @@ end
124
120
  Name | Type | Description | Notes
125
121
  ------------- | ------------- | ------------- | -------------
126
122
  **rpm_repo_metadata_file_href** | **String**| |
127
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
128
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
123
+ **fields** | **String**| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
129
125
 
130
126
  ### Return type
131
127
 
@@ -141,26 +141,22 @@ end
141
141
 
142
142
  api_instance = PulpRpmClient::DistributionsRpmApi.new
143
143
  opts = {
144
- base_path: 'base_path_example', # String | Filter results where base_path matches value
144
+ base_path: 'base_path_example', # String |
145
145
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
146
146
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
147
147
  base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
148
148
  limit: 56, # Integer | Number of results to return per page.
149
- name: 'name_example', # String | Filter results where name matches value
149
+ name: 'name_example', # String |
150
150
  name__contains: 'name__contains_example', # String | Filter results where name contains value
151
151
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
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 * `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.
155
+ ordering: ['ordering_example'], # Array<String> | Ordering
158
156
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
159
- repository: 'repository_example', # String | Filter results where repository matches value
160
- repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
161
157
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
162
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
163
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
158
+ fields: 'fields_example', # String | A list of fields to include in the response.
159
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
164
160
  }
165
161
 
166
162
  begin
@@ -177,26 +173,22 @@ end
177
173
 
178
174
  Name | Type | Description | Notes
179
175
  ------------- | ------------- | ------------- | -------------
180
- **base_path** | **String**| Filter results where base_path matches value | [optional]
176
+ **base_path** | **String**| | [optional]
181
177
  **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
182
178
  **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
183
179
  **base_path__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
184
180
  **limit** | **Integer**| Number of results to return per page. | [optional]
185
- **name** | **String**| Filter results where name matches value | [optional]
181
+ **name** | **String**| | [optional]
186
182
  **name__contains** | **String**| Filter results where name contains value | [optional]
187
183
  **name__icontains** | **String**| Filter results where name contains value | [optional]
188
184
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
189
185
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
190
186
  **offset** | **Integer**| The initial index from which to return the results. | [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]
187
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
194
188
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
195
- **repository** | **String**| Filter results where repository matches value | [optional]
196
- **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
197
189
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
198
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
199
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
190
+ **fields** | **String**| A list of fields to include in the response. | [optional]
191
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
200
192
 
201
193
  ### Return type
202
194
 
@@ -290,8 +282,8 @@ end
290
282
  api_instance = PulpRpmClient::DistributionsRpmApi.new
291
283
  rpm_rpm_distribution_href = 'rpm_rpm_distribution_href_example' # String |
292
284
  opts = {
293
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
294
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
285
+ fields: 'fields_example', # String | A list of fields to include in the response.
286
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
295
287
  }
296
288
 
297
289
  begin
@@ -309,8 +301,8 @@ end
309
301
  Name | Type | Description | Notes
310
302
  ------------- | ------------- | ------------- | -------------
311
303
  **rpm_rpm_distribution_href** | **String**| |
312
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
313
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
304
+ **fields** | **String**| A list of fields to include in the response. | [optional]
305
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
314
306
 
315
307
  ### Return type
316
308
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
8
8
  **content_guard** | **String** | An optional content-guard. | [optional]
9
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
9
+ **pulp_labels** | [**Object**](.md) | | [optional]
10
10
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
11
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
12
  **publication** | **String** | Publication to be served | [optional]
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
15
15
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
17
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
18
+ **pulp_labels** | [**Object**](.md) | | [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. * &#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]
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]
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]
@@ -4,16 +4,16 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
7
+ **pulp_labels** | [**Object**](.md) | | [optional]
8
8
  **name** | **String** | A unique name for this repository. | [optional]
9
9
  **description** | **String** | An optional description. | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
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. * &#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]
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]
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]
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
15
15
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | Your ULN account username. | [optional]
17
17
  **password** | **String** | Your ULN account password. | [optional]
18
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
18
+ **pulp_labels** | [**Object**](.md) | | [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. * &#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]
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]
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,19 +142,17 @@ 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 * `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
- pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
145
+ ordering: ['ordering_example'], # Array<String> | Ordering
146
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
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.
154
152
  repository: 'repository_example', # String | Repository referenced by HREF
155
153
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
156
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
157
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
154
+ fields: 'fields_example', # String | A list of fields to include in the response.
155
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
158
156
  }
159
157
 
160
158
  begin
@@ -175,19 +173,17 @@ Name | Type | Description | Notes
175
173
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
176
174
  **limit** | **Integer**| Number of results to return per page. | [optional]
177
175
  **offset** | **Integer**| The initial index from which to return the results. | [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]
179
- **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
176
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
177
+ **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
180
178
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
181
179
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
182
180
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
183
181
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
184
182
  **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]
187
183
  **repository** | **String**| Repository referenced by HREF | [optional]
188
184
  **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
189
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
190
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
185
+ **fields** | **String**| A list of fields to include in the response. | [optional]
186
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
191
187
 
192
188
  ### Return type
193
189
 
@@ -226,8 +222,8 @@ end
226
222
  api_instance = PulpRpmClient::PublicationsRpmApi.new
227
223
  rpm_rpm_publication_href = 'rpm_rpm_publication_href_example' # String |
228
224
  opts = {
229
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
230
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
225
+ fields: 'fields_example', # String | A list of fields to include in the response.
226
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
231
227
  }
232
228
 
233
229
  begin
@@ -245,8 +241,8 @@ end
245
241
  Name | Type | Description | Notes
246
242
  ------------- | ------------- | ------------- | -------------
247
243
  **rpm_rpm_publication_href** | **String**| |
248
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
249
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
244
+ **fields** | **String**| A list of fields to include in the response. | [optional]
245
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
250
246
 
251
247
  ### Return type
252
248
 
@@ -142,24 +142,22 @@ end
142
142
  api_instance = PulpRpmClient::RemotesRpmApi.new
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
- name: 'name_example', # String | Filter results where name matches value
145
+ name: 'name_example', # String |
146
146
  name__contains: 'name__contains_example', # String | Filter results where name contains value
147
147
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
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 * `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.
151
+ ordering: ['ordering_example'], # Array<String> | Ordering
154
152
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
155
- pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
153
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
156
154
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
157
155
  pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
158
156
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
159
157
  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
160
158
  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
161
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
162
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
159
+ fields: 'fields_example', # String | A list of fields to include in the response.
160
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
163
161
  }
164
162
 
165
163
  begin
@@ -177,24 +175,22 @@ end
177
175
  Name | Type | Description | Notes
178
176
  ------------- | ------------- | ------------- | -------------
179
177
  **limit** | **Integer**| Number of results to return per page. | [optional]
180
- **name** | **String**| Filter results where name matches value | [optional]
178
+ **name** | **String**| | [optional]
181
179
  **name__contains** | **String**| Filter results where name contains value | [optional]
182
180
  **name__icontains** | **String**| Filter results where name contains value | [optional]
183
181
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
184
182
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
185
183
  **offset** | **Integer**| The initial index from which to return the results. | [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]
184
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
189
185
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
190
- **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
186
+ **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
191
187
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
192
188
  **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
193
189
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
194
190
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
195
191
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
196
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
197
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
192
+ **fields** | **String**| A list of fields to include in the response. | [optional]
193
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
198
194
 
199
195
  ### Return type
200
196
 
@@ -288,8 +284,8 @@ end
288
284
  api_instance = PulpRpmClient::RemotesRpmApi.new
289
285
  rpm_rpm_remote_href = 'rpm_rpm_remote_href_example' # String |
290
286
  opts = {
291
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
292
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
287
+ fields: 'fields_example', # String | A list of fields to include in the response.
288
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
293
289
  }
294
290
 
295
291
  begin
@@ -307,8 +303,8 @@ end
307
303
  Name | Type | Description | Notes
308
304
  ------------- | ------------- | ------------- | -------------
309
305
  **rpm_rpm_remote_href** | **String**| |
310
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
311
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
306
+ **fields** | **String**| A list of fields to include in the response. | [optional]
307
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
312
308
 
313
309
  ### Return type
314
310