pulp_ansible_client 0.22.1 → 0.22.2

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 (148) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +2 -0
  4. data/docs/AnsibleAnsibleRepositoryResponse.md +2 -0
  5. data/docs/AnsibleCollectionRemoteResponse.md +2 -0
  6. data/docs/AnsibleCollectionVersion.md +7 -5
  7. data/docs/AnsibleCollectionVersionResponse.md +11 -9
  8. data/docs/AnsibleCollectionVersionSignature.md +2 -0
  9. data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -0
  10. data/docs/AnsibleCollectionsApi.md +4 -2
  11. data/docs/AnsibleGitRemote.md +22 -22
  12. data/docs/AnsibleGitRemoteResponse.md +28 -26
  13. data/docs/AnsibleRoleRemoteResponse.md +2 -0
  14. data/docs/AnsibleRoleResponse.md +6 -4
  15. data/docs/CollectionImportDetailResponse.md +2 -2
  16. data/docs/CollectionSummaryResponse.md +2 -2
  17. data/docs/CollectionVersionDocsResponse.md +1 -1
  18. data/docs/CollectionVersionResponse.md +2 -2
  19. data/docs/CollectionVersionSearchList.md +0 -2
  20. data/docs/ContentCollectionDeprecationsApi.md +10 -8
  21. data/docs/ContentCollectionMarksApi.md +10 -8
  22. data/docs/ContentCollectionSignaturesApi.md +13 -9
  23. data/docs/ContentCollectionVersionsApi.md +14 -10
  24. data/docs/ContentNamespacesApi.md +10 -8
  25. data/docs/ContentRolesApi.md +10 -8
  26. data/docs/Copy.md +1 -1
  27. data/docs/DistributionsAnsibleApi.md +4 -2
  28. data/docs/PatchedansibleGitRemote.md +22 -22
  29. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +4 -2
  30. data/docs/PulpAnsibleApiV3CollectionsApi.md +4 -2
  31. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +8 -6
  32. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -2
  33. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -6
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +4 -2
  37. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +4 -2
  38. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +4 -2
  39. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +8 -6
  40. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -2
  41. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
  42. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
  43. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -6
  44. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +4 -2
  45. data/docs/RemotesCollectionApi.md +4 -2
  46. data/docs/RemotesGitApi.md +4 -2
  47. data/docs/RemotesRoleApi.md +4 -2
  48. data/docs/RepositoriesAnsibleApi.md +8 -6
  49. data/docs/RepositoriesAnsibleVersionsApi.md +8 -6
  50. data/docs/RepositoryResponse.md +2 -0
  51. data/docs/RepositoryVersionResponse.md +2 -0
  52. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +5 -2
  53. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +11 -8
  54. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +11 -8
  55. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +18 -8
  56. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +22 -12
  57. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +11 -8
  58. data/lib/pulp_ansible_client/api/content_roles_api.rb +11 -8
  59. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +5 -2
  60. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +5 -2
  61. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +5 -2
  62. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -6
  63. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +5 -2
  64. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
  65. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
  66. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -6
  67. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
  68. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +5 -2
  69. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +5 -2
  70. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -6
  71. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +5 -2
  72. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
  73. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
  74. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -6
  75. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
  76. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +5 -2
  77. data/lib/pulp_ansible_client/api/remotes_git_api.rb +5 -2
  78. data/lib/pulp_ansible_client/api/remotes_role_api.rb +5 -2
  79. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +9 -6
  80. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +10 -7
  81. data/lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb +11 -1
  82. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +11 -1
  83. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +11 -1
  84. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +40 -15
  85. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +29 -19
  86. data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +26 -1
  87. data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +11 -1
  88. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +209 -209
  89. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +158 -148
  90. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +11 -1
  91. data/lib/pulp_ansible_client/models/ansible_role_response.rb +24 -14
  92. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
  93. data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
  94. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  95. data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
  96. data/lib/pulp_ansible_client/models/collection_version_search_list.rb +1 -16
  97. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  98. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +208 -208
  99. data/lib/pulp_ansible_client/models/repository.rb +1 -1
  100. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +1 -1
  101. data/lib/pulp_ansible_client/models/repository_response.rb +12 -2
  102. data/lib/pulp_ansible_client/models/repository_version_response.rb +12 -2
  103. data/lib/pulp_ansible_client/version.rb +1 -1
  104. data/spec/api/ansible_collections_api_spec.rb +2 -1
  105. data/spec/api/content_collection_deprecations_api_spec.rb +5 -4
  106. data/spec/api/content_collection_marks_api_spec.rb +5 -4
  107. data/spec/api/content_collection_signatures_api_spec.rb +6 -4
  108. data/spec/api/content_collection_versions_api_spec.rb +7 -5
  109. data/spec/api/content_namespaces_api_spec.rb +5 -4
  110. data/spec/api/content_roles_api_spec.rb +5 -4
  111. data/spec/api/distributions_ansible_api_spec.rb +2 -1
  112. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +2 -1
  113. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +2 -1
  114. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -3
  115. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -1
  116. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
  117. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
  118. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -3
  119. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
  120. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +2 -1
  121. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +2 -1
  122. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -3
  123. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -1
  124. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
  125. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
  126. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -3
  127. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
  128. data/spec/api/remotes_collection_api_spec.rb +2 -1
  129. data/spec/api/remotes_git_api_spec.rb +2 -1
  130. data/spec/api/remotes_role_api_spec.rb +2 -1
  131. data/spec/api/repositories_ansible_api_spec.rb +4 -3
  132. data/spec/api/repositories_ansible_versions_api_spec.rb +4 -3
  133. data/spec/models/ansible_ansible_collection_deprecated_response_spec.rb +6 -0
  134. data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
  135. data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
  136. data/spec/models/ansible_collection_version_response_spec.rb +8 -2
  137. data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
  138. data/spec/models/ansible_collection_version_signature_spec.rb +6 -0
  139. data/spec/models/ansible_collection_version_spec.rb +8 -2
  140. data/spec/models/ansible_git_remote_response_spec.rb +25 -19
  141. data/spec/models/ansible_git_remote_spec.rb +19 -19
  142. data/spec/models/ansible_role_remote_response_spec.rb +6 -0
  143. data/spec/models/ansible_role_response_spec.rb +8 -2
  144. data/spec/models/collection_version_search_list_spec.rb +0 -6
  145. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  146. data/spec/models/repository_response_spec.rb +6 -0
  147. data/spec/models/repository_version_response_spec.rb +6 -0
  148. metadata +127 -127
