pulp_deb_client 3.3.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/ContentGenericContentsApi.md +14 -10
  4. data/docs/ContentInstallerFileIndicesApi.md +11 -9
  5. data/docs/ContentInstallerPackagesApi.md +14 -10
  6. data/docs/ContentPackageIndicesApi.md +11 -9
  7. data/docs/ContentPackageReleaseComponentsApi.md +11 -9
  8. data/docs/ContentPackagesApi.md +13 -9
  9. data/docs/ContentReleaseArchitecturesApi.md +11 -9
  10. data/docs/ContentReleaseComponentsApi.md +11 -9
  11. data/docs/ContentReleaseFilesApi.md +11 -9
  12. data/docs/ContentReleasesApi.md +11 -9
  13. data/docs/ContentSourceIndicesApi.md +11 -9
  14. data/docs/ContentSourcePackagesApi.md +11 -9
  15. data/docs/ContentSourceReleaseComponentsApi.md +11 -9
  16. data/docs/DebAptDistributionResponse.md +4 -0
  17. data/docs/DebAptPublicationResponse.md +2 -0
  18. data/docs/DebAptRemoteResponse.md +2 -0
  19. data/docs/DebAptRepositoryResponse.md +2 -0
  20. data/docs/DebCopyApi.md +1 -1
  21. data/docs/DebGenericContent.md +3 -1
  22. data/docs/DebGenericContentResponse.md +2 -0
  23. data/docs/DebInstallerFileIndexResponse.md +2 -0
  24. data/docs/DebInstallerPackage.md +3 -1
  25. data/docs/DebInstallerPackageResponse.md +2 -0
  26. data/docs/DebPackage.md +2 -0
  27. data/docs/DebPackageIndexResponse.md +2 -0
  28. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  29. data/docs/DebPackageResponse.md +2 -0
  30. data/docs/DebReleaseArchitectureResponse.md +2 -0
  31. data/docs/DebReleaseComponentResponse.md +2 -0
  32. data/docs/DebReleaseFileResponse.md +2 -0
  33. data/docs/DebReleaseResponse.md +2 -0
  34. data/docs/DebSourceIndexResponse.md +2 -0
  35. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  36. data/docs/DebSourcePackageResponse.md +2 -0
  37. data/docs/DebVerbatimPublicationResponse.md +2 -0
  38. data/docs/DistributionsAptApi.md +5 -3
  39. data/docs/PublicationsAptApi.md +13 -11
  40. data/docs/PublicationsVerbatimApi.md +13 -11
  41. data/docs/RemotesAptApi.md +5 -3
  42. data/docs/RepositoriesAptApi.md +9 -7
  43. data/docs/RepositoriesAptVersionsApi.md +9 -7
  44. data/docs/RepositoryVersionResponse.md +2 -0
  45. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +18 -8
  46. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +11 -8
  47. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +18 -8
  48. data/lib/pulp_deb_client/api/content_package_indices_api.rb +11 -8
  49. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +11 -8
  50. data/lib/pulp_deb_client/api/content_packages_api.rb +18 -8
  51. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +11 -8
  52. data/lib/pulp_deb_client/api/content_release_components_api.rb +11 -8
  53. data/lib/pulp_deb_client/api/content_release_files_api.rb +11 -8
  54. data/lib/pulp_deb_client/api/content_releases_api.rb +11 -8
  55. data/lib/pulp_deb_client/api/content_source_indices_api.rb +11 -8
  56. data/lib/pulp_deb_client/api/content_source_packages_api.rb +11 -8
  57. data/lib/pulp_deb_client/api/content_source_release_components_api.rb +11 -8
  58. data/lib/pulp_deb_client/api/distributions_apt_api.rb +5 -2
  59. data/lib/pulp_deb_client/api/publications_apt_api.rb +14 -11
  60. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +14 -11
  61. data/lib/pulp_deb_client/api/remotes_apt_api.rb +5 -2
  62. data/lib/pulp_deb_client/api/repositories_apt_api.rb +9 -6
  63. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +10 -7
  64. data/lib/pulp_deb_client/configuration.rb +2 -2
  65. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
  66. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +11 -1
  67. data/lib/pulp_deb_client/models/deb_apt_remote.rb +20 -20
  68. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -21
  69. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
  70. data/lib/pulp_deb_client/models/deb_generic_content.rb +29 -4
  71. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +11 -1
  72. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +11 -1
  73. data/lib/pulp_deb_client/models/deb_installer_package.rb +29 -4
  74. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +11 -1
  75. data/lib/pulp_deb_client/models/deb_package.rb +26 -1
  76. data/lib/pulp_deb_client/models/deb_package_index_response.rb +11 -1
  77. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +11 -1
  78. data/lib/pulp_deb_client/models/deb_package_response.rb +11 -1
  79. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +11 -1
  80. data/lib/pulp_deb_client/models/deb_release_component_response.rb +11 -1
  81. data/lib/pulp_deb_client/models/deb_release_file_response.rb +11 -1
  82. data/lib/pulp_deb_client/models/deb_release_response.rb +11 -1
  83. data/lib/pulp_deb_client/models/deb_source_index_response.rb +11 -1
  84. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +11 -1
  85. data/lib/pulp_deb_client/models/deb_source_package_response.rb +11 -1
  86. data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
  87. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +20 -20
  88. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
  89. data/lib/pulp_deb_client/models/repository_version_response.rb +12 -2
  90. data/lib/pulp_deb_client/version.rb +1 -1
  91. data/spec/api/content_generic_contents_api_spec.rb +6 -4
  92. data/spec/api/content_installer_file_indices_api_spec.rb +5 -4
  93. data/spec/api/content_installer_packages_api_spec.rb +6 -4
  94. data/spec/api/content_package_indices_api_spec.rb +5 -4
  95. data/spec/api/content_package_release_components_api_spec.rb +5 -4
  96. data/spec/api/content_packages_api_spec.rb +6 -4
  97. data/spec/api/content_release_architectures_api_spec.rb +5 -4
  98. data/spec/api/content_release_components_api_spec.rb +5 -4
  99. data/spec/api/content_release_files_api_spec.rb +5 -4
  100. data/spec/api/content_releases_api_spec.rb +5 -4
  101. data/spec/api/content_source_indices_api_spec.rb +5 -4
  102. data/spec/api/content_source_packages_api_spec.rb +5 -4
  103. data/spec/api/content_source_release_components_api_spec.rb +5 -4
  104. data/spec/api/distributions_apt_api_spec.rb +2 -1
  105. data/spec/api/publications_apt_api_spec.rb +6 -5
  106. data/spec/api/publications_verbatim_api_spec.rb +6 -5
  107. data/spec/api/remotes_apt_api_spec.rb +2 -1
  108. data/spec/api/repositories_apt_api_spec.rb +4 -3
  109. data/spec/api/repositories_apt_versions_api_spec.rb +4 -3
  110. data/spec/configuration_spec.rb +3 -3
  111. data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
  112. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  113. data/spec/models/deb_apt_remote_response_spec.rb +6 -0
  114. data/spec/models/deb_apt_repository_response_spec.rb +6 -0
  115. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  116. data/spec/models/deb_generic_content_spec.rb +6 -0
  117. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  118. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  119. data/spec/models/deb_installer_package_spec.rb +6 -0
  120. data/spec/models/deb_package_index_response_spec.rb +6 -0
  121. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  122. data/spec/models/deb_package_response_spec.rb +6 -0
  123. data/spec/models/deb_package_spec.rb +6 -0
  124. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  125. data/spec/models/deb_release_component_response_spec.rb +6 -0
  126. data/spec/models/deb_release_file_response_spec.rb +6 -0
  127. data/spec/models/deb_release_response_spec.rb +6 -0
  128. data/spec/models/deb_source_index_response_spec.rb +6 -0
  129. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  130. data/spec/models/deb_source_package_response_spec.rb +6 -0
  131. data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
  132. data/spec/models/repository_version_response_spec.rb +6 -0
  133. metadata +85 -85
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentSourceIndicesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -90,13 +90,14 @@ opts = {
90
90
  offset: 56, # Integer | The initial index from which to return the results.
91
91
  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) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
