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.
- checksums.yaml +4 -4
- data/README.md +10 -7
- data/docs/AnsibleCollectionVersionResponse.md +7 -7
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +30 -30
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +6 -6
- data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/ApiRolesApi.md +2 -0
- data/docs/CollectionImportApi.md +2 -0
- data/docs/CollectionMetadataResponse.md +1 -1
- data/docs/CollectionSummaryResponse.md +1 -1
- data/docs/CollectionSummaryResponseTagsInner.md +18 -0
- data/docs/ContentCollectionDeprecationsApi.md +28 -12
- data/docs/ContentCollectionMarksApi.md +28 -12
- data/docs/ContentCollectionSignaturesApi.md +22 -8
- data/docs/ContentCollectionVersionsApi.md +32 -18
- data/docs/ContentNamespacesApi.md +22 -8
- data/docs/ContentRolesApi.md +28 -12
- data/docs/DistributionsAnsibleApi.md +72 -32
- data/docs/PatchedansibleGitRemote.md +26 -26
- 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 +14 -6
- 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 +14 -6
- 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 +14 -6
- 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 +14 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/PulpAnsibleTagsApi.md +6 -4
- 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 +28 -12
- 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 +30 -15
- 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 +12 -3
- 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 +12 -3
- 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 +12 -3
- 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 +12 -3
- 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 +5 -2
- 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 +15 -0
- data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +26 -26
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +224 -224
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +27 -27
- data/lib/pulp_ansible_client/models/collection_metadata_response.rb +0 -7
- data/lib/pulp_ansible_client/models/collection_summary_response.rb +1 -1
- data/lib/pulp_ansible_client/models/{ansible_tag_response.rb → collection_summary_response_tags_inner.rb} +3 -5
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +218 -218
- data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.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 +10 -5
- 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 +4 -1
- 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 +4 -1
- 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 +4 -1
- 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 +4 -1
- 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 +2 -1
- 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 +5 -0
- 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 +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/ansible_role_spec.rb +3 -3
- data/spec/models/{ansible_tag_response_spec.rb → collection_summary_response_tags_inner_spec.rb} +6 -6
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +124 -124
- data/docs/AnsibleTagResponse.md +0 -18
@@ -20,7 +20,7 @@ All URIs are relative to *http://localhost:24817*
|
|
20
20
|
|
21
21
|
## add_role
|
22
22
|
|
23
|
-
> <NestedRoleResponse> add_role(ansible_ansible_distribution_href, nested_role)
|
23
|
+
> <NestedRoleResponse> add_role(ansible_ansible_distribution_href, nested_role, opts)
|
24
24
|
|
25
25
|
Add a role
|
26
26
|
|
@@ -41,10 +41,13 @@ end
|
|
41
41
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
42
42
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
43
43
|
nested_role = PulpAnsibleClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
44
|
+
opts = {
|
45
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
46
|
+
}
|
44
47
|
|
45
48
|
begin
|
46
49
|
# Add a role
|
47
|
-
result = api_instance.add_role(ansible_ansible_distribution_href, nested_role)
|
50
|
+
result = api_instance.add_role(ansible_ansible_distribution_href, nested_role, opts)
|
48
51
|
p result
|
49
52
|
rescue PulpAnsibleClient::ApiError => e
|
50
53
|
puts "Error when calling DistributionsAnsibleApi->add_role: #{e}"
|
@@ -55,12 +58,12 @@ end
|
|
55
58
|
|
56
59
|
This returns an Array which contains the response data, status code and headers.
|
57
60
|
|
58
|
-
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(ansible_ansible_distribution_href, nested_role)
|
61
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(ansible_ansible_distribution_href, nested_role, opts)
|
59
62
|
|
60
63
|
```ruby
|
61
64
|
begin
|
62
65
|
# Add a role
|
63
|
-
data, status_code, headers = api_instance.add_role_with_http_info(ansible_ansible_distribution_href, nested_role)
|
66
|
+
data, status_code, headers = api_instance.add_role_with_http_info(ansible_ansible_distribution_href, nested_role, opts)
|
64
67
|
p status_code # => 2xx
|
65
68
|
p headers # => { ... }
|
66
69
|
p data # => <NestedRoleResponse>
|
@@ -75,6 +78,7 @@ end
|
|
75
78
|
| ---- | ---- | ----------- | ----- |
|
76
79
|
| **ansible_ansible_distribution_href** | **String** | | |
|
77
80
|
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
81
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
78
82
|
|
79
83
|
### Return type
|
80
84
|
|
@@ -92,7 +96,7 @@ end
|
|
92
96
|
|
93
97
|
## create
|
94
98
|
|
95
|
-
> <AsyncOperationResponse> create(ansible_ansible_distribution)
|
99
|
+
> <AsyncOperationResponse> create(ansible_ansible_distribution, opts)
|
96
100
|
|
97
101
|
Create an ansible distribution
|
98
102
|
|
@@ -112,10 +116,13 @@ end
|
|
112
116
|
|
113
117
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
114
118
|
ansible_ansible_distribution = PulpAnsibleClient::AnsibleAnsibleDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # AnsibleAnsibleDistribution |
|
119
|
+
opts = {
|
120
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
121
|
+
}
|
115
122
|
|
116
123
|
begin
|
117
124
|
# Create an ansible distribution
|
118
|
-
result = api_instance.create(ansible_ansible_distribution)
|
125
|
+
result = api_instance.create(ansible_ansible_distribution, opts)
|
119
126
|
p result
|
120
127
|
rescue PulpAnsibleClient::ApiError => e
|
121
128
|
puts "Error when calling DistributionsAnsibleApi->create: #{e}"
|
@@ -126,12 +133,12 @@ end
|
|
126
133
|
|
127
134
|
This returns an Array which contains the response data, status code and headers.
|
128
135
|
|
129
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(ansible_ansible_distribution)
|
136
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(ansible_ansible_distribution, opts)
|
130
137
|
|
131
138
|
```ruby
|
132
139
|
begin
|
133
140
|
# Create an ansible distribution
|
134
|
-
data, status_code, headers = api_instance.create_with_http_info(ansible_ansible_distribution)
|
141
|
+
data, status_code, headers = api_instance.create_with_http_info(ansible_ansible_distribution, opts)
|
135
142
|
p status_code # => 2xx
|
136
143
|
p headers # => { ... }
|
137
144
|
p data # => <AsyncOperationResponse>
|
@@ -145,6 +152,7 @@ end
|
|
145
152
|
| Name | Type | Description | Notes |
|
146
153
|
| ---- | ---- | ----------- | ----- |
|
147
154
|
| **ansible_ansible_distribution** | [**AnsibleAnsibleDistribution**](AnsibleAnsibleDistribution.md) | | |
|
155
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
148
156
|
|
149
157
|
### Return type
|
150
158
|
|
@@ -162,7 +170,7 @@ end
|
|
162
170
|
|
163
171
|
## delete
|
164
172
|
|
165
|
-
> <AsyncOperationResponse> delete(ansible_ansible_distribution_href)
|
173
|
+
> <AsyncOperationResponse> delete(ansible_ansible_distribution_href, opts)
|
166
174
|
|
167
175
|
Delete an ansible distribution
|
168
176
|
|
@@ -182,10 +190,13 @@ end
|
|
182
190
|
|
183
191
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
184
192
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
193
|
+
opts = {
|
194
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
195
|
+
}
|
185
196
|
|
186
197
|
begin
|
187
198
|
# Delete an ansible distribution
|
188
|
-
result = api_instance.delete(ansible_ansible_distribution_href)
|
199
|
+
result = api_instance.delete(ansible_ansible_distribution_href, opts)
|
189
200
|
p result
|
190
201
|
rescue PulpAnsibleClient::ApiError => e
|
191
202
|
puts "Error when calling DistributionsAnsibleApi->delete: #{e}"
|
@@ -196,12 +207,12 @@ end
|
|
196
207
|
|
197
208
|
This returns an Array which contains the response data, status code and headers.
|
198
209
|
|
199
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(ansible_ansible_distribution_href)
|
210
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(ansible_ansible_distribution_href, opts)
|
200
211
|
|
201
212
|
```ruby
|
202
213
|
begin
|
203
214
|
# Delete an ansible distribution
|
204
|
-
data, status_code, headers = api_instance.delete_with_http_info(ansible_ansible_distribution_href)
|
215
|
+
data, status_code, headers = api_instance.delete_with_http_info(ansible_ansible_distribution_href, opts)
|
205
216
|
p status_code # => 2xx
|
206
217
|
p headers # => { ... }
|
207
218
|
p data # => <AsyncOperationResponse>
|
@@ -215,6 +226,7 @@ end
|
|
215
226
|
| Name | Type | Description | Notes |
|
216
227
|
| ---- | ---- | ----------- | ----- |
|
217
228
|
| **ansible_ansible_distribution_href** | **String** | | |
|
229
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
218
230
|
|
219
231
|
### Return type
|
220
232
|
|
@@ -252,6 +264,7 @@ end
|
|
252
264
|
|
253
265
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
254
266
|
opts = {
|
267
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
255
268
|
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
256
269
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
257
270
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
@@ -312,6 +325,7 @@ end
|
|
312
325
|
|
313
326
|
| Name | Type | Description | Notes |
|
314
327
|
| ---- | ---- | ----------- | ----- |
|
328
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
315
329
|
| **base_path** | **String** | Filter results where base_path matches value | [optional] |
|
316
330
|
| **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
|
317
331
|
| **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
|
@@ -377,6 +391,7 @@ end
|
|
377
391
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
378
392
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
379
393
|
opts = {
|
394
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
380
395
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
381
396
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
382
397
|
}
|
@@ -413,6 +428,7 @@ end
|
|
413
428
|
| Name | Type | Description | Notes |
|
414
429
|
| ---- | ---- | ----------- | ----- |
|
415
430
|
| **ansible_ansible_distribution_href** | **String** | | |
|
431
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
416
432
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
417
433
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
418
434
|
|
@@ -453,6 +469,7 @@ end
|
|
453
469
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
454
470
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
455
471
|
opts = {
|
472
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
456
473
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
457
474
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
458
475
|
}
|
@@ -489,6 +506,7 @@ end
|
|
489
506
|
| Name | Type | Description | Notes |
|
490
507
|
| ---- | ---- | ----------- | ----- |
|
491
508
|
| **ansible_ansible_distribution_href** | **String** | | |
|
509
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
492
510
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
493
511
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
494
512
|
|
@@ -508,7 +526,7 @@ end
|
|
508
526
|
|
509
527
|
## partial_update
|
510
528
|
|
511
|
-
> <AsyncOperationResponse> partial_update(ansible_ansible_distribution_href, patchedansible_ansible_distribution)
|
529
|
+
> <AsyncOperationResponse> partial_update(ansible_ansible_distribution_href, patchedansible_ansible_distribution, opts)
|
512
530
|
|
513
531
|
Update an ansible distribution
|
514
532
|
|
@@ -529,10 +547,13 @@ end
|
|
529
547
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
530
548
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
531
549
|
patchedansible_ansible_distribution = PulpAnsibleClient::PatchedansibleAnsibleDistribution.new # PatchedansibleAnsibleDistribution |
|
550
|
+
opts = {
|
551
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
552
|
+
}
|
532
553
|
|
533
554
|
begin
|
534
555
|
# Update an ansible distribution
|
535
|
-
result = api_instance.partial_update(ansible_ansible_distribution_href, patchedansible_ansible_distribution)
|
556
|
+
result = api_instance.partial_update(ansible_ansible_distribution_href, patchedansible_ansible_distribution, opts)
|
536
557
|
p result
|
537
558
|
rescue PulpAnsibleClient::ApiError => e
|
538
559
|
puts "Error when calling DistributionsAnsibleApi->partial_update: #{e}"
|
@@ -543,12 +564,12 @@ end
|
|
543
564
|
|
544
565
|
This returns an Array which contains the response data, status code and headers.
|
545
566
|
|
546
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(ansible_ansible_distribution_href, patchedansible_ansible_distribution)
|
567
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(ansible_ansible_distribution_href, patchedansible_ansible_distribution, opts)
|
547
568
|
|
548
569
|
```ruby
|
549
570
|
begin
|
550
571
|
# Update an ansible distribution
|
551
|
-
data, status_code, headers = api_instance.partial_update_with_http_info(ansible_ansible_distribution_href, patchedansible_ansible_distribution)
|
572
|
+
data, status_code, headers = api_instance.partial_update_with_http_info(ansible_ansible_distribution_href, patchedansible_ansible_distribution, opts)
|
552
573
|
p status_code # => 2xx
|
553
574
|
p headers # => { ... }
|
554
575
|
p data # => <AsyncOperationResponse>
|
@@ -563,6 +584,7 @@ end
|
|
563
584
|
| ---- | ---- | ----------- | ----- |
|
564
585
|
| **ansible_ansible_distribution_href** | **String** | | |
|
565
586
|
| **patchedansible_ansible_distribution** | [**PatchedansibleAnsibleDistribution**](PatchedansibleAnsibleDistribution.md) | | |
|
587
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
566
588
|
|
567
589
|
### Return type
|
568
590
|
|
@@ -601,6 +623,7 @@ end
|
|
601
623
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
602
624
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
603
625
|
opts = {
|
626
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
604
627
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
605
628
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
606
629
|
}
|
@@ -637,6 +660,7 @@ end
|
|
637
660
|
| Name | Type | Description | Notes |
|
638
661
|
| ---- | ---- | ----------- | ----- |
|
639
662
|
| **ansible_ansible_distribution_href** | **String** | | |
|
663
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
640
664
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
641
665
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
642
666
|
|
@@ -656,7 +680,7 @@ end
|
|
656
680
|
|
657
681
|
## remove_role
|
658
682
|
|
659
|
-
> <NestedRoleResponse> remove_role(ansible_ansible_distribution_href, nested_role)
|
683
|
+
> <NestedRoleResponse> remove_role(ansible_ansible_distribution_href, nested_role, opts)
|
660
684
|
|
661
685
|
Remove a role
|
662
686
|
|
@@ -677,10 +701,13 @@ end
|
|
677
701
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
678
702
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
679
703
|
nested_role = PulpAnsibleClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
704
|
+
opts = {
|
705
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
706
|
+
}
|
680
707
|
|
681
708
|
begin
|
682
709
|
# Remove a role
|
683
|
-
result = api_instance.remove_role(ansible_ansible_distribution_href, nested_role)
|
710
|
+
result = api_instance.remove_role(ansible_ansible_distribution_href, nested_role, opts)
|
684
711
|
p result
|
685
712
|
rescue PulpAnsibleClient::ApiError => e
|
686
713
|
puts "Error when calling DistributionsAnsibleApi->remove_role: #{e}"
|
@@ -691,12 +718,12 @@ end
|
|
691
718
|
|
692
719
|
This returns an Array which contains the response data, status code and headers.
|
693
720
|
|
694
|
-
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(ansible_ansible_distribution_href, nested_role)
|
721
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(ansible_ansible_distribution_href, nested_role, opts)
|
695
722
|
|
696
723
|
```ruby
|
697
724
|
begin
|
698
725
|
# Remove a role
|
699
|
-
data, status_code, headers = api_instance.remove_role_with_http_info(ansible_ansible_distribution_href, nested_role)
|
726
|
+
data, status_code, headers = api_instance.remove_role_with_http_info(ansible_ansible_distribution_href, nested_role, opts)
|
700
727
|
p status_code # => 2xx
|
701
728
|
p headers # => { ... }
|
702
729
|
p data # => <NestedRoleResponse>
|
@@ -711,6 +738,7 @@ end
|
|
711
738
|
| ---- | ---- | ----------- | ----- |
|
712
739
|
| **ansible_ansible_distribution_href** | **String** | | |
|
713
740
|
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
741
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
714
742
|
|
715
743
|
### Return type
|
716
744
|
|
@@ -728,7 +756,7 @@ end
|
|
728
756
|
|
729
757
|
## set_label
|
730
758
|
|
731
|
-
> <SetLabelResponse> set_label(ansible_ansible_distribution_href, set_label)
|
759
|
+
> <SetLabelResponse> set_label(ansible_ansible_distribution_href, set_label, opts)
|
732
760
|
|
733
761
|
Set a label
|
734
762
|
|
@@ -749,10 +777,13 @@ end
|
|
749
777
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
750
778
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
751
779
|
set_label = PulpAnsibleClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
780
|
+
opts = {
|
781
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
782
|
+
}
|
752
783
|
|
753
784
|
begin
|
754
785
|
# Set a label
|
755
|
-
result = api_instance.set_label(ansible_ansible_distribution_href, set_label)
|
786
|
+
result = api_instance.set_label(ansible_ansible_distribution_href, set_label, opts)
|
756
787
|
p result
|
757
788
|
rescue PulpAnsibleClient::ApiError => e
|
758
789
|
puts "Error when calling DistributionsAnsibleApi->set_label: #{e}"
|
@@ -763,12 +794,12 @@ end
|
|
763
794
|
|
764
795
|
This returns an Array which contains the response data, status code and headers.
|
765
796
|
|
766
|
-
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_ansible_distribution_href, set_label)
|
797
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_ansible_distribution_href, set_label, opts)
|
767
798
|
|
768
799
|
```ruby
|
769
800
|
begin
|
770
801
|
# Set a label
|
771
|
-
data, status_code, headers = api_instance.set_label_with_http_info(ansible_ansible_distribution_href, set_label)
|
802
|
+
data, status_code, headers = api_instance.set_label_with_http_info(ansible_ansible_distribution_href, set_label, opts)
|
772
803
|
p status_code # => 2xx
|
773
804
|
p headers # => { ... }
|
774
805
|
p data # => <SetLabelResponse>
|
@@ -783,6 +814,7 @@ end
|
|
783
814
|
| ---- | ---- | ----------- | ----- |
|
784
815
|
| **ansible_ansible_distribution_href** | **String** | | |
|
785
816
|
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
817
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
786
818
|
|
787
819
|
### Return type
|
788
820
|
|
@@ -800,7 +832,7 @@ end
|
|
800
832
|
|
801
833
|
## unset_label
|
802
834
|
|
803
|
-
> <UnsetLabelResponse> unset_label(ansible_ansible_distribution_href, unset_label)
|
835
|
+
> <UnsetLabelResponse> unset_label(ansible_ansible_distribution_href, unset_label, opts)
|
804
836
|
|
805
837
|
Unset a label
|
806
838
|
|
@@ -821,10 +853,13 @@ end
|
|
821
853
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
822
854
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
823
855
|
unset_label = PulpAnsibleClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
856
|
+
opts = {
|
857
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
858
|
+
}
|
824
859
|
|
825
860
|
begin
|
826
861
|
# Unset a label
|
827
|
-
result = api_instance.unset_label(ansible_ansible_distribution_href, unset_label)
|
862
|
+
result = api_instance.unset_label(ansible_ansible_distribution_href, unset_label, opts)
|
828
863
|
p result
|
829
864
|
rescue PulpAnsibleClient::ApiError => e
|
830
865
|
puts "Error when calling DistributionsAnsibleApi->unset_label: #{e}"
|
@@ -835,12 +870,12 @@ end
|
|
835
870
|
|
836
871
|
This returns an Array which contains the response data, status code and headers.
|
837
872
|
|
838
|
-
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_ansible_distribution_href, unset_label)
|
873
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_ansible_distribution_href, unset_label, opts)
|
839
874
|
|
840
875
|
```ruby
|
841
876
|
begin
|
842
877
|
# Unset a label
|
843
|
-
data, status_code, headers = api_instance.unset_label_with_http_info(ansible_ansible_distribution_href, unset_label)
|
878
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(ansible_ansible_distribution_href, unset_label, opts)
|
844
879
|
p status_code # => 2xx
|
845
880
|
p headers # => { ... }
|
846
881
|
p data # => <UnsetLabelResponse>
|
@@ -855,6 +890,7 @@ end
|
|
855
890
|
| ---- | ---- | ----------- | ----- |
|
856
891
|
| **ansible_ansible_distribution_href** | **String** | | |
|
857
892
|
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
893
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
858
894
|
|
859
895
|
### Return type
|
860
896
|
|
@@ -872,7 +908,7 @@ end
|
|
872
908
|
|
873
909
|
## update
|
874
910
|
|
875
|
-
> <AsyncOperationResponse> update(ansible_ansible_distribution_href, ansible_ansible_distribution)
|
911
|
+
> <AsyncOperationResponse> update(ansible_ansible_distribution_href, ansible_ansible_distribution, opts)
|
876
912
|
|
877
913
|
Update an ansible distribution
|
878
914
|
|
@@ -893,10 +929,13 @@ end
|
|
893
929
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
894
930
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
895
931
|
ansible_ansible_distribution = PulpAnsibleClient::AnsibleAnsibleDistribution.new({base_path: 'base_path_example', name: 'name_example'}) # AnsibleAnsibleDistribution |
|
932
|
+
opts = {
|
933
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
934
|
+
}
|
896
935
|
|
897
936
|
begin
|
898
937
|
# Update an ansible distribution
|
899
|
-
result = api_instance.update(ansible_ansible_distribution_href, ansible_ansible_distribution)
|
938
|
+
result = api_instance.update(ansible_ansible_distribution_href, ansible_ansible_distribution, opts)
|
900
939
|
p result
|
901
940
|
rescue PulpAnsibleClient::ApiError => e
|
902
941
|
puts "Error when calling DistributionsAnsibleApi->update: #{e}"
|
@@ -907,12 +946,12 @@ end
|
|
907
946
|
|
908
947
|
This returns an Array which contains the response data, status code and headers.
|
909
948
|
|
910
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(ansible_ansible_distribution_href, ansible_ansible_distribution)
|
949
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(ansible_ansible_distribution_href, ansible_ansible_distribution, opts)
|
911
950
|
|
912
951
|
```ruby
|
913
952
|
begin
|
914
953
|
# Update an ansible distribution
|
915
|
-
data, status_code, headers = api_instance.update_with_http_info(ansible_ansible_distribution_href, ansible_ansible_distribution)
|
954
|
+
data, status_code, headers = api_instance.update_with_http_info(ansible_ansible_distribution_href, ansible_ansible_distribution, opts)
|
916
955
|
p status_code # => 2xx
|
917
956
|
p headers # => { ... }
|
918
957
|
p data # => <AsyncOperationResponse>
|
@@ -927,6 +966,7 @@ end
|
|
927
966
|
| ---- | ---- | ----------- | ----- |
|
928
967
|
| **ansible_ansible_distribution_href** | **String** | | |
|
929
968
|
| **ansible_ansible_distribution** | [**AnsibleAnsibleDistribution**](AnsibleAnsibleDistribution.md) | | |
|
969
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
930
970
|
|
931
971
|
### Return type
|
932
972
|
|
@@ -4,26 +4,26 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **
|
8
|
-
| **url** | **String** | The URL of an external content source. | [optional] |
|
9
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
10
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
11
|
-
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
12
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
13
|
-
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
7
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
14
8
|
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
15
|
-
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
16
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
17
9
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
10
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
11
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
18
12
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
13
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
14
|
+
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
15
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
16
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
17
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
18
|
+
| **url** | **String** | The URL of an external content source. | [optional] |
|
19
19
|
| **name** | **String** | A unique name for this remote. | [optional] |
|
20
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
20
21
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
21
|
-
| **
|
22
|
+
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
22
23
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
23
|
-
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
24
|
-
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
25
|
-
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
26
24
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
25
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
26
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
27
27
|
| **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
|
28
28
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
29
29
|
|
@@ -33,26 +33,26 @@
|
|
33
33
|
require 'pulp_ansible_client'
|
34
34
|
|
35
35
|
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
|
36
|
-
|
37
|
-
url: null,
|
38
|
-
client_cert: null,
|
39
|
-
download_concurrency: null,
|
40
|
-
sock_connect_timeout: null,
|
41
|
-
proxy_url: null,
|
42
|
-
sock_read_timeout: null,
|
36
|
+
total_timeout: null,
|
43
37
|
connect_timeout: null,
|
44
|
-
proxy_username: null,
|
45
|
-
tls_validation: null,
|
46
38
|
headers: null,
|
39
|
+
tls_validation: null,
|
40
|
+
max_retries: null,
|
47
41
|
password: null,
|
42
|
+
client_key: null,
|
43
|
+
sock_read_timeout: null,
|
44
|
+
client_cert: null,
|
45
|
+
proxy_username: null,
|
46
|
+
ca_cert: null,
|
47
|
+
url: null,
|
48
48
|
name: null,
|
49
|
+
rate_limit: null,
|
49
50
|
proxy_password: null,
|
50
|
-
|
51
|
+
sock_connect_timeout: null,
|
51
52
|
username: null,
|
52
|
-
client_key: null,
|
53
|
-
rate_limit: null,
|
54
|
-
max_retries: null,
|
55
53
|
pulp_labels: null,
|
54
|
+
proxy_url: null,
|
55
|
+
download_concurrency: null,
|
56
56
|
metadata_only: null,
|
57
57
|
git_ref: null
|
58
58
|
)
|
data/docs/PulpAnsibleApiApi.md
CHANGED
@@ -24,6 +24,7 @@ require 'pulp_ansible_client'
|
|
24
24
|
api_instance = PulpAnsibleClient::PulpAnsibleApiApi.new
|
25
25
|
path = 'path_example' # String |
|
26
26
|
opts = {
|
27
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
27
28
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
28
29
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
29
30
|
}
|
@@ -59,6 +60,7 @@ end
|
|
59
60
|
| Name | Type | Description | Notes |
|
60
61
|
| ---- | ---- | ----------- | ----- |
|
61
62
|
| **path** | **String** | | |
|
63
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
62
64
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
63
65
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
64
66
|
|
data/docs/PulpAnsibleApiV3Api.md
CHANGED
@@ -30,6 +30,7 @@ end
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleApiV3Api.new
|
31
31
|
path = '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
|
| **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::PulpAnsibleApiV3ArtifactsCollectionsApi.new
|
|
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
|
|
@@ -30,6 +30,7 @@ end
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleApiV3CollectionVersionsAllApi.new
|
31
31
|
path = '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
|
| **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::PulpAnsibleApiV3CollectionsAllApi.new
|
31
31
|
path = '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
|
| **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] |
|