pulp_ansible_client 0.16.2 → 0.17.0.dev1676430674
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.
Potentially problematic release.
This version of pulp_ansible_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +8 -7
- data/docs/AnsibleAnsibleRepository.md +1 -1
- data/docs/AnsibleAnsibleRepositoryResponse.md +4 -2
- data/docs/AnsibleCollectionRemote.md +1 -1
- data/docs/AnsibleCollectionRemoteResponse.md +4 -2
- data/docs/AnsibleCollectionVersion.md +3 -3
- data/docs/AnsibleCollectionVersionResponse.md +2 -2
- data/docs/AnsibleCollectionsApi.md +2 -6
- data/docs/AnsibleGitRemote.md +25 -25
- data/docs/AnsibleGitRemoteResponse.md +25 -25
- data/docs/AnsibleRoleRemote.md +1 -1
- data/docs/AnsibleRoleRemoteResponse.md +1 -1
- data/docs/AnsibleRoleResponse.md +2 -2
- data/docs/CollectionRefResponse.md +1 -1
- data/docs/CollectionResponse.md +6 -6
- data/docs/CollectionVersionListResponse.md +1 -1
- data/docs/CollectionVersionResponse.md +4 -4
- data/docs/ContentCollectionDeprecationsApi.md +2 -6
- data/docs/ContentCollectionSignaturesApi.md +2 -6
- data/docs/ContentCollectionVersionsApi.md +4 -8
- data/docs/ContentRolesApi.md +2 -6
- data/docs/DistributionsAnsibleApi.md +2 -6
- data/docs/GalaxyCollectionResponse.md +4 -4
- data/docs/GalaxyCollectionVersionResponse.md +4 -4
- data/docs/GalaxyRoleResponse.md +1 -1
- data/docs/GalaxyRoleVersionResponse.md +1 -1
- data/docs/PatchedansibleAnsibleRepository.md +1 -1
- data/docs/PatchedansibleCollectionRemote.md +1 -1
- data/docs/PatchedansibleGitRemote.md +25 -25
- data/docs/PatchedansibleRoleRemote.md +1 -1
- data/docs/ProgressReportResponse.md +27 -0
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -6
- data/docs/PulpAnsibleApiV3CollectionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -6
- data/docs/RemotesCollectionApi.md +10 -6
- data/docs/RemotesGitApi.md +2 -6
- data/docs/RemotesRoleApi.md +2 -6
- data/docs/RepositoriesAnsibleApi.md +2 -6
- data/docs/RepositoriesAnsibleVersionsApi.md +2 -4
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/Task.md +19 -0
- data/docs/TaskResponse.md +45 -0
- data/docs/UnpaginatedCollectionVersionResponse.md +4 -4
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +2 -8
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +2 -8
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +5 -11
- data/lib/pulp_ansible_client/api/content_roles_api.rb +2 -8
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +15 -9
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +2 -8
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +2 -8
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +2 -8
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +2 -5
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +15 -6
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +14 -5
- 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 +230 -230
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +149 -149
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
- data/lib/pulp_ansible_client/models/collection_ref_response.rb +0 -1
- data/lib/pulp_ansible_client/models/collection_response.rb +0 -6
- data/lib/pulp_ansible_client/models/collection_version_list_response.rb +0 -1
- data/lib/pulp_ansible_client/models/collection_version_response.rb +0 -4
- data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +0 -4
- data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +0 -4
- data/lib/pulp_ansible_client/models/galaxy_role_response.rb +0 -1
- data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +0 -1
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +215 -215
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/progress_report_response.rb +259 -0
- data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +2 -2
- data/lib/pulp_ansible_client/models/task.rb +266 -0
- data/lib/pulp_ansible_client/models/task_response.rb +366 -0
- data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +0 -4
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +3 -0
- data/spec/api/ansible_collections_api_spec.rb +1 -3
- data/spec/api/content_collection_deprecations_api_spec.rb +1 -3
- data/spec/api/content_collection_signatures_api_spec.rb +1 -3
- data/spec/api/content_collection_versions_api_spec.rb +2 -4
- data/spec/api/content_roles_api_spec.rb +1 -3
- data/spec/api/distributions_ansible_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -3
- data/spec/api/remotes_collection_api_spec.rb +5 -3
- data/spec/api/remotes_git_api_spec.rb +1 -3
- data/spec/api/remotes_role_api_spec.rb +1 -3
- data/spec/api/repositories_ansible_api_spec.rb +1 -3
- data/spec/api/repositories_ansible_versions_api_spec.rb +1 -2
- 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 +2 -2
- data/spec/models/ansible_collection_version_spec.rb +2 -2
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- data/spec/models/progress_report_response_spec.rb +71 -0
- data/spec/models/task_response_spec.rb +125 -0
- data/spec/models/task_spec.rb +47 -0
- metadata +114 -102
data/docs/RemotesGitApi.md
CHANGED
|
@@ -148,9 +148,7 @@ opts = {
|
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
149
149
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
151
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
152
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
153
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
151
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
154
152
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
155
153
|
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
|
156
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
|
|
@@ -183,9 +181,7 @@ Name | Type | Description | Notes
|
|
|
183
181
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
184
182
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
185
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
186
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
187
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
188
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
184
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
189
185
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
190
186
|
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
|
191
187
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
data/docs/RemotesRoleApi.md
CHANGED
|
@@ -148,9 +148,7 @@ opts = {
|
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
149
149
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
151
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
152
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
153
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
151
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
154
152
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
155
153
|
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
|
156
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
|
|
@@ -183,9 +181,7 @@ Name | Type | Description | Notes
|
|
|
183
181
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
184
182
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
185
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
186
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
187
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
188
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
184
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
189
185
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
190
186
|
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
|
191
187
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
|
@@ -152,9 +152,7 @@ opts = {
|
|
|
152
152
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
153
153
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
155
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
156
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
157
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
155
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
158
156
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
159
157
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
|
160
158
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
@@ -190,9 +188,7 @@ Name | Type | Description | Notes
|
|
|
190
188
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
191
189
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
192
190
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
193
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
194
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
195
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
191
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
196
192
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
197
193
|
**remote** | **String**| Foreign Key referenced by HREF | [optional]
|
|
198
194
|
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
|
@@ -98,14 +98,13 @@ opts = {
|
|
|
98
98
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
|
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
101
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
102
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
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
109
108
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
110
109
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
111
110
|
}
|
|
@@ -135,14 +134,13 @@ Name | Type | Description | Notes
|
|
|
135
134
|
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
|
136
135
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
|
137
136
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
138
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
137
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
139
138
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
|
140
139
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
|
141
140
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
|
142
141
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
|
143
142
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
|
144
143
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
145
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
146
144
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
147
145
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
148
146
|
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**add_content_units** | **Array<
|
|
8
|
-
**remove_content_units** | **Array<
|
|
7
|
+
**add_content_units** | [**Array<AnyType>**](AnyType.md) | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional]
|
|
8
|
+
**remove_content_units** | [**Array<AnyType>**](AnyType.md) | A list of content units to remove from the latest repository version. You may also specify '*' as an entry to remove all content. This content is removed before add_content_units are added. | [optional]
|
|
9
9
|
**base_version** | **String** | A repository version whose content will be used as the initial set of content for the new repository version | [optional]
|
|
10
10
|
|
|
11
11
|
## Code Sample
|
data/docs/Task.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# PulpAnsibleClient::Task
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**name** | **String** | The name of task. |
|
|
8
|
+
**logging_cid** | **String** | The logging correlation id associated with this task |
|
|
9
|
+
|
|
10
|
+
## Code Sample
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'PulpAnsibleClient'
|
|
14
|
+
|
|
15
|
+
instance = PulpAnsibleClient::Task.new(name: null,
|
|
16
|
+
logging_cid: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# PulpAnsibleClient::TaskResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**state** | **String** | The current state of the task. The possible values include: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. | [optional] [readonly]
|
|
10
|
+
**name** | **String** | The name of task. |
|
|
11
|
+
**logging_cid** | **String** | The logging correlation id associated with this task |
|
|
12
|
+
**started_at** | **DateTime** | Timestamp of the when this task started execution. | [optional] [readonly]
|
|
13
|
+
**finished_at** | **DateTime** | Timestamp of the when this task stopped execution. | [optional] [readonly]
|
|
14
|
+
**error** | **Hash<String, Object>** | A JSON Object of a fatal error encountered during the execution of this task. | [optional] [readonly]
|
|
15
|
+
**worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional] [readonly]
|
|
16
|
+
**parent_task** | **String** | The parent task that spawned this task. | [optional] [readonly]
|
|
17
|
+
**child_tasks** | **Array<String>** | Any tasks spawned by this task. | [optional] [readonly]
|
|
18
|
+
**task_group** | **String** | The task group that this task is a member of. | [optional] [readonly]
|
|
19
|
+
**progress_reports** | [**Array<ProgressReportResponse>**](ProgressReportResponse.md) | | [optional] [readonly]
|
|
20
|
+
**created_resources** | **Array<String>** | Resources created by this task. | [optional] [readonly]
|
|
21
|
+
**reserved_resources_record** | **Array<String>** | A list of resources required by that task. | [optional] [readonly]
|
|
22
|
+
|
|
23
|
+
## Code Sample
|
|
24
|
+
|
|
25
|
+
```ruby
|
|
26
|
+
require 'PulpAnsibleClient'
|
|
27
|
+
|
|
28
|
+
instance = PulpAnsibleClient::TaskResponse.new(pulp_href: null,
|
|
29
|
+
pulp_created: null,
|
|
30
|
+
state: null,
|
|
31
|
+
name: null,
|
|
32
|
+
logging_cid: null,
|
|
33
|
+
started_at: null,
|
|
34
|
+
finished_at: null,
|
|
35
|
+
error: null,
|
|
36
|
+
worker: null,
|
|
37
|
+
parent_task: null,
|
|
38
|
+
child_tasks: null,
|
|
39
|
+
task_group: null,
|
|
40
|
+
progress_reports: null,
|
|
41
|
+
created_resources: null,
|
|
42
|
+
reserved_resources_record: null)
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
|
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**version** | **String** | | [optional] [readonly]
|
|
8
|
-
**href** | **String** |
|
|
8
|
+
**href** | **String** | | [optional] [readonly]
|
|
9
9
|
**created_at** | **DateTime** | |
|
|
10
10
|
**updated_at** | **DateTime** | |
|
|
11
11
|
**requires_ansible** | **String** | | [optional]
|
|
12
12
|
**artifact** | [**ArtifactRefResponse**](ArtifactRefResponse.md) | | [optional] [readonly]
|
|
13
13
|
**collection** | [**CollectionRefResponse**](CollectionRefResponse.md) | | [optional] [readonly]
|
|
14
|
-
**download_url** | **String** |
|
|
14
|
+
**download_url** | **String** | | [optional] [readonly]
|
|
15
15
|
**name** | **String** | | [optional] [readonly]
|
|
16
16
|
**namespace** | [**CollectionNamespaceResponse**](CollectionNamespaceResponse.md) | | [optional] [readonly]
|
|
17
17
|
**signatures** | **String** | | [optional] [readonly]
|
|
18
18
|
**metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | | [optional] [readonly]
|
|
19
|
-
**git_url** | **String** |
|
|
20
|
-
**git_commit_sha** | **String** |
|
|
19
|
+
**git_url** | **String** | | [optional] [readonly]
|
|
20
|
+
**git_commit_sha** | **String** | | [optional] [readonly]
|
|
21
21
|
|
|
22
22
|
## Code Sample
|
|
23
23
|
|
|
@@ -26,9 +26,7 @@ module PulpAnsibleClient
|
|
|
26
26
|
# @option opts [String] :name
|
|
27
27
|
# @option opts [String] :namespace
|
|
28
28
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
29
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
30
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
31
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
29
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
32
30
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
33
31
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
34
32
|
# @return [PaginatedansibleCollectionResponseList]
|
|
@@ -44,9 +42,7 @@ module PulpAnsibleClient
|
|
|
44
42
|
# @option opts [String] :name
|
|
45
43
|
# @option opts [String] :namespace
|
|
46
44
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
47
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
48
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
49
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
45
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
50
46
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
51
47
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
52
48
|
# @return [Array<(PaginatedansibleCollectionResponseList, Integer, Hash)>] PaginatedansibleCollectionResponseList data, response status code and response headers
|
|
@@ -68,8 +64,6 @@ module PulpAnsibleClient
|
|
|
68
64
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
69
65
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
70
66
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
71
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
72
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
73
67
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
74
68
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
75
69
|
|
|
@@ -88,9 +88,7 @@ module PulpAnsibleClient
|
|
|
88
88
|
# @param [Hash] opts the optional parameters
|
|
89
89
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
90
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
91
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
92
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
93
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
91
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
94
92
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
95
93
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
96
94
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -107,9 +105,7 @@ module PulpAnsibleClient
|
|
|
107
105
|
# @param [Hash] opts the optional parameters
|
|
108
106
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
109
107
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
110
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
111
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
112
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
108
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
113
109
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
114
110
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
115
111
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -132,8 +128,6 @@ module PulpAnsibleClient
|
|
|
132
128
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
133
129
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
134
130
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
135
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
136
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
137
131
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
138
132
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
139
133
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
@@ -99,11 +99,9 @@ module PulpAnsibleClient
|
|
|
99
99
|
# @param [Hash] opts the optional parameters
|
|
100
100
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
101
101
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
102
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
102
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
103
103
|
# @option opts [String] :pubkey_fingerprint Filter results where pubkey_fingerprint matches value
|
|
104
104
|
# @option opts [Array<String>] :pubkey_fingerprint__in Filter results where pubkey_fingerprint is in a comma-separated list of values
|
|
105
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
106
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
107
105
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
108
106
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
109
107
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -122,11 +120,9 @@ module PulpAnsibleClient
|
|
|
122
120
|
# @param [Hash] opts the optional parameters
|
|
123
121
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
124
122
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
125
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
123
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
126
124
|
# @option opts [String] :pubkey_fingerprint Filter results where pubkey_fingerprint matches value
|
|
127
125
|
# @option opts [Array<String>] :pubkey_fingerprint__in Filter results where pubkey_fingerprint is in a comma-separated list of values
|
|
128
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
129
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
130
126
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
131
127
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
132
128
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -153,8 +149,6 @@ module PulpAnsibleClient
|
|
|
153
149
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
154
150
|
query_params[:'pubkey_fingerprint'] = opts[:'pubkey_fingerprint'] if !opts[:'pubkey_fingerprint'].nil?
|
|
155
151
|
query_params[:'pubkey_fingerprint__in'] = @api_client.build_collection_param(opts[:'pubkey_fingerprint__in'], :csv) if !opts[:'pubkey_fingerprint__in'].nil?
|
|
156
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
157
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
158
152
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
159
153
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
160
154
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
@@ -22,8 +22,8 @@ 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 artifact of the content unit.
|
|
26
|
+
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
27
27
|
# @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
|
|
28
28
|
# @option opts [String] :artifact Artifact file representing the physical content
|
|
29
29
|
# @option opts [String] :expected_name The name of the collection.
|
|
@@ -38,8 +38,8 @@ module PulpAnsibleClient
|
|
|
38
38
|
# Create a collection version
|
|
39
39
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
|
40
40
|
# @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
41
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
|
42
|
+
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
43
43
|
# @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
|
|
44
44
|
# @option opts [String] :artifact Artifact file representing the physical content
|
|
45
45
|
# @option opts [String] :expected_name The name of the collection.
|
|
@@ -89,8 +89,8 @@ module PulpAnsibleClient
|
|
|
89
89
|
|
|
90
90
|
# form parameters
|
|
91
91
|
form_params = opts[:form_params] || {}
|
|
92
|
-
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
93
92
|
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
|
93
|
+
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
94
94
|
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
|
95
95
|
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
|
96
96
|
form_params['expected_name'] = opts[:'expected_name'] if !opts[:'expected_name'].nil?
|
|
@@ -130,9 +130,7 @@ module PulpAnsibleClient
|
|
|
130
130
|
# @option opts [String] :name
|
|
131
131
|
# @option opts [String] :namespace
|
|
132
132
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
133
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
134
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
135
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
133
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
136
134
|
# @option opts [String] :q
|
|
137
135
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
138
136
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -155,9 +153,7 @@ module PulpAnsibleClient
|
|
|
155
153
|
# @option opts [String] :name
|
|
156
154
|
# @option opts [String] :namespace
|
|
157
155
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
158
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
159
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
160
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
156
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
161
157
|
# @option opts [String] :q
|
|
162
158
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
163
159
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -186,8 +182,6 @@ module PulpAnsibleClient
|
|
|
186
182
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
187
183
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
188
184
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
189
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
190
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
191
185
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
192
186
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
193
187
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
@@ -90,9 +90,7 @@ module PulpAnsibleClient
|
|
|
90
90
|
# @option opts [String] :name Filter results where name matches value
|
|
91
91
|
# @option opts [String] :namespace Filter results where namespace matches value
|
|
92
92
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
93
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
94
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
95
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
93
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
96
94
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
97
95
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
98
96
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -112,9 +110,7 @@ module PulpAnsibleClient
|
|
|
112
110
|
# @option opts [String] :name Filter results where name matches value
|
|
113
111
|
# @option opts [String] :namespace Filter results where namespace matches value
|
|
114
112
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
115
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
116
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
117
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
113
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
118
114
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
119
115
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
120
116
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -140,8 +136,6 @@ module PulpAnsibleClient
|
|
|
140
136
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
141
137
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
142
138
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
143
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
144
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
145
139
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
146
140
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
147
141
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
@@ -159,9 +159,7 @@ module PulpAnsibleClient
|
|
|
159
159
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
160
160
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
161
161
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
162
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
163
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
164
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
162
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
165
163
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
166
164
|
# @option opts [String] :repository Filter results where repository matches value
|
|
167
165
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
@@ -188,9 +186,7 @@ module PulpAnsibleClient
|
|
|
188
186
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
189
187
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
190
188
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
191
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
192
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
193
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
189
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
194
190
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
195
191
|
# @option opts [String] :repository Filter results where repository matches value
|
|
196
192
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
@@ -223,8 +219,6 @@ module PulpAnsibleClient
|
|
|
223
219
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
224
220
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
225
221
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
226
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
227
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
228
222
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
229
223
|
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
230
224
|
query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
|
|
@@ -25,9 +25,7 @@ module PulpAnsibleClient
|
|
|
25
25
|
# @option opts [Boolean] :deprecated
|
|
26
26
|
# @option opts [String] :name
|
|
27
27
|
# @option opts [String] :namespace
|
|
28
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
29
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
30
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
28
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
31
29
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
32
30
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
33
31
|
# @return [Array<CollectionResponse>]
|
|
@@ -42,9 +40,7 @@ module PulpAnsibleClient
|
|
|
42
40
|
# @option opts [Boolean] :deprecated
|
|
43
41
|
# @option opts [String] :name
|
|
44
42
|
# @option opts [String] :namespace
|
|
45
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
46
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
47
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
43
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
48
44
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
49
45
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
50
46
|
# @return [Array<(Array<CollectionResponse>, Integer, Hash)>] Array<CollectionResponse> data, response status code and response headers
|
|
@@ -69,8 +65,6 @@ module PulpAnsibleClient
|
|
|
69
65
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
|
70
66
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
71
67
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
72
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
73
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
74
68
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
75
69
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
76
70
|
|
|
@@ -99,9 +99,7 @@ module PulpAnsibleClient
|
|
|
99
99
|
# @option opts [String] :name
|
|
100
100
|
# @option opts [String] :namespace
|
|
101
101
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
102
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
103
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
104
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
102
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
105
103
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
106
104
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
107
105
|
# @return [PaginatedCollectionResponseList]
|
|
@@ -118,9 +116,7 @@ module PulpAnsibleClient
|
|
|
118
116
|
# @option opts [String] :name
|
|
119
117
|
# @option opts [String] :namespace
|
|
120
118
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
121
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
122
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
123
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
119
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
124
120
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
125
121
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
126
122
|
# @return [Array<(PaginatedCollectionResponseList, Integer, Hash)>] PaginatedCollectionResponseList data, response status code and response headers
|
|
@@ -147,8 +143,6 @@ module PulpAnsibleClient
|
|
|
147
143
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
148
144
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
149
145
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
150
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
151
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
152
146
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
153
147
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
154
148
|
|
|
@@ -107,9 +107,7 @@ module PulpAnsibleClient
|
|
|
107
107
|
# @option opts [String] :name2
|
|
108
108
|
# @option opts [String] :namespace2
|
|
109
109
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
110
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
111
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
112
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
110
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
113
111
|
# @option opts [String] :q
|
|
114
112
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
115
113
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -134,9 +132,7 @@ module PulpAnsibleClient
|
|
|
134
132
|
# @option opts [String] :name2
|
|
135
133
|
# @option opts [String] :namespace2
|
|
136
134
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
137
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
138
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
139
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
135
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
140
136
|
# @option opts [String] :q
|
|
141
137
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
142
138
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -177,8 +173,6 @@ module PulpAnsibleClient
|
|
|
177
173
|
query_params[:'namespace'] = opts[:'namespace2'] if !opts[:'namespace2'].nil?
|
|
178
174
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
179
175
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
180
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
181
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
182
176
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
183
177
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
184
178
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|