@@ -185,9 +185,10 @@ opts = {
185
185
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
186
186
  offset: 56, # Integer | The initial index from which to return the results.
187
187
  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) * `company` - Company * `-company` - Company (descending) * `email` - Email * `-email` - Email (descending) * `description` - Description * `-description` - Description (descending) * `resources` - Resources * `-resources` - Resources (descending) * `links` - Links * `-links` - Links (descending) * `avatar_sha256` - Avatar sha256 * `-avatar_sha256` - Avatar sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
188
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
188
189
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
189
190
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
190
- q: 'q_example', # String |
191
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
191
192
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
192
193
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
193
194
  }
@@ -230,9 +231,10 @@ Name | Type | Description | Notes
230
231
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
231
232
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
232
233
  **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;company&#x60; - Company * &#x60;-company&#x60; - Company (descending) * &#x60;email&#x60; - Email * &#x60;-email&#x60; - Email (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;resources&#x60; - Resources * &#x60;-resources&#x60; - Resources (descending) * &#x60;links&#x60; - Links * &#x60;-links&#x60; - Links (descending) * &#x60;avatar_sha256&#x60; - Avatar sha256 * &#x60;-avatar_sha256&#x60; - Avatar sha256 (descending) * &#x60;metadata_sha256&#x60; - Metadata sha256 * &#x60;-metadata_sha256&#x60; - Metadata sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
