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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8962e8ba5a19a8f211680d570c3097248ec4f208721236a9a8a9649c98af7392
|
4
|
+
data.tar.gz: 6841748fd2109d903b2802e74b1739344ac3c62cede8fbf44df33cdbf233585a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1407c8bb68f9bd2753e3811dd1f102f034d6cd91a82779fe1aa02d8d10e0eec3d2afec314f0d34b2a1b6c2312b74112ef62950c2ec23a84ee86bdfb5f7b108a3
|
7
|
+
data.tar.gz: 649dba274c558f1e5f3594dfea20aba030252cf4f488283339b4ae2467f1f1e76ab485e0e1a6772a31ca5b061e0f1d1e67f2828efcf4d52a37494a9617bf089d
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 0.
|
10
|
+
- Package version: 0.27.0
|
11
11
|
- Generator version: 7.10.0
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
@@ -25,16 +25,16 @@ gem build pulp_ansible_client.gemspec
|
|
25
25
|
Then either install the gem locally:
|
26
26
|
|
27
27
|
```shell
|
28
|
-
gem install ./pulp_ansible_client-0.
|
28
|
+
gem install ./pulp_ansible_client-0.27.0.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.
|
31
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.27.0.gem` to install the development dependencies)
|
32
32
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
34
34
|
|
35
35
|
Finally add this to the Gemfile:
|
36
36
|
|
37
|
-
gem 'pulp_ansible_client', '~> 0.
|
37
|
+
gem 'pulp_ansible_client', '~> 0.27.0'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -70,10 +70,13 @@ end
|
|
70
70
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
71
71
|
ansible_collection_href = 'ansible_collection_href_example' # String |
|
72
72
|
nested_role = PulpAnsibleClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
73
|
+
opts = {
|
74
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
75
|
+
}
|
73
76
|
|
74
77
|
begin
|
75
78
|
#Add a role
|
76
|
-
result = api_instance.add_role(ansible_collection_href, nested_role)
|
79
|
+
result = api_instance.add_role(ansible_collection_href, nested_role, opts)
|
77
80
|
p result
|
78
81
|
rescue PulpAnsibleClient::ApiError => e
|
79
82
|
puts "Exception when calling AnsibleCollectionsApi->add_role: #{e}"
|
@@ -213,7 +216,7 @@ Class | Method | HTTP request | Description
|
|
213
216
|
*PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi* | [**read**](docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md#read) | **GET** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/ |
|
214
217
|
*PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi* | [**list**](docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md#list) | **GET** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/search/collection-versions/ | List cross repository collection version indexs
|
215
218
|
*PulpAnsibleClient::PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi* | [**rebuild**](docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md#rebuild) | **POST** /pulp_ansible/galaxy/default/api/v3/plugin/ansible/search/collection-versions/ |
|
216
|
-
*PulpAnsibleClient::PulpAnsibleTagsApi* | [**list**](docs/PulpAnsibleTagsApi.md#list) | **GET** /pulp/api/v3/pulp_ansible/tags/ | List
|
219
|
+
*PulpAnsibleClient::PulpAnsibleTagsApi* | [**list**](docs/PulpAnsibleTagsApi.md#list) | **GET** /pulp/api/v3/pulp_ansible/tags/ | List collection versions
|
217
220
|
*PulpAnsibleClient::RemotesCollectionApi* | [**add_role**](docs/RemotesCollectionApi.md#add_role) | **POST** {ansible_collection_remote_href}add_role/ | Add a role
|
218
221
|
*PulpAnsibleClient::RemotesCollectionApi* | [**create**](docs/RemotesCollectionApi.md#create) | **POST** /pulp/api/v3/remotes/ansible/collection/ | Create a collection remote
|
219
222
|
*PulpAnsibleClient::RemotesCollectionApi* | [**delete**](docs/RemotesCollectionApi.md#delete) | **DELETE** {ansible_collection_remote_href} | Delete a collection remote
|
@@ -306,7 +309,6 @@ Class | Method | HTTP request | Description
|
|
306
309
|
- [PulpAnsibleClient::AnsibleRoleRemote](docs/AnsibleRoleRemote.md)
|
307
310
|
- [PulpAnsibleClient::AnsibleRoleRemoteResponse](docs/AnsibleRoleRemoteResponse.md)
|
308
311
|
- [PulpAnsibleClient::AnsibleRoleResponse](docs/AnsibleRoleResponse.md)
|
309
|
-
- [PulpAnsibleClient::AnsibleTagResponse](docs/AnsibleTagResponse.md)
|
310
312
|
- [PulpAnsibleClient::ArtifactRefResponse](docs/ArtifactRefResponse.md)
|
311
313
|
- [PulpAnsibleClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
312
314
|
- [PulpAnsibleClient::ClientConfigurationResponse](docs/ClientConfigurationResponse.md)
|
@@ -316,6 +318,7 @@ Class | Method | HTTP request | Description
|
|
316
318
|
- [PulpAnsibleClient::CollectionRefResponse](docs/CollectionRefResponse.md)
|
317
319
|
- [PulpAnsibleClient::CollectionResponse](docs/CollectionResponse.md)
|
318
320
|
- [PulpAnsibleClient::CollectionSummaryResponse](docs/CollectionSummaryResponse.md)
|
321
|
+
- [PulpAnsibleClient::CollectionSummaryResponseTagsInner](docs/CollectionSummaryResponseTagsInner.md)
|
319
322
|
- [PulpAnsibleClient::CollectionVersionCopyMove](docs/CollectionVersionCopyMove.md)
|
320
323
|
- [PulpAnsibleClient::CollectionVersionDocsResponse](docs/CollectionVersionDocsResponse.md)
|
321
324
|
- [PulpAnsibleClient::CollectionVersionListResponse](docs/CollectionVersionListResponse.md)
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
8
|
-
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
9
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
7
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
8
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
9
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
10
|
| **pulp_href** | **String** | | [optional][readonly] |
|
11
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
12
12
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
13
13
|
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
14
14
|
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
@@ -31,7 +31,7 @@
|
|
31
31
|
| **name** | **String** | The name of the collection. | [optional][readonly] |
|
32
32
|
| **namespace** | **String** | The namespace of the collection. | [optional][readonly] |
|
33
33
|
| **origin_repository** | **String** | The URL of the originating SCM repository. | [optional][readonly] |
|
34
|
-
| **tags** | [**Array<
|
34
|
+
| **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional][readonly] |
|
35
35
|
| **version** | **String** | The version of the collection. | [optional][readonly] |
|
36
36
|
| **requires_ansible** | **String** | The version of Ansible required to use the collection. Multiple versions can be separated with a comma. | [optional][readonly] |
|
37
37
|
|
@@ -41,11 +41,11 @@
|
|
41
41
|
require 'pulp_ansible_client'
|
42
42
|
|
43
43
|
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
44
|
-
artifact: null,
|
45
|
-
pulp_last_updated: null,
|
46
|
-
pulp_created: null,
|
47
44
|
prn: null,
|
45
|
+
pulp_created: null,
|
46
|
+
pulp_last_updated: null,
|
48
47
|
pulp_href: null,
|
48
|
+
artifact: null,
|
49
49
|
pulp_labels: null,
|
50
50
|
sha256: null,
|
51
51
|
md5: null,
|
@@ -15,7 +15,7 @@ All URIs are relative to *http://localhost:24817*
|
|
15
15
|
|
16
16
|
## add_role
|
17
17
|
|
18
|
-
> <NestedRoleResponse> add_role(ansible_collection_href, nested_role)
|
18
|
+
> <NestedRoleResponse> add_role(ansible_collection_href, nested_role, opts)
|
19
19
|
|
20
20
|
Add a role
|
21
21
|
|
@@ -36,10 +36,13 @@ end
|
|
36
36
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
37
37
|
ansible_collection_href = 'ansible_collection_href_example' # String |
|
38
38
|
nested_role = PulpAnsibleClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
39
|
+
opts = {
|
40
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
41
|
+
}
|
39
42
|
|
40
43
|
begin
|
41
44
|
# Add a role
|
42
|
-
result = api_instance.add_role(ansible_collection_href, nested_role)
|
45
|
+
result = api_instance.add_role(ansible_collection_href, nested_role, opts)
|
43
46
|
p result
|
44
47
|
rescue PulpAnsibleClient::ApiError => e
|
45
48
|
puts "Error when calling AnsibleCollectionsApi->add_role: #{e}"
|
@@ -50,12 +53,12 @@ end
|
|
50
53
|
|
51
54
|
This returns an Array which contains the response data, status code and headers.
|
52
55
|
|
53
|
-
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(ansible_collection_href, nested_role)
|
56
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(ansible_collection_href, nested_role, opts)
|
54
57
|
|
55
58
|
```ruby
|
56
59
|
begin
|
57
60
|
# Add a role
|
58
|
-
data, status_code, headers = api_instance.add_role_with_http_info(ansible_collection_href, nested_role)
|
61
|
+
data, status_code, headers = api_instance.add_role_with_http_info(ansible_collection_href, nested_role, opts)
|
59
62
|
p status_code # => 2xx
|
60
63
|
p headers # => { ... }
|
61
64
|
p data # => <NestedRoleResponse>
|
@@ -70,6 +73,7 @@ end
|
|
70
73
|
| ---- | ---- | ----------- | ----- |
|
71
74
|
| **ansible_collection_href** | **String** | | |
|
72
75
|
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
76
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
73
77
|
|
74
78
|
### Return type
|
75
79
|
|
@@ -107,6 +111,7 @@ end
|
|
107
111
|
|
108
112
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
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
|
name: 'name_example', # String |
|
112
117
|
namespace: 'namespace_example', # String |
|
@@ -151,6 +156,7 @@ end
|
|
151
156
|
|
152
157
|
| Name | Type | Description | Notes |
|
153
158
|
| ---- | ---- | ----------- | ----- |
|
159
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
154
160
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
155
161
|
| **name** | **String** | | [optional] |
|
156
162
|
| **namespace** | **String** | | [optional] |
|
@@ -200,6 +206,7 @@ end
|
|
200
206
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
201
207
|
ansible_collection_href = 'ansible_collection_href_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
|
}
|
@@ -236,6 +243,7 @@ end
|
|
236
243
|
| Name | Type | Description | Notes |
|
237
244
|
| ---- | ---- | ----------- | ----- |
|
238
245
|
| **ansible_collection_href** | **String** | | |
|
246
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
239
247
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
240
248
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
241
249
|
|
@@ -276,6 +284,7 @@ end
|
|
276
284
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
277
285
|
ansible_collection_href = 'ansible_collection_href_example' # String |
|
278
286
|
opts = {
|
287
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
279
288
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
280
289
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
281
290
|
}
|
@@ -312,6 +321,7 @@ end
|
|
312
321
|
| Name | Type | Description | Notes |
|
313
322
|
| ---- | ---- | ----------- | ----- |
|
314
323
|
| **ansible_collection_href** | **String** | | |
|
324
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
315
325
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
316
326
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
317
327
|
|
@@ -352,6 +362,7 @@ end
|
|
352
362
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
353
363
|
ansible_collection_href = 'ansible_collection_href_example' # String |
|
354
364
|
opts = {
|
365
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
355
366
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
356
367
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
357
368
|
}
|
@@ -388,6 +399,7 @@ end
|
|
388
399
|
| Name | Type | Description | Notes |
|
389
400
|
| ---- | ---- | ----------- | ----- |
|
390
401
|
| **ansible_collection_href** | **String** | | |
|
402
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
391
403
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
392
404
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
393
405
|
|
@@ -407,7 +419,7 @@ end
|
|
407
419
|
|
408
420
|
## remove_role
|
409
421
|
|
410
|
-
> <NestedRoleResponse> remove_role(ansible_collection_href, nested_role)
|
422
|
+
> <NestedRoleResponse> remove_role(ansible_collection_href, nested_role, opts)
|
411
423
|
|
412
424
|
Remove a role
|
413
425
|
|
@@ -428,10 +440,13 @@ end
|
|
428
440
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
429
441
|
ansible_collection_href = 'ansible_collection_href_example' # String |
|
430
442
|
nested_role = PulpAnsibleClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
443
|
+
opts = {
|
444
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
445
|
+
}
|
431
446
|
|
432
447
|
begin
|
433
448
|
# Remove a role
|
434
|
-
result = api_instance.remove_role(ansible_collection_href, nested_role)
|
449
|
+
result = api_instance.remove_role(ansible_collection_href, nested_role, opts)
|
435
450
|
p result
|
436
451
|
rescue PulpAnsibleClient::ApiError => e
|
437
452
|
puts "Error when calling AnsibleCollectionsApi->remove_role: #{e}"
|
@@ -442,12 +457,12 @@ end
|
|
442
457
|
|
443
458
|
This returns an Array which contains the response data, status code and headers.
|
444
459
|
|
445
|
-
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(ansible_collection_href, nested_role)
|
460
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(ansible_collection_href, nested_role, opts)
|
446
461
|
|
447
462
|
```ruby
|
448
463
|
begin
|
449
464
|
# Remove a role
|
450
|
-
data, status_code, headers = api_instance.remove_role_with_http_info(ansible_collection_href, nested_role)
|
465
|
+
data, status_code, headers = api_instance.remove_role_with_http_info(ansible_collection_href, nested_role, opts)
|
451
466
|
p status_code # => 2xx
|
452
467
|
p headers # => { ... }
|
453
468
|
p data # => <NestedRoleResponse>
|
@@ -462,6 +477,7 @@ end
|
|
462
477
|
| ---- | ---- | ----------- | ----- |
|
463
478
|
| **ansible_collection_href** | **String** | | |
|
464
479
|
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
480
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
465
481
|
|
466
482
|
### Return type
|
467
483
|
|
@@ -500,6 +516,7 @@ end
|
|
500
516
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
501
517
|
file = File.new('/path/to/some/file') # File | The Collection tarball.
|
502
518
|
opts = {
|
519
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
503
520
|
sha256: 'sha256_example', # String | An optional sha256 checksum of the uploaded file.
|
504
521
|
expected_namespace: 'expected_namespace_example', # String | The expected 'namespace' of the Collection to be verified against the metadata during import.
|
505
522
|
expected_name: 'expected_name_example', # String | The expected 'name' of the Collection to be verified against the metadata during import.
|
@@ -538,6 +555,7 @@ end
|
|
538
555
|
| Name | Type | Description | Notes |
|
539
556
|
| ---- | ---- | ----------- | ----- |
|
540
557
|
| **file** | **File** | The Collection tarball. | |
|
558
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
541
559
|
| **sha256** | **String** | An optional sha256 checksum of the uploaded file. | [optional] |
|
542
560
|
| **expected_namespace** | **String** | The expected 'namespace' of the Collection to be verified against the metadata during import. | [optional] |
|
543
561
|
| **expected_name** | **String** | The expected 'name' of the Collection to be verified against the metadata during import. | [optional] |
|
data/docs/AnsibleCopyApi.md
CHANGED
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
|
|
9
9
|
|
10
10
|
## copy_content
|
11
11
|
|
12
|
-
> <AsyncOperationResponse> copy_content(copy)
|
12
|
+
> <AsyncOperationResponse> copy_content(copy, opts)
|
13
13
|
|
14
14
|
Copy content
|
15
15
|
|
@@ -29,10 +29,13 @@ end
|
|
29
29
|
|
30
30
|
api_instance = PulpAnsibleClient::AnsibleCopyApi.new
|
31
31
|
copy = PulpAnsibleClient::Copy.new({config: 3.56}) # Copy |
|
32
|
+
opts = {
|
33
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
34
|
+
}
|
32
35
|
|
33
36
|
begin
|
34
37
|
# Copy content
|
35
|
-
result = api_instance.copy_content(copy)
|
38
|
+
result = api_instance.copy_content(copy, opts)
|
36
39
|
p result
|
37
40
|
rescue PulpAnsibleClient::ApiError => e
|
38
41
|
puts "Error when calling AnsibleCopyApi->copy_content: #{e}"
|
@@ -43,12 +46,12 @@ end
|
|
43
46
|
|
44
47
|
This returns an Array which contains the response data, status code and headers.
|
45
48
|
|
46
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy)
|
49
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy, opts)
|
47
50
|
|
48
51
|
```ruby
|
49
52
|
begin
|
50
53
|
# Copy content
|
51
|
-
data, status_code, headers = api_instance.copy_content_with_http_info(copy)
|
54
|
+
data, status_code, headers = api_instance.copy_content_with_http_info(copy, opts)
|
52
55
|
p status_code # => 2xx
|
53
56
|
p headers # => { ... }
|
54
57
|
p data # => <AsyncOperationResponse>
|
@@ -62,6 +65,7 @@ end
|
|
62
65
|
| Name | Type | Description | Notes |
|
63
66
|
| ---- | ---- | ----------- | ----- |
|
64
67
|
| **copy** | [**Copy**](Copy.md) | | |
|
68
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
65
69
|
|
66
70
|
### Return type
|
67
71
|
|
data/docs/AnsibleGitRemote.md
CHANGED
@@ -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. | |
|
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. | |
|
19
19
|
| **name** | **String** | A unique name for this remote. | |
|
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::AnsibleGitRemote.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
|
)
|
@@ -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. | |
|
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
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
13
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [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
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
16
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
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] |
|
17
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] |
|
18
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
19
9
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
20
|
-
| **name** | **String** | A unique name for this remote. | |
|
21
|
-
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
22
|
-
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
|
23
10
|
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
24
|
-
| **
|
11
|
+
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
|
12
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
13
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
25
14
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
15
|
+
| **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] |
|
16
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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. | |
|
19
|
+
| **name** | **String** | A unique name for this remote. | |
|
20
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
21
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
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] |
|
23
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
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::AnsibleGitRemoteResponse.new(
|
36
|
-
|
37
|
-
url: null,
|
38
|
-
client_cert: null,
|
39
|
-
download_concurrency: null,
|
40
|
-
sock_connect_timeout: null,
|
41
|
-
pulp_created: null,
|
42
|
-
proxy_url: null,
|
43
|
-
sock_read_timeout: null,
|
44
|
-
prn: null,
|
45
|
-
pulp_href: null,
|
36
|
+
total_timeout: null,
|
46
37
|
connect_timeout: null,
|
47
|
-
tls_validation: null,
|
48
38
|
headers: null,
|
49
|
-
name: null,
|
50
|
-
total_timeout: null,
|
51
|
-
hidden_fields: null,
|
52
39
|
pulp_last_updated: null,
|
53
|
-
|
40
|
+
hidden_fields: null,
|
41
|
+
pulp_created: null,
|
42
|
+
tls_validation: null,
|
54
43
|
max_retries: null,
|
44
|
+
sock_read_timeout: null,
|
45
|
+
client_cert: null,
|
46
|
+
ca_cert: null,
|
47
|
+
url: null,
|
48
|
+
name: null,
|
49
|
+
prn: null,
|
50
|
+
rate_limit: null,
|
51
|
+
sock_connect_timeout: null,
|
52
|
+
pulp_href: 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/AnsibleRole.md
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
7
|
| **artifact** | **String** | Artifact file representing the physical content | |
|
9
8
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
9
|
+
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
10
10
|
| **version** | **String** | | |
|
11
11
|
| **name** | **String** | | |
|
12
12
|
| **namespace** | **String** | | |
|
@@ -17,9 +17,9 @@
|
|
17
17
|
require 'pulp_ansible_client'
|
18
18
|
|
19
19
|
instance = PulpAnsibleClient::AnsibleRole.new(
|
20
|
-
repository: null,
|
21
20
|
artifact: null,
|
22
21
|
pulp_labels: null,
|
22
|
+
repository: null,
|
23
23
|
version: null,
|
24
24
|
name: null,
|
25
25
|
namespace: null
|
data/docs/AnsibleRoleResponse.md
CHANGED
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **artifact** | **String** | Artifact file representing the physical content | |
|
8
|
-
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
9
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
10
7
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
8
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
9
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
11
10
|
| **pulp_href** | **String** | | [optional][readonly] |
|
11
|
+
| **artifact** | **String** | Artifact file representing the physical content | |
|
12
12
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
13
13
|
| **version** | **String** | | |
|
14
14
|
| **name** | **String** | | |
|
@@ -20,11 +20,11 @@
|
|
20
20
|
require 'pulp_ansible_client'
|
21
21
|
|
22
22
|
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
23
|
-
artifact: null,
|
24
|
-
pulp_last_updated: null,
|
25
|
-
pulp_created: null,
|
26
23
|
prn: null,
|
24
|
+
pulp_created: null,
|
25
|
+
pulp_last_updated: null,
|
27
26
|
pulp_href: null,
|
27
|
+
artifact: null,
|
28
28
|
pulp_labels: null,
|
29
29
|
version: null,
|
30
30
|
name: null,
|
@@ -31,6 +31,7 @@ end
|
|
31
31
|
api_instance = PulpAnsibleClient::ApiPluginAnsibleSearchCollectionVersionsApi.new
|
32
32
|
ansible_cross_repository_collection_version_index_href = 'ansible_cross_repository_collection_version_index_href_example' # String |
|
33
33
|
opts = {
|
34
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
34
35
|
dependency: 'dependency_example', # String |
|
35
36
|
deprecated: true, # Boolean |
|
36
37
|
distribution: ['inner_example'], # Array<String> | Filter collectionversions that are in these distrubtion ids.
|
@@ -90,6 +91,7 @@ end
|
|
90
91
|
| Name | Type | Description | Notes |
|
91
92
|
| ---- | ---- | ----------- | ----- |
|
92
93
|
| **ansible_cross_repository_collection_version_index_href** | **String** | | |
|
94
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
93
95
|
| **dependency** | **String** | | [optional] |
|
94
96
|
| **deprecated** | **Boolean** | | [optional] |
|
95
97
|
| **distribution** | [**Array<String>**](String.md) | Filter collectionversions that are in these distrubtion ids. | [optional] |
|
@@ -132,7 +134,7 @@ end
|
|
132
134
|
|
133
135
|
## rebuild
|
134
136
|
|
135
|
-
> <CollectionVersionSearchListResponse> rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list)
|
137
|
+
> <CollectionVersionSearchListResponse> rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list, opts)
|
136
138
|
|
137
139
|
|
138
140
|
|
@@ -153,10 +155,13 @@ end
|
|
153
155
|
api_instance = PulpAnsibleClient::ApiPluginAnsibleSearchCollectionVersionsApi.new
|
154
156
|
ansible_cross_repository_collection_version_index_href = 'ansible_cross_repository_collection_version_index_href_example' # String |
|
155
157
|
collection_version_search_list = PulpAnsibleClient::CollectionVersionSearchList.new({repository: PulpAnsibleClient::Repository.new({name: 'name_example'}), namespace_metadata: PulpAnsibleClient::AnsibleAnsibleNamespaceMetadata.new({name: 'name_example'}), is_highest: false, is_deprecated: false, is_signed: false}) # CollectionVersionSearchList |
|
158
|
+
opts = {
|
159
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
160
|
+
}
|
156
161
|
|
157
162
|
begin
|
158
163
|
|
159
|
-
result = api_instance.rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list)
|
164
|
+
result = api_instance.rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list, opts)
|
160
165
|
p result
|
161
166
|
rescue PulpAnsibleClient::ApiError => e
|
162
167
|
puts "Error when calling ApiPluginAnsibleSearchCollectionVersionsApi->rebuild: #{e}"
|
@@ -167,12 +172,12 @@ end
|
|
167
172
|
|
168
173
|
This returns an Array which contains the response data, status code and headers.
|
169
174
|
|
170
|
-
> <Array(<CollectionVersionSearchListResponse>, Integer, Hash)> rebuild_with_http_info(ansible_cross_repository_collection_version_index_href, collection_version_search_list)
|
175
|
+
> <Array(<CollectionVersionSearchListResponse>, Integer, Hash)> rebuild_with_http_info(ansible_cross_repository_collection_version_index_href, collection_version_search_list, opts)
|
171
176
|
|
172
177
|
```ruby
|
173
178
|
begin
|
174
179
|
|
175
|
-
data, status_code, headers = api_instance.rebuild_with_http_info(ansible_cross_repository_collection_version_index_href, collection_version_search_list)
|
180
|
+
data, status_code, headers = api_instance.rebuild_with_http_info(ansible_cross_repository_collection_version_index_href, collection_version_search_list, opts)
|
176
181
|
p status_code # => 2xx
|
177
182
|
p headers # => { ... }
|
178
183
|
p data # => <CollectionVersionSearchListResponse>
|
@@ -187,6 +192,7 @@ end
|
|
187
192
|
| ---- | ---- | ----------- | ----- |
|
188
193
|
| **ansible_cross_repository_collection_version_index_href** | **String** | | |
|
189
194
|
| **collection_version_search_list** | [**CollectionVersionSearchList**](CollectionVersionSearchList.md) | | |
|
195
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
190
196
|
|
191
197
|
### Return type
|
192
198
|
|
data/docs/ApiRolesApi.md
CHANGED
@@ -24,6 +24,7 @@ require 'pulp_ansible_client'
|
|
24
24
|
api_instance = PulpAnsibleClient::ApiRolesApi.new
|
25
25
|
ansible_role_href = 'ansible_role_href_example' # String |
|
26
26
|
opts = {
|
27
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
27
28
|
limit: 56, # Integer | Number of results to return per page.
|
28
29
|
offset: 56, # Integer | The initial index from which to return the results.
|
29
30
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
@@ -62,6 +63,7 @@ end
|
|
62
63
|
| Name | Type | Description | Notes |
|
63
64
|
| ---- | ---- | ----------- | ----- |
|
64
65
|
| **ansible_role_href** | **String** | | |
|
66
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
65
67
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
66
68
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
67
69
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
data/docs/CollectionImportApi.md
CHANGED
@@ -30,6 +30,7 @@ end
|
|
30
30
|
api_instance = PulpAnsibleClient::CollectionImportApi.new
|
31
31
|
ansible_collection_import_href = 'ansible_collection_import_href_example' # String |
|
32
32
|
opts = {
|
33
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
33
34
|
since: 'since_example', # String | Filter messages since a given timestamp
|
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.
|
@@ -67,6 +68,7 @@ end
|
|
67
68
|
| Name | Type | Description | Notes |
|
68
69
|
| ---- | ---- | ----------- | ----- |
|
69
70
|
| **ansible_collection_import_href** | **String** | | |
|
71
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
70
72
|
| **since** | **String** | Filter messages since a given timestamp | [optional] |
|
71
73
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
72
74
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|