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
@@ -33,12 +33,13 @@ end
33
33
 
34
34
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
35
35
  opts = {
36
- file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
37
- file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
38
- repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
39
- artifact: 'artifact_example', # String | Artifact file representing the physical content
36
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
40
37
  upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
38
+ artifact: 'artifact_example', # String | Artifact file representing the physical content
39
+ file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
41
40
  pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
41
+ repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
42
+ file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
42
43
  expected_name: 'expected_name_example', # String | The name of the collection.
43
44
  expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
44
45
  expected_version: 'expected_version_example' # String | The version of the collection.
@@ -75,12 +76,13 @@ end
75
76
 
76
77
  | Name | Type | Description | Notes |
77
78
  | ---- | ---- | ----------- | ----- |
78
- | **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
79
- | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
80
- | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
81
- | **artifact** | **String** | Artifact file representing the physical content | [optional] |
79
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
82
80
  | **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
81
+ | **artifact** | **String** | Artifact file representing the physical content | [optional] |
82
+ | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
83
83
  | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
84
+ | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
85
+ | **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
84
86
  | **expected_name** | **String** | The name of the collection. | [optional] |
85
87
  | **expected_namespace** | **String** | The namespace of the collection. | [optional] |
86
88
  | **expected_version** | **String** | The version of the collection. | [optional] |
@@ -121,11 +123,12 @@ end
121
123
 
122
124
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
123
125
  opts = {
126
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
124
127
  limit: 56, # Integer | Number of results to return per page.
125
128
  name: 'name_example', # String |
126
129
  namespace: 'namespace_example', # String |
127
130
  offset: 56, # Integer | The initial index from which to return the results.
128
- 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)
131
+ 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)
129
132
  orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
130
133
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
131
134
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
@@ -172,11 +175,12 @@ end
172
175
 
173
176
  | Name | Type | Description | Notes |
174
177
  | ---- | ---- | ----------- | ----- |
178
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
175
179
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
176
180
  | **name** | **String** | | [optional] |
177
181
  | **namespace** | **String** | | [optional] |
178
182
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
179
- | **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] |
183
+ | **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] |
180
184
  | **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
181
185
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
182
186
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
@@ -228,6 +232,7 @@ end
228
232
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
229
233
  ansible_collection_version_href = 'ansible_collection_version_href_example' # String |
230
234
  opts = {
235
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
231
236
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
232
237
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
233
238
  }
@@ -264,6 +269,7 @@ end
264
269
  | Name | Type | Description | Notes |
265
270
  | ---- | ---- | ----------- | ----- |
266
271
  | **ansible_collection_version_href** | **String** | | |
272
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
267
273
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
268
274
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
269
275
 
@@ -283,7 +289,7 @@ end
283
289
 
284
290
  ## set_label
285
291
 
286
- > <SetLabelResponse> set_label(ansible_collection_version_href, set_label)
292
+ > <SetLabelResponse> set_label(ansible_collection_version_href, set_label, opts)
287
293
 
288
294
  Set a label
289
295
 
@@ -304,10 +310,13 @@ end
304
310
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
305
311
  ansible_collection_version_href = 'ansible_collection_version_href_example' # String |
306
312
  set_label = PulpAnsibleClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
313
+ opts = {
314
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
315
+ }
307
316
 
308
317
  begin
309
318
  # Set a label
310
- result = api_instance.set_label(ansible_collection_version_href, set_label)
319
+ result = api_instance.set_label(ansible_collection_version_href, set_label, opts)
311
320
  p result
312
321
  rescue PulpAnsibleClient::ApiError => e
313
322
  puts "Error when calling ContentCollectionVersionsApi->set_label: #{e}"
@@ -318,12 +327,12 @@ end
318
327
 
319
328
  This returns an Array which contains the response data, status code and headers.
320
329
 
321
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_collection_version_href, set_label)
330
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_collection_version_href, set_label, opts)
322
331
 