234
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
233
235
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
234
236
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
235
- **q** | **String**| | [optional]
237
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
236
238
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
237
239
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
238
240
 
@@ -34,9 +34,10 @@ opts = {
34
34
  name: 'name_example', # String |
35
35
  namespace: 'namespace_example', # String |
36
36
  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) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
37
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
37
38
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
39
- q: 'q_example', # String |
40
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
40
41
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
41
42
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
42
43
  }
@@ -58,9 +59,10 @@ Name | Type | Description | Notes
58
59
  **name** | **String**| | [optional]
59
60
  **namespace** | **String**| | [optional]
60
61
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
62
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
61
63
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
62
64
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
63
- **q** | **String**| | [optional]
65
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
64
66
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
65
67
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
66
68
 
@@ -93,9 +93,10 @@ opts = {
93
93
  namespace: 'namespace_example', # String |
94
94
  offset: 56, # Integer | The initial index from which to return the results.
95
95
  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) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
96
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
96
97
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
97
98
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
98
- q: 'q_example', # String |
99
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
99
100
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
100
101
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
101
102
  }
@@ -119,9 +120,10 @@ Name | Type | Description | Notes
119
120
  **namespace** | **String**| | [optional]
120
121
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
121
122
  **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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [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
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
126
128
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
127
129
 
@@ -97,12 +97,13 @@ opts = {
97
97
  offset: 56, # Integer | The initial index from which to return the results.
98
98
  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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
99
99
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
100
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
100
101
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
101
102
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
102
103
  q: 'q_example', # String |
103
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
104
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
105
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
104
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
105
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
106
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
106
107
  tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
107
108
  version: 'version_example', # String | Filter results where version matches value
108
109
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
@@ -131,12 +132,13 @@ Name | Type | Description | Notes
131
132
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
132
133
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;is_highest&#x60; - Is highest * &#x60;-is_highest&#x60; - Is highest (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
133
134
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
135
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
134
136
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
135
137
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
136
138
  **q** | **String**| | [optional]
137
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
138
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
139
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
139
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
140
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
141
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
140
142
  **tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
141
143
  **version** | **String**| Filter results where version matches value | [optional]
142
144
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
@@ -54,9 +54,10 @@ opts = {
54
54
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
55
55
  offset: 56, # Integer | The initial index from which to return the results.
56
56
  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) * `company` - Company * `-company` - Company (descending) * `email` - Email * `-email` - Email (descending) * `description` - Description * `-description` - Description (descending) * `resources` - Resources * `-resources` - Resources (descending) * `links` - Links * `-links` - Links (descending) * `avatar_sha256` - Avatar sha256 * `-avatar_sha256` - Avatar sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
57
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
57
58
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
58
59
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
59
- q: 'q_example', # String |
60
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
60
61
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
61
62
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
62
63
  }
@@ -97,9 +98,10 @@ Name | Type | Description | Notes
97
98
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
98
99
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
99
100
  **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;company&#x60; - Company * &#x60;-company&#x60; - Company (descending) * &#x60;email&#x60; - Email * &#x60;-email&#x60; - Email (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;resources&#x60; - Resources * &#x60;-resources&#x60; - Resources (descending) * &#x60;links&#x60; - Links * &#x60;-links&#x60; - Links (descending) * &#x60;avatar_sha256&#x60; - Avatar sha256 * &#x60;-avatar_sha256&#x60; - Avatar sha256 (descending) * &#x60;metadata_sha256&#x60; - Metadata sha256 * &#x60;-metadata_sha256&#x60; - Metadata sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
101
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
100
102
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
101
103
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
102
- **q** | **String**| | [optional]
104
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
103
105
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
104
106
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
105
107
 
@@ -35,9 +35,10 @@ opts = {
35
35
  name: 'name_example', # String |
36
36
  namespace: 'namespace_example', # String |
37
37
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
38
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
39
40
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
40
- q: 'q_example', # String |
41
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
41
42
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
42
43
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
43
44
  }
@@ -60,9 +61,10 @@ Name | Type | Description | Notes
60
61
  **name** | **String**| | [optional]
61
62
  **namespace** | **String**| | [optional]
62
63
  **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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
64
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
63
65
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
66
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
65
- **q** | **String**| | [optional]
67
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
66
68
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
67
69
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
68
70
 
@@ -96,9 +96,10 @@ opts = {
96
96
  namespace: 'namespace_example', # String |
97
97
  offset: 56, # Integer | The initial index from which to return the results.
98
98
  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) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
99
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
99
100
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
100
101
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
101
- q: 'q_example', # String |
102
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
102
103
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
103
104
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
104
105
  }
