pulp_ansible_client 0.24.6 → 0.24.7
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.
- checksums.yaml +4 -4
- data/README.md +8 -5
- data/docs/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +24 -24
- data/docs/AnsibleGitRemoteResponse.md +24 -24
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +4 -4
- data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/ApiRolesApi.md +2 -0
- data/docs/CollectionImportApi.md +2 -0
- data/docs/ContentCollectionDeprecationsApi.md +28 -12
- data/docs/ContentCollectionMarksApi.md +28 -12
- data/docs/ContentCollectionSignaturesApi.md +22 -8
- data/docs/ContentCollectionVersionsApi.md +28 -14
- data/docs/ContentNamespacesApi.md +22 -8
- data/docs/ContentRolesApi.md +28 -12
- data/docs/DistributionsAnsibleApi.md +72 -32
- data/docs/PatchedansibleGitRemote.md +24 -24
- data/docs/PulpAnsibleApiApi.md +2 -0
- data/docs/PulpAnsibleApiV3Api.md +2 -0
- data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +12 -4
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
- data/docs/PulpAnsibleDefaultApiApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +12 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/PulpAnsibleTagsApi.md +2 -0
- data/docs/RemotesCollectionApi.md +72 -32
- data/docs/RemotesGitApi.md +72 -32
- data/docs/RemotesRoleApi.md +72 -32
- data/docs/RepositoriesAnsibleApi.md +136 -64
- data/docs/RepositoriesAnsibleVersionsApi.md +30 -14
- data/docs/VersionsApi.md +2 -0
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
- data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
- data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
- data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +24 -9
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_roles_api.rb +15 -0
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +3 -0
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +18 -3
- data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +21 -21
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +228 -228
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +138 -138
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +21 -21
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +223 -223
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/ansible_collections_api_spec.rb +7 -0
- data/spec/api/ansible_copy_api_spec.rb +1 -0
- data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/api_roles_api_spec.rb +1 -0
- data/spec/api/collection_import_api_spec.rb +1 -0
- data/spec/api/content_collection_deprecations_api_spec.rb +5 -0
- data/spec/api/content_collection_marks_api_spec.rb +5 -0
- data/spec/api/content_collection_signatures_api_spec.rb +5 -0
- data/spec/api/content_collection_versions_api_spec.rb +8 -3
- data/spec/api/content_namespaces_api_spec.rb +5 -0
- data/spec/api/content_roles_api_spec.rb +5 -0
- data/spec/api/distributions_ansible_api_spec.rb +12 -0
- data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_tags_api_spec.rb +1 -0
- data/spec/api/remotes_collection_api_spec.rb +12 -0
- data/spec/api/remotes_git_api_spec.rb +12 -0
- data/spec/api/remotes_role_api_spec.rb +12 -0
- data/spec/api/repositories_ansible_api_spec.rb +20 -0
- data/spec/api/repositories_ansible_versions_api_spec.rb +6 -1
- data/spec/api/versions_api_spec.rb +1 -0
- data/spec/models/ansible_collection_version_response_spec.rb +5 -5
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- metadata +126 -126
@@ -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<String>**](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 'namespace' of the Collection to be verified against the metadata during import. | [optional] |
|
78
80
|
| **expected_name** | **String** | The expected 'name' 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<String>**](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 'namespace' of the Collection to be verified against the metadata during import. | [optional] |
|
162
166
|
| **expected_name** | **String** | The expected 'name' 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<String>**](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 'namespace' of the Collection to be verified against the metadata during import. | [optional] |
|
242
248
|
| **expected_name** | **String** | The expected 'name' 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<String>**](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 'namespace' of the Collection to be verified against the metadata during import. | [optional] |
|
324
332
|
| **expected_name** | **String** | The expected 'name' 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
|
-
|
59
|
+
| Name | Type | Description | Notes |
|
60
|
+
| ---- | ---- | ----------- | ----- |
|
61
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
62
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
63
|
+
| **exclude_fields** | [**Array<String>**](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
|
-
|
66
|
+
| Name | Type | Description | Notes |
|
67
|
+
| ---- | ---- | ----------- | ----- |
|
68
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
70
|
+
| **exclude_fields** | [**Array<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
70
72
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
71
73
|
| **exclude_fields** | [**Array<String>**](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
|
-
|
66
|
+
| Name | Type | Description | Notes |
|
67
|
+
| ---- | ---- | ----------- | ----- |
|
68
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
70
|
+
| **exclude_fields** | [**Array<String>**](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<String>**](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<String>**](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<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
240
248
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
241
249
|
| **exclude_fields** | [**Array<String>**](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<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
71
75
|
|
72
76
|
### Return type
|
73
77
|
|
@@ -107,6 +111,7 @@ 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 |
|
@@ -160,6 +165,7 @@ end
|
|
160
165
|
| ---- | ---- | ----------- | ----- |
|
161
166
|
| **name** | **String** | | |
|
162
167
|
| **namespace** | **String** | | |
|
168
|
+
| **x_task_diagnostics** | [**Array<String>**](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] |
|
@@ -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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
259
267
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
260
268
|
| **exclude_fields** | [**Array<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
73
75
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
74
76
|
| **exclude_fields** | [**Array<String>**](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<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
198
202
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
199
203
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
200
204
|
|
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
|
|
9
9
|
|
10
10
|
## read
|
11
11
|
|
12
|
-
> <ClientConfigurationResponse> read
|
12
|
+
> <ClientConfigurationResponse> 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::PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.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 PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi->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(<ClientConfigurationResponse>, Integer, Hash)> read_with_http_info
|
50
|
+
> <Array(<ClientConfigurationResponse>, 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 # => <ClientConfigurationResponse>
|
@@ -58,7 +63,11 @@ end
|
|
58
63
|
|
59
64
|
### Parameters
|
60
65
|
|
61
|
-
|
66
|
+
| Name | Type | Description | Notes |
|
67
|
+
| ---- | ---- | ----------- | ----- |
|
68
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
|
+
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
70
|
+
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
62
71
|
|
63
72
|
### Return type
|
64
73
|
|
@@ -30,6 +30,7 @@ end
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.new
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
opts = {
|
33
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
33
34
|
deprecated: true, # Boolean |
|
34
35
|
name: 'name_example', # String |
|
35
36
|
namespace: 'namespace_example', # String |
|
@@ -74,6 +75,7 @@ end
|
|
74
75
|
| Name | Type | Description | Notes |
|
75
76
|
| ---- | ---- | ----------- | ----- |
|
76
77
|
| **distro_base_path** | **String** | | |
|
78
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
77
79
|
| **deprecated** | **Boolean** | | [optional] |
|
78
80
|
| **name** | **String** | | [optional] |
|
79
81
|
| **namespace** | **String** | | [optional] |
|
@@ -30,6 +30,7 @@ end
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.new
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
opts = {
|
33
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
33
34
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
34
35
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
35
36
|
}
|
@@ -66,6 +67,7 @@ end
|
|
66
67
|
| Name | Type | Description | Notes |
|
67
68
|
| ---- | ---- | ----------- | ----- |
|
68
69
|
| **distro_base_path** | **String** | | |
|
70
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
71
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
70
72
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
71
73
|
|
@@ -30,6 +30,7 @@ end
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.new
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
opts = {
|
33
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
33
34
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
34
35
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
35
36
|
}
|
@@ -66,6 +67,7 @@ end
|
|
66
67
|
| Name | Type | Description | Notes |
|
67
68
|
| ---- | ---- | ----------- | ----- |
|
68
69
|
| **distro_base_path** | **String** | | |
|
70
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
71
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
70
72
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
71
73
|
|
@@ -31,6 +31,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentCol
|
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
filename = 'filename_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
|
| **distro_base_path** | **String** | | |
|
69
70
|
| **filename** | **String** | | |
|
71
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
70
72
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
71
73
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
72
74
|
|