323
332
  ```ruby
324
333
  begin
325
334
  # Set a label
326
- data, status_code, headers = api_instance.set_label_with_http_info(ansible_collection_version_href, set_label)
335
+ data, status_code, headers = api_instance.set_label_with_http_info(ansible_collection_version_href, set_label, opts)
327
336
  p status_code # => 2xx
328
337
  p headers # => { ... }
329
338
  p data # => <SetLabelResponse>
@@ -338,6 +347,7 @@ end
338
347
  | ---- | ---- | ----------- | ----- |
339
348
  | **ansible_collection_version_href** | **String** | | |
340
349
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
350
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
341
351
 
342
352
  ### Return type
343
353
 
@@ -355,7 +365,7 @@ end
355
365
 
356
366
  ## unset_label
357
367
 
358
- > <UnsetLabelResponse> unset_label(ansible_collection_version_href, unset_label)
368
+ > <UnsetLabelResponse> unset_label(ansible_collection_version_href, unset_label, opts)
359
369
 
360
370
  Unset a label
361
371
 
@@ -376,10 +386,13 @@ end
376
386
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
377
387
  ansible_collection_version_href = 'ansible_collection_version_href_example' # String |
378
388
  unset_label = PulpAnsibleClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
389
+ opts = {
390
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
391
+ }
379
392
 
380
393
  begin
381
394
  # Unset a label
382
- result = api_instance.unset_label(ansible_collection_version_href, unset_label)
395
+ result = api_instance.unset_label(ansible_collection_version_href, unset_label, opts)
383
396
  p result
384
397
  rescue PulpAnsibleClient::ApiError => e
385
398
  puts "Error when calling ContentCollectionVersionsApi->unset_label: #{e}"
@@ -390,12 +403,12 @@ end
390
403
 
391
404
  This returns an Array which contains the response data, status code and headers.
392
405
 
393
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_collection_version_href, unset_label)
406
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_collection_version_href, unset_label, opts)
394
407
 
395
408
  ```ruby
396
409
  begin
397
410
  # Unset a label
398
- data, status_code, headers = api_instance.unset_label_with_http_info(ansible_collection_version_href, unset_label)
411
+ data, status_code, headers = api_instance.unset_label_with_http_info(ansible_collection_version_href, unset_label, opts)
399
412
  p status_code # => 2xx
400
413
  p headers # => { ... }
401
414
  p data # => <UnsetLabelResponse>
@@ -410,6 +423,7 @@ end
410
423
  | ---- | ---- | ----------- | ----- |
411
424
  | **ansible_collection_version_href** | **String** | | |
412
425
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
426
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
413
427
 
414
428
  ### Return type
415
429
 
@@ -34,6 +34,7 @@ end
34
34
  api_instance = PulpAnsibleClient::ContentNamespacesApi.new
35
35
  ansible_ansible_namespace_metadata_href = 'ansible_ansible_namespace_metadata_href_example' # String |
36
36
  opts = {
37
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
37
38
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
38
39
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
39
40
  }
@@ -69,6 +70,7 @@ end
69
70
  | Name | Type | Description | Notes |
70
71
  | ---- | ---- | ----------- | ----- |
71
72
  | **ansible_ansible_namespace_metadata_href** | **String** | | |
73
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
72
74
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
73
75
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
74
76
 
@@ -108,6 +110,7 @@ end
108
110
 
109
111
  api_instance = PulpAnsibleClient::ContentNamespacesApi.new
