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
@@ -35,7 +35,8 @@ signed_collection = 'signed_collection_example' # String | The content this sign
35
35
  opts = {
36
36
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
37
37
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
38
- upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
38
+ upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
39
+ file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit.
39
40
  }
40
41
 
41
42
  begin
@@ -56,6 +57,7 @@ Name | Type | Description | Notes
56
57
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
57
58
  **file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
58
59
  **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
60
+ **file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional]
59
61
 
60
62
  ### Return type
61
63
 
@@ -97,14 +99,15 @@ opts = {
97
99
  offset: 56, # Integer | The initial index from which to return the results.
98
100
  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) * `data` - Data * `-data` - Data (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `pk` - Pk * `-pk` - Pk (descending)
99
101
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
102
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
100
103
  pubkey_fingerprint: 'pubkey_fingerprint_example', # String | Filter results where pubkey_fingerprint matches value
101
104
  pubkey_fingerprint__in: ['pubkey_fingerprint__in_example'], # Array<String> | Filter results where pubkey_fingerprint is in a comma-separated list of values
102
105
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
103
106
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
104
- q: 'q_example', # String |
105
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
106
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
107
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
107
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
108
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
109
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
110
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
108
111
  signed_collection: 'signed_collection_example', # String | Filter signatures for collection version
109
112
  signing_service: 'signing_service_example', # String | Filter signatures produced by signature service
110
113
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
@@ -129,14 +132,15 @@ Name | Type | Description | Notes
129
132
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
130
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;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
131
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]
132
136
  **pubkey_fingerprint** | **String**| Filter results where pubkey_fingerprint matches value | [optional]
133
137
  **pubkey_fingerprint__in** | [**Array&lt;String&gt;**](String.md)| Filter results where pubkey_fingerprint is in a comma-separated list of values | [optional]
134
138
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
135
139
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
136
- **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]
140
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
141
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
142
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
143
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
140
144
  **signed_collection** | [**String**](.md)| Filter signatures for collection version | [optional]
141
145
  **signing_service** | [**String**](.md)| Filter signatures produced by signature service | [optional]
142
146
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
@@ -32,10 +32,11 @@ end
32
32
 
33
33
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
34
34
  opts = {
35
- repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
36
35
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
37
- upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
36
+ repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
38
37
  artifact: 'artifact_example', # String | Artifact file representing the physical content
38
+ upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
39
+ file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
39
40
  expected_name: 'expected_name_example', # String | The name of the collection.
40
41
  expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
41
42
  expected_version: 'expected_version_example' # String | The version of the collection.
@@ -55,10 +56,11 @@ end
55
56
 
56
57
  Name | Type | Description | Notes
57
58
  ------------- | ------------- | ------------- | -------------
58
- **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
59
59
  **file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
60
- **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
60
+ **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
61
61
  **artifact** | **String**| Artifact file representing the physical content | [optional]
62
+ **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
63
+ **file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional]
62
64
  **expected_name** | **String**| The name of the collection. | [optional]
63
65
  **expected_namespace** | **String**| The namespace of the collection. | [optional]
64
66
  **expected_version** | **String**| The version of the collection. | [optional]
@@ -106,12 +108,13 @@ opts = {
106
108
  offset: 56, # Integer | The initial index from which to return the results.
107
109
  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)
108
110
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
111
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
109
112
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
110
113
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
111
114
  q: 'q_example', # String |
112
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
113
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
114
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
115
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
116
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
117
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
115
118
  tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
116
119
  version: 'version_example', # String | Filter results where version matches value
117
120
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
@@ -139,12 +142,13 @@ Name | Type | Description | Notes
139
142
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
140
143
  **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]
141
144
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
145
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
142
146
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
143
147
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
144
148
  **q** | **String**| | [optional]
145
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
146
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
147
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
149
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
150
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
151
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
148
152
  **tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
149
153
  **version** | **String**| Filter results where version matches value | [optional]
150
154
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
@@ -113,12 +113,13 @@ opts = {
113
113
  offset: 56, # Integer | The initial index from which to return the results.
114
114
  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)
115
115
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
116
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
116
117
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
117
118
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
118
- q: 'q_example', # String |
119
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
120
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
121
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
119
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
120
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
121
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
122
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
122
123
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
123
124
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
124
125
  }
@@ -161,12 +162,13 @@ Name | Type | Description | Notes
161
162
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
162
163
  **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]
163
164
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
165
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
164
166
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
165
167
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
166
- **q** | **String**| | [optional]
167
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
168
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
169
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
168
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
169
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
170
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
171
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
170
172
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
171
173
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
172
174
 
