pulp_ansible_client 0.22.1 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +2 -0
- data/docs/AnsibleAnsibleRepositoryResponse.md +2 -0
- data/docs/AnsibleCollectionRemoteResponse.md +2 -0
- data/docs/AnsibleCollectionVersion.md +7 -5
- data/docs/AnsibleCollectionVersionResponse.md +11 -9
- data/docs/AnsibleCollectionVersionSignature.md +2 -0
- data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -0
- data/docs/AnsibleCollectionsApi.md +4 -2
- data/docs/AnsibleGitRemote.md +29 -29
- data/docs/AnsibleGitRemoteResponse.md +26 -24
- data/docs/AnsibleRole.md +3 -3
- data/docs/AnsibleRoleRemoteResponse.md +2 -0
- data/docs/AnsibleRoleResponse.md +6 -4
- data/docs/CollectionImportDetailResponse.md +2 -2
- data/docs/CollectionSummaryResponse.md +2 -2
- data/docs/CollectionVersionDocsResponse.md +1 -1
- data/docs/CollectionVersionResponse.md +2 -2
- data/docs/CollectionVersionSearchList.md +0 -2
- data/docs/ContentCollectionDeprecationsApi.md +10 -8
- data/docs/ContentCollectionMarksApi.md +10 -8
- data/docs/ContentCollectionSignaturesApi.md +13 -9
- data/docs/ContentCollectionVersionsApi.md +16 -14
- data/docs/ContentNamespacesApi.md +10 -8
- data/docs/ContentRolesApi.md +10 -8
- data/docs/Copy.md +1 -1
- data/docs/DistributionsAnsibleApi.md +4 -2
- data/docs/PatchedansibleGitRemote.md +29 -29
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +4 -2
- data/docs/PulpAnsibleApiV3CollectionsApi.md +4 -2
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +10 -10
- data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +10 -10
- data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +10 -10
- data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +10 -10
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +4 -2
- data/docs/RemotesCollectionApi.md +4 -2
- data/docs/RemotesGitApi.md +4 -2
- data/docs/RemotesRoleApi.md +4 -2
- data/docs/RepositoriesAnsibleApi.md +8 -6
- data/docs/RepositoriesAnsibleVersionsApi.md +8 -6
- data/docs/RepositoryResponse.md +2 -0
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +5 -2
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +11 -8
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +11 -8
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +18 -8
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +25 -18
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +11 -8
- data/lib/pulp_ansible_client/api/content_roles_api.rb +11 -8
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +12 -12
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -12
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +12 -12
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -12
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +5 -2
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +5 -2
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +5 -2
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +9 -6
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +10 -7
- data/lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +43 -18
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +33 -23
- data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +26 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +248 -248
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +163 -153
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +11 -1
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +28 -18
- data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
- data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
- data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
- data/lib/pulp_ansible_client/models/collection_version_search_list.rb +1 -16
- data/lib/pulp_ansible_client/models/copy.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +239 -239
- data/lib/pulp_ansible_client/models/repository.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_response.rb +12 -2
- data/lib/pulp_ansible_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/ansible_collections_api_spec.rb +2 -1
- data/spec/api/content_collection_deprecations_api_spec.rb +5 -4
- data/spec/api/content_collection_marks_api_spec.rb +5 -4
- data/spec/api/content_collection_signatures_api_spec.rb +6 -4
- data/spec/api/content_collection_versions_api_spec.rb +8 -7
- data/spec/api/content_namespaces_api_spec.rb +5 -4
- data/spec/api/content_roles_api_spec.rb +5 -4
- data/spec/api/distributions_ansible_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +5 -5
- data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +5 -5
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +5 -5
- data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +5 -5
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
- data/spec/api/remotes_collection_api_spec.rb +2 -1
- data/spec/api/remotes_git_api_spec.rb +2 -1
- data/spec/api/remotes_role_api_spec.rb +2 -1
- data/spec/api/repositories_ansible_api_spec.rb +4 -3
- data/spec/api/repositories_ansible_versions_api_spec.rb +4 -3
- data/spec/models/ansible_ansible_collection_deprecated_response_spec.rb +6 -0
- data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
- data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_response_spec.rb +9 -3
- data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_signature_spec.rb +6 -0
- data/spec/models/ansible_collection_version_spec.rb +9 -3
- data/spec/models/ansible_git_remote_response_spec.rb +24 -18
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_remote_response_spec.rb +6 -0
- data/spec/models/ansible_role_response_spec.rb +9 -3
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/collection_version_search_list_spec.rb +0 -6
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- data/spec/models/repository_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +127 -127
@@ -264,7 +264,7 @@ end
|
|
264
264
|
|
265
265
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
266
266
|
opts = {
|
267
|
-
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
|
267
|
+
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
|
268
268
|
limit: 56, # Integer | Number of results to return per page.
|
269
269
|
name: 'name_example', # String | Filter results where name matches value
|
270
270
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -277,10 +277,11 @@ opts = {
|
|
277
277
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
278
278
|
offset: 56, # Integer | The initial index from which to return the results.
|
279
279
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
280
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
280
281
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
281
282
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
282
283
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
283
|
-
q: 'q_example', # String |
|
284
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
284
285
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
285
286
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
286
287
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
@@ -290,7 +291,7 @@ opts = {
|
|
290
291
|
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
291
292
|
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
292
293
|
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
293
|
-
with_content: 'with_content_example', # String | Content Unit referenced by HREF
|
294
|
+
with_content: 'with_content_example', # String | Content Unit referenced by HREF/PRN
|
294
295
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
295
296
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
296
297
|
}
|
@@ -309,7 +310,7 @@ end
|
|
309
310
|
|
310
311
|
Name | Type | Description | Notes
|
311
312
|
------------- | ------------- | ------------- | -------------
|
312
|
-
**latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
|
313
|
+
**latest_with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
313
314
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
314
315
|
**name** | **String**| Filter results where name matches value | [optional]
|
315
316
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
@@ -322,10 +323,11 @@ Name | Type | Description | Notes
|
|
322
323
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
323
324
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
324
325
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
326
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
325
327
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
326
328
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
327
329
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
328
|
-
**q** | **String**|
|
330
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
329
331
|
**remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
|
330
332
|
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
331
333
|
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
@@ -335,7 +337,7 @@ Name | Type | Description | Notes
|
|
335
337
|
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
336
338
|
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
337
339
|
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
338
|
-
**with_content** | **String**| Content Unit referenced by HREF | [optional]
|
340
|
+
**with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
339
341
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
340
342
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
341
343
|
|
@@ -88,8 +88,8 @@ end
|
|
88
88
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleVersionsApi.new
|
89
89
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
90
90
|
opts = {
|
91
|
-
content: 'content_example', # String | Content Unit referenced by HREF
|
92
|
-
content__in: 'content__in_example', # String |
|
91
|
+
content: 'content_example', # String | Content Unit referenced by HREF/PRN
|
92
|
+
content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
93
|
limit: 56, # Integer | Number of results to return per page.
|
94
94
|
number: 56, # Integer | Filter results where number matches value
|
95
95
|
number__gt: 56, # Integer | Filter results where number is greater than value
|
@@ -99,6 +99,7 @@ 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 * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
102
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
102
103
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
103
104
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
104
105
|
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
|
@@ -106,7 +107,7 @@ opts = {
|
|
106
107
|
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
108
|
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
109
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
109
|
-
q: 'q_example', # String |
|
110
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
110
111
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
111
112
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
112
113
|
}
|
@@ -126,8 +127,8 @@ end
|
|
126
127
|
Name | Type | Description | Notes
|
127
128
|
------------- | ------------- | ------------- | -------------
|
128
129
|
**ansible_ansible_repository_href** | **String**| |
|
129
|
-
**content** | **String**| Content Unit referenced by HREF | [optional]
|
130
|
-
**content__in** | **String
|
130
|
+
**content** | **String**| Content Unit referenced by HREF/PRN | [optional]
|
131
|
+
**content__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
131
132
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
132
133
|
**number** | **Integer**| Filter results where number matches value | [optional]
|
133
134
|
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
@@ -137,6 +138,7 @@ Name | Type | Description | Notes
|
|
137
138
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
138
139
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
139
140
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
141
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
140
142
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
141
143
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
142
144
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
@@ -144,7 +146,7 @@ Name | Type | Description | Notes
|
|
144
146
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
145
147
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
146
148
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
147
|
-
**q** | **String**|
|
149
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
148
150
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
149
151
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
150
152
|
|
data/docs/RepositoryResponse.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**versions_href** | **String** | | [optional] [readonly]
|
@@ -21,6 +22,7 @@ Name | Type | Description | Notes
|
|
21
22
|
require 'PulpAnsibleClient'
|
22
23
|
|
23
24
|
instance = PulpAnsibleClient::RepositoryResponse.new(pulp_href: null,
|
25
|
+
prn: null,
|
24
26
|
pulp_created: null,
|
25
27
|
pulp_last_updated: null,
|
26
28
|
versions_href: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**number** | **Integer** | | [optional] [readonly]
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
18
19
|
require 'PulpAnsibleClient'
|
19
20
|
|
20
21
|
instance = PulpAnsibleClient::RepositoryVersionResponse.new(pulp_href: null,
|
22
|
+
prn: null,
|
21
23
|
pulp_created: null,
|
22
24
|
pulp_last_updated: null,
|
23
25
|
number: null,
|
@@ -97,9 +97,10 @@ module PulpAnsibleClient
|
|
97
97
|
# @option opts [String] :namespace
|
98
98
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
99
99
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
100
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
100
101
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
101
102
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
102
|
-
# @option opts [String] :q
|
103
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
103
104
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
104
105
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
105
106
|
# @return [PaginatedansibleCollectionResponseList]
|
@@ -116,9 +117,10 @@ module PulpAnsibleClient
|
|
116
117
|
# @option opts [String] :namespace
|
117
118
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
118
119
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
120
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
119
121
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
120
122
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
121
|
-
# @option opts [String] :q
|
123
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
122
124
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
123
125
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
124
126
|
# @return [Array<(PaginatedansibleCollectionResponseList, Integer, Hash)>] PaginatedansibleCollectionResponseList data, response status code and response headers
|
@@ -140,6 +142,7 @@ module PulpAnsibleClient
|
|
140
142
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
141
143
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
142
144
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
145
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
143
146
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
144
147
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
145
148
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -90,12 +90,13 @@ module PulpAnsibleClient
|
|
90
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
91
91
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
92
92
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
93
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
93
94
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
95
|
-
# @option opts [String] :q
|
96
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
97
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
98
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
96
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
97
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
98
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
99
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
99
100
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
100
101
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
101
102
|
# @return [PaginatedansibleAnsibleCollectionDeprecatedResponseList]
|
@@ -111,12 +112,13 @@ module PulpAnsibleClient
|
|
111
112
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
112
113
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
113
114
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
115
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
114
116
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
115
117
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
116
|
-
# @option opts [String] :q
|
117
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
118
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
119
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
118
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
119
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
120
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
121
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
120
122
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
121
123
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
122
124
|
# @return [Array<(PaginatedansibleAnsibleCollectionDeprecatedResponseList, Integer, Hash)>] PaginatedansibleAnsibleCollectionDeprecatedResponseList data, response status code and response headers
|
@@ -137,6 +139,7 @@ module PulpAnsibleClient
|
|
137
139
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
138
140
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
139
141
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
142
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
140
143
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
141
144
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
142
145
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -91,12 +91,13 @@ module PulpAnsibleClient
|
|
91
91
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
92
92
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `value` - Value * `-value` - Value (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
93
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
94
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
95
96
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
96
|
-
# @option opts [String] :q
|
97
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
98
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
99
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
97
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
98
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
99
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
100
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
100
101
|
# @option opts [String] :value Filter marks by value
|
101
102
|
# @option opts [Array<String>] :value__in Filter results where value is in a comma-separated list of values
|
102
103
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -115,12 +116,13 @@ module PulpAnsibleClient
|
|
115
116
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
116
117
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `value` - Value * `-value` - Value (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
117
118
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
119
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
118
120
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
119
121
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
120
|
-
# @option opts [String] :q
|
121
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
122
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
123
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
122
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
123
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
124
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
125
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
124
126
|
# @option opts [String] :value Filter marks by value
|
125
127
|
# @option opts [Array<String>] :value__in Filter results where value is in a comma-separated list of values
|
126
128
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -144,6 +146,7 @@ module PulpAnsibleClient
|
|
144
146
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
145
147
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
146
148
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
149
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
147
150
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
148
151
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
149
152
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -26,6 +26,7 @@ module PulpAnsibleClient
|
|
26
26
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
27
27
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
28
28
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
29
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
29
30
|
# @return [AsyncOperationResponse]
|
30
31
|
def create(signed_collection, opts = {})
|
31
32
|
data, _status_code, _headers = create_with_http_info(signed_collection, opts)
|
@@ -39,6 +40,7 @@ module PulpAnsibleClient
|
|
39
40
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
40
41
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
41
42
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
43
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
42
44
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
43
45
|
def create_with_http_info(signed_collection, opts = {})
|
44
46
|
if @api_client.config.debugging
|
@@ -48,6 +50,10 @@ module PulpAnsibleClient
|
|
48
50
|
if @api_client.config.client_side_validation && signed_collection.nil?
|
49
51
|
fail ArgumentError, "Missing the required parameter 'signed_collection' when calling ContentCollectionSignaturesApi.create"
|
50
52
|
end
|
53
|
+
if @api_client.config.client_side_validation && !opts[:'file_url'].nil? && opts[:'file_url'].to_s.length < 1
|
54
|
+
fail ArgumentError, 'invalid value for "opts[:"file_url"]" when calling ContentCollectionSignaturesApi.create, the character length must be great than or equal to 1.'
|
55
|
+
end
|
56
|
+
|
51
57
|
# resource path
|
52
58
|
local_var_path = '/pulp/api/v3/content/ansible/collection_signatures/'
|
53
59
|
|
@@ -67,6 +73,7 @@ module PulpAnsibleClient
|
|
67
73
|
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
68
74
|
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
69
75
|
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
76
|
+
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
70
77
|
|
71
78
|
# http body (model)
|
72
79
|
post_body = opts[:body]
|
@@ -100,14 +107,15 @@ module PulpAnsibleClient
|
|
100
107
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
101
108
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `data` - Data * `-data` - Data (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
102
109
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
110
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
103
111
|
# @option opts [String] :pubkey_fingerprint Filter results where pubkey_fingerprint matches value
|
104
112
|
# @option opts [Array<String>] :pubkey_fingerprint__in Filter results where pubkey_fingerprint is in a comma-separated list of values
|
105
113
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
106
114
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
107
|
-
# @option opts [String] :q
|
108
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
109
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
110
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
115
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
116
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
117
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
118
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
111
119
|
# @option opts [String] :signed_collection Filter signatures for collection version
|
112
120
|
# @option opts [String] :signing_service Filter signatures produced by signature service
|
113
121
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -125,14 +133,15 @@ module PulpAnsibleClient
|
|
125
133
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
126
134
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `data` - Data * `-data` - Data (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
127
135
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
136
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
128
137
|
# @option opts [String] :pubkey_fingerprint Filter results where pubkey_fingerprint matches value
|
129
138
|
# @option opts [Array<String>] :pubkey_fingerprint__in Filter results where pubkey_fingerprint is in a comma-separated list of values
|
130
139
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
131
140
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
132
|
-
# @option opts [String] :q
|
133
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
134
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
135
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
141
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
142
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
143
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
144
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
136
145
|
# @option opts [String] :signed_collection Filter signatures for collection version
|
137
146
|
# @option opts [String] :signing_service Filter signatures produced by signature service
|
138
147
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -155,6 +164,7 @@ module PulpAnsibleClient
|
|
155
164
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
156
165
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
157
166
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
167
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
158
168
|
query_params[:'pubkey_fingerprint'] = opts[:'pubkey_fingerprint'] if !opts[:'pubkey_fingerprint'].nil?
|
159
169
|
query_params[:'pubkey_fingerprint__in'] = @api_client.build_collection_param(opts[:'pubkey_fingerprint__in'], :csv) if !opts[:'pubkey_fingerprint__in'].nil?
|
160
170
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
@@ -22,10 +22,11 @@ module PulpAnsibleClient
|
|
22
22
|
# Create a collection version
|
23
23
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
-
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
26
25
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
27
|
-
# @option opts [String] :
|
26
|
+
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
28
27
|
# @option opts [String] :artifact Artifact file representing the physical content
|
28
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
29
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
29
30
|
# @option opts [String] :expected_name The name of the collection.
|
30
31
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
31
32
|
# @option opts [String] :expected_version The version of the collection.
|
@@ -38,10 +39,11 @@ module PulpAnsibleClient
|
|
38
39
|
# Create a collection version
|
39
40
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
40
41
|
# @param [Hash] opts the optional parameters
|
41
|
-
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
42
42
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
43
|
-
# @option opts [String] :
|
43
|
+
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
44
44
|
# @option opts [String] :artifact Artifact file representing the physical content
|
45
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
46
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
45
47
|
# @option opts [String] :expected_name The name of the collection.
|
46
48
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
47
49
|
# @option opts [String] :expected_version The version of the collection.
|
@@ -50,6 +52,10 @@ module PulpAnsibleClient
|
|
50
52
|
if @api_client.config.debugging
|
51
53
|
@api_client.config.logger.debug 'Calling API: ContentCollectionVersionsApi.create ...'
|
52
54
|
end
|
55
|
+
if @api_client.config.client_side_validation && !opts[:'file_url'].nil? && opts[:'file_url'].to_s.length < 1
|
56
|
+
fail ArgumentError, 'invalid value for "opts[:"file_url"]" when calling ContentCollectionVersionsApi.create, the character length must be great than or equal to 1.'
|
57
|
+
end
|
58
|
+
|
53
59
|
if @api_client.config.client_side_validation && !opts[:'expected_name'].nil? && opts[:'expected_name'].to_s.length > 64
|
54
60
|
fail ArgumentError, 'invalid value for "opts[:"expected_name"]" when calling ContentCollectionVersionsApi.create, the character length must be smaller than or equal to 64.'
|
55
61
|
end
|
@@ -89,10 +95,11 @@ module PulpAnsibleClient
|
|
89
95
|
|
90
96
|
# form parameters
|
91
97
|
form_params = opts[:form_params] || {}
|
92
|
-
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
93
98
|
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
94
|
-
form_params['
|
99
|
+
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
95
100
|
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
101
|
+
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
102
|
+
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
96
103
|
form_params['expected_name'] = opts[:'expected_name'] if !opts[:'expected_name'].nil?
|
97
104
|
form_params['expected_namespace'] = opts[:'expected_namespace'] if !opts[:'expected_namespace'].nil?
|
98
105
|
form_params['expected_version'] = opts[:'expected_version'] if !opts[:'expected_version'].nil?
|
@@ -125,19 +132,19 @@ module PulpAnsibleClient
|
|
125
132
|
# List collection versions
|
126
133
|
# ViewSet for Ansible Collection.
|
127
134
|
# @param [Hash] opts the optional parameters
|
128
|
-
# @option opts [Boolean] :is_highest
|
129
135
|
# @option opts [Integer] :limit Number of results to return per page.
|
130
136
|
# @option opts [String] :name
|
131
137
|
# @option opts [String] :namespace
|
132
138
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
133
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
139
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
134
140
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
141
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
135
142
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
136
143
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
137
144
|
# @option opts [String] :q
|
138
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
139
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
140
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
145
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
146
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
147
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
141
148
|
# @option opts [String] :tags Filter by comma separate list of tags that must all be matched
|
142
149
|
# @option opts [String] :version Filter results where version matches value
|
143
150
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -151,19 +158,19 @@ module PulpAnsibleClient
|
|
151
158
|
# List collection versions
|
152
159
|
# ViewSet for Ansible Collection.
|
153
160
|
# @param [Hash] opts the optional parameters
|
154
|
-
# @option opts [Boolean] :is_highest
|
155
161
|
# @option opts [Integer] :limit Number of results to return per page.
|
156
162
|
# @option opts [String] :name
|
157
163
|
# @option opts [String] :namespace
|
158
164
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
159
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
165
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
160
166
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
167
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
161
168
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
162
169
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
163
170
|
# @option opts [String] :q
|
164
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
165
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
166
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
171
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
172
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
173
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
167
174
|
# @option opts [String] :tags Filter by comma separate list of tags that must all be matched
|
168
175
|
# @option opts [String] :version Filter results where version matches value
|
169
176
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -173,7 +180,7 @@ module PulpAnsibleClient
|
|
173
180
|
if @api_client.config.debugging
|
174
181
|
@api_client.config.logger.debug 'Calling API: ContentCollectionVersionsApi.list ...'
|
175
182
|
end
|
176
|
-
allowable_values = ["-authors", "-contents", "-dependencies", "-description", "-docs_blob", "-documentation", "-files", "-homepage", "-is_highest", "-issues", "-license", "-manifest", "-name", "-namespace", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-repository", "-requires_ansible", "-search_vector", "-timestamp_of_interest", "-upstream_id", "-version", "-version_major", "-version_minor", "-version_patch", "-version_prerelease", "authors", "contents", "dependencies", "description", "docs_blob", "documentation", "files", "homepage", "is_highest", "issues", "license", "manifest", "name", "namespace", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "repository", "requires_ansible", "search_vector", "timestamp_of_interest", "upstream_id", "version", "version_major", "version_minor", "version_patch", "version_prerelease"]
|
183
|
+
allowable_values = ["-authors", "-contents", "-dependencies", "-description", "-docs_blob", "-documentation", "-files", "-homepage", "-is_highest", "-issues", "-license", "-manifest", "-name", "-namespace", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-repository", "-requires_ansible", "-search_vector", "-sha256", "-timestamp_of_interest", "-upstream_id", "-version", "-version_major", "-version_minor", "-version_patch", "-version_prerelease", "authors", "contents", "dependencies", "description", "docs_blob", "documentation", "files", "homepage", "is_highest", "issues", "license", "manifest", "name", "namespace", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "repository", "requires_ansible", "search_vector", "sha256", "timestamp_of_interest", "upstream_id", "version", "version_major", "version_minor", "version_patch", "version_prerelease"]
|
177
184
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
178
185
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
179
186
|
end
|
@@ -182,13 +189,13 @@ module PulpAnsibleClient
|
|
182
189
|
|
183
190
|
# query parameters
|
184
191
|
query_params = opts[:query_params] || {}
|
185
|
-
query_params[:'is_highest'] = opts[:'is_highest'] if !opts[:'is_highest'].nil?
|
186
192
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
187
193
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
188
194
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
189
195
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
190
196
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
191
197
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
198
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
192
199
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
193
200
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
194
201
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -112,12 +112,13 @@ module PulpAnsibleClient
|
|
112
112
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
113
113
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `company` - Company * `-company` - Company (descending) * `email` - Email * `-email` - Email (descending) * `description` - Description * `-description` - Description (descending) * `resources` - Resources * `-resources` - Resources (descending) * `links` - Links * `-links` - Links (descending) * `avatar_sha256` - Avatar sha256 * `-avatar_sha256` - Avatar sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
114
114
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
115
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
115
116
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
116
117
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
117
|
-
# @option opts [String] :q
|
118
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
119
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
120
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
118
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
119
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
120
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
121
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
121
122
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
122
123
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
123
124
|
# @return [PaginatedansibleAnsibleNamespaceMetadataResponseList]
|
@@ -153,12 +154,13 @@ module PulpAnsibleClient
|
|
153
154
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
154
155
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `company` - Company * `-company` - Company (descending) * `email` - Email * `-email` - Email (descending) * `description` - Description * `-description` - Description (descending) * `resources` - Resources * `-resources` - Resources (descending) * `links` - Links * `-links` - Links (descending) * `avatar_sha256` - Avatar sha256 * `-avatar_sha256` - Avatar sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
155
156
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
157
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
156
158
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
157
159
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
158
|
-
# @option opts [String] :q
|
159
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
160
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
161
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
160
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
161
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
162
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
163
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
162
164
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
163
165
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
164
166
|
# @return [Array<(PaginatedansibleAnsibleNamespaceMetadataResponseList, Integer, Hash)>] PaginatedansibleAnsibleNamespaceMetadataResponseList data, response status code and response headers
|
@@ -199,6 +201,7 @@ module PulpAnsibleClient
|
|
199
201
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
200
202
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
201
203
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
204
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
202
205
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
203
206
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
204
207
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|