@@ -123,9 +124,10 @@ Name | Type | Description | Notes
123
124
  **namespace** | **String**| | [optional]
124
125
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
125
126
  **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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
127
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
128
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
127
129
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
128
- **q** | **String**| | [optional]
130
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
129
131
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
130
132
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
131
133
 
@@ -100,12 +100,13 @@ opts = {
100
100
  offset: 56, # Integer | The initial index from which to return the results.
101
101
  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) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
102
102
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
103
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
103
104
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
104
105
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
105
106
  q: 'q_example', # String |
106
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
107
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
108
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
107
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
108
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
109
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
109
110
  tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
110
111
  version: 'version_example', # String | Filter results where version matches value
111
112
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
@@ -135,12 +136,13 @@ Name | Type | Description | Notes
135
136
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
136
137
  **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;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;is_highest&#x60; - Is highest * &#x60;-is_highest&#x60; - Is highest (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
137
138
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
139
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
138
140
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
139
141
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
140
142
  **q** | **String**| | [optional]
141
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
142
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
143
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
143
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
144
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
145
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
144
146
  **tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
145
147
  **version** | **String**| Filter results where version matches value | [optional]
146
148
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
@@ -180,9 +180,10 @@ opts = {
180
180
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
181
181
  offset: 56, # Integer | The initial index from which to return the results.
182
182
  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) * `company` - Company * `-company` - Company (descending) * `email` - Email * `-email` - Email (descending) * `description` - Description * `-description` - Description (descending) * `resources` - Resources * `-resources` - Resources (descending) * `links` - Links * `-links` - Links (descending) * `avatar_sha256` - Avatar sha256 * `-avatar_sha256` - Avatar sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
183
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
183
184
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
184
185
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
185
- q: 'q_example', # String |
186
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
186
187
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
187
188
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
188
189
  }
@@ -224,9 +225,10 @@ Name | Type | Description | Notes
224
225
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
225
226
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
226
227
  **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;company&#x60; - Company * &#x60;-company&#x60; - Company (descending) * &#x60;email&#x60; - Email * &#x60;-email&#x60; - Email (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;resources&#x60; - Resources * &#x60;-resources&#x60; - Resources (descending) * &#x60;links&#x60; - Links * &#x60;-links&#x60; - Links (descending) * &#x60;avatar_sha256&#x60; - Avatar sha256 * &#x60;-avatar_sha256&#x60; - Avatar sha256 (descending) * &#x60;metadata_sha256&#x60; - Metadata sha256 * &#x60;-metadata_sha256&#x60; - Metadata sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
228
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
227
229
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
228
230
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
229
- **q** | **String**| | [optional]
231
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
230
232
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
231
233
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
232
234
 
@@ -214,6 +214,7 @@ opts = {
214
214
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
215
215
  offset: 56, # Integer | The initial index from which to return the results.
216
216
  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) * `requirements_file` - Requirements file * `-requirements_file` - Requirements file (descending) * `auth_url` - Auth url * `-auth_url` - Auth url (descending) * `token` - Token * `-token` - Token (descending) * `sync_dependencies` - Sync dependencies * `-sync_dependencies` - Sync dependencies (descending) * `signed_only` - Signed only * `-signed_only` - Signed only (descending) * `pk` - Pk * `-pk` - Pk (descending)