92
92
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
93
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
93
94
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
95
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
95
- q: 'q_example', # String |
96
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
96
97
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
97
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
98
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
99
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
98
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
99
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
100
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
100
101
  sha256: 'sha256_example', # String | Filter results where sha256 matches value
101
102
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
102
103
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
@@ -121,13 +122,14 @@ Name | Type | Description | Notes
121
122
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
122
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;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
123
124
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
125
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
124
126
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
127
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
- **q** | **String**| | [optional]
128
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
127
129
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
128
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
129
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
130
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
130
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
131
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
132
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
131
133
  **sha256** | **String**| Filter results where sha256 matches value | [optional]
132
134
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
133
135
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentSourcePackagesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -102,15 +102,16 @@ opts = {
102
102
  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) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
103
103
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
104
104
  package_list: 'package_list_example', # String | Filter results where package_list matches value
105
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
105
106
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
106
107
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
107
- q: 'q_example', # String |
108
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
108
109
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
109
110
  release: 'release_example', # String | Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
110
111
  release_component: 'release_component_example', # String | Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where SourcePackage in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
111
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
112
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
113
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
112
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
113
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
114
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
114
115
  source: 'source_example', # String | Filter results where source matches value
115
116
  standards_version: 'standards_version_example', # String | Filter results where standards_version matches value
