pulp_ansible_client 0.26.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -7
  3. data/docs/AnsibleCollectionVersionResponse.md +7 -7
  4. data/docs/AnsibleCollectionsApi.md +26 -8
  5. data/docs/AnsibleCopyApi.md +8 -4
  6. data/docs/AnsibleGitRemote.md +26 -26
  7. data/docs/AnsibleGitRemoteResponse.md +30 -30
  8. data/docs/AnsibleRole.md +2 -2
  9. data/docs/AnsibleRoleResponse.md +6 -6
  10. data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
  11. data/docs/ApiRolesApi.md +2 -0
  12. data/docs/CollectionImportApi.md +2 -0
  13. data/docs/CollectionMetadataResponse.md +1 -1
  14. data/docs/CollectionSummaryResponse.md +1 -1
  15. data/docs/CollectionSummaryResponseTagsInner.md +18 -0
  16. data/docs/ContentCollectionDeprecationsApi.md +28 -12
  17. data/docs/ContentCollectionMarksApi.md +28 -12
  18. data/docs/ContentCollectionSignaturesApi.md +22 -8
  19. data/docs/ContentCollectionVersionsApi.md +32 -18
  20. data/docs/ContentNamespacesApi.md +22 -8
  21. data/docs/ContentRolesApi.md +28 -12
  22. data/docs/DistributionsAnsibleApi.md +72 -32
  23. data/docs/PatchedansibleGitRemote.md +26 -26
  24. data/docs/PulpAnsibleApiApi.md +2 -0
  25. data/docs/PulpAnsibleApiV3Api.md +2 -0
  26. data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
  27. data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
  28. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
  29. data/docs/PulpAnsibleApiV3CollectionsApi.md +20 -8
  30. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +14 -6
  31. data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  32. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
  33. data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  37. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  38. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
  39. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +14 -6
  40. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  41. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
  42. data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
  43. data/docs/PulpAnsibleDefaultApiApi.md +14 -5
  44. data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
  45. data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
  46. data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
  47. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
  48. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
  49. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +14 -6
  50. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  51. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
  52. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
  53. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  54. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  55. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  56. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  57. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
  58. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +14 -6
  59. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  60. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
  61. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
  62. data/docs/PulpAnsibleTagsApi.md +6 -4
  63. data/docs/RemotesCollectionApi.md +72 -32
  64. data/docs/RemotesGitApi.md +72 -32
  65. data/docs/RemotesRoleApi.md +72 -32
  66. data/docs/RepositoriesAnsibleApi.md +136 -64
  67. data/docs/RepositoriesAnsibleVersionsApi.md +28 -12
  68. data/docs/VersionsApi.md +2 -0
  69. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
  70. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
  71. data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
  72. data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
  73. data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
  74. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
  75. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
  76. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
  77. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +30 -15
  78. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +15 -0
  79. data/lib/pulp_ansible_client/api/content_roles_api.rb +15 -0
  80. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
  81. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
  82. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
  83. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
  84. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
  85. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
  86. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
  87. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +12 -3
  88. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
  89. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
  90. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
  91. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  92. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  93. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  94. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  95. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  96. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -3
  97. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  98. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  99. data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
  100. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
  101. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
  102. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
  103. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
  104. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
  105. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
  106. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +12 -3
  107. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
  108. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
  109. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
  110. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  111. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  112. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  113. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  114. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  115. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -3
  116. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  117. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  118. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
  119. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +5 -2
  120. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
  121. data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
  122. data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
  123. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
  124. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +15 -0
  125. data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
  126. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +26 -26
  127. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +224 -224
  128. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
  129. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
  130. data/lib/pulp_ansible_client/models/ansible_role_response.rb +27 -27
  131. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +0 -7
  132. data/lib/pulp_ansible_client/models/collection_summary_response.rb +1 -1
  133. data/lib/pulp_ansible_client/models/{ansible_tag_response.rb → collection_summary_response_tags_inner.rb} +3 -5
  134. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +218 -218
  135. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  136. data/lib/pulp_ansible_client/version.rb +1 -1
  137. data/lib/pulp_ansible_client.rb +1 -1
  138. data/spec/api/ansible_collections_api_spec.rb +7 -0
  139. data/spec/api/ansible_copy_api_spec.rb +1 -0
  140. data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  141. data/spec/api/api_roles_api_spec.rb +1 -0
  142. data/spec/api/collection_import_api_spec.rb +1 -0
  143. data/spec/api/content_collection_deprecations_api_spec.rb +5 -0
  144. data/spec/api/content_collection_marks_api_spec.rb +5 -0
  145. data/spec/api/content_collection_signatures_api_spec.rb +5 -0
  146. data/spec/api/content_collection_versions_api_spec.rb +10 -5
  147. data/spec/api/content_namespaces_api_spec.rb +5 -0
  148. data/spec/api/content_roles_api_spec.rb +5 -0
  149. data/spec/api/distributions_ansible_api_spec.rb +12 -0
  150. data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
  151. data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
  152. data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
  153. data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
  154. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
  155. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
  156. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -1
  157. data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  158. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
  159. data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
  160. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  161. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  162. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  163. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  164. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  165. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -1
  166. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  167. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  168. data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
  169. data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
  170. data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
  171. data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
  172. data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
  173. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
  174. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
  175. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -1
  176. data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  177. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
  178. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
  179. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  180. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  181. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  182. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  183. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  184. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -1
  185. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  186. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  187. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  188. data/spec/api/pulp_ansible_tags_api_spec.rb +2 -1
  189. data/spec/api/remotes_collection_api_spec.rb +12 -0
  190. data/spec/api/remotes_git_api_spec.rb +12 -0
  191. data/spec/api/remotes_role_api_spec.rb +12 -0
  192. data/spec/api/repositories_ansible_api_spec.rb +20 -0
  193. data/spec/api/repositories_ansible_versions_api_spec.rb +5 -0
  194. data/spec/api/versions_api_spec.rb +1 -0
  195. data/spec/models/ansible_collection_version_response_spec.rb +5 -5
  196. data/spec/models/ansible_git_remote_response_spec.rb +19 -19
  197. data/spec/models/ansible_git_remote_spec.rb +19 -19
  198. data/spec/models/ansible_role_response_spec.rb +5 -5
  199. data/spec/models/ansible_role_spec.rb +3 -3
  200. data/spec/models/{ansible_tag_response_spec.rb → collection_summary_response_tags_inner_spec.rb} +6 -6
  201. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  202. metadata +124 -124
  203. data/docs/AnsibleTagResponse.md +0 -18