217
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
217
218
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
218
219
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
219
220
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -223,7 +224,7 @@ opts = {
223
224
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
224
225
  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
225
226
  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
226
- q: 'q_example', # String |
227
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
227
228
  url: 'url_example', # String | Filter results where url matches value
228
229
  url__contains: 'url__contains_example', # String | Filter results where url contains value
229
230
  url__icontains: 'url__icontains_example', # String | Filter results where url contains value
@@ -258,6 +259,7 @@ Name | Type | Description | Notes
258
259
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
259
260
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
260
261
  **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;requirements_file&#x60; - Requirements file * &#x60;-requirements_file&#x60; - Requirements file (descending) * &#x60;auth_url&#x60; - Auth url * &#x60;-auth_url&#x60; - Auth url (descending) * &#x60;token&#x60; - Token * &#x60;-token&#x60; - Token (descending) * &#x60;sync_dependencies&#x60; - Sync dependencies * &#x60;-sync_dependencies&#x60; - Sync dependencies (descending) * &#x60;signed_only&#x60; - Signed only * &#x60;-signed_only&#x60; - Signed only (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
262
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
261
263
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
262
264
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
263
265
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
@@ -267,7 +269,7 @@ Name | Type | Description | Notes
267
269
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
268
270
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
269
271
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
270
- **q** | **String**| | [optional]
272
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
271
273
  **url** | **String**| Filter results where url matches value | [optional]
272
274
  **url__contains** | **String**| Filter results where url contains value | [optional]
273
275
  **url__icontains** | **String**| Filter results where url contains value | [optional]
@@ -214,6 +214,7 @@ opts = {
214
214
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
215
215
  offset: 56, # Integer | The initial index from which to return the results.
216
216
  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)
217
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
217
218
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
218
219
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
219
220
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -223,7 +224,7 @@ opts = {
223
224
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
224
225
  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
225
226
  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
226
- q: 'q_example', # String |
227
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
227
228
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
228
229
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
229
230
  }
@@ -254,6 +255,7 @@ Name | Type | Description | Notes
254
255
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
255
256
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
256
257
  **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]
258
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
257
259
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
258
260
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
259
261
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
@@ -263,7 +265,7 @@ Name | Type | Description | Notes
263
265
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
264
266
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
265
267
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
266
- **q** | **String**| | [optional]
268
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
267
269
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
268
270
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
269
271
 
@@ -214,6 +214,7 @@ opts = {
214
214
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
215
215
  offset: 56, # Integer | The initial index from which to return the results.
216
216
  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)
217
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
217
218
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
218
219
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
219
220
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -223,7 +224,7 @@ opts = {
223
224
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
224
225
  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
225
226
  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
226
- q: 'q_example', # String |
227
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
227
228
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
228
229
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
229
230
  }
@@ -254,6 +255,7 @@ Name | Type | Description | Notes
254
255
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
255
256
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
256
257
  **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]
258
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
257
259
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
258
260
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
259
261
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
@@ -263,7 +265,7 @@ Name | Type | Description | Notes
263
265
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
264
266
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
265
267
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
266
- **q** | **String**| | [optional]
268
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
267
269
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
268
270
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
269
271
 
@@ -264,7 +264,7 @@ end
264
264
 
265
265
  api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
