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
|
@@ -142,7 +142,7 @@ end
|
|
|
142
142
|
api_instance = PulpAnsibleClient::RemotesCollectionApi.new
|
|
143
143
|
opts = {
|
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
|
-
name: 'name_example', # String |
|
|
145
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
146
146
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
147
147
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -150,14 +150,14 @@ opts = {
|
|
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
151
151
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
152
152
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
153
|
-
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
|
153
|
+
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
|
154
154
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
|
155
155
|
pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
|
|
156
156
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
|
157
157
|
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
|
158
158
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
|
159
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
160
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
159
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
160
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
begin
|
|
@@ -175,7 +175,7 @@ end
|
|
|
175
175
|
Name | Type | Description | Notes
|
|
176
176
|
------------- | ------------- | ------------- | -------------
|
|
177
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
178
|
-
**name** | **String**|
|
|
178
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
179
179
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
180
180
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
181
181
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -183,14 +183,14 @@ Name | Type | Description | Notes
|
|
|
183
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
184
184
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
185
185
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
186
|
-
**pulp_last_updated** | **DateTime**|
|
|
186
|
+
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
|
187
187
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
|
188
188
|
**pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
|
189
189
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
|
190
190
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
|
191
191
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
|
192
|
-
**fields** | **String
|
|
193
|
-
**exclude_fields** | **String
|
|
192
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
193
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
194
194
|
|
|
195
195
|
### Return type
|
|
196
196
|
|
|
@@ -284,8 +284,8 @@ end
|
|
|
284
284
|
api_instance = PulpAnsibleClient::RemotesCollectionApi.new
|
|
285
285
|
ansible_collection_remote_href = 'ansible_collection_remote_href_example' # String |
|
|
286
286
|
opts = {
|
|
287
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
288
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
287
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
288
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
begin
|
|
@@ -303,8 +303,8 @@ end
|
|
|
303
303
|
Name | Type | Description | Notes
|
|
304
304
|
------------- | ------------- | ------------- | -------------
|
|
305
305
|
**ansible_collection_remote_href** | **String**| |
|
|
306
|
-
**fields** | **String
|
|
307
|
-
**exclude_fields** | **String
|
|
306
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
307
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
308
308
|
|
|
309
309
|
### Return type
|
|
310
310
|
|
data/docs/RemotesGitApi.md
CHANGED
|
@@ -142,7 +142,7 @@ end
|
|
|
142
142
|
api_instance = PulpAnsibleClient::RemotesGitApi.new
|
|
143
143
|
opts = {
|
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
|
-
name: 'name_example', # String |
|
|
145
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
146
146
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
147
147
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -150,14 +150,14 @@ opts = {
|
|
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
151
151
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
152
152
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
153
|
-
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
|
153
|
+
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
|
154
154
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
|
155
155
|
pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
|
|
156
156
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
|
157
157
|
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
|
158
158
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
|
159
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
160
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
159
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
160
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
begin
|
|
@@ -175,7 +175,7 @@ end
|
|
|
175
175
|
Name | Type | Description | Notes
|
|
176
176
|
------------- | ------------- | ------------- | -------------
|
|
177
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
178
|
-
**name** | **String**|
|
|
178
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
179
179
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
180
180
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
181
181
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -183,14 +183,14 @@ Name | Type | Description | Notes
|
|
|
183
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
184
184
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
185
185
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
186
|
-
**pulp_last_updated** | **DateTime**|
|
|
186
|
+
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
|
187
187
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
|
188
188
|
**pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
|
189
189
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
|
190
190
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
|
191
191
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
|
192
|
-
**fields** | **String
|
|
193
|
-
**exclude_fields** | **String
|
|
192
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
193
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
194
194
|
|
|
195
195
|
### Return type
|
|
196
196
|
|
|
@@ -284,8 +284,8 @@ end
|
|
|
284
284
|
api_instance = PulpAnsibleClient::RemotesGitApi.new
|
|
285
285
|
ansible_git_remote_href = 'ansible_git_remote_href_example' # String |
|
|
286
286
|
opts = {
|
|
287
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
288
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
287
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
288
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
begin
|
|
@@ -303,8 +303,8 @@ end
|
|
|
303
303
|
Name | Type | Description | Notes
|
|
304
304
|
------------- | ------------- | ------------- | -------------
|
|
305
305
|
**ansible_git_remote_href** | **String**| |
|
|
306
|
-
**fields** | **String
|
|
307
|
-
**exclude_fields** | **String
|
|
306
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
307
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
308
308
|
|
|
309
309
|
### Return type
|
|
310
310
|
|
data/docs/RemotesRoleApi.md
CHANGED
|
@@ -142,7 +142,7 @@ end
|
|
|
142
142
|
api_instance = PulpAnsibleClient::RemotesRoleApi.new
|
|
143
143
|
opts = {
|
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
|
-
name: 'name_example', # String |
|
|
145
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
146
146
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
147
147
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -150,14 +150,14 @@ opts = {
|
|
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
151
151
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
152
152
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
153
|
-
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
|
153
|
+
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
|
154
154
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
|
155
155
|
pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
|
|
156
156
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
|
157
157
|
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
|
158
158
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
|
159
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
160
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
159
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
160
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
begin
|
|
@@ -175,7 +175,7 @@ end
|
|
|
175
175
|
Name | Type | Description | Notes
|
|
176
176
|
------------- | ------------- | ------------- | -------------
|
|
177
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
178
|
-
**name** | **String**|
|
|
178
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
179
179
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
180
180
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
181
181
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -183,14 +183,14 @@ Name | Type | Description | Notes
|
|
|
183
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
184
184
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
185
185
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
186
|
-
**pulp_last_updated** | **DateTime**|
|
|
186
|
+
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
|
187
187
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
|
188
188
|
**pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
|
189
189
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
|
190
190
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
|
191
191
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
|
192
|
-
**fields** | **String
|
|
193
|
-
**exclude_fields** | **String
|
|
192
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
193
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
194
194
|
|
|
195
195
|
### Return type
|
|
196
196
|
|
|
@@ -284,8 +284,8 @@ end
|
|
|
284
284
|
api_instance = PulpAnsibleClient::RemotesRoleApi.new
|
|
285
285
|
ansible_role_remote_href = 'ansible_role_remote_href_example' # String |
|
|
286
286
|
opts = {
|
|
287
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
288
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
287
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
288
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
begin
|
|
@@ -303,8 +303,8 @@ end
|
|
|
303
303
|
Name | Type | Description | Notes
|
|
304
304
|
------------- | ------------- | ------------- | -------------
|
|
305
305
|
**ansible_role_remote_href** | **String**| |
|
|
306
|
-
**fields** | **String
|
|
307
|
-
**exclude_fields** | **String
|
|
306
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
307
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
308
308
|
|
|
309
309
|
### Return type
|
|
310
310
|
|
|
@@ -146,7 +146,7 @@ end
|
|
|
146
146
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
|
147
147
|
opts = {
|
|
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
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
|
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,7 +174,7 @@ end
|
|
|
174
174
|
Name | Type | Description | Notes
|
|
175
175
|
------------- | ------------- | ------------- | -------------
|
|
176
176
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
177
|
-
**name** | **String**|
|
|
177
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
178
178
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
179
179
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
180
180
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -182,9 +182,9 @@ Name | Type | Description | Notes
|
|
|
182
182
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
183
183
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
184
184
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
185
|
-
**remote** |
|
|
186
|
-
**fields** | **String
|
|
187
|
-
**exclude_fields** | **String
|
|
185
|
+
**remote** | **String**| Foreign Key referenced by HREF | [optional]
|
|
186
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
187
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
188
188
|
|
|
189
189
|
### Return type
|
|
190
190
|
|
|
@@ -333,8 +333,8 @@ end
|
|
|
333
333
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
|
334
334
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
|
335
335
|
opts = {
|
|
336
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
337
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
336
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
337
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
begin
|
|
@@ -352,8 +352,8 @@ end
|
|
|
352
352
|
Name | Type | Description | Notes
|
|
353
353
|
------------- | ------------- | ------------- | -------------
|
|
354
354
|
**ansible_ansible_repository_href** | **String**| |
|
|
355
|
-
**fields** | **String
|
|
356
|
-
**exclude_fields** | **String
|
|
355
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
356
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
357
357
|
|
|
358
358
|
### Return type
|
|
359
359
|
|
|
@@ -91,7 +91,7 @@ opts = {
|
|
|
91
91
|
content: 'content_example', # String | Content Unit referenced by HREF
|
|
92
92
|
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
|
93
93
|
limit: 56, # Integer | Number of results to return per page.
|
|
94
|
-
number: 56, # Integer |
|
|
94
|
+
number: 56, # Integer | Filter results where number matches value
|
|
95
95
|
number__gt: 56, # Integer | Filter results where number is greater than value
|
|
96
96
|
number__gte: 56, # Integer | Filter results where number is greater than or equal to value
|
|
97
97
|
number__lt: 56, # Integer | Filter results where number is less than value
|
|
@@ -99,14 +99,14 @@ opts = {
|
|
|
99
99
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
|
100
100
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
101
101
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
102
|
-
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
|
102
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
|
103
103
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
|
104
104
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
|
105
105
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
|
106
106
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
|
107
107
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
|
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
|
|
@@ -127,7 +127,7 @@ Name | Type | Description | Notes
|
|
|
127
127
|
**content** | **String**| Content Unit referenced by HREF | [optional]
|
|
128
128
|
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
|
129
129
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
130
|
-
**number** | **Integer**|
|
|
130
|
+
**number** | **Integer**| Filter results where number matches value | [optional]
|
|
131
131
|
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
|
132
132
|
**number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
|
|
133
133
|
**number__lt** | **Integer**| Filter results where number is less than value | [optional]
|
|
@@ -135,14 +135,14 @@ Name | Type | Description | Notes
|
|
|
135
135
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
|
136
136
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
137
137
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
138
|
-
**pulp_created** | **DateTime**|
|
|
138
|
+
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
|
139
139
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
|
140
140
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
|
141
141
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
|
142
142
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
|
143
143
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
144
|
-
**fields** | **String
|
|
145
|
-
**exclude_fields** | **String
|
|
144
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
145
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
146
146
|
|
|
147
147
|
### Return type
|
|
148
148
|
|
|
@@ -181,8 +181,8 @@ end
|
|
|
181
181
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleVersionsApi.new
|
|
182
182
|
ansible_ansible_repository_version_href = 'ansible_ansible_repository_version_href_example' # String |
|
|
183
183
|
opts = {
|
|
184
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
185
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
184
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
185
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
begin
|
|
@@ -200,8 +200,8 @@ end
|
|
|
200
200
|
Name | Type | Description | Notes
|
|
201
201
|
------------- | ------------- | ------------- | -------------
|
|
202
202
|
**ansible_ansible_repository_version_href** | **String**| |
|
|
203
|
-
**fields** | **String
|
|
204
|
-
**exclude_fields** | **String
|
|
203
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
204
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
205
205
|
|
|
206
206
|
### Return type
|
|
207
207
|
|
data/docs/VersionsApi.md
CHANGED
|
@@ -28,8 +28,8 @@ ansible_role_href = 'ansible_role_href_example' # String |
|
|
|
28
28
|
opts = {
|
|
29
29
|
limit: 56, # Integer | Number of results to return per page.
|
|
30
30
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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
|
**ansible_role_href** | **String**| |
|
|
49
49
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
50
50
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
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
|
|
|
@@ -83,8 +83,8 @@ api_instance = PulpAnsibleClient::VersionsApi.new
|
|
|
83
83
|
ansible_collection_version_href = 'ansible_collection_version_href_example' # String |
|
|
84
84
|
opts = {
|
|
85
85
|
page: 56, # Integer | A page number within the paginated result set.
|
|
86
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
87
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
86
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
87
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
begin
|
|
@@ -102,8 +102,8 @@ Name | Type | Description | Notes
|
|
|
102
102
|
------------- | ------------- | ------------- | -------------
|
|
103
103
|
**ansible_collection_version_href** | **String**| |
|
|
104
104
|
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
|
105
|
-
**fields** | **String
|
|
106
|
-
**exclude_fields** | **String
|
|
105
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
106
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
107
107
|
|
|
108
108
|
### Return type
|
|
109
109
|
|
|
@@ -27,8 +27,8 @@ module PulpAnsibleClient
|
|
|
27
27
|
# @option opts [String] :namespace
|
|
28
28
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
29
29
|
# @option opts [Array<String>] :ordering Ordering
|
|
30
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
31
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
30
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
31
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
32
32
|
# @return [PaginatedansibleCollectionResponseList]
|
|
33
33
|
def list(opts = {})
|
|
34
34
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
@@ -43,14 +43,14 @@ module PulpAnsibleClient
|
|
|
43
43
|
# @option opts [String] :namespace
|
|
44
44
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
45
45
|
# @option opts [Array<String>] :ordering Ordering
|
|
46
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
47
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
46
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
47
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
48
48
|
# @return [Array<(PaginatedansibleCollectionResponseList, Integer, Hash)>] PaginatedansibleCollectionResponseList data, response status code and response headers
|
|
49
49
|
def list_with_http_info(opts = {})
|
|
50
50
|
if @api_client.config.debugging
|
|
51
51
|
@api_client.config.logger.debug 'Calling API: AnsibleCollectionsApi.list ...'
|
|
52
52
|
end
|
|
53
|
-
allowable_values = ["-
|
|
53
|
+
allowable_values = ["-name", "-namespace", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "name", "namespace", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
|
54
54
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
55
55
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
56
56
|
end
|
|
@@ -64,8 +64,8 @@ module PulpAnsibleClient
|
|
|
64
64
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
65
65
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
66
66
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
67
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
68
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
67
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
68
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
69
69
|
|
|
70
70
|
# header parameters
|
|
71
71
|
header_params = opts[:header_params] || {}
|
|
@@ -23,8 +23,8 @@ module PulpAnsibleClient
|
|
|
23
23
|
# @param ansible_collection_href [String]
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
25
|
# @option opts [Integer] :page A page number within the paginated result set.
|
|
26
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
27
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
26
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
27
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
28
28
|
# @return [PaginatedGalaxyCollectionResponseList]
|
|
29
29
|
def get(ansible_collection_href, opts = {})
|
|
30
30
|
data, _status_code, _headers = get_with_http_info(ansible_collection_href, opts)
|
|
@@ -35,8 +35,8 @@ module PulpAnsibleClient
|
|
|
35
35
|
# @param ansible_collection_href [String]
|
|
36
36
|
# @param [Hash] opts the optional parameters
|
|
37
37
|
# @option opts [Integer] :page A page number within the paginated result set.
|
|
38
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
39
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
38
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
39
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
40
40
|
# @return [Array<(PaginatedGalaxyCollectionResponseList, Integer, Hash)>] PaginatedGalaxyCollectionResponseList data, response status code and response headers
|
|
41
41
|
def get_with_http_info(ansible_collection_href, opts = {})
|
|
42
42
|
if @api_client.config.debugging
|
|
@@ -52,8 +52,8 @@ module PulpAnsibleClient
|
|
|
52
52
|
# query parameters
|
|
53
53
|
query_params = opts[:query_params] || {}
|
|
54
54
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
55
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
56
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
55
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
56
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
57
57
|
|
|
58
58
|
# header parameters
|
|
59
59
|
header_params = opts[:header_params] || {}
|
|
@@ -24,8 +24,8 @@ module PulpAnsibleClient
|
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
27
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
28
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
27
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
28
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
29
29
|
# @return [PaginatedGalaxyRoleResponseList]
|
|
30
30
|
def get(ansible_role_href, opts = {})
|
|
31
31
|
data, _status_code, _headers = get_with_http_info(ansible_role_href, opts)
|
|
@@ -37,8 +37,8 @@ module PulpAnsibleClient
|
|
|
37
37
|
# @param [Hash] opts the optional parameters
|
|
38
38
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
39
39
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
40
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
41
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
40
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
41
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
42
42
|
# @return [Array<(PaginatedGalaxyRoleResponseList, Integer, Hash)>] PaginatedGalaxyRoleResponseList data, response status code and response headers
|
|
43
43
|
def get_with_http_info(ansible_role_href, opts = {})
|
|
44
44
|
if @api_client.config.debugging
|
|
@@ -55,8 +55,8 @@ module PulpAnsibleClient
|
|
|
55
55
|
query_params = opts[:query_params] || {}
|
|
56
56
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
57
57
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
58
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
59
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
58
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
59
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
60
60
|
|
|
61
61
|
# header parameters
|
|
62
62
|
header_params = opts[:header_params] || {}
|
|
@@ -24,8 +24,8 @@ module PulpAnsibleClient
|
|
|
24
24
|
# @param ansible_collection_import_href [String]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
26
|
# @option opts [String] :since Filter messages since a given timestamp
|
|
27
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
28
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
27
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
28
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
29
29
|
# @return [CollectionImportDetailResponse]
|
|
30
30
|
def read(ansible_collection_import_href, opts = {})
|
|
31
31
|
data, _status_code, _headers = read_with_http_info(ansible_collection_import_href, opts)
|
|
@@ -37,8 +37,8 @@ module PulpAnsibleClient
|
|
|
37
37
|
# @param ansible_collection_import_href [String]
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
39
|
# @option opts [String] :since Filter messages since a given timestamp
|
|
40
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
41
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
40
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
41
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
42
42
|
# @return [Array<(CollectionImportDetailResponse, Integer, Hash)>] CollectionImportDetailResponse data, response status code and response headers
|
|
43
43
|
def read_with_http_info(ansible_collection_import_href, opts = {})
|
|
44
44
|
if @api_client.config.debugging
|
|
@@ -54,8 +54,8 @@ module PulpAnsibleClient
|
|
|
54
54
|
# query parameters
|
|
55
55
|
query_params = opts[:query_params] || {}
|
|
56
56
|
query_params[:'since'] = opts[:'since'] if !opts[:'since'].nil?
|
|
57
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
58
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
57
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
58
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
59
59
|
|
|
60
60
|
# header parameters
|
|
61
61
|
header_params = opts[:header_params] || {}
|