pulp_ansible_client 0.15.0 → 0.15.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 +2 -2
- data/docs/AnsibleCollectionsApi.md +4 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +24 -22
- data/docs/AnsibleRoleRemote.md +1 -1
- data/docs/AnsibleRoleRemoteResponse.md +4 -2
- data/docs/AnsibleRoleResponse.md +2 -2
- 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 +26 -26
- 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 +10 -10
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +220 -218
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +137 -123
- 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 +10 -10
- 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 +210 -208
- 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 +2 -2
- data/spec/models/ansible_git_remote_response_spec.rb +20 -14
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- 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 +19 -19
- metadata +104 -100
|
@@ -35,8 +35,8 @@ name = 'name_example' # String | The name of the collection.
|
|
|
35
35
|
namespace = 'namespace_example' # String | The namespace of the collection.
|
|
36
36
|
version = 'version_example' # String | The version of the collection.
|
|
37
37
|
opts = {
|
|
38
|
-
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
|
39
38
|
upload: 'upload_example', # String | An uncommitted upload that may be turned into the artifact of the content unit.
|
|
39
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
|
40
40
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
|
41
41
|
}
|
|
42
42
|
|
|
@@ -57,8 +57,8 @@ Name | Type | Description | Notes
|
|
|
57
57
|
**name** | **String**| The name of the collection. |
|
|
58
58
|
**namespace** | **String**| The namespace of the collection. |
|
|
59
59
|
**version** | **String**| The version of the collection. |
|
|
60
|
-
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
|
61
60
|
**upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
|
|
61
|
+
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
|
62
62
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
|
63
63
|
|
|
64
64
|
### Return type
|
|
@@ -109,8 +109,8 @@ opts = {
|
|
|
109
109
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
110
110
|
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
|
|
111
111
|
version: 'version_example', # String | Filter results where version matches value
|
|
112
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
113
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
112
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
113
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
begin
|
|
@@ -139,8 +139,8 @@ Name | Type | Description | Notes
|
|
|
139
139
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
140
140
|
**tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
|
|
141
141
|
**version** | **String**| Filter results where version matches value | [optional]
|
|
142
|
-
**fields** | **String
|
|
143
|
-
**exclude_fields** | **String
|
|
142
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
143
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
144
144
|
|
|
145
145
|
### Return type
|
|
146
146
|
|
|
@@ -179,8 +179,8 @@ end
|
|
|
179
179
|
api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
|
|
180
180
|
ansible_collection_version_href = 'ansible_collection_version_href_example' # String |
|
|
181
181
|
opts = {
|
|
182
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
183
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
182
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
183
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
begin
|
|
@@ -198,8 +198,8 @@ end
|
|
|
198
198
|
Name | Type | Description | Notes
|
|
199
199
|
------------- | ------------- | ------------- | -------------
|
|
200
200
|
**ansible_collection_version_href** | **String**| |
|
|
201
|
-
**fields** | **String
|
|
202
|
-
**exclude_fields** | **String
|
|
201
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
202
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
203
203
|
|
|
204
204
|
### Return type
|
|
205
205
|
|
data/docs/ContentRolesApi.md
CHANGED
|
@@ -94,8 +94,8 @@ opts = {
|
|
|
94
94
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
95
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
96
96
|
version: 'version_example', # String | Filter results where version matches value
|
|
97
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
98
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
97
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
98
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
begin
|
|
@@ -121,8 +121,8 @@ Name | Type | Description | Notes
|
|
|
121
121
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
122
122
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
123
123
|
**version** | **String**| Filter results where version matches value | [optional]
|
|
124
|
-
**fields** | **String
|
|
125
|
-
**exclude_fields** | **String
|
|
124
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
125
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
126
126
|
|
|
127
127
|
### Return type
|
|
128
128
|
|
|
@@ -161,8 +161,8 @@ end
|
|
|
161
161
|
api_instance = PulpAnsibleClient::ContentRolesApi.new
|
|
162
162
|
ansible_role_href = 'ansible_role_href_example' # String |
|
|
163
163
|
opts = {
|
|
164
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
165
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
164
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
165
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
begin
|
|
@@ -180,8 +180,8 @@ end
|
|
|
180
180
|
Name | Type | Description | Notes
|
|
181
181
|
------------- | ------------- | ------------- | -------------
|
|
182
182
|
**ansible_role_href** | **String**| |
|
|
183
|
-
**fields** | **String
|
|
184
|
-
**exclude_fields** | **String
|
|
183
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
184
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
185
185
|
|
|
186
186
|
### Return type
|
|
187
187
|
|
|
@@ -141,12 +141,12 @@ end
|
|
|
141
141
|
|
|
142
142
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
|
143
143
|
opts = {
|
|
144
|
-
base_path: 'base_path_example', # String |
|
|
144
|
+
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
|
145
145
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
|
146
146
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
|
147
147
|
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
|
149
|
-
name: 'name_example', # String |
|
|
149
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
150
150
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
151
151
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
152
152
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -155,8 +155,8 @@ opts = {
|
|
|
155
155
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
156
156
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
157
157
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
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
|
|
@@ -173,12 +173,12 @@ end
|
|
|
173
173
|
|
|
174
174
|
Name | Type | Description | Notes
|
|
175
175
|
------------- | ------------- | ------------- | -------------
|
|
176
|
-
**base_path** | **String**|
|
|
176
|
+
**base_path** | **String**| Filter results where base_path matches value | [optional]
|
|
177
177
|
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
|
178
178
|
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
|
179
179
|
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
|
180
180
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
181
|
-
**name** | **String**|
|
|
181
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
182
182
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
183
183
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
184
184
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -187,8 +187,8 @@ Name | Type | Description | Notes
|
|
|
187
187
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
188
188
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
189
189
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
|
190
|
-
**fields** | **String
|
|
191
|
-
**exclude_fields** | **String
|
|
190
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
191
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
192
192
|
|
|
193
193
|
### Return type
|
|
194
194
|
|
|
@@ -282,8 +282,8 @@ end
|
|
|
282
282
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
|
283
283
|
ansible_ansible_distribution_href = 'ansible_ansible_distribution_href_example' # String |
|
|
284
284
|
opts = {
|
|
285
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
286
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
285
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
286
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
begin
|
|
@@ -301,8 +301,8 @@ end
|
|
|
301
301
|
Name | Type | Description | Notes
|
|
302
302
|
------------- | ------------- | ------------- | -------------
|
|
303
303
|
**ansible_ansible_distribution_href** | **String**| |
|
|
304
|
-
**fields** | **String
|
|
305
|
-
**exclude_fields** | **String
|
|
304
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
305
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
306
306
|
|
|
307
307
|
### Return type
|
|
308
308
|
|
data/docs/GalaxyDetailApi.md
CHANGED
|
@@ -25,8 +25,8 @@ require 'pulp_ansible_client'
|
|
|
25
25
|
api_instance = PulpAnsibleClient::GalaxyDetailApi.new
|
|
26
26
|
ansible_collection_href = 'ansible_collection_href_example' # String |
|
|
27
27
|
opts = {
|
|
28
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
29
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
28
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
29
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
begin
|
|
@@ -43,8 +43,8 @@ end
|
|
|
43
43
|
Name | Type | Description | Notes
|
|
44
44
|
------------- | ------------- | ------------- | -------------
|
|
45
45
|
**ansible_collection_href** | **String**| |
|
|
46
|
-
**fields** | **String
|
|
47
|
-
**exclude_fields** | **String
|
|
46
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
47
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
48
48
|
|
|
49
49
|
### Return type
|
|
50
50
|
|
|
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
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
|
|
|
@@ -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. | [optional]
|
|
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]
|
|
@@ -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]
|
|
@@ -5,25 +5,25 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
8
|
-
**
|
|
9
|
-
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
10
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
8
|
+
**url** | **String** | The URL of an external content source. | [optional]
|
|
11
9
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
12
|
-
**
|
|
10
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
11
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
13
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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]
|
|
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
|
-
**pulp_labels** | [**Object**](.md) | | [optional]
|
|
17
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
13
|
**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]
|
|
19
|
-
**
|
|
20
|
-
**
|
|
14
|
+
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
15
|
+
**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]
|
|
16
|
+
**name** | **String** | A unique name for this remote. | [optional]
|
|
17
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
21
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]
|
|
22
|
-
**
|
|
23
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
19
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
24
20
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
25
21
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
26
|
-
**
|
|
22
|
+
**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
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
24
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
25
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
26
|
+
**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]
|
|
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,25 +33,25 @@ Name | Type | Description | Notes
|
|
|
33
33
|
require 'PulpAnsibleClient'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(username: null,
|
|
36
|
-
|
|
37
|
-
download_concurrency: null,
|
|
38
|
-
proxy_url: null,
|
|
36
|
+
url: null,
|
|
39
37
|
ca_cert: null,
|
|
40
|
-
|
|
38
|
+
rate_limit: null,
|
|
39
|
+
proxy_username: null,
|
|
41
40
|
client_cert: null,
|
|
42
|
-
connect_timeout: null,
|
|
43
|
-
sock_read_timeout: null,
|
|
44
|
-
pulp_labels: null,
|
|
45
|
-
password: null,
|
|
46
41
|
sock_connect_timeout: null,
|
|
47
|
-
|
|
48
|
-
|
|
42
|
+
password: null,
|
|
43
|
+
connect_timeout: null,
|
|
44
|
+
name: null,
|
|
45
|
+
proxy_url: null,
|
|
49
46
|
max_retries: null,
|
|
50
|
-
|
|
51
|
-
tls_validation: null,
|
|
47
|
+
download_concurrency: null,
|
|
52
48
|
proxy_password: null,
|
|
53
49
|
client_key: null,
|
|
54
|
-
|
|
50
|
+
sock_read_timeout: null,
|
|
51
|
+
pulp_labels: null,
|
|
52
|
+
tls_validation: null,
|
|
53
|
+
headers: null,
|
|
54
|
+
total_timeout: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|
|
@@ -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]
|
data/docs/PulpAnsibleApiApi.md
CHANGED
|
@@ -25,8 +25,8 @@ require 'pulp_ansible_client'
|
|
|
25
25
|
api_instance = PulpAnsibleClient::PulpAnsibleApiApi.new
|
|
26
26
|
path = 'path_example' # String |
|
|
27
27
|
opts = {
|
|
28
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
29
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
28
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
29
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
begin
|
|
@@ -42,8 +42,8 @@ end
|
|
|
42
42
|
Name | Type | Description | Notes
|
|
43
43
|
------------- | ------------- | ------------- | -------------
|
|
44
44
|
**path** | **String**| |
|
|
45
|
-
**fields** | **String
|
|
46
|
-
**exclude_fields** | **String
|
|
45
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
46
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
@@ -28,8 +28,8 @@ namespace = 'namespace_example' # String |
|
|
|
28
28
|
path = 'path_example' # String |
|
|
29
29
|
version = 'version_example' # String |
|
|
30
30
|
opts = {
|
|
31
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
32
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
31
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
32
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
begin
|
|
@@ -48,8 +48,8 @@ Name | Type | Description | Notes
|
|
|
48
48
|
**namespace** | **String**| |
|
|
49
49
|
**path** | **String**| |
|
|
50
50
|
**version** | **String**| |
|
|
51
|
-
**fields** | **String
|
|
52
|
-
**exclude_fields** | **String
|
|
51
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
52
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
53
53
|
|
|
54
54
|
### Return type
|
|
55
55
|
|
data/docs/PulpAnsibleApiV3Api.md
CHANGED
|
@@ -31,8 +31,8 @@ end
|
|
|
31
31
|
api_instance = PulpAnsibleClient::PulpAnsibleApiV3Api.new
|
|
32
32
|
path = 'path_example' # String |
|
|
33
33
|
opts = {
|
|
34
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
35
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
34
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
35
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
begin
|
|
@@ -49,8 +49,8 @@ end
|
|
|
49
49
|
Name | Type | Description | Notes
|
|
50
50
|
------------- | ------------- | ------------- | -------------
|
|
51
51
|
**path** | **String**| |
|
|
52
|
-
**fields** | **String
|
|
53
|
-
**exclude_fields** | **String
|
|
52
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
53
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
54
54
|
|
|
55
55
|
### Return type
|
|
56
56
|
|
|
@@ -32,8 +32,8 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3ArtifactsCollectionsApi.new
|
|
|
32
32
|
filename = 'filename_example' # String |
|
|
33
33
|
path = 'path_example' # String |
|
|
34
34
|
opts = {
|
|
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
|
|
@@ -50,8 +50,8 @@ Name | Type | Description | Notes
|
|
|
50
50
|
------------- | ------------- | ------------- | -------------
|
|
51
51
|
**filename** | **String**| |
|
|
52
52
|
**path** | **String**| |
|
|
53
|
-
**fields** | **String
|
|
54
|
-
**exclude_fields** | **String
|
|
53
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
54
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
55
55
|
|
|
56
56
|
### Return type
|
|
57
57
|
|
|
@@ -31,8 +31,8 @@ end
|
|
|
31
31
|
api_instance = PulpAnsibleClient::PulpAnsibleApiV3CollectionVersionsAllApi.new
|
|
32
32
|
path = 'path_example' # String |
|
|
33
33
|
opts = {
|
|
34
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
35
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
34
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
35
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
begin
|
|
@@ -49,8 +49,8 @@ end
|
|
|
49
49
|
Name | Type | Description | Notes
|
|
50
50
|
------------- | ------------- | ------------- | -------------
|
|
51
51
|
**path** | **String**| |
|
|
52
|
-
**fields** | **String
|
|
53
|
-
**exclude_fields** | **String
|
|
52
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
53
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
54
54
|
|
|
55
55
|
### Return type
|
|
56
56
|
|
|
@@ -35,8 +35,8 @@ opts = {
|
|
|
35
35
|
name: 'name_example', # String |
|
|
36
36
|
namespace: 'namespace_example', # String |
|
|
37
37
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
38
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
39
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
38
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
39
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
begin
|
|
@@ -57,8 +57,8 @@ Name | Type | Description | Notes
|
|
|
57
57
|
**name** | **String**| | [optional]
|
|
58
58
|
**namespace** | **String**| | [optional]
|
|
59
59
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
60
|
-
**fields** | **String
|
|
61
|
-
**exclude_fields** | **String
|
|
60
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
61
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
62
62
|
|
|
63
63
|
### Return type
|
|
64
64
|
|
|
@@ -96,8 +96,8 @@ opts = {
|
|
|
96
96
|
namespace: 'namespace_example', # String |
|
|
97
97
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
98
98
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
99
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
100
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
99
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
100
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
begin
|
|
@@ -120,8 +120,8 @@ Name | Type | Description | Notes
|
|
|
120
120
|
**namespace** | **String**| | [optional]
|
|
121
121
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
122
122
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
123
|
-
**fields** | **String
|
|
124
|
-
**exclude_fields** | **String
|
|
123
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
124
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
125
125
|
|
|
126
126
|
### Return type
|
|
127
127
|
|
|
@@ -162,8 +162,8 @@ name = 'name_example' # String |
|
|
|
162
162
|
namespace = 'namespace_example' # String |
|
|
163
163
|
path = 'path_example' # String |
|
|
164
164
|
opts = {
|
|
165
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
166
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
165
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
166
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
begin
|
|
@@ -182,8 +182,8 @@ Name | Type | Description | Notes
|
|
|
182
182
|
**name** | **String**| |
|
|
183
183
|
**namespace** | **String**| |
|
|
184
184
|
**path** | **String**| |
|
|
185
|
-
**fields** | **String
|
|
186
|
-
**exclude_fields** | **String
|
|
185
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
186
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
187
187
|
|
|
188
188
|
### Return type
|
|
189
189
|
|
|
@@ -105,8 +105,8 @@ opts = {
|
|
|
105
105
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
106
106
|
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
|
|
107
107
|
version: 'version_example', # String | Filter results where version matches value
|
|
108
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
109
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
108
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
109
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
begin
|
|
@@ -137,8 +137,8 @@ Name | Type | Description | Notes
|
|
|
137
137
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
138
138
|
**tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
|
|
139
139
|
**version** | **String**| Filter results where version matches value | [optional]
|
|
140
|
-
**fields** | **String
|
|
141
|
-
**exclude_fields** | **String
|
|
140
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
141
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
142
142
|
|
|
143
143
|
### Return type
|
|
144
144
|
|
|
@@ -180,8 +180,8 @@ namespace = 'namespace_example' # String |
|
|
|
180
180
|
path = 'path_example' # String |
|
|
181
181
|
version = 'version_example' # String |
|
|
182
182
|
opts = {
|
|
183
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
184
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
183
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
184
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
begin
|
|
@@ -201,8 +201,8 @@ Name | Type | Description | Notes
|
|
|
201
201
|
**namespace** | **String**| |
|
|
202
202
|
**path** | **String**| |
|
|
203
203
|
**version** | **String**| |
|
|
204
|
-
**fields** | **String
|
|
205
|
-
**exclude_fields** | **String
|
|
204
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
205
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
206
206
|
|
|
207
207
|
### Return type
|
|
208
208
|
|
|
@@ -34,8 +34,8 @@ namespace = 'namespace_example' # String |
|
|
|
34
34
|
path = 'path_example' # String |
|
|
35
35
|
version = 'version_example' # String |
|
|
36
36
|
opts = {
|
|
37
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
38
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
37
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
38
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
begin
|
|
@@ -55,8 +55,8 @@ Name | Type | Description | Notes
|
|
|
55
55
|
**namespace** | **String**| |
|
|
56
56
|
**path** | **String**| |
|
|
57
57
|
**version** | **String**| |
|
|
58
|
-
**fields** | **String
|
|
59
|
-
**exclude_fields** | **String
|
|
58
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
59
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
60
60
|
|
|
61
61
|
### Return type
|
|
62
62
|
|
|
@@ -31,8 +31,8 @@ end
|
|
|
31
31
|
api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.new
|
|
32
32
|
path = 'path_example' # String |
|
|
33
33
|
opts = {
|
|
34
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
35
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
34
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
35
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
begin
|
|
@@ -49,8 +49,8 @@ end
|
|
|
49
49
|
Name | Type | Description | Notes
|
|
50
50
|
------------- | ------------- | ------------- | -------------
|
|
51
51
|
**path** | **String**| |
|
|
52
|
-
**fields** | **String
|
|
53
|
-
**exclude_fields** | **String
|
|
52
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
53
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
54
54
|
|
|
55
55
|
### Return type
|
|
56
56
|
|
|
@@ -36,8 +36,8 @@ opts = {
|
|
|
36
36
|
name: 'name_example', # String |
|
|
37
37
|
namespace: 'namespace_example', # String |
|
|
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
|
**name** | **String**| | [optional]
|
|
60
60
|
**namespace** | **String**| | [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
|
|