116
117
  testsuite: 'testsuite_example', # String | Filter results where testsuite matches value
@@ -160,15 +161,16 @@ Name | Type | Description | Notes
160
161
  **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;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;format&#x60; - Format * &#x60;-format&#x60; - Format (descending) * &#x60;source&#x60; - Source * &#x60;-source&#x60; - Source (descending) * &#x60;binary&#x60; - Binary * &#x60;-binary&#x60; - Binary (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;maintainer&#x60; - Maintainer * &#x60;-maintainer&#x60; - Maintainer (descending) * &#x60;uploaders&#x60; - Uploaders * &#x60;-uploaders&#x60; - Uploaders (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;vcs_browser&#x60; - Vcs browser * &#x60;-vcs_browser&#x60; - Vcs browser (descending) * &#x60;vcs_arch&#x60; - Vcs arch * &#x60;-vcs_arch&#x60; - Vcs arch (descending) * &#x60;vcs_bzr&#x60; - Vcs bzr * &#x60;-vcs_bzr&#x60; - Vcs bzr (descending) * &#x60;vcs_cvs&#x60; - Vcs cvs * &#x60;-vcs_cvs&#x60; - Vcs cvs (descending) * &#x60;vcs_darcs&#x60; - Vcs darcs * &#x60;-vcs_darcs&#x60; - Vcs darcs (descending) * &#x60;vcs_git&#x60; - Vcs git * &#x60;-vcs_git&#x60; - Vcs git (descending) * &#x60;vcs_hg&#x60; - Vcs hg * &#x60;-vcs_hg&#x60; - Vcs hg (descending) * &#x60;vcs_mtn&#x60; - Vcs mtn * &#x60;-vcs_mtn&#x60; - Vcs mtn (descending) * &#x60;vcs_snv&#x60; - Vcs snv * &#x60;-vcs_snv&#x60; - Vcs snv (descending) * &#x60;testsuite&#x60; - Testsuite * &#x60;-testsuite&#x60; - Testsuite (descending) * &#x60;dgit&#x60; - Dgit * &#x60;-dgit&#x60; - Dgit (descending) * &#x60;standards_version&#x60; - Standards version * &#x60;-standards_version&#x60; - Standards version (descending) * &#x60;build_depends&#x60; - Build depends * &#x60;-build_depends&#x60; - Build depends (descending) * &#x60;build_depends_indep&#x60; - Build depends indep * &#x60;-build_depends_indep&#x60; - Build depends indep (descending) * &#x60;build_depends_arch&#x60; - Build depends arch * &#x60;-build_depends_arch&#x60; - Build depends arch (descending) * &#x60;build_conflicts&#x60; - Build conflicts * &#x60;-build_conflicts&#x60; - Build conflicts (descending) * &#x60;build_conflicts_indep&#x60; - Build conflicts indep * &#x60;-build_conflicts_indep&#x60; - Build conflicts indep (descending) * &#x60;build_conflicts_arch&#x60; - Build conflicts arch * &#x60;-build_conflicts_arch&#x60; - Build conflicts arch (descending) * &#x60;package_list&#x60; - Package list * &#x60;-package_list&#x60; - Package list (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
161
162
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
162
163
  **package_list** | **String**| Filter results where package_list matches value | [optional]
164
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
163
165
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
164
166
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
165
- **q** | **String**| | [optional]
167
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
166
168
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
167
169
  **release** | **String**| Must be a comma-separated string: \&quot;release_href,repository_or_repository_version_href\&quot; release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
168
170
  **release_component** | **String**| Must be a comma-separated string: \&quot;release_component_href,repository_or_repository_version_href\&quot; release_component_href: Filter results where SourcePackage in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
169
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
170
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
171
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
171
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
172
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
173
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
172
174
  **source** | **String**| Filter results where source matches value | [optional]