@@ -36,6 +36,7 @@ distro_base_path = 'distro_base_path_example' # String |
36
36
  path = 'path_example' # String |
37
37
  name = 'name_example' # String | Required named, only accepts lowercase, numbers and underscores.
38
38
  opts = {
39
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
39
40
  company: 'company_example', # String | Optional namespace company owner.
40
41
  email: 'email_example', # String | Optional namespace contact email.
41
42
  description: 'description_example', # String | Optional short description.
@@ -78,6 +79,7 @@ end
78
79
  | **distro_base_path** | **String** | | |
79
80
  | **path** | **String** | | |
80
81
  | **name** | **String** | Required named, only accepts lowercase, numbers and underscores. | |
82
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
81
83
  | **company** | **String** | Optional namespace company owner. | [optional] |
82
84
  | **email** | **String** | Optional namespace contact email. | [optional] |
83
85
  | **description** | **String** | Optional short description. | [optional] |
@@ -101,7 +103,7 @@ end
101
103
 
102
104
  ## delete
103
105
 
104
- > <AsyncOperationResponse> delete(distro_base_path, name, path)
106
+ > <AsyncOperationResponse> delete(distro_base_path, name, path, opts)
105
107
 
106
108
 
107
109
 
@@ -123,10 +125,13 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentNamespaces
123
125
  distro_base_path = 'distro_base_path_example' # String |
124
126
  name = 'name_example' # String |
125
127
  path = 'path_example' # String |
128
+ opts = {
129
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
130
+ }
126
131
 
127
132
  begin
128
133
 
129
- result = api_instance.delete(distro_base_path, name, path)
134
+ result = api_instance.delete(distro_base_path, name, path, opts)
130
135
  p result
131
136
  rescue PulpAnsibleClient::ApiError => e
132
137
  puts "Error when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi->delete: #{e}"
@@ -137,12 +142,12 @@ end
137
142
 
138
143
  This returns an Array which contains the response data, status code and headers.
139
144
 
140
- > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, path)
145
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, path, opts)
141
146
 