110
112
  opts = {
113
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
111
114
  company: 'company_example', # String | Filter results where company matches value
112
115
  company__contains: 'company__contains_example', # String | Filter results where company contains value
113
116
  company__icontains: 'company__icontains_example', # String | Filter results where company contains value
@@ -175,6 +178,7 @@ end
175
178
 
176
179
  | Name | Type | Description | Notes |
177
180
  | ---- | ---- | ----------- | ----- |
181
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
178
182
  | **company** | **String** | Filter results where company matches value | [optional] |
179
183
  | **company__contains** | **String** | Filter results where company contains value | [optional] |
180
184
  | **company__icontains** | **String** | Filter results where company contains value | [optional] |
@@ -247,6 +251,7 @@ end
247
251
  api_instance = PulpAnsibleClient::ContentNamespacesApi.new
248
252
  ansible_ansible_namespace_metadata_href = 'ansible_ansible_namespace_metadata_href_example' # String |
249
253
  opts = {
254
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
250
255
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
251
256
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
252
257
  }
@@ -283,6 +288,7 @@ end
283
288
  | Name | Type | Description | Notes |
284
289
  | ---- | ---- | ----------- | ----- |
285
290
  | **ansible_ansible_namespace_metadata_href** | **String** | | |
291
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
286
292
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
287
293
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
288
294
 
@@ -302,7 +308,7 @@ end
302
308
 
303
309
  ## set_label
304
310
 
305
- > <SetLabelResponse> set_label(ansible_ansible_namespace_metadata_href, set_label)
311
+ > <SetLabelResponse> set_label(ansible_ansible_namespace_metadata_href, set_label, opts)
306
312
 
307
313
  Set a label
308
314
 
@@ -323,10 +329,13 @@ end
323
329
  api_instance = PulpAnsibleClient::ContentNamespacesApi.new
324
330
  ansible_ansible_namespace_metadata_href = 'ansible_ansible_namespace_metadata_href_example' # String |
325
331
  set_label = PulpAnsibleClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
332
+ opts = {
333
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
334
+ }
326
335
 
327
336
  begin
328
337
  # Set a label
329
- result = api_instance.set_label(ansible_ansible_namespace_metadata_href, set_label)
338
+ result = api_instance.set_label(ansible_ansible_namespace_metadata_href, set_label, opts)
330
339
  p result
331
340
  rescue PulpAnsibleClient::ApiError => e
332
341
  puts "Error when calling ContentNamespacesApi->set_label: #{e}"
@@ -337,12 +346,12 @@ end
337
346
 
338
347
  This returns an Array which contains the response data, status code and headers.
339
348
 
340
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_ansible_namespace_metadata_href, set_label)
349
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_ansible_namespace_metadata_href, set_label, opts)
341
350
 
342
351
  ```ruby
343
352
  begin
344
353
  # Set a label
345
- data, status_code, headers = api_instance.set_label_with_http_info(ansible_ansible_namespace_metadata_href, set_label)
354
+ data, status_code, headers = api_instance.set_label_with_http_info(ansible_ansible_namespace_metadata_href, set_label, opts)
346
355
  p status_code # => 2xx
347
356
  p headers # => { ... }
348
357
  p data # => <SetLabelResponse>
@@ -357,6 +366,7 @@ end
357
366
  | ---- | ---- | ----------- | ----- |
358
367
  | **ansible_ansible_namespace_metadata_href** | **String** | | |
359
368
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
369
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
360
370
 
361
371
  ### Return type
362
372
 
@@ -374,7 +384,7 @@ end
374
384
 
375
385
  ## unset_label
376
386
 
377
- > <UnsetLabelResponse> unset_label(ansible_ansible_namespace_metadata_href, unset_label)
387
+ > <UnsetLabelResponse> unset_label(ansible_ansible_namespace_metadata_href, unset_label, opts)
378
388
 
379
389
  Unset a label
380
390
 
@@ -395,10 +405,13 @@ end
395
405
  api_instance = PulpAnsibleClient::ContentNamespacesApi.new
396
406
  ansible_ansible_namespace_metadata_href = 'ansible_ansible_namespace_metadata_href_example' # String |
397
407
  unset_label = PulpAnsibleClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
408
+ opts = {
409
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
410
+ }
398
411
 
399
412
  begin
400
413
  # Unset a label
401
- result = api_instance.unset_label(ansible_ansible_namespace_metadata_href, unset_label)
414
+ result = api_instance.unset_label(ansible_ansible_namespace_metadata_href, unset_label, opts)
402
415
  p result
403
416
  rescue PulpAnsibleClient::ApiError => e
404
417
  puts "Error when calling ContentNamespacesApi->unset_label: #{e}"
@@ -409,12 +422,12 @@ end
409
422
 
410
423
  This returns an Array which contains the response data, status code and headers.
411
424
 
412
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_ansible_namespace_metadata_href, unset_label)
425
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_ansible_namespace_metadata_href, unset_label, opts)
413
426
 
414
427
  ```ruby
