pulp_ansible_client 0.16.2 → 0.17.0.dev1676344220
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 +5 -5
- data/docs/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleCollectionsApi.md +2 -6
- data/docs/AnsibleGitRemote.md +28 -28
- data/docs/AnsibleGitRemoteResponse.md +27 -27
- data/docs/AnsibleRoleRemote.md +1 -1
- data/docs/AnsibleRoleRemoteResponse.md +1 -1
- data/docs/AnsibleRoleResponse.md +4 -4
- 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 +6 -10
- 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 +28 -28
- 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 +8 -14
- 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 +18 -18
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +15 -15
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +246 -246
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +148 -148
- 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 +15 -15
- 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 +237 -237
- 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 +3 -5
- 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 +3 -3
- 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/ContentRolesApi.md
CHANGED
|
@@ -89,9 +89,7 @@ opts = {
|
|
|
89
89
|
name: 'name_example', # String | Filter results where name matches value
|
|
90
90
|
namespace: 'namespace_example', # String | Filter results where namespace matches value
|
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
92
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
93
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
94
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
92
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
95
93
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
96
94
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
97
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -118,9 +116,7 @@ Name | Type | Description | Notes
|
|
|
118
116
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
119
117
|
**namespace** | **String**| Filter results where namespace matches value | [optional]
|
|
120
118
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
121
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
122
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
123
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
119
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
124
120
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
125
121
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
126
122
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [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
|
repository: 'repository_example', # String | Filter results where repository matches value
|
|
160
158
|
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
|
@@ -188,9 +186,7 @@ Name | Type | Description | Notes
|
|
|
188
186
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
189
187
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
190
188
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
191
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
192
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
193
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
189
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
194
190
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
195
191
|
**repository** | **String**| Filter results where repository matches value | [optional]
|
|
196
192
|
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
|
@@ -6,12 +6,12 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**id** | **String** | |
|
|
8
8
|
**name** | **String** | |
|
|
9
|
-
**namespace** | [**Object**](.md) |
|
|
10
|
-
**href** | **String** |
|
|
11
|
-
**versions_url** | **String** |
|
|
9
|
+
**namespace** | [**Object**](.md) | | [optional] [readonly]
|
|
10
|
+
**href** | **String** | | [optional] [readonly]
|
|
11
|
+
**versions_url** | **String** | | [optional] [readonly]
|
|
12
12
|
**created** | **DateTime** | |
|
|
13
13
|
**modified** | **DateTime** | |
|
|
14
|
-
**latest_version** | [**Object**](.md) |
|
|
14
|
+
**latest_version** | [**Object**](.md) | | [optional] [readonly]
|
|
15
15
|
|
|
16
16
|
## Code Sample
|
|
17
17
|
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**version** | **String** | |
|
|
8
|
-
**href** | **String** |
|
|
9
|
-
**namespace** | [**Object**](.md) |
|
|
10
|
-
**collection** | [**Object**](.md) |
|
|
11
|
-
**artifact** | [**Object**](.md) |
|
|
8
|
+
**href** | **String** | | [optional] [readonly]
|
|
9
|
+
**namespace** | [**Object**](.md) | | [optional] [readonly]
|
|
10
|
+
**collection** | [**Object**](.md) | | [optional] [readonly]
|
|
11
|
+
**artifact** | [**Object**](.md) | | [optional] [readonly]
|
|
12
12
|
**metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | |
|
|
13
13
|
|
|
14
14
|
## Code Sample
|
data/docs/GalaxyRoleResponse.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**id** | **String** |
|
|
7
|
+
**id** | **String** | | [optional] [readonly]
|
|
8
8
|
**name** | **String** | |
|
|
9
9
|
**namespace** | **String** | |
|
|
10
10
|
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
|
11
11
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
|
12
12
|
**last_synced_metadata_time** | **DateTime** | Last synced metadata time. | [optional]
|
|
13
13
|
**gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional]
|
|
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
21
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content.
|
|
21
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
|
22
22
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
23
23
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
24
24
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
8
|
-
**
|
|
9
|
-
**
|
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
|
+
**url** | **String** | The URL of an external content source. | [optional]
|
|
9
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
10
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
11
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
12
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
10
13
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
14
|
+
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
11
15
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
12
|
-
**
|
|
16
|
+
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
13
17
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
14
|
-
**
|
|
15
|
-
**
|
|
18
|
+
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
19
|
+
**name** | **String** | A unique name for this remote. | [optional]
|
|
20
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
21
|
+
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
16
22
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
17
|
-
**
|
|
23
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
24
|
+
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
18
25
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
19
26
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
20
|
-
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
21
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
22
|
-
**url** | **String** | The URL of an external content source. | [optional]
|
|
23
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
24
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
25
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
26
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
27
27
|
**metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
|
|
28
28
|
**git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
|
|
29
29
|
|
|
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
|
|
|
32
32
|
```ruby
|
|
33
33
|
require 'PulpAnsibleClient'
|
|
34
34
|
|
|
35
|
-
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(pulp_labels: null,
|
|
36
|
+
url: null,
|
|
37
|
+
rate_limit: null,
|
|
38
|
+
username: null,
|
|
39
|
+
proxy_username: null,
|
|
40
|
+
proxy_url: null,
|
|
38
41
|
ca_cert: null,
|
|
42
|
+
sock_read_timeout: null,
|
|
39
43
|
headers: null,
|
|
40
|
-
|
|
44
|
+
sock_connect_timeout: null,
|
|
41
45
|
client_key: null,
|
|
42
|
-
|
|
43
|
-
|
|
46
|
+
proxy_password: null,
|
|
47
|
+
name: null,
|
|
48
|
+
client_cert: null,
|
|
49
|
+
total_timeout: null,
|
|
44
50
|
download_concurrency: null,
|
|
45
|
-
|
|
51
|
+
tls_validation: null,
|
|
52
|
+
connect_timeout: null,
|
|
46
53
|
password: null,
|
|
47
54
|
max_retries: null,
|
|
48
|
-
proxy_password: null,
|
|
49
|
-
tls_validation: null,
|
|
50
|
-
url: null,
|
|
51
|
-
client_cert: null,
|
|
52
|
-
rate_limit: null,
|
|
53
|
-
pulp_labels: null,
|
|
54
|
-
proxy_username: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|
|
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
21
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content.
|
|
21
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
|
22
22
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
23
23
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
24
24
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# PulpAnsibleClient::ProgressReportResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**message** | **String** | The message shown to the user for the progress report. | [optional] [readonly]
|
|
8
|
+
**code** | **String** | Identifies the type of progress report'. | [optional] [readonly]
|
|
9
|
+
**state** | **String** | The current state of the progress report. The possible values are: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. The default is 'waiting'. | [optional] [readonly]
|
|
10
|
+
**total** | **Integer** | The total count of items. | [optional] [readonly]
|
|
11
|
+
**done** | **Integer** | The count of items already processed. Defaults to 0. | [optional] [readonly]
|
|
12
|
+
**suffix** | **String** | The suffix to be shown with the progress report. | [optional] [readonly]
|
|
13
|
+
|
|
14
|
+
## Code Sample
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
require 'PulpAnsibleClient'
|
|
18
|
+
|
|
19
|
+
instance = PulpAnsibleClient::ProgressReportResponse.new(message: null,
|
|
20
|
+
code: null,
|
|
21
|
+
state: null,
|
|
22
|
+
total: null,
|
|
23
|
+
done: null,
|
|
24
|
+
suffix: null)
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
|
|
@@ -34,9 +34,7 @@ opts = {
|
|
|
34
34
|
deprecated: true, # Boolean |
|
|
35
35
|
name: 'name_example', # String |
|
|
36
36
|
namespace: 'namespace_example', # String |
|
|
37
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
38
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
39
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
37
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
40
38
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
41
39
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
42
40
|
}
|
|
@@ -58,9 +56,7 @@ Name | Type | Description | Notes
|
|
|
58
56
|
**deprecated** | **Boolean**| | [optional]
|
|
59
57
|
**name** | **String**| | [optional]
|
|
60
58
|
**namespace** | **String**| | [optional]
|
|
61
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
62
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
63
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
59
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
64
60
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
65
61
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
66
62
|
|
|
@@ -95,9 +95,7 @@ opts = {
|
|
|
95
95
|
name: 'name_example', # String |
|
|
96
96
|
namespace: 'namespace_example', # String |
|
|
97
97
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
98
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
99
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
100
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
98
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
101
99
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
102
100
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
103
101
|
}
|
|
@@ -121,9 +119,7 @@ Name | Type | Description | Notes
|
|
|
121
119
|
**name** | **String**| | [optional]
|
|
122
120
|
**namespace** | **String**| | [optional]
|
|
123
121
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
124
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
125
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
126
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
122
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
127
123
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
128
124
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
129
125
|
|
|
@@ -98,9 +98,7 @@ opts = {
|
|
|
98
98
|
name2: 'name_example', # String |
|
|
99
99
|
namespace2: 'namespace_example', # String |
|
|
100
100
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
101
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
102
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
103
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
101
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
104
102
|
q: 'q_example', # String |
|
|
105
103
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
106
104
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
@@ -132,9 +130,7 @@ Name | Type | Description | Notes
|
|
|
132
130
|
**name2** | **String**| | [optional]
|
|
133
131
|
**namespace2** | **String**| | [optional]
|
|
134
132
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
135
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
136
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
137
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
133
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
138
134
|
**q** | **String**| | [optional]
|
|
139
135
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
140
136
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -35,9 +35,7 @@ opts = {
|
|
|
35
35
|
deprecated: true, # Boolean |
|
|
36
36
|
name: 'name_example', # String |
|
|
37
37
|
namespace: 'namespace_example', # String |
|
|
38
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
39
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
40
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
38
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
41
39
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
42
40
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
43
41
|
}
|
|
@@ -60,9 +58,7 @@ Name | Type | Description | Notes
|
|
|
60
58
|
**deprecated** | **Boolean**| | [optional]
|
|
61
59
|
**name** | **String**| | [optional]
|
|
62
60
|
**namespace** | **String**| | [optional]
|
|
63
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
64
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
65
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
61
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
66
62
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
67
63
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
68
64
|
|
|
@@ -98,9 +98,7 @@ opts = {
|
|
|
98
98
|
name: 'name_example', # String |
|
|
99
99
|
namespace: 'namespace_example', # String |
|
|
100
100
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
101
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
102
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
103
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
101
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
104
102
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
105
103
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
106
104
|
}
|
|
@@ -125,9 +123,7 @@ Name | Type | Description | Notes
|
|
|
125
123
|
**name** | **String**| | [optional]
|
|
126
124
|
**namespace** | **String**| | [optional]
|
|
127
125
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
128
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
129
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
130
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
126
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
131
127
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
132
128
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
133
129
|
|
|
@@ -101,9 +101,7 @@ opts = {
|
|
|
101
101
|
name2: 'name_example', # String |
|
|
102
102
|
namespace2: 'namespace_example', # String |
|
|
103
103
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
104
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
105
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
106
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
104
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
107
105
|
q: 'q_example', # String |
|
|
108
106
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
109
107
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
@@ -136,9 +134,7 @@ Name | Type | Description | Notes
|
|
|
136
134
|
**name2** | **String**| | [optional]
|
|
137
135
|
**namespace2** | **String**| | [optional]
|
|
138
136
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
139
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
140
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
141
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
137
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
142
138
|
**q** | **String**| | [optional]
|
|
143
139
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
144
140
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -33,9 +33,7 @@ opts = {
|
|
|
33
33
|
deprecated: true, # Boolean |
|
|
34
34
|
name: 'name_example', # String |
|
|
35
35
|
namespace: 'namespace_example', # String |
|
|
36
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
39
37
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
40
38
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
41
39
|
}
|
|
@@ -56,9 +54,7 @@ Name | Type | Description | Notes
|
|
|
56
54
|
**deprecated** | **Boolean**| | [optional]
|
|
57
55
|
**name** | **String**| | [optional]
|
|
58
56
|
**namespace** | **String**| | [optional]
|
|
59
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
60
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
61
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
57
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
62
58
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
63
59
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
64
60
|
|
|
@@ -92,9 +92,7 @@ opts = {
|
|
|
92
92
|
name: 'name_example', # String |
|
|
93
93
|
namespace: 'namespace_example', # String |
|
|
94
94
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
95
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
96
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
97
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
95
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
98
96
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
99
97
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
100
98
|
}
|
|
@@ -117,9 +115,7 @@ Name | Type | Description | Notes
|
|
|
117
115
|
**name** | **String**| | [optional]
|
|
118
116
|
**namespace** | **String**| | [optional]
|
|
119
117
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
120
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
121
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
122
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
118
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
123
119
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
124
120
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
125
121
|
|
|
@@ -95,9 +95,7 @@ opts = {
|
|
|
95
95
|
name2: 'name_example', # String |
|
|
96
96
|
namespace2: 'namespace_example', # String |
|
|
97
97
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
98
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
99
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
100
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
98
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
101
99
|
q: 'q_example', # String |
|
|
102
100
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
103
101
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
@@ -128,9 +126,7 @@ Name | Type | Description | Notes
|
|
|
128
126
|
**name2** | **String**| | [optional]
|
|
129
127
|
**namespace2** | **String**| | [optional]
|
|
130
128
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
131
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
132
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
133
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
129
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
134
130
|
**q** | **String**| | [optional]
|
|
135
131
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
136
132
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -34,9 +34,7 @@ opts = {
|
|
|
34
34
|
deprecated: true, # Boolean |
|
|
35
35
|
name: 'name_example', # String |
|
|
36
36
|
namespace: 'namespace_example', # String |
|
|
37
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
38
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
39
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
37
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
40
38
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
41
39
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
42
40
|
}
|
|
@@ -58,9 +56,7 @@ Name | Type | Description | Notes
|
|
|
58
56
|
**deprecated** | **Boolean**| | [optional]
|
|
59
57
|
**name** | **String**| | [optional]
|
|
60
58
|
**namespace** | **String**| | [optional]
|
|
61
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
62
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
63
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
59
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
64
60
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
65
61
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
66
62
|
|
|
@@ -95,9 +95,7 @@ opts = {
|
|
|
95
95
|
name: 'name_example', # String |
|
|
96
96
|
namespace: 'namespace_example', # String |
|
|
97
97
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
98
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
99
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
100
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
98
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
101
99
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
102
100
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
103
101
|
}
|
|
@@ -121,9 +119,7 @@ Name | Type | Description | Notes
|
|
|
121
119
|
**name** | **String**| | [optional]
|
|
122
120
|
**namespace** | **String**| | [optional]
|
|
123
121
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
124
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
125
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
126
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
122
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
127
123
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
128
124
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
129
125
|
|
|
@@ -98,9 +98,7 @@ opts = {
|
|
|
98
98
|
name2: 'name_example', # String |
|
|
99
99
|
namespace2: 'namespace_example', # String |
|
|
100
100
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
101
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
102
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
103
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
101
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
104
102
|
q: 'q_example', # String |
|
|
105
103
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
106
104
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
@@ -132,9 +130,7 @@ Name | Type | Description | Notes
|
|
|
132
130
|
**name2** | **String**| | [optional]
|
|
133
131
|
**namespace2** | **String**| | [optional]
|
|
134
132
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
135
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
|
136
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
137
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
133
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
138
134
|
**q** | **String**| | [optional]
|
|
139
135
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
140
136
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|