pulp_ansible_client 0.16.7 → 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 -5
- data/docs/AnsibleAnsibleRepositoryResponse.md +3 -1
- data/docs/AnsibleCollectionRemoteResponse.md +3 -1
- data/docs/AnsibleCollectionRemoteResponseHiddenFields.md +2 -2
- data/docs/AnsibleCollectionVersionResponse.md +3 -3
- data/docs/AnsibleCollectionsApi.md +1 -1
- data/docs/AnsibleCopyApi.md +1 -1
- data/docs/AnsibleGitRemote.md +28 -28
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/ApiCollectionsApi.md +1 -1
- data/docs/ApiRolesApi.md +1 -1
- data/docs/CollectionImportApi.md +1 -1
- data/docs/ContentCollectionDeprecationsApi.md +1 -1
- data/docs/ContentCollectionSignaturesApi.md +1 -1
- data/docs/ContentCollectionVersionsApi.md +1 -1
- data/docs/ContentRolesApi.md +1 -1
- data/docs/DistributionsAnsibleApi.md +5 -1
- data/docs/GalaxyDetailApi.md +1 -1
- data/docs/PatchedansibleGitRemote.md +28 -28
- data/docs/ProgressReportResponse.md +27 -0
- data/docs/PulpAnsibleApiApi.md +1 -1
- data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3Api.md +1 -1
- data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +1 -1
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +1 -1
- data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +1 -1
- data/docs/PulpAnsibleDefaultApiApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3Api.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +1 -1
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +1 -1
- data/docs/PulpAnsibleTagsApi.md +1 -1
- data/docs/RemotesCollectionApi.md +9 -1
- data/docs/RemotesGitApi.md +1 -1
- data/docs/RemotesRoleApi.md +1 -1
- data/docs/RepositoriesAnsibleApi.md +17 -1
- data/docs/RepositoriesAnsibleVersionsApi.md +1 -1
- data/docs/Task.md +19 -0
- data/docs/TaskResponse.md +45 -0
- data/docs/VersionsApi.md +1 -1
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +6 -0
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +13 -1
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +24 -0
- data/lib/pulp_ansible_client/configuration.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +14 -5
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +13 -4
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response_hidden_fields.rb +0 -10
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +232 -232
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +155 -155
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +223 -223
- data/lib/pulp_ansible_client/models/progress_report_response.rb +259 -0
- 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/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +3 -0
- data/spec/api/distributions_ansible_api_spec.rb +2 -0
- data/spec/api/remotes_collection_api_spec.rb +4 -0
- data/spec/api/repositories_ansible_api_spec.rb +8 -0
- data/spec/configuration_spec.rb +3 -3
- 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 +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 +130 -118
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9c80c82cdade81f145f4549e0af03a719ae70bbc8f75c9354b2cb86571beb1a
|
4
|
+
data.tar.gz: bb17d9e04306eecb7ce409390d78ce31869fd9b885ed9ddaa70b288a3c0a32fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7a74dbe55cdb7f5fdacc6e5286af3854605ca74b169f514ed35345af5bbe2f3d0a3e289f7e81b2d80b72756b82d5e799f51771643876e0fc4eb9bde5a5bf824
|
7
|
+
data.tar.gz: dc687fc59774199f632e53edd7d9e2ab9f243deb7acb2c456ff268f13cd3bada149d45eccce56daf48636bbd5a5253db71627184d699517cd80a7c1c56c459ab
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 0.
|
10
|
+
- Package version: 0.17.0.dev1676344220
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_ansible_client-0.
|
27
|
+
gem install ./pulp_ansible_client-0.17.0.dev1676344220.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.17.0.dev1676344220.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_ansible_client', '~> 0.
|
36
|
+
gem 'pulp_ansible_client', '~> 0.17.0.dev1676344220'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -87,7 +87,7 @@ end
|
|
87
87
|
|
88
88
|
## Documentation for API Endpoints
|
89
89
|
|
90
|
-
All URIs are relative to *
|
90
|
+
All URIs are relative to *https://pulp*
|
91
91
|
|
92
92
|
Class | Method | HTTP request | Description
|
93
93
|
------------ | ------------- | ------------- | -------------
|
@@ -281,11 +281,14 @@ Class | Method | HTTP request | Description
|
|
281
281
|
- [PulpAnsibleClient::PatchedansibleGitRemote](docs/PatchedansibleGitRemote.md)
|
282
282
|
- [PulpAnsibleClient::PatchedansibleRoleRemote](docs/PatchedansibleRoleRemote.md)
|
283
283
|
- [PulpAnsibleClient::PolicyEnum](docs/PolicyEnum.md)
|
284
|
+
- [PulpAnsibleClient::ProgressReportResponse](docs/ProgressReportResponse.md)
|
284
285
|
- [PulpAnsibleClient::Repair](docs/Repair.md)
|
285
286
|
- [PulpAnsibleClient::RepoMetadataResponse](docs/RepoMetadataResponse.md)
|
286
287
|
- [PulpAnsibleClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
287
288
|
- [PulpAnsibleClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
288
289
|
- [PulpAnsibleClient::TagResponse](docs/TagResponse.md)
|
290
|
+
- [PulpAnsibleClient::Task](docs/Task.md)
|
291
|
+
- [PulpAnsibleClient::TaskResponse](docs/TaskResponse.md)
|
289
292
|
- [PulpAnsibleClient::UnpaginatedCollectionVersionResponse](docs/UnpaginatedCollectionVersionResponse.md)
|
290
293
|
|
291
294
|
|
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
16
16
|
**last_synced_metadata_time** | **DateTime** | Last synced metadata time. | [optional]
|
17
17
|
**gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional]
|
18
|
+
**last_sync_task** | [**TaskResponse**](TaskResponse.md) | | [optional] [readonly]
|
18
19
|
|
19
20
|
## Code Sample
|
20
21
|
|
@@ -31,7 +32,8 @@ instance = PulpAnsibleClient::AnsibleAnsibleRepositoryResponse.new(pulp_href: nu
|
|
31
32
|
retain_repo_versions: null,
|
32
33
|
remote: null,
|
33
34
|
last_synced_metadata_time: null,
|
34
|
-
gpgkey: null
|
35
|
+
gpgkey: null,
|
36
|
+
last_sync_task: null)
|
35
37
|
```
|
36
38
|
|
37
39
|
|
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
|
|
28
28
|
**auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
|
29
29
|
**sync_dependencies** | **Boolean** | Sync dependencies for collections specified via requirements file | [optional] [default to true]
|
30
30
|
**signed_only** | **Boolean** | Sync only collections that have a signature | [optional] [default to false]
|
31
|
+
**last_sync_task** | [**TaskResponse**](TaskResponse.md) | | [optional] [readonly]
|
31
32
|
|
32
33
|
## Code Sample
|
33
34
|
|
@@ -57,7 +58,8 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
|
|
57
58
|
requirements_file: null,
|
58
59
|
auth_url: null,
|
59
60
|
sync_dependencies: null,
|
60
|
-
signed_only: null
|
61
|
+
signed_only: null,
|
62
|
+
last_sync_task: null)
|
61
63
|
```
|
62
64
|
|
63
65
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | |
|
8
|
-
**is_set** | **Boolean** | |
|
7
|
+
**name** | **String** | | [optional]
|
8
|
+
**is_set** | **Boolean** | | [optional]
|
9
9
|
|
10
10
|
## Code Sample
|
11
11
|
|
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
7
8
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
10
10
|
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
11
11
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
12
12
|
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
@@ -37,9 +37,9 @@ Name | Type | Description | Notes
|
|
37
37
|
```ruby
|
38
38
|
require 'PulpAnsibleClient'
|
39
39
|
|
40
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
40
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
|
41
|
+
pulp_href: null,
|
41
42
|
pulp_created: null,
|
42
|
-
artifact: null,
|
43
43
|
sha256: null,
|
44
44
|
md5: null,
|
45
45
|
sha1: null,
|
data/docs/AnsibleCopyApi.md
CHANGED
data/docs/AnsibleGitRemote.md
CHANGED
@@ -4,26 +4,26 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**
|
9
|
-
**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]
|
10
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
11
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
12
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
13
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
14
|
-
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
+
**url** | **String** | The URL of an external content source. |
|
15
9
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
16
|
-
**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]
|
17
10
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
18
|
-
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
19
|
-
**name** | **String** | A unique name for this remote. |
|
20
|
-
**url** | **String** | The URL of an external content source. |
|
21
11
|
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
22
12
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
13
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
23
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]
|
24
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
25
15
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
|
-
**
|
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]
|
17
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
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. |
|
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]
|
22
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
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]
|
25
|
+
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
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]
|
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::AnsibleGitRemote.new(
|
36
|
-
|
37
|
-
connect_timeout: null,
|
38
|
-
client_key: null,
|
39
|
-
client_cert: null,
|
40
|
-
ca_cert: null,
|
41
|
-
tls_validation: null,
|
42
|
-
proxy_password: null,
|
35
|
+
instance = PulpAnsibleClient::AnsibleGitRemote.new(pulp_labels: null,
|
36
|
+
url: null,
|
43
37
|
rate_limit: null,
|
44
|
-
total_timeout: null,
|
45
38
|
username: null,
|
46
|
-
sock_connect_timeout: null,
|
47
|
-
name: null,
|
48
|
-
url: null,
|
49
39
|
proxy_username: null,
|
50
40
|
proxy_url: null,
|
41
|
+
ca_cert: null,
|
51
42
|
sock_read_timeout: null,
|
52
|
-
password: null,
|
53
43
|
headers: null,
|
54
|
-
|
44
|
+
sock_connect_timeout: null,
|
45
|
+
client_key: null,
|
46
|
+
proxy_password: null,
|
47
|
+
name: null,
|
48
|
+
client_cert: null,
|
49
|
+
total_timeout: null,
|
50
|
+
download_concurrency: null,
|
51
|
+
tls_validation: null,
|
52
|
+
connect_timeout: null,
|
53
|
+
password: null,
|
54
|
+
max_retries: null,
|
55
55
|
metadata_only: null,
|
56
56
|
git_ref: null)
|
57
57
|
```
|
@@ -4,25 +4,25 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
9
|
-
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
10
|
-
**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]
|
11
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
12
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
13
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
14
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
15
|
-
**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
|
-
**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]
|
17
|
-
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
18
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
19
|
-
**name** | **String** | A unique name for this remote. |
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
20
8
|
**url** | **String** | The URL of an external content source. |
|
9
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
21
10
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
11
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
22
12
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
13
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
24
|
-
**
|
14
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
15
|
+
**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]
|
16
|
+
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
17
|
+
**name** | **String** | A unique name for this remote. |
|
18
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
19
|
+
**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]
|
20
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
25
21
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
22
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
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
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
25
|
+
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
26
26
|
**metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
|
27
27
|
**git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
|
28
28
|
|
@@ -31,25 +31,25 @@ Name | Type | Description | Notes
|
|
31
31
|
```ruby
|
32
32
|
require 'PulpAnsibleClient'
|
33
33
|
|
34
|
-
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
35
|
-
max_retries: null,
|
36
|
-
download_concurrency: null,
|
37
|
-
connect_timeout: null,
|
38
|
-
client_cert: null,
|
39
|
-
ca_cert: null,
|
40
|
-
tls_validation: null,
|
41
|
-
rate_limit: null,
|
42
|
-
total_timeout: null,
|
43
|
-
sock_connect_timeout: null,
|
44
|
-
hidden_fields: null,
|
45
|
-
pulp_created: null,
|
46
|
-
name: null,
|
34
|
+
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(pulp_labels: null,
|
47
35
|
url: null,
|
36
|
+
rate_limit: null,
|
48
37
|
proxy_url: null,
|
38
|
+
ca_cert: null,
|
49
39
|
sock_read_timeout: null,
|
50
40
|
headers: null,
|
51
|
-
|
41
|
+
pulp_href: null,
|
42
|
+
sock_connect_timeout: null,
|
43
|
+
hidden_fields: null,
|
44
|
+
name: null,
|
45
|
+
client_cert: null,
|
46
|
+
total_timeout: null,
|
47
|
+
download_concurrency: null,
|
52
48
|
pulp_last_updated: null,
|
49
|
+
tls_validation: null,
|
50
|
+
connect_timeout: null,
|
51
|
+
pulp_created: null,
|
52
|
+
max_retries: null,
|
53
53
|
metadata_only: null,
|
54
54
|
git_ref: null)
|
55
55
|
```
|
data/docs/AnsibleRoleResponse.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
7
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
9
9
|
**artifact** | **String** | Artifact file representing the physical content |
|
10
10
|
**version** | **String** | |
|
11
11
|
**name** | **String** | |
|
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
|
|
16
16
|
```ruby
|
17
17
|
require 'PulpAnsibleClient'
|
18
18
|
|
19
|
-
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
20
|
-
|
19
|
+
instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
|
20
|
+
pulp_href: null,
|
21
21
|
artifact: null,
|
22
22
|
version: null,
|
23
23
|
name: null,
|
data/docs/ApiCollectionsApi.md
CHANGED
data/docs/ApiRolesApi.md
CHANGED
data/docs/CollectionImportApi.md
CHANGED
data/docs/ContentRolesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpAnsibleClient::DistributionsAnsibleApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -154,6 +154,8 @@ opts = {
|
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
155
155
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
156
156
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
157
|
+
repository: 'repository_example', # String | Filter results where repository matches value
|
158
|
+
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
157
159
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
158
160
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
159
161
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -186,6 +188,8 @@ Name | Type | Description | Notes
|
|
186
188
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
187
189
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
188
190
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
191
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
192
|
+
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
189
193
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
190
194
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
191
195
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
data/docs/GalaxyDetailApi.md
CHANGED
@@ -4,26 +4,26 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
8
|
-
**
|
9
|
-
**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]
|
10
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
11
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
12
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
13
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
14
|
-
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
+
**url** | **String** | The URL of an external content source. | [optional]
|
15
9
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
16
|
-
**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]
|
17
10
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
18
|
-
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
19
|
-
**name** | **String** | A unique name for this remote. | [optional]
|
20
|
-
**url** | **String** | The URL of an external content source. | [optional]
|
21
11
|
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
22
12
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
13
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
23
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]
|
24
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
25
15
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
|
-
**
|
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]
|
17
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
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]
|
22
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
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]
|
25
|
+
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
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]
|
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
|
-
connect_timeout: null,
|
38
|
-
client_key: null,
|
39
|
-
client_cert: null,
|
40
|
-
ca_cert: null,
|
41
|
-
tls_validation: null,
|
42
|
-
proxy_password: null,
|
35
|
+
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(pulp_labels: null,
|
36
|
+
url: null,
|
43
37
|
rate_limit: null,
|
44
|
-
total_timeout: null,
|
45
38
|
username: null,
|
46
|
-
sock_connect_timeout: null,
|
47
|
-
name: null,
|
48
|
-
url: null,
|
49
39
|
proxy_username: null,
|
50
40
|
proxy_url: null,
|
41
|
+
ca_cert: null,
|
51
42
|
sock_read_timeout: null,
|
52
|
-
password: null,
|
53
43
|
headers: null,
|
54
|
-
|
44
|
+
sock_connect_timeout: null,
|
45
|
+
client_key: null,
|
46
|
+
proxy_password: null,
|
47
|
+
name: null,
|
48
|
+
client_cert: null,
|
49
|
+
total_timeout: null,
|
50
|
+
download_concurrency: null,
|
51
|
+
tls_validation: null,
|
52
|
+
connect_timeout: null,
|
53
|
+
password: null,
|
54
|
+
max_retries: null,
|
55
55
|
metadata_only: null,
|
56
56
|
git_ref: null)
|
57
57
|
```
|
@@ -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
|
+
|
data/docs/PulpAnsibleApiApi.md
CHANGED
data/docs/PulpAnsibleApiV3Api.md
CHANGED