pulp_ansible_client 0.16.0 → 0.16.1
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 +7 -6
- data/docs/AnsibleAnsibleDistribution.md +1 -1
- data/docs/AnsibleAnsibleDistributionResponse.md +1 -1
- data/docs/AnsibleAnsibleRepository.md +1 -1
- data/docs/AnsibleAnsibleRepositoryResponse.md +1 -1
- data/docs/AnsibleCollectionRemote.md +1 -1
- data/docs/AnsibleCollectionRemoteResponse.md +3 -1
- data/docs/AnsibleCollectionRemoteResponseHiddenFields.md +19 -0
- data/docs/AnsibleCollectionVersion.md +3 -3
- data/docs/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleCollectionsApi.md +4 -4
- data/docs/AnsibleGitRemote.md +31 -31
- data/docs/AnsibleGitRemoteResponse.md +29 -27
- data/docs/AnsibleRoleRemote.md +1 -1
- data/docs/AnsibleRoleRemoteResponse.md +4 -2
- data/docs/AnsibleRoleResponse.md +4 -4
- data/docs/ApiCollectionsApi.md +4 -4
- data/docs/ApiRolesApi.md +4 -4
- data/docs/CollectionImportApi.md +4 -4
- data/docs/ContentCollectionDeprecationsApi.md +8 -8
- data/docs/ContentCollectionSignaturesApi.md +10 -10
- data/docs/ContentCollectionVersionsApi.md +10 -10
- data/docs/ContentRolesApi.md +8 -8
- data/docs/DistributionsAnsibleApi.md +12 -12
- data/docs/GalaxyDetailApi.md +4 -4
- data/docs/PatchedansibleAnsibleDistribution.md +1 -1
- data/docs/PatchedansibleAnsibleRepository.md +1 -1
- data/docs/PatchedansibleCollectionRemote.md +1 -1
- data/docs/PatchedansibleGitRemote.md +31 -31
- data/docs/PatchedansibleRoleRemote.md +1 -1
- data/docs/PulpAnsibleApiApi.md +4 -4
- data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3Api.md +4 -4
- data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +4 -4
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +4 -4
- data/docs/PulpAnsibleApiV3CollectionsApi.md +8 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +8 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +8 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleTagsApi.md +4 -4
- data/docs/RemotesCollectionApi.md +12 -12
- data/docs/RemotesGitApi.md +12 -12
- data/docs/RemotesRoleApi.md +12 -12
- data/docs/RepositoriesAnsibleApi.md +11 -11
- data/docs/RepositoriesAnsibleVersionsApi.md +12 -12
- data/docs/VersionsApi.md +8 -8
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +7 -7
- data/lib/pulp_ansible_client/api/api_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/api_roles_api.rb +6 -6
- data/lib/pulp_ansible_client/api/collection_import_api.rb +6 -6
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +12 -12
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +13 -13
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +16 -16
- data/lib/pulp_ansible_client/api/content_roles_api.rb +13 -13
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +17 -17
- data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +6 -6
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +17 -17
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +17 -17
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +17 -17
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +15 -15
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +17 -17
- data/lib/pulp_ansible_client/api/versions_api.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +17 -3
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +14 -14
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +252 -250
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +153 -139
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +21 -7
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +15 -15
- data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +4 -2
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +4 -2
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +4 -2
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +239 -237
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +4 -2
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +1 -0
- data/spec/api/ansible_collections_api_spec.rb +2 -2
- data/spec/api/api_collections_api_spec.rb +2 -2
- data/spec/api/api_roles_api_spec.rb +2 -2
- data/spec/api/collection_import_api_spec.rb +2 -2
- data/spec/api/content_collection_deprecations_api_spec.rb +4 -4
- data/spec/api/content_collection_signatures_api_spec.rb +4 -4
- data/spec/api/content_collection_versions_api_spec.rb +5 -5
- data/spec/api/content_roles_api_spec.rb +4 -4
- data/spec/api/distributions_ansible_api_spec.rb +6 -6
- data/spec/api/galaxy_detail_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_tags_api_spec.rb +2 -2
- data/spec/api/remotes_collection_api_spec.rb +6 -6
- data/spec/api/remotes_git_api_spec.rb +6 -6
- data/spec/api/remotes_role_api_spec.rb +6 -6
- data/spec/api/repositories_ansible_api_spec.rb +5 -5
- data/spec/api/repositories_ansible_versions_api_spec.rb +6 -6
- data/spec/api/versions_api_spec.rb +4 -4
- data/spec/models/ansible_collection_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_response_spec.rb +2 -2
- data/spec/models/ansible_collection_version_spec.rb +3 -3
- data/spec/models/ansible_git_remote_response_spec.rb +22 -16
- data/spec/models/ansible_git_remote_spec.rb +18 -18
- data/spec/models/ansible_role_remote_response_spec.rb +6 -0
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +18 -18
- metadata +105 -101
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95408d86582b57d6a1bee0b438da7f466877d7a26af71091849c7115cd0f14eb
|
|
4
|
+
data.tar.gz: 258ab2f3d1341740db15b544b71ab4bc710a7372212f75a31b5c10a93b129397
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d7b2cf4bb9452fad24d0839ab151ba6d973e5286829400ad3f0d537857455fa6ea655b41814e8441b106616231ecc27c7fc4352e009bc74d38ba10ec93c98fc
|
|
7
|
+
data.tar.gz: d3b9601f54abce78dd0ad80558b17ab3d69f9d2ac091e4318c0271dfd1d03668797ac01f4b4986527ee7bf1903842af9f90b8cbef106ee59af1c10169628d188
|
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.16.
|
|
10
|
+
- Package version: 0.16.1
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_ansible_client-0.16.
|
|
27
|
+
gem install ./pulp_ansible_client-0.16.1.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.16.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.16.1.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_ansible_client', '~> 0.16.
|
|
36
|
+
gem 'pulp_ansible_client', '~> 0.16.1'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -71,8 +71,8 @@ opts = {
|
|
|
71
71
|
namespace: 'namespace_example', # String |
|
|
72
72
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
73
73
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
74
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
75
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
74
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
75
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
begin
|
|
@@ -221,6 +221,7 @@ Class | Method | HTTP request | Description
|
|
|
221
221
|
- [PulpAnsibleClient::AnsibleCollection](docs/AnsibleCollection.md)
|
|
222
222
|
- [PulpAnsibleClient::AnsibleCollectionRemote](docs/AnsibleCollectionRemote.md)
|
|
223
223
|
- [PulpAnsibleClient::AnsibleCollectionRemoteResponse](docs/AnsibleCollectionRemoteResponse.md)
|
|
224
|
+
- [PulpAnsibleClient::AnsibleCollectionRemoteResponseHiddenFields](docs/AnsibleCollectionRemoteResponseHiddenFields.md)
|
|
224
225
|
- [PulpAnsibleClient::AnsibleCollectionResponse](docs/AnsibleCollectionResponse.md)
|
|
225
226
|
- [PulpAnsibleClient::AnsibleCollectionVersion](docs/AnsibleCollectionVersion.md)
|
|
226
227
|
- [PulpAnsibleClient::AnsibleCollectionVersionResponse](docs/AnsibleCollectionVersionResponse.md)
|
|
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
10
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
11
11
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
12
|
-
**pulp_labels** |
|
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
13
13
|
|
|
14
14
|
## Code Sample
|
|
15
15
|
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
13
13
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
14
14
|
**client_url** | **String** | The URL of a Collection content source. | [optional] [readonly]
|
|
15
|
-
**pulp_labels** |
|
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
16
16
|
|
|
17
17
|
## Code Sample
|
|
18
18
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_labels** |
|
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
8
|
**name** | **String** | A unique name for this repository. |
|
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
|
10
10
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
9
|
**versions_href** | **String** | | [optional] [readonly]
|
|
10
|
-
**pulp_labels** |
|
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
11
|
**latest_version_href** | **String** | | [optional] [readonly]
|
|
12
12
|
**name** | **String** | A unique name for this repository. |
|
|
13
13
|
**description** | **String** | An optional description. | [optional]
|
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
|
-
**pulp_labels** |
|
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
21
21
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
13
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
14
14
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
15
|
-
**pulp_labels** |
|
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
18
18
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
|
|
|
23
23
|
**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]
|
|
24
24
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
25
25
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
26
|
+
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
|
26
27
|
**requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
|
|
27
28
|
**auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
|
|
28
29
|
**sync_dependencies** | **Boolean** | Sync dependencies for collections specified via requirements file | [optional] [default to true]
|
|
@@ -52,6 +53,7 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
|
|
|
52
53
|
sock_read_timeout: null,
|
|
53
54
|
headers: null,
|
|
54
55
|
rate_limit: null,
|
|
56
|
+
hidden_fields: null,
|
|
55
57
|
requirements_file: null,
|
|
56
58
|
auth_url: null,
|
|
57
59
|
sync_dependencies: null,
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# PulpAnsibleClient::AnsibleCollectionRemoteResponseHiddenFields
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**name** | **String** | | [optional]
|
|
8
|
+
**is_set** | **Boolean** | | [optional]
|
|
9
|
+
|
|
10
|
+
## Code Sample
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'PulpAnsibleClient'
|
|
14
|
+
|
|
15
|
+
instance = PulpAnsibleClient::AnsibleCollectionRemoteResponseHiddenFields.new(name: null,
|
|
16
|
+
is_set: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
8
7
|
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
|
9
8
|
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
|
9
|
+
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
10
10
|
**upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
|
|
11
11
|
**expected_name** | **String** | The name of the collection. | [optional]
|
|
12
12
|
**expected_namespace** | **String** | The namespace of the collection. | [optional]
|
|
@@ -17,9 +17,9 @@ Name | Type | Description | Notes
|
|
|
17
17
|
```ruby
|
|
18
18
|
require 'PulpAnsibleClient'
|
|
19
19
|
|
|
20
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(
|
|
21
|
-
file: null,
|
|
20
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(file: null,
|
|
22
21
|
repository: null,
|
|
22
|
+
artifact: null,
|
|
23
23
|
upload: null,
|
|
24
24
|
expected_name: null,
|
|
25
25
|
expected_namespace: null,
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
8
|
-
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
9
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
9
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
10
|
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
|
11
11
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
|
12
12
|
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
|
@@ -37,9 +37,9 @@ Name | Type | Description | Notes
|
|
|
37
37
|
```ruby
|
|
38
38
|
require 'PulpAnsibleClient'
|
|
39
39
|
|
|
40
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
40
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null,
|
|
41
41
|
artifact: null,
|
|
42
|
-
|
|
42
|
+
pulp_created: null,
|
|
43
43
|
sha256: null,
|
|
44
44
|
md5: null,
|
|
45
45
|
sha1: null,
|
|
@@ -36,8 +36,8 @@ opts = {
|
|
|
36
36
|
namespace: 'namespace_example', # String |
|
|
37
37
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
38
38
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
39
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
40
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
39
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
40
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
begin
|
|
@@ -59,8 +59,8 @@ Name | Type | Description | Notes
|
|
|
59
59
|
**namespace** | **String**| | [optional]
|
|
60
60
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
61
61
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
62
|
-
**fields** | **String
|
|
63
|
-
**exclude_fields** | **String
|
|
62
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
63
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
64
64
|
|
|
65
65
|
### Return type
|
|
66
66
|
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
8
|
-
**
|
|
9
|
-
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
10
|
-
**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]
|
|
11
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
12
|
-
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
13
|
-
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
14
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
15
|
-
**name** | **String** | A unique name for this remote. |
|
|
16
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
17
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
18
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [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]
|
|
8
|
+
**url** | **String** | The URL of an external content source. |
|
|
19
9
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
20
|
-
**
|
|
10
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
21
13
|
**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]
|
|
14
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
15
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
22
16
|
**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]
|
|
23
|
-
**
|
|
24
|
-
**
|
|
25
|
-
**
|
|
17
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
18
|
+
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
19
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
20
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
21
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
22
|
+
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
23
|
+
**name** | **String** | A unique name for this remote. |
|
|
26
24
|
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
25
|
+
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
26
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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
|
|
|
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
|
|
|
32
32
|
```ruby
|
|
33
33
|
require 'PulpAnsibleClient'
|
|
34
34
|
|
|
35
|
-
instance = PulpAnsibleClient::AnsibleGitRemote.new(
|
|
36
|
-
|
|
37
|
-
download_concurrency: null,
|
|
38
|
-
sock_connect_timeout: null,
|
|
39
|
-
rate_limit: null,
|
|
40
|
-
proxy_password: null,
|
|
41
|
-
max_retries: null,
|
|
42
|
-
client_cert: null,
|
|
43
|
-
name: null,
|
|
44
|
-
password: null,
|
|
45
|
-
headers: null,
|
|
46
|
-
tls_validation: null,
|
|
35
|
+
instance = PulpAnsibleClient::AnsibleGitRemote.new(total_timeout: null,
|
|
36
|
+
url: null,
|
|
47
37
|
username: null,
|
|
48
|
-
|
|
38
|
+
rate_limit: null,
|
|
39
|
+
sock_connect_timeout: null,
|
|
40
|
+
download_concurrency: null,
|
|
49
41
|
connect_timeout: null,
|
|
42
|
+
tls_validation: null,
|
|
43
|
+
proxy_url: null,
|
|
50
44
|
sock_read_timeout: null,
|
|
45
|
+
headers: null,
|
|
46
|
+
max_retries: null,
|
|
51
47
|
pulp_labels: null,
|
|
52
|
-
|
|
53
|
-
|
|
48
|
+
client_key: null,
|
|
49
|
+
ca_cert: null,
|
|
50
|
+
password: null,
|
|
51
|
+
name: null,
|
|
54
52
|
proxy_username: null,
|
|
53
|
+
proxy_password: null,
|
|
54
|
+
client_cert: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|
|
@@ -4,24 +4,25 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
8
|
-
**
|
|
7
|
+
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
|
8
|
+
**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]
|
|
9
|
+
**url** | **String** | The URL of an external content source. |
|
|
10
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
11
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
12
|
+
**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]
|
|
9
13
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
14
|
+
**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]
|
|
10
15
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
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
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
13
|
-
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
14
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
15
|
-
**name** | **String** | A unique name for this remote. |
|
|
16
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
17
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
18
16
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
19
|
-
**
|
|
17
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
20
18
|
**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]
|
|
21
|
-
**
|
|
22
|
-
**
|
|
23
|
-
**
|
|
24
|
-
**
|
|
19
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
20
|
+
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
21
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
22
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
23
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
24
|
+
**name** | **String** | A unique name for this remote. |
|
|
25
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
25
26
|
**metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
|
|
26
27
|
**git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
|
|
27
28
|
|
|
@@ -30,24 +31,25 @@ Name | Type | Description | Notes
|
|
|
30
31
|
```ruby
|
|
31
32
|
require 'PulpAnsibleClient'
|
|
32
33
|
|
|
33
|
-
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
|
34
|
-
|
|
34
|
+
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(hidden_fields: null,
|
|
35
|
+
total_timeout: null,
|
|
36
|
+
url: null,
|
|
37
|
+
pulp_last_updated: null,
|
|
38
|
+
rate_limit: null,
|
|
39
|
+
sock_connect_timeout: null,
|
|
35
40
|
download_concurrency: null,
|
|
41
|
+
connect_timeout: null,
|
|
36
42
|
pulp_created: null,
|
|
37
|
-
sock_connect_timeout: null,
|
|
38
|
-
rate_limit: null,
|
|
39
|
-
max_retries: null,
|
|
40
|
-
client_cert: null,
|
|
41
|
-
name: null,
|
|
42
|
-
pulp_href: null,
|
|
43
|
-
headers: null,
|
|
44
43
|
tls_validation: null,
|
|
45
|
-
|
|
44
|
+
proxy_url: null,
|
|
46
45
|
sock_read_timeout: null,
|
|
46
|
+
headers: null,
|
|
47
|
+
max_retries: null,
|
|
48
|
+
pulp_href: null,
|
|
47
49
|
pulp_labels: null,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
ca_cert: null,
|
|
51
|
+
name: null,
|
|
52
|
+
client_cert: null,
|
|
51
53
|
metadata_only: null,
|
|
52
54
|
git_ref: null)
|
|
53
55
|
```
|
data/docs/AnsibleRoleRemote.md
CHANGED
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
|
-
**pulp_labels** |
|
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
21
21
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
13
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
14
14
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
15
|
-
**pulp_labels** |
|
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
18
18
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
|
|
|
23
23
|
**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]
|
|
24
24
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
25
25
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
26
|
+
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
|
26
27
|
|
|
27
28
|
## Code Sample
|
|
28
29
|
|
|
@@ -47,7 +48,8 @@ instance = PulpAnsibleClient::AnsibleRoleRemoteResponse.new(pulp_href: null,
|
|
|
47
48
|
sock_connect_timeout: null,
|
|
48
49
|
sock_read_timeout: null,
|
|
49
50
|
headers: null,
|
|
50
|
-
rate_limit: null
|
|
51
|
+
rate_limit: null,
|
|
52
|
+
hidden_fields: null)
|
|
51
53
|
```
|
|
52
54
|
|
|
53
55
|
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
8
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
9
7
|
**artifact** | **String** | Artifact file representing the physical content |
|
|
8
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
9
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
10
|
**version** | **String** | |
|
|
11
11
|
**name** | **String** | |
|
|
12
12
|
**namespace** | **String** | |
|
|
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
|
|
|
16
16
|
```ruby
|
|
17
17
|
require 'PulpAnsibleClient'
|
|
18
18
|
|
|
19
|
-
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
19
|
+
instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
|
|
20
20
|
pulp_href: null,
|
|
21
|
-
|
|
21
|
+
pulp_created: null,
|
|
22
22
|
version: null,
|
|
23
23
|
name: null,
|
|
24
24
|
namespace: null)
|
data/docs/ApiCollectionsApi.md
CHANGED
|
@@ -27,8 +27,8 @@ api_instance = PulpAnsibleClient::ApiCollectionsApi.new
|
|
|
27
27
|
ansible_collection_href = 'ansible_collection_href_example' # String |
|
|
28
28
|
opts = {
|
|
29
29
|
page: 56, # Integer | A page number within the paginated result set.
|
|
30
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
31
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
30
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
31
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
begin
|
|
@@ -46,8 +46,8 @@ Name | Type | Description | Notes
|
|
|
46
46
|
------------- | ------------- | ------------- | -------------
|
|
47
47
|
**ansible_collection_href** | **String**| |
|
|
48
48
|
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
|
49
|
-
**fields** | **String
|
|
50
|
-
**exclude_fields** | **String
|
|
49
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
50
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
data/docs/ApiRolesApi.md
CHANGED
|
@@ -27,8 +27,8 @@ ansible_role_href = 'ansible_role_href_example' # String |
|
|
|
27
27
|
opts = {
|
|
28
28
|
limit: 56, # Integer | Number of results to return per page.
|
|
29
29
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
30
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
31
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
30
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
31
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
begin
|
|
@@ -47,8 +47,8 @@ Name | Type | Description | Notes
|
|
|
47
47
|
**ansible_role_href** | **String**| |
|
|
48
48
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
49
49
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
50
|
-
**fields** | **String
|
|
51
|
-
**exclude_fields** | **String
|
|
50
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
51
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
52
52
|
|
|
53
53
|
### Return type
|
|
54
54
|
|
data/docs/CollectionImportApi.md
CHANGED
|
@@ -32,8 +32,8 @@ api_instance = PulpAnsibleClient::CollectionImportApi.new
|
|
|
32
32
|
ansible_collection_import_href = 'ansible_collection_import_href_example' # String |
|
|
33
33
|
opts = {
|
|
34
34
|
since: 'since_example', # String | Filter messages since a given timestamp
|
|
35
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
36
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
35
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
36
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
begin
|
|
@@ -52,8 +52,8 @@ Name | Type | Description | Notes
|
|
|
52
52
|
------------- | ------------- | ------------- | -------------
|
|
53
53
|
**ansible_collection_import_href** | **String**| |
|
|
54
54
|
**since** | **String**| Filter messages since a given timestamp | [optional]
|
|
55
|
-
**fields** | **String
|
|
56
|
-
**exclude_fields** | **String
|
|
55
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
56
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
57
57
|
|
|
58
58
|
### Return type
|
|
59
59
|
|
|
@@ -91,8 +91,8 @@ opts = {
|
|
|
91
91
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
92
92
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
93
93
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
94
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
95
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
94
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
95
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
begin
|
|
@@ -115,8 +115,8 @@ Name | Type | Description | Notes
|
|
|
115
115
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
116
116
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
117
117
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
118
|
-
**fields** | **String
|
|
119
|
-
**exclude_fields** | **String
|
|
118
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
119
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
120
120
|
|
|
121
121
|
### Return type
|
|
122
122
|
|
|
@@ -155,8 +155,8 @@ end
|
|
|
155
155
|
api_instance = PulpAnsibleClient::ContentCollectionDeprecationsApi.new
|
|
156
156
|
ansible_ansible_collection_deprecated_href = 'ansible_ansible_collection_deprecated_href_example' # String |
|
|
157
157
|
opts = {
|
|
158
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
159
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
158
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
159
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
begin
|
|
@@ -174,8 +174,8 @@ end
|
|
|
174
174
|
Name | Type | Description | Notes
|
|
175
175
|
------------- | ------------- | ------------- | -------------
|
|
176
176
|
**ansible_ansible_collection_deprecated_href** | **String**| |
|
|
177
|
-
**fields** | **String
|
|
178
|
-
**exclude_fields** | **String
|
|
177
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
178
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
179
179
|
|
|
180
180
|
### Return type
|
|
181
181
|
|