266
266
  opts = {
267
- latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
267
+ latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
268
268
  limit: 56, # Integer | Number of results to return per page.
269
269
  name: 'name_example', # String | Filter results where name matches value
270
270
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -277,10 +277,11 @@ opts = {
277
277
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
278
278
  offset: 56, # Integer | The initial index from which to return the results.
279
279
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
280
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
280
281
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
281
282
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
282
283
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
283
- q: 'q_example', # String |
284
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
284
285
  remote: 'remote_example', # String | Foreign Key referenced by HREF
285
286
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
286
287
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -290,7 +291,7 @@ opts = {
290
291
  retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
291
292
  retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
292
293
  retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
293
- with_content: 'with_content_example', # String | Content Unit referenced by HREF
294
+ with_content: 'with_content_example', # String | Content Unit referenced by HREF/PRN
294
295
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
295
296
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
296
297
  }
@@ -309,7 +310,7 @@ end
309
310
 
310
311
  Name | Type | Description | Notes
311
312
  ------------- | ------------- | ------------- | -------------
312
- **latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
313
+ **latest_with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
313
314
  **limit** | **Integer**| Number of results to return per page. | [optional]
314
315
  **name** | **String**| Filter results where name matches value | [optional]
315
316
  **name__contains** | **String**| Filter results where name contains value | [optional]
@@ -322,10 +323,11 @@ Name | Type | Description | Notes
322
323
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
323
324
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
324
325
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
326
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
325
327
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
326
328
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
327
329
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
328
- **q** | **String**| | [optional]
330
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
329
331
  **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
330
332
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
331
333
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
@@ -335,7 +337,7 @@ Name | Type | Description | Notes
335
337
  **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
336
338
  **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
337
339
  **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
338
- **with_content** | **String**| Content Unit referenced by HREF | [optional]
340
+ **with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
339
341
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
340
342
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
341
343
 
@@ -88,8 +88,8 @@ end
88
88
  api_instance = PulpAnsibleClient::RepositoriesAnsibleVersionsApi.new
89
89
  ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
90
90
  opts = {
91
- content: 'content_example', # String | Content Unit referenced by HREF
92
- content__in: 'content__in_example', # String | Content Unit referenced by HREF
91
+ content: 'content_example', # String | Content Unit referenced by HREF/PRN
92
+ content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
93
93
  limit: 56, # Integer | Number of results to return per page.
94
94
  number: 56, # Integer | Filter results where number matches value
95
95
  number__gt: 56, # Integer | Filter results where number is greater than value
@@ -99,6 +99,7 @@ opts = {
99
99
  number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
100
100
  offset: 56, # Integer | The initial index from which to return the results.
101
101
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
102
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
102
103
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
103
104
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
104
105
  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
@@ -106,7 +107,7 @@ opts = {
106
107
  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
107
108
  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
108
109
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
109
- q: 'q_example', # String |
110
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
110
111
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
111
112
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
112
113
  }
@@ -126,8 +127,8 @@ end
126
127
  Name | Type | Description | Notes
127
128
  ------------- | ------------- | ------------- | -------------
128
129
  **ansible_ansible_repository_href** | **String**| |
129
- **content** | **String**| Content Unit referenced by HREF | [optional]
130
- **content__in** | **String**| Content Unit referenced by HREF | [optional]
130
+ **content** | **String**| Content Unit referenced by HREF/PRN | [optional]
131
+ **content__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
131
132
  **limit** | **Integer**| Number of results to return per page. | [optional]
132
133
  **number** | **Integer**| Filter results where number matches value | [optional]
133
134
  **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
@@ -137,6 +138,7 @@ Name | Type | Description | Notes
137
138
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
138
139
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
139
140
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
141
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
140
142
  **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
141
143
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
142
144
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
@@ -144,7 +146,7 @@ Name | Type | Description | Notes
144
146
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
145
147
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
146
148
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
147
- **q** | **String**| | [optional]
149
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
148
150
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
149
151
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
150
152
 
@@ -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]
@@ -21,6 +22,7 @@ Name | Type | Description | Notes
21
22
  require 'PulpAnsibleClient'
22
23
 
23
24
  instance = PulpAnsibleClient::RepositoryResponse.new(pulp_href: null,
25
+ prn: null,
24
26
  pulp_created: null,
25
27
  pulp_last_updated: null,
26
28
  versions_href: 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
  **number** | **Integer** | | [optional] [readonly]
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpAnsibleClient'
19
20
 
20
21
  instance = PulpAnsibleClient::RepositoryVersionResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  number: null,