142
147
  ```ruby
143
148
  begin
144
149
 
145
- data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, path)
150
+ data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, path, opts)
146
151
  p status_code # => 2xx
147
152
  p headers # => { ... }
148
153
  p data # => <AsyncOperationResponse>
@@ -158,6 +163,7 @@ end
158
163
  | **distro_base_path** | **String** | | |
159
164
  | **name** | **String** | | |
160
165
  | **path** | **String** | | |
166
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
161
167
 
162
168
  ### Return type
163
169
 
@@ -197,6 +203,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentNamespaces
197
203
  distro_base_path = 'distro_base_path_example' # String |
198
204
  path = 'path_example' # String |
199
205
  opts = {
206
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
200
207
  company: 'company_example', # String | Filter results where company matches value
201
208
  company__contains: 'company__contains_example', # String | Filter results where company contains value
202
209
  company__icontains: 'company__icontains_example', # String | Filter results where company contains value
@@ -261,6 +268,7 @@ end
261
268
  | ---- | ---- | ----------- | ----- |
262
269
  | **distro_base_path** | **String** | | |
263
270
  | **path** | **String** | | |
271
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
264
272
  | **company** | **String** | Filter results where company matches value | [optional] |
265
273
  | **company__contains** | **String** | Filter results where company contains value | [optional] |
266
274
  | **company__icontains** | **String** | Filter results where company contains value | [optional] |
@@ -330,6 +338,7 @@ distro_base_path = 'distro_base_path_example' # String |
330
338
  name = 'name_example' # String |
331
339
  path = 'path_example' # String |
332
340
  opts = {
341
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
333
342
  name2: 'name_example', # String | Required named, only accepts lowercase, numbers and underscores.
334
343
  company: 'company_example', # String | Optional namespace company owner.
335
344
  email: 'email_example', # String | Optional namespace contact email.
@@ -373,6 +382,7 @@ end
373
382
  | **distro_base_path** | **String** | | |
374
383
  | **name** | **String** | | |
375
384
  | **path** | **String** | | |
385
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
376
386
  | **name2** | **String** | Required named, only accepts lowercase, numbers and underscores. | [optional] |
377
387
  | **company** | **String** | Optional namespace company owner. | [optional] |
378
388
  | **email** | **String** | Optional namespace contact email. | [optional] |
@@ -420,6 +430,7 @@ distro_base_path = 'distro_base_path_example' # String |
420
430
  name = 'name_example' # String |
421
431
  path = 'path_example' # String |
422
432
  opts = {
433
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
423
434
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
424
435
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
425
436
  }
@@ -458,6 +469,7 @@ end
458
469
  | **distro_base_path** | **String** | | |
459
470
  | **name** | **String** | | |
460
471
  | **path** | **String** | | |
472
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
461
473
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
462
474
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
463
475
 
@@ -34,6 +34,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleArtifactsCollectionsV3Api.new
34
34
  path = 'path_example' # String |
35
35
  file = File.new('/path/to/some/file') # File | The Collection tarball.
36
36
  opts = {
37
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
37
38
  sha256: 'sha256_example', # String | An optional sha256 checksum of the uploaded file.
38
39
  expected_namespace: 'expected_namespace_example', # String | The expected 'namespace' of the Collection to be verified against the metadata during import.
39
40
  expected_name: 'expected_name_example', # String | The expected 'name' of the Collection to be verified against the metadata during import.
@@ -73,6 +74,7 @@ end
73
74
  | ---- | ---- | ----------- | ----- |
74
75
  | **path** | **String** | | |
75
76
  | **file** | **File** | The Collection tarball. | |
77
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
76
78
  | **sha256** | **String** | An optional sha256 checksum of the uploaded file. | [optional] |
77
79
  | **expected_namespace** | **String** | The expected &#39;namespace&#39; of the Collection to be verified against the metadata during import. | [optional] |
78
80
  | **expected_name** | **String** | The expected &#39;name&#39; of the Collection to be verified against the metadata during import. | [optional] |
@@ -117,6 +119,7 @@ distro_base_path = 'distro_base_path_example' # String |
117
119
  path = 'path_example' # String |
118
120
  file = File.new('/path/to/some/file') # File | The Collection tarball.
119
121
  opts = {
122
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
120
123
  sha256: 'sha256_example', # String | An optional sha256 checksum of the uploaded file.
121
124
  expected_namespace: 'expected_namespace_example', # String | The expected 'namespace' of the Collection to be verified against the metadata during import.
122
125
  expected_name: 'expected_name_example', # String | The expected 'name' of the Collection to be verified against the metadata during import.
@@ -157,6 +160,7 @@ end
157
160
  | **distro_base_path** | **String** | | |
158
161
  | **path** | **String** | | |
159
162
  | **file** | **File** | The Collection tarball. | |
163
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
160
164
  | **sha256** | **String** | An optional sha256 checksum of the uploaded file. | [optional] |
161
165
  | **expected_namespace** | **String** | The expected &#39;namespace&#39; of the Collection to be verified against the metadata during import. | [optional] |
162
166
  | **expected_name** | **String** | The expected &#39;name&#39; of the Collection to be verified against the metadata during import. | [optional] |
@@ -199,6 +203,7 @@ end
199
203
  api_instance = PulpAnsibleClient::PulpAnsibleArtifactsCollectionsV3Api.new
200
204
  file = File.new('/path/to/some/file') # File | The Collection tarball.
201
205
  opts = {
206
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
202
207
  sha256: 'sha256_example', # String | An optional sha256 checksum of the uploaded file.
203
208
  expected_namespace: 'expected_namespace_example', # String | The expected 'namespace' of the Collection to be verified against the metadata during import.
204
209
  expected_name: 'expected_name_example', # String | The expected 'name' of the Collection to be verified against the metadata during import.
@@ -237,6 +242,7 @@ end
237
242
  | Name | Type | Description | Notes |
238
243
  | ---- | ---- | ----------- | ----- |
239
244
  | **file** | **File** | The Collection tarball. | |
245
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
240
246
  | **sha256** | **String** | An optional sha256 checksum of the uploaded file. | [optional] |
241
247
  | **expected_namespace** | **String** | The expected &#39;namespace&#39; of the Collection to be verified against the metadata during import. | [optional] |
242
248
  | **expected_name** | **String** | The expected &#39;name&#39; of the Collection to be verified against the metadata during import. | [optional] |
@@ -280,6 +286,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleArtifactsCollectionsV3Api.new
280
286
  distro_base_path = 'distro_base_path_example' # String |
281
287
  file = File.new('/path/to/some/file') # File | The Collection tarball.
282
288
  opts = {
289
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
283
290
  sha256: 'sha256_example', # String | An optional sha256 checksum of the uploaded file.
284
291
  expected_namespace: 'expected_namespace_example', # String | The expected 'namespace' of the Collection to be verified against the metadata during import.
285
292
  expected_name: 'expected_name_example', # String | The expected 'name' of the Collection to be verified against the metadata during import.
@@ -319,6 +326,7 @@ end
319
326
  | ---- | ---- | ----------- | ----- |
320
327
  | **distro_base_path** | **String** | | |
321
328
  | **file** | **File** | The Collection tarball. | |
329
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
322
330
  | **sha256** | **String** | An optional sha256 checksum of the uploaded file. | [optional] |
323
331
  | **expected_namespace** | **String** | The expected &#39;namespace&#39; of the Collection to be verified against the metadata during import. | [optional] |
324
332
  | **expected_name** | **String** | The expected &#39;name&#39; of the Collection to be verified against the metadata during import. | [optional] |
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
9
9
 
10
10
  ## get
11
11
 
12
- > get
12
+ > get(opts)
13
13
 
14
14
 
15
15
 
@@ -22,10 +22,15 @@ require 'time'
22
22
  require 'pulp_ansible_client'
23
23
 
24
24
  api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiApi.new
25
+ opts = {
26
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
27
+ fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
28
+ exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
29
+ }
25
30
 
26
31
  begin
27
32
 
28
- api_instance.get
33
+ api_instance.get(opts)
29
34
  rescue PulpAnsibleClient::ApiError => e
30
35
  puts "Error when calling PulpAnsibleDefaultApiApi->get: #{e}"
31
36
  end
@@ -35,12 +40,12 @@ end
35
40
 
36
41
  This returns an Array which contains the response data (`nil` in this case), status code and headers.
37
42
 
38
- > <Array(nil, Integer, Hash)> get_with_http_info
43
+ > <Array(nil, Integer, Hash)> get_with_http_info(opts)
39
44
 
40
45
  ```ruby
