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.

Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -5
  3. data/docs/AnsibleAnsibleRepositoryResponse.md +3 -1
  4. data/docs/AnsibleCollectionRemoteResponse.md +3 -1
  5. data/docs/AnsibleCollectionRemoteResponseHiddenFields.md +2 -2
  6. data/docs/AnsibleCollectionVersionResponse.md +3 -3
  7. data/docs/AnsibleCollectionsApi.md +1 -1
  8. data/docs/AnsibleCopyApi.md +1 -1
  9. data/docs/AnsibleGitRemote.md +28 -28
  10. data/docs/AnsibleGitRemoteResponse.md +28 -28
  11. data/docs/AnsibleRoleResponse.md +3 -3
  12. data/docs/ApiCollectionsApi.md +1 -1
  13. data/docs/ApiRolesApi.md +1 -1
  14. data/docs/CollectionImportApi.md +1 -1
  15. data/docs/ContentCollectionDeprecationsApi.md +1 -1
  16. data/docs/ContentCollectionSignaturesApi.md +1 -1
  17. data/docs/ContentCollectionVersionsApi.md +1 -1
  18. data/docs/ContentRolesApi.md +1 -1
  19. data/docs/DistributionsAnsibleApi.md +5 -1
  20. data/docs/GalaxyDetailApi.md +1 -1
  21. data/docs/PatchedansibleGitRemote.md +28 -28
  22. data/docs/ProgressReportResponse.md +27 -0
  23. data/docs/PulpAnsibleApiApi.md +1 -1
  24. data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +1 -1
  25. data/docs/PulpAnsibleApiV3Api.md +1 -1
  26. data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +1 -1
  27. data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +1 -1
  28. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +1 -1
  29. data/docs/PulpAnsibleApiV3CollectionsApi.md +1 -1
  30. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +1 -1
  31. data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +1 -1
  32. data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +1 -1
  33. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +1 -1
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +1 -1
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +1 -1
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +1 -1
  37. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +1 -1
  38. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +1 -1
  39. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +1 -1
  40. data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +1 -1
  41. data/docs/PulpAnsibleDefaultApiApi.md +1 -1
  42. data/docs/PulpAnsibleDefaultApiV3Api.md +1 -1
  43. data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +1 -1
  44. data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +1 -1
  45. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +1 -1
  46. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +1 -1
  47. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +1 -1
  48. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +1 -1
  49. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +1 -1
  50. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +1 -1
  51. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +1 -1
  52. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +1 -1
  53. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +1 -1
  54. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +1 -1
  55. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +1 -1
  56. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +1 -1
  57. data/docs/PulpAnsibleTagsApi.md +1 -1
  58. data/docs/RemotesCollectionApi.md +9 -1
  59. data/docs/RemotesGitApi.md +1 -1
  60. data/docs/RemotesRoleApi.md +1 -1
  61. data/docs/RepositoriesAnsibleApi.md +17 -1
  62. data/docs/RepositoriesAnsibleVersionsApi.md +1 -1
  63. data/docs/Task.md +19 -0
  64. data/docs/TaskResponse.md +45 -0
  65. data/docs/VersionsApi.md +1 -1
  66. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +6 -0
  67. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +13 -1
  68. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +24 -0
  69. data/lib/pulp_ansible_client/configuration.rb +3 -3
  70. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +14 -5
  71. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +13 -4
  72. data/lib/pulp_ansible_client/models/ansible_collection_remote_response_hidden_fields.rb +0 -10
  73. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -11
  74. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +232 -232
  75. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +155 -155
  76. data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
  77. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +223 -223
  78. data/lib/pulp_ansible_client/models/progress_report_response.rb +259 -0
  79. data/lib/pulp_ansible_client/models/task.rb +266 -0
  80. data/lib/pulp_ansible_client/models/task_response.rb +366 -0
  81. data/lib/pulp_ansible_client/version.rb +1 -1
  82. data/lib/pulp_ansible_client.rb +3 -0
  83. data/spec/api/distributions_ansible_api_spec.rb +2 -0
  84. data/spec/api/remotes_collection_api_spec.rb +4 -0
  85. data/spec/api/repositories_ansible_api_spec.rb +8 -0
  86. data/spec/configuration_spec.rb +3 -3
  87. data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
  88. data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
  89. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  90. data/spec/models/ansible_git_remote_response_spec.rb +19 -19
  91. data/spec/models/ansible_git_remote_spec.rb +19 -19
  92. data/spec/models/ansible_role_response_spec.rb +2 -2
  93. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  94. data/spec/models/progress_report_response_spec.rb +71 -0
  95. data/spec/models/task_response_spec.rb +125 -0
  96. data/spec/models/task_spec.rb +47 -0
  97. metadata +130 -118
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f6082c815d581461f948043d904380c6870ce999bae6b575640e36353fed7c2d
4
- data.tar.gz: 99d91502494bd9025a129063c5fca5bf0cd9dd086a294aa8b338a783a37c4479
3
+ metadata.gz: d9c80c82cdade81f145f4549e0af03a719ae70bbc8f75c9354b2cb86571beb1a
4
+ data.tar.gz: bb17d9e04306eecb7ce409390d78ce31869fd9b885ed9ddaa70b288a3c0a32fb
5
5
  SHA512:
6
- metadata.gz: 37e7f20b697062b563987fc25617754f723e35f60b2e76cae71f09215a8eccf4e908c0d7bb1bf8c1faa23d2040b3b7d57715f2c9ce856f938e5bc4e240a54934
7
- data.tar.gz: e6fb803349c693e01d10f877d2deb56644dedcae2c5e3fd82a23bb4cb17f47d5ff21bd9b2569326fde5b153246f277f563378a3419c1cdb14747f4cb577853ca
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.16.7
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.16.7.gem
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.16.7.gem` to install the development dependencies)
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.16.7'
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 *http://localhost:24817*
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(pulp_href: null,
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,
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::AnsibleCollectionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::AnsibleCopyApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
8
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
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
- **pulp_labels** | **Hash<String, String>** | | [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
+ **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(max_retries: null,
36
- download_concurrency: null,
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
- pulp_labels: null,
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
- **pulp_href** | **String** | | [optional] [readonly]
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
- **pulp_labels** | **Hash<String, String>** | | [optional]
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(pulp_href: null,
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
- pulp_labels: null,
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
  ```
@@ -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(pulp_href: null,
20
- pulp_created: null,
19
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
20
+ pulp_href: null,
21
21
  artifact: null,
22
22
  version: null,
23
23
  name: null,
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::ApiCollectionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/ApiRolesApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::ApiRolesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::CollectionImportApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::ContentCollectionDeprecationsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::ContentCollectionSignaturesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::ContentCollectionVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::ContentRolesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::DistributionsAnsibleApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
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&lt;String&gt;**](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&lt;String&gt;**](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&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
191
195
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::GalaxyDetailApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
8
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
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&lt;String, String&gt;** | | [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&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
26
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [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
+ **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(max_retries: null,
36
- download_concurrency: null,
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
- pulp_labels: null,
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&#39;. | [optional] [readonly]
9
+ **state** | **String** | The current state of the progress report. The possible values are: &#39;waiting&#39;, &#39;skipped&#39;, &#39;running&#39;, &#39;completed&#39;, &#39;failed&#39;, &#39;canceled&#39; and &#39;canceling&#39;. The default is &#39;waiting&#39;. | [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
+
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleApiApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleApiV2CollectionsVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleApiV3Api
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleApiV3ArtifactsCollectionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleApiV3CollectionVersionsAllApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleApiV3CollectionsAllApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleApiV3CollectionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleApiV3CollectionsVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------