173
175
  **standards_version** | **String**| Filter results where standards_version matches value | [optional]
174
176
  **testsuite** | **String**| Filter results where testsuite matches value | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentSourceReleaseComponentsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -89,13 +89,14 @@ opts = {
89
89
  offset: 56, # Integer | The initial index from which to return the results.
90
90
  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) * `pk` - Pk * `-pk` - Pk (descending)
91
91
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
92
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
92
93
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
93
94
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
94
- q: 'q_example', # String |
95
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
95
96
  release_component: 'release_component_example', # String | Filter results where release_component matches value
96
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
97
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
98
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
97
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
98
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
99
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
99
100
  source_package: 'source_package_example', # String | Filter results where source_package matches value
100
101
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
101
102
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
@@ -119,13 +120,14 @@ Name | Type | Description | Notes
119
120
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
120
121
  **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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
121
122
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
123
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
122
124
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
123
125
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
124
- **q** | **String**| | [optional]
126
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
125
127
  **release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
126
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
127
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
128
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
128
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
129
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
130
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
129
131
  **source_package** | [**String**](.md)| Filter results where source_package matches value | [optional]
130
132
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
131
133
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
@@ -5,11 +5,13 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **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;) |
11
12
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
12
13
  **content_guard** | **String** | An optional content-guard. | [optional]
14
+ **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to &#x60;null&#x60;, no guarantee is provided about content changes. | [optional] [readonly]
13
15
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
16
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
15
17
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
@@ -22,11 +24,13 @@ Name | Type | Description | Notes
22
24
  require 'PulpDebClient'
23
25
 