41
46
  begin
42
47
 
43
- data, status_code, headers = api_instance.get_with_http_info
48
+ data, status_code, headers = api_instance.get_with_http_info(opts)
44
49
  p status_code # => 2xx
45
50
  p headers # => { ... }
46
51
  p data # => nil
@@ -51,7 +56,11 @@ end
51
56
 
52
57
  ### Parameters
53
58
 
54
- This endpoint does not need any parameter.
59
+ | Name | Type | Description | Notes |
60
+ | ---- | ---- | ----------- | ----- |
61
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
62
+ | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
63
+ | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
55
64
 
56
65
  ### Return type
57
66
 
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
9
9
 
10
10
  ## read
11
11
 
12
- > <RepoMetadataResponse> read
12
+ > <RepoMetadataResponse> read(opts)
13
13
 
14
14
 
15
15
 
@@ -28,10 +28,15 @@ PulpAnsibleClient.configure do |config|
28
28
  end
29
29
 
30
30
  api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3Api.new
31
+ opts = {
32
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
33
+ fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
34
+ exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
35
+ }
31
36
 
32
37
  begin
33
38
 
34
- result = api_instance.read
39
+ result = api_instance.read(opts)
35
40
  p result
36
41
  rescue PulpAnsibleClient::ApiError => e