415
428
  begin
416
429
  # Unset a label
417
- data, status_code, headers = api_instance.unset_label_with_http_info(ansible_ansible_namespace_metadata_href, unset_label)
430
+ data, status_code, headers = api_instance.unset_label_with_http_info(ansible_ansible_namespace_metadata_href, unset_label, opts)
418
431
  p status_code # => 2xx
419
432
  p headers # => { ... }
420
433
  p data # => <UnsetLabelResponse>
@@ -429,6 +442,7 @@ end
429
442
  | ---- | ---- | ----------- | ----- |
430
443
  | **ansible_ansible_namespace_metadata_href** | **String** | | |
431
444
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
445
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
432
446
 
433
447
  ### Return type
434
448
 
@@ -13,7 +13,7 @@ All URIs are relative to *http://localhost:24817*
13
13
 
14
14
  ## create
15
15
 
16
- > <AnsibleRoleResponse> create(ansible_role)
16
+ > <AnsibleRoleResponse> create(ansible_role, opts)
17
17
 
18
18
  Create a role
19
19
 
@@ -33,10 +33,13 @@ end
33
33
 
34
34
  api_instance = PulpAnsibleClient::ContentRolesApi.new
35
35
  ansible_role = PulpAnsibleClient::AnsibleRole.new({artifact: 'artifact_example', version: 'version_example', name: 'name_example', namespace: 'namespace_example'}) # AnsibleRole |
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
  # Create a role
39
- result = api_instance.create(ansible_role)
42
+ result = api_instance.create(ansible_role, opts)
40
43
  p result
41
44
  rescue PulpAnsibleClient::ApiError => e
42
45
  puts "Error when calling ContentRolesApi->create: #{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(<AnsibleRoleResponse>, Integer, Hash)> create_with_http_info(ansible_role)
53
+ > <Array(<AnsibleRoleResponse>, Integer, Hash)> create_with_http_info(ansible_role, opts)
51
54
 
52
55
  ```ruby
53
56
  begin
54
57
  # Create a role
55
- data, status_code, headers = api_instance.create_with_http_info(ansible_role)
58
+ data, status_code, headers = api_instance.create_with_http_info(ansible_role, opts)
56
59
  p status_code # => 2xx
57
60
  p headers # => { ... }
58
61
  p data # => <AnsibleRoleResponse>
@@ -66,6 +69,7 @@ end
66
69
  | Name | Type | Description | Notes |
67
70
  | ---- | ---- | ----------- | ----- |
68
71
  | **ansible_role** | [**AnsibleRole**](AnsibleRole.md) | | |
72
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
69
73
 
70
74
  ### Return type
71
75
 
@@ -103,6 +107,7 @@ end
103
107
 
104
108
  api_instance = PulpAnsibleClient::ContentRolesApi.new
105
109
  opts = {
110
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
106
111
  limit: 56, # Integer | Number of results to return per page.
107
112
  name: 'name_example', # String | Filter results where name matches value
108
113
  namespace: 'namespace_example', # String | Filter results where namespace matches value
@@ -153,6 +158,7 @@ end
153
158
 
154
159
  | Name | Type | Description | Notes |
155
160
  | ---- | ---- | ----------- | ----- |
161
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
156
162
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
157
163
  | **name** | **String** | Filter results where name matches value | [optional] |
158
164
  | **namespace** | **String** | Filter results where namespace matches value | [optional] |
@@ -208,6 +214,7 @@ end
208
214
  api_instance = PulpAnsibleClient::ContentRolesApi.new
209
215
  ansible_role_href = 'ansible_role_href_example' # String |
210
216
  opts = {
217
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
211
218
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
212
219
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
213
220
  }
@@ -244,6 +251,7 @@ end
244
251
  | Name | Type | Description | Notes |
245
252
  | ---- | ---- | ----------- | ----- |
246
253
  | **ansible_role_href** | **String** | | |
254
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
247
255
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
248
256
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
249
257
 
@@ -263,7 +271,7 @@ end
263
271
 
264
272
  ## set_label
265
273
 
266
- > <SetLabelResponse> set_label(ansible_role_href, set_label)
274
+ > <SetLabelResponse> set_label(ansible_role_href, set_label, opts)
267
275
 
268
276
  Set a label
269
277
 
@@ -284,10 +292,13 @@ end
284
292
  api_instance = PulpAnsibleClient::ContentRolesApi.new
285
293
  ansible_role_href = 'ansible_role_href_example' # String |
286
294
  set_label = PulpAnsibleClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
295
+ opts = {
296
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
297
+ }
287
298
 
288
299
  begin
289
300
  # Set a label
290
- result = api_instance.set_label(ansible_role_href, set_label)
301
+ result = api_instance.set_label(ansible_role_href, set_label, opts)
291
302
  p result
292
303
  rescue PulpAnsibleClient::ApiError => e
293
304
  puts "Error when calling ContentRolesApi->set_label: #{e}"
@@ -298,12 +309,12 @@ end
298
309
 
299
310
  This returns an Array which contains the response data, status code and headers.
300
311
 
301
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_role_href, set_label)
312
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_role_href, set_label, opts)
302
313
 
303
314
  ```ruby