24
26
  instance = PulpDebClient::DebAptDistributionResponse.new(pulp_href: null,
27
+ prn: null,
25
28
  pulp_created: null,
26
29
  pulp_last_updated: null,
27
30
  base_path: null,
28
31
  base_url: null,
29
32
  content_guard: null,
33
+ no_content_change_since: null,
30
34
  hidden: null,
31
35
  pulp_labels: null,
32
36
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **repository_version** | **String** | | [optional]
@@ -20,6 +21,7 @@ Name | Type | Description | Notes
20
21
  require 'PulpDebClient'
21
22
 
22
23
  instance = PulpDebClient::DebAptPublicationResponse.new(pulp_href: null,
24
+ prn: null,
23
25
  pulp_created: null,
24
26
  pulp_last_updated: null,
25
27
  repository_version: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
10
11
  **name** | **String** | A unique name for this remote. |
@@ -39,6 +40,7 @@ Name | Type | Description | Notes
39
40
  require 'PulpDebClient'
40
41
 
41
42
  instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
43
+ prn: null,
42
44
  pulp_created: null,
43
45
  pulp_last_updated: null,
44
46
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **versions_href** | **String** | | [optional] [readonly]
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
24
25
  require 'PulpDebClient'
25
26
 
26
27
  instance = PulpDebClient::DebAptRepositoryResponse.new(pulp_href: null,
28
+ prn: null,
27
29
  pulp_created: null,
28
30
  pulp_last_updated: null,
29
31
  versions_href: null,
data/docs/DebCopyApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::DebCopyApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
10
10
  **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
11
11
  **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
12
+ **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
12
13
 
13
14
  ## Code Sample
14
15
 
@@ -19,7 +20,8 @@ instance = PulpDebClient::DebGenericContent.new(repository: null,
19
20
  artifact: null,
20
21
  relative_path: null,
21
22
  file: null,
22
- upload: null)
23
+ upload: null,
24
+ file_url: null)
23
25
  ```
24
26
 
25
27
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **artifact** | **String** | Artifact file representing the physical content | [optional]
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
22
23
  require 'PulpDebClient'
23
24
 
24
25
  instance = PulpDebClient::DebGenericContentResponse.new(pulp_href: null,
26
+ prn: null,
25
27
  pulp_created: null,
26
28
  pulp_last_updated: null,
27
29
  artifact: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpDebClient'
19
20
 
20
21
  instance = PulpDebClient::DebInstallerFileIndexResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  artifacts: null,
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
10
10
  **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
11
11
  **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
12
+ **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
12
13
 
13
14
  ## Code Sample
14
15
 
@@ -19,7 +20,8 @@ instance = PulpDebClient::DebInstallerPackage.new(repository: null,
19
20
  artifact: null,
20
21
  relative_path: null,
21
22
  file: null,
22
- upload: null)
23
+ upload: null,
24
+ file_url: null)
23
25
  ```
24
26
 
25
27
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **artifact** | **String** | Artifact file representing the physical content | [optional]
@@ -51,6 +52,7 @@ Name | Type | Description | Notes
51
52
  require 'PulpDebClient'
52
53
 
53
54
  instance = PulpDebClient::DebInstallerPackageResponse.new(pulp_href: null,
55
+ prn: null,
54
56
  pulp_created: null,
55
57
  pulp_last_updated: null,
56
58
  artifact: null,
data/docs/DebPackage.md CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
10
10
  **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
11
11
  **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
12
+ **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
12
13
  **distribution** | **String** | Name of the distribution. | [optional]
13
14
  **component** | **String** | Name of the component. | [optional]
14
15
 
@@ -22,6 +23,7 @@ instance = PulpDebClient::DebPackage.new(repository: null,
22
23
  relative_path: null,
23
24
  file: null,
24
25
  upload: null,
26
+ file_url: null,
25
27
  distribution: null,
26
28
  component: null)
27
29
  ```
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpDebClient'
19
20
 
20
21
  instance = PulpDebClient::DebPackageIndexResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  artifacts: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **package** | **String** | Package that is contained in release_comonent. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpDebClient'
17
18
 
18
19
  instance = PulpDebClient::DebPackageReleaseComponentResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  package: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **artifact** | **String** | Artifact file representing the physical content | [optional]
@@ -53,6 +54,7 @@ Name | Type | Description | Notes
53
54
  require 'PulpDebClient'
54
55
 
55
56
  instance = PulpDebClient::DebPackageResponse.new(pulp_href: null,
57
+ prn: null,
56
58
  pulp_created: null,
57
59
  pulp_last_updated: null,
58
60
  artifact: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **architecture** | **String** | Name of the architecture. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpDebClient'
17
18
 
18
19
  instance = PulpDebClient::DebReleaseArchitectureResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  architecture: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **component** | **String** | Name of the component. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpDebClient'
17
18
 
18
19
  instance = PulpDebClient::DebReleaseComponentResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  component: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
@@ -19,6 +20,7 @@ Name | Type | Description | Notes
19
20
  require 'PulpDebClient'
20
21
 
21
22
  instance = PulpDebClient::DebReleaseFileResponse.new(pulp_href: null,
23
+ prn: null,
22
24
  pulp_created: null,
23
25
  pulp_last_updated: null,
24
26
  artifacts: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **codename** | **String** | |
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
23
24
  require 'PulpDebClient'
24
25
 
25
26
  instance = PulpDebClient::DebReleaseResponse.new(pulp_href: null,
27
+ prn: null,
26
28
  pulp_created: null,
27
29
  pulp_last_updated: null,
28
30
  codename: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpDebClient'
19
20
 
20
21
  instance = PulpDebClient::DebSourceIndexResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  artifacts: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **source_package** | **String** | Source package that is contained in release_component. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpDebClient'
17
18
 
18
19
  instance = PulpDebClient::DebSourcePackageReleaseComponentResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  source_package: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | [readonly]
@@ -43,6 +44,7 @@ Name | Type | Description | Notes
43
44
  require 'PulpDebClient'
44
45
 
45
46
  instance = PulpDebClient::DebSourcePackageResponse.new(pulp_href: null,
47
+ prn: null,
46
48
  pulp_created: null,
47
49
  pulp_last_updated: null,
48
50
  artifacts: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **repository_version** | **String** | | [optional]
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpDebClient'
17
18
 
18
19
  instance = PulpDebClient::DebVerbatimPublicationResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  repository_version: null,
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::DistributionsAptApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -159,10 +159,11 @@ opts = {
159
159
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
160
160
  offset: 56, # Integer | The initial index from which to return the results.
161
161
  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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
162
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
162
163
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
163
164
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
164
165
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
165
- q: 'q_example', # String |
166
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
166
167
  repository: 'repository_example', # String | Filter results where repository matches value
167
168
  repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
168
169
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
@@ -200,10 +201,11 @@ Name | Type | Description | Notes
200
201
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
201
202
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
202
203
  **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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
204
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
203
205
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
204
206
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
205
207
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
206
- **q** | **String**| | [optional]
208
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
207
209
  **repository** | [**String**](.md)| Filter results where repository matches value | [optional]
208
210
  **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
209
211
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]