37
42
  puts "Error when calling PulpAnsibleDefaultApiV3Api->read: #{e}"
@@ -42,12 +47,12 @@ end
42
47
 
43
48
  This returns an Array which contains the response data, status code and headers.
44
49
 
45
- > <Array(<RepoMetadataResponse>, Integer, Hash)> read_with_http_info
50
+ > <Array(<RepoMetadataResponse>, Integer, Hash)> read_with_http_info(opts)
46
51
 
47
52
  ```ruby
48
53
  begin
49
54
 
50
- data, status_code, headers = api_instance.read_with_http_info
55
+ data, status_code, headers = api_instance.read_with_http_info(opts)
51
56
  p status_code # => 2xx
52
57
  p headers # => { ... }
53
58
  p data # => <RepoMetadataResponse>
@@ -58,7 +63,11 @@ end
58
63
 
59
64
  ### Parameters
60
65
 
61
- This endpoint does not need any parameter.
66
+ | Name | Type | Description | Notes |
67
+ | ---- | ---- | ----------- | ----- |
68
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
69
+ | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
70
+ | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
62
71
 
63
72
  ### Return type
64
73
 
@@ -31,6 +31,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3ArtifactsCollectionsApi
31
31
  filename = 'filename_example' # String |
32
32
  path = 'path_example' # String |
33
33
  opts = {
34
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
34
35
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
35
36
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
36
37
  }
@@ -67,6 +68,7 @@ end
67
68
  | ---- | ---- | ----------- | ----- |
68
69
  | **filename** | **String** | | |
69
70
  | **path** | **String** | | |
71
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
70
72
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
71
73
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
72
74
 
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
9
9
 
10
10
  ## list
11
11
 
12
- > <Array<UnpaginatedCollectionVersionResponse>> list
12
+ > <Array<UnpaginatedCollectionVersionResponse>> list(opts)
13
13
 
14
14
 
15
15
 
@@ -28,10 +28,15 @@ PulpAnsibleClient.configure do |config|
28
28
  end
29
29
 
30
30
  api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionVersionsAllApi.new
31
+ opts = {
32
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
33
+ fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
34
+ exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
35
+ }
31
36
 
32
37
  begin
33
38
 
34
- result = api_instance.list
39
+ result = api_instance.list(opts)
35
40
  p result
36
41
  rescue PulpAnsibleClient::ApiError => e
37
42
  puts "Error when calling PulpAnsibleDefaultApiV3CollectionVersionsAllApi->list: #{e}"
@@ -42,12 +47,12 @@ end
42
47
 
43
48
  This returns an Array which contains the response data, status code and headers.
44
49
 
45
- > <Array(<Array<UnpaginatedCollectionVersionResponse>>, Integer, Hash)> list_with_http_info
50
+ > <Array(<Array<UnpaginatedCollectionVersionResponse>>, Integer, Hash)> list_with_http_info(opts)
46
51
 
47
52
  ```ruby