304
315
  begin
305
316
  # Set a label
306
- data, status_code, headers = api_instance.set_label_with_http_info(ansible_role_href, set_label)
317
+ data, status_code, headers = api_instance.set_label_with_http_info(ansible_role_href, set_label, opts)
307
318
  p status_code # => 2xx
308
319
  p headers # => { ... }
309
320
  p data # => <SetLabelResponse>
@@ -318,6 +329,7 @@ end
318
329
  | ---- | ---- | ----------- | ----- |
319
330
  | **ansible_role_href** | **String** | | |
320
331
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
332
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
321
333
 
322
334
  ### Return type
323
335
 
@@ -335,7 +347,7 @@ end
335
347
 
336
348
  ## unset_label
337
349
 
338
- > <UnsetLabelResponse> unset_label(ansible_role_href, unset_label)
350
+ > <UnsetLabelResponse> unset_label(ansible_role_href, unset_label, opts)
339
351
 
340
352
  Unset a label
341
353
 
@@ -356,10 +368,13 @@ end
356
368
  api_instance = PulpAnsibleClient::ContentRolesApi.new
357
369
  ansible_role_href = 'ansible_role_href_example' # String |
358
370
  unset_label = PulpAnsibleClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
371
+ opts = {
372
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
373
+ }
359
374
 
360
375
  begin
361
376
  # Unset a label
362
- result = api_instance.unset_label(ansible_role_href, unset_label)
377
+ result = api_instance.unset_label(ansible_role_href, unset_label, opts)
363
378
  p result
364
379
  rescue PulpAnsibleClient::ApiError => e
365
380
  puts "Error when calling ContentRolesApi->unset_label: #{e}"
@@ -370,12 +385,12 @@ end
370
385
 
371
386
  This returns an Array which contains the response data, status code and headers.
372
387
 
373
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_role_href, unset_label)
388
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_role_href, unset_label, opts)
374
389
 
375
390
  ```ruby
376
391
  begin
377
392
  # Unset a label
378
- data, status_code, headers = api_instance.unset_label_with_http_info(ansible_role_href, unset_label)
393
+ data, status_code, headers = api_instance.unset_label_with_http_info(ansible_role_href, unset_label, opts)
379
394
  p status_code # => 2xx
380
395
  p headers # => { ... }
381
396
  p data # => <UnsetLabelResponse>
@@ -390,6 +405,7 @@ end
390
405
  | ---- | ---- | ----------- | ----- |
391
406
  | **ansible_role_href** | **String** | | |
392
407
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
408
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
393
409
 
394
410
  ### Return type
395
411