@@ -91,12 +91,13 @@ opts = {
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
92
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
93
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
94
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
94
95
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
95
96
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
96
- q: 'q_example', # String |
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
97
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
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
  version: 'version_example', # String | Filter results where version 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.
@@ -122,12 +123,13 @@ Name | Type | Description | Notes
122
123
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
123
124
  **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;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
124
125
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
126
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
127
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
128
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
127
- **q** | **String**| | [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]
129
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [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
  **version** | **String**| Filter results where version 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]
data/docs/Copy.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **config** | [**AnyType**](.md) | A JSON document describing sources, destinations, and content to be copied |
7
+ **config** | [**Object**](.md) | A JSON document describing sources, destinations, and content to be copied |
8
8
 
9
9
  ## Code Sample
10
10
 
@@ -218,10 +218,11 @@ opts = {
218
218
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
219
219
  offset: 56, # Integer | The initial index from which to return the results.
220
220
  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)
221
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
221
222
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
222
223
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
223
224
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
224
- q: 'q_example', # String |
225
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
225
226
  repository: 'repository_example', # String | Filter results where repository matches value
226
227
  repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
227
228
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
@@ -259,10 +260,11 @@ Name | Type | Description | Notes
259
260
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
260
261
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
261
262
  **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]
263
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
262
264
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
263
265
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
264
266
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
265
- **q** | **String**| | [optional]
267
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
266
268
  **repository** | [**String**](.md)| Filter results where repository matches value | [optional]
267
269
  **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
268
270
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
@@ -4,25 +4,25 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
8
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
9
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
7
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
11
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
12
8
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
13
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
9
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
+ **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
11
+ **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
14
12
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
- **name** | **String** | A unique name for this remote. | [optional]
16
13
  **url** | **String** | The URL of an external content source. | [optional]
17
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
18
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
19
14
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
20
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
21
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
15
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
22
16
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
17
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
18
+ **name** | **String** | A unique name for this remote. | [optional]
23
19
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
20
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
24
21
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
25
- **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
22
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
24
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
25
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
26
26
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
27
27
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
28
28
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
@@ -32,25 +32,25 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::PatchedansibleGitRemote.new(max_retries: null,
35
+ instance = PulpAnsibleClient::PatchedansibleGitRemote.new(password: null,
36
+ proxy_url: null,
37
+ total_timeout: null,
36
38
  connect_timeout: null,
37
39
  sock_connect_timeout: null,
38
- password: null,
39
- tls_validation: null,
40
- proxy_url: null,
41
- sock_read_timeout: null,
42
40
  proxy_username: null,
43
- name: null,
44
41
  url: null,
45
- rate_limit: null,
46
- client_cert: null,
47
42
  username: null,
48
- ca_cert: null,
49
- total_timeout: null,
43
+ max_retries: null,
50
44
  download_concurrency: null,
45
+ headers: null,
46
+ name: null,
51
47
  proxy_password: null,
48
+ rate_limit: null,
52
49
  pulp_labels: null,
53
- headers: null,
50
+ ca_cert: null,
51
+ client_cert: null,
52
+ tls_validation: null,
53
+ sock_read_timeout: null,
54
54
  client_key: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
@@ -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]
@@ -55,9 +55,10 @@ opts = {
55
55
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
56
56
  offset: 56, # Integer | The initial index from which to return the results.
57
57
  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)
58
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
58
59
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
59
60
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
60
- q: 'q_example', # String |
61
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
61
62
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
62
63
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
63
64
  }
@@ -99,9 +100,10 @@ Name | Type | Description | Notes
99
100
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
100
101
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
101
102
  **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]
103
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
102
104
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
103
105
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
104
- **q** | **String**| | [optional]
106
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
105
107
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
106
108
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
107
109
 
@@ -36,9 +36,10 @@ opts = {
36
36
  name: 'name_example', # String |
37
37
  namespace: 'namespace_example', # String |
38
38
  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)
39
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
39
40
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
40
41
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
41
- q: 'q_example', # String |
42
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
42
43
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
43
44
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
44
45
  }
@@ -62,9 +63,10 @@ Name | Type | Description | Notes
62
63
  **name** | **String**| | [optional]
63
64
  **namespace** | **String**| | [optional]
64
65
  **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]
66
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
65
67
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
66
68
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
67
- **q** | **String**| | [optional]
69
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
68
70
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
69
71
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
70
72
 
@@ -99,9 +99,10 @@ opts = {
99
99
  namespace: 'namespace_example', # String |
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) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
102
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
102
103
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
103
104
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
104
- q: 'q_example', # String |
105
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
105
106
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
106
107
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
107
108
  }
@@ -127,9 +128,10 @@ Name | Type | Description | Notes
127
128
  **namespace** | **String**| | [optional]
128
129
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
129
130
  **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]
131
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
130
132
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
131
133
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
132
- **q** | **String**| | [optional]
134
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
133
135
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
134
136
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
135
137
 
@@ -103,12 +103,13 @@ opts = {
103
103
  offset: 56, # Integer | The initial index from which to return the results.
104
104
  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)
105
105
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
106
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
106
107
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
107
108
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
108
109
  q: 'q_example', # String |
109
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
110
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
111
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
110
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
111
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
112
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
112
113
  tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
113
114
  version: 'version_example', # String | Filter results where version matches value
114
115
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
@@ -139,12 +140,13 @@ Name | Type | Description | Notes
139
140
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
140
141
  **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]
141
142
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
143
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
142
144
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
143
145
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
144
146
  **q** | **String**| | [optional]
145
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
146
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
147
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
147
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
148
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
149
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
148
150
  **tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
149
151
  **version** | **String**| Filter results where version matches value | [optional]
150
152
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]