48
53
  begin
49
54
 
50
- data, status_code, headers = api_instance.list_with_http_info
55
+ data, status_code, headers = api_instance.list_with_http_info(opts)
51
56
  p status_code # => 2xx
52
57
  p headers # => { ... }
53
58
  p data # => <Array<UnpaginatedCollectionVersionResponse>>
@@ -58,7 +63,11 @@ end
58
63
 
59
64
  ### Parameters
60
65
 
61
- This endpoint does not need any parameter.
66
+ | Name | Type | Description | Notes |
67
+ | ---- | ---- | ----------- | ----- |
68
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
69
+ | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
70
+ | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
62
71
 
63
72
  ### Return type
64
73
 
@@ -29,6 +29,7 @@ end
29
29
 
30
30
  api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionsAllApi.new
31
31
  opts = {
32
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
32
33
  deprecated: true, # Boolean |
33
34
  name: 'name_example', # String |
34
35
  namespace: 'namespace_example', # String |
@@ -72,6 +73,7 @@ end
72
73
 
73
74
  | Name | Type | Description | Notes |
74
75
  | ---- | ---- | ----------- | ----- |
76
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
75
77
  | **deprecated** | **Boolean** | | [optional] |
76
78
  | **name** | **String** | | [optional] |
77
79
  | **namespace** | **String** | | [optional] |
@@ -12,7 +12,7 @@ All URIs are relative to *http://localhost:24817*
12
12
 
13
13
  ## delete
14
14
 
15
- > <AsyncOperationResponse> delete(name, namespace)
15
+ > <AsyncOperationResponse> delete(name, namespace, opts)
16
16
 
17
17
 
18
18
 
@@ -33,10 +33,13 @@ end
33
33
  api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionsApi.new
34
34
  name = 'name_example' # String |
35
35
  namespace = 'namespace_example' # String |
36
+ opts = {
37
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
38
+ }
36
39
 
37
40
  begin
38
41
 
39
- result = api_instance.delete(name, namespace)
42
+ result = api_instance.delete(name, namespace, opts)
40
43
  p result
41
44
  rescue PulpAnsibleClient::ApiError => e
42
45
  puts "Error when calling PulpAnsibleDefaultApiV3CollectionsApi->delete: #{e}"
@@ -47,12 +50,12 @@ end
47
50
 
48
51
  This returns an Array which contains the response data, status code and headers.
49
52
 
50
- > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(name, namespace)
53
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(name, namespace, opts)
51
54
 
52
55
  ```ruby
53
56
  begin
54
57
 
55
- data, status_code, headers = api_instance.delete_with_http_info(name, namespace)
58
+ data, status_code, headers = api_instance.delete_with_http_info(name, namespace, opts)
56
59
  p status_code # => 2xx
57
60
  p headers # => { ... }
58
61
  p data # => <AsyncOperationResponse>
@@ -67,6 +70,7 @@ end
67
70
  | ---- | ---- | ----------- | ----- |
68
71
  | **name** | **String** | | |
69
72
  | **namespace** | **String** | | |
73
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
70
74
 
71
75
  ### Return type
72
76
 
@@ -104,6 +108,7 @@ end
104
108
 
105
109
  api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionsApi.new
106
110
  opts = {
111
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
107
112
  deprecated: true, # Boolean |
108
113
  limit: 56, # Integer | Number of results to return per page.
109
114
  name: 'name_example', # String |
@@ -149,6 +154,7 @@ end
149
154
 
150
155
  | Name | Type | Description | Notes |
151
156
  | ---- | ---- | ----------- | ----- |
157
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
152
158
  | **deprecated** | **Boolean** | | [optional] |
153
159
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
154
160
  | **name** | **String** | | [optional] |
@@ -200,6 +206,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionsApi.new
200
206
  name = 'name_example' # String |
201
207
  namespace = 'namespace_example' # String |
202
208
  opts = {
209
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
203
210
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
204
211
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
205
212
  }
@@ -237,6 +244,7 @@ end
237
244
  | ---- | ---- | ----------- | ----- |
238
245
  | **name** | **String** | | |
239
246
  | **namespace** | **String** | | |
247
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
240
248
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
241
249
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
242
250
 
@@ -256,7 +264,7 @@ end
256
264
 
257
265
  ## update
258
266
 
259
- > <AsyncOperationResponse> update(name, namespace, patched_collection)
267
+ > <AsyncOperationResponse> update(name, namespace, patched_collection, opts)
260
268
 
261
269
 
262
270
 
@@ -278,10 +286,13 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionsApi.new
278
286
  name = 'name_example' # String |
279
287
  namespace = 'namespace_example' # String |
280
288
  patched_collection = PulpAnsibleClient::PatchedCollection.new # PatchedCollection |
289
+ opts = {
290
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
291
+ }
281
292
 
282
293
  begin
283
294
 
284
- result = api_instance.update(name, namespace, patched_collection)
295
+ result = api_instance.update(name, namespace, patched_collection, opts)
285
296
  p result
286
297
  rescue PulpAnsibleClient::ApiError => e
287
298
  puts "Error when calling PulpAnsibleDefaultApiV3CollectionsApi->update: #{e}"
@@ -292,12 +303,12 @@ end
292
303
 
293
304
  This returns an Array which contains the response data, status code and headers.
294
305
 
295
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(name, namespace, patched_collection)
306
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(name, namespace, patched_collection, opts)
296
307
 
297
308
  ```ruby
298
309
  begin
299
310
 
300
- data, status_code, headers = api_instance.update_with_http_info(name, namespace, patched_collection)
311
+ data, status_code, headers = api_instance.update_with_http_info(name, namespace, patched_collection, opts)
301
312
  p status_code # => 2xx
302
313
  p headers # => { ... }
303
314
  p data # => <AsyncOperationResponse>
@@ -313,6 +324,7 @@ end
313
324
  | **name** | **String** | | |
314
325
  | **namespace** | **String** | | |
315
326
  | **patched_collection** | [**PatchedCollection**](PatchedCollection.md) | | |
327
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
316
328
 
317
329
  ### Return type
318
330
 
@@ -11,7 +11,7 @@ All URIs are relative to *http://localhost:24817*
11
11
 
12
12
  ## delete
13
13
 
14
- > <AsyncOperationResponse> delete(name, namespace, version)
14
+ > <AsyncOperationResponse> delete(name, namespace, version, opts)
15
15
 
16
16
 
17
17
 
@@ -33,10 +33,13 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionsVersionsApi.
33
33
  name = 'name_example' # String |
34
34
  namespace = 'namespace_example' # String |
35
35
  version = 'version_example' # String |
36
+ opts = {
37
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
38
+ }
36
39
 
37
40
  begin
38
41
 
39
- result = api_instance.delete(name, namespace, version)
42
+ result = api_instance.delete(name, namespace, version, opts)
40
43
  p result
41
44
  rescue PulpAnsibleClient::ApiError => e
42
45
  puts "Error when calling PulpAnsibleDefaultApiV3CollectionsVersionsApi->delete: #{e}"
@@ -47,12 +50,12 @@ end
47
50
 
48
51
  This returns an Array which contains the response data, status code and headers.
49
52
 
50
- > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(name, namespace, version)
53
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(name, namespace, version, opts)
51
54
 
52
55
  ```ruby
53
56
  begin
54
57
 
55
- data, status_code, headers = api_instance.delete_with_http_info(name, namespace, version)
58
+ data, status_code, headers = api_instance.delete_with_http_info(name, namespace, version, opts)
56
59
  p status_code # => 2xx
57
60
  p headers # => { ... }
58
61
  p data # => <AsyncOperationResponse>
@@ -68,6 +71,7 @@ end
68
71
  | **name** | **String** | | |
69
72
  | **namespace** | **String** | | |
70
73
  | **version** | **String** | | |
74
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
71
75
 
72
76
  ### Return type
73
77
 
@@ -107,11 +111,12 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3CollectionsVersionsApi.
107
111
  name = 'name_example' # String |
108
112
  namespace = 'namespace_example' # String |
109
113
  opts = {
114
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
110
115
  limit: 56, # Integer | Number of results to return per page.
111
116
  name2: 'name_example', # String |
112
117
  namespace2: 'namespace_example', # String |
113
118
  offset: 56, # Integer | The initial index from which to return the results.
114
- ordering: ['-authors'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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) * `sha256` - Sha256 * `-sha256` - Sha256 (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) * `new_tags` - New tags * `-new_tags` - New tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
119
+ ordering: ['-authors'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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) * `sha256` - Sha256 * `-sha256` - Sha256 (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) * `tags` - Tags * `-tags` - Tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
115
120
  orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
116
121
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
117
122
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
@@ -160,11 +165,12 @@ end
160
165
  | ---- | ---- | ----------- | ----- |
161
166
  | **name** | **String** | | |
162
167
  | **namespace** | **String** | | |
168
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
163
169
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
164
170
  | **name2** | **String** | | [optional] |
165
171
  | **namespace2** | **String** | | [optional] |
166
172
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
167
- | **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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (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;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (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;new_tags&#x60; - New tags * &#x60;-new_tags&#x60; - New tags (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
173
+ | **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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (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;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (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;tags&#x60; - Tags * &#x60;-tags&#x60; - Tags (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
168
174
  | **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
169
175
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
170
176
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
@@ -218,6 +224,7 @@ name = 'name_example' # String |
218
224
  namespace = 'namespace_example' # String |
219
225
  version = 'version_example' # String |
220
226
  opts = {
227
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
221
228
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
222
229
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
223
230
  }
@@ -256,6 +263,7 @@ end
256
263
  | **name** | **String** | | |
257
264
  | **namespace** | **String** | | |
258
265
  | **version** | **String** | | |
266
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
259
267
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
260
268
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
261
269
 
@@ -32,6 +32,7 @@ name = 'name_example' # String |
32
32
  namespace = 'namespace_example' # String |
33
33
  version = 'version_example' # String |
34
34
  opts = {
35
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
35
36
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
36
37
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
37
38
  }
@@ -70,6 +71,7 @@ end
70
71
  | **name** | **String** | | |
71
72
  | **namespace** | **String** | | |
72
73
  | **version** | **String** | | |
74
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
73
75
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
74
76
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
75
77
 
@@ -30,6 +30,7 @@ end
30
30
 
31
31
  api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3NamespacesApi.new
32
32
  opts = {
33
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
33
34
  company: 'company_example', # String | Filter results where company matches value
34
35
  company__contains: 'company__contains_example', # String | Filter results where company contains value
35
36
  company__icontains: 'company__icontains_example', # String | Filter results where company contains value
@@ -92,6 +93,7 @@ end
92
93
 
93
94
  | Name | Type | Description | Notes |
94
95
  | ---- | ---- | ----------- | ----- |
96
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
95
97
  | **company** | **String** | Filter results where company matches value | [optional] |
96
98
  | **company__contains** | **String** | Filter results where company contains value | [optional] |
97
99
  | **company__icontains** | **String** | Filter results where company contains value | [optional] |
@@ -159,6 +161,7 @@ end
159
161
  api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3NamespacesApi.new
160
162
  name = 'name_example' # String |
161
163
  opts = {
164
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
162
165
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
163
166
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
164
167
  }
@@ -195,6 +198,7 @@ end
195
198
  | Name | Type | Description | Notes |
196
199
  | ---- | ---- | ----------- | ----- |
197
200
  | **name** | **String** | | |
201
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
198
202
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
199
203
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
200
204