pulp_ansible_client 0.16.7 → 0.17.0.dev1676257982

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 (99) 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/AnsibleCollectionVersion.md +4 -4
  7. data/docs/AnsibleCollectionVersionResponse.md +3 -3
  8. data/docs/AnsibleCollectionsApi.md +1 -1
  9. data/docs/AnsibleCopyApi.md +1 -1
  10. data/docs/AnsibleGitRemote.md +28 -28
  11. data/docs/AnsibleGitRemoteResponse.md +23 -23
  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 +5 -5
  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/content_collection_versions_api.rb +6 -6
  67. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +6 -0
  68. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +13 -1
  69. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +24 -0
  70. data/lib/pulp_ansible_client/configuration.rb +3 -3
  71. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +14 -5
  72. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +13 -4
  73. data/lib/pulp_ansible_client/models/ansible_collection_remote_response_hidden_fields.rb +0 -10
  74. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +15 -15
  75. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +10 -10
  76. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +241 -241
  77. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +144 -144
  78. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +226 -226
  79. data/lib/pulp_ansible_client/models/progress_report_response.rb +259 -0
  80. data/lib/pulp_ansible_client/models/task.rb +266 -0
  81. data/lib/pulp_ansible_client/models/task_response.rb +366 -0
  82. data/lib/pulp_ansible_client/version.rb +1 -1
  83. data/lib/pulp_ansible_client.rb +3 -0
  84. data/spec/api/content_collection_versions_api_spec.rb +2 -2
  85. data/spec/api/distributions_ansible_api_spec.rb +2 -0
  86. data/spec/api/remotes_collection_api_spec.rb +4 -0
  87. data/spec/api/repositories_ansible_api_spec.rb +8 -0
  88. data/spec/configuration_spec.rb +3 -3
  89. data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
  90. data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
  91. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  92. data/spec/models/ansible_collection_version_spec.rb +2 -2
  93. data/spec/models/ansible_git_remote_response_spec.rb +17 -17
  94. data/spec/models/ansible_git_remote_spec.rb +18 -18
  95. data/spec/models/patchedansible_git_remote_spec.rb +18 -18
  96. data/spec/models/progress_report_response_spec.rb +71 -0
  97. data/spec/models/task_response_spec.rb +125 -0
  98. data/spec/models/task_spec.rb +47 -0
  99. 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: cd14c90e1d1a9d476cfa8d2ead5ffffe28868448c2fb0969e4fe51e9b1a8add0
4
+ data.tar.gz: ee9e011413ca3e2d953c0a30894e0df0fd10854b38b6b67ec546fb6cd2d338b1
5
5
  SHA512:
6
- metadata.gz: 37e7f20b697062b563987fc25617754f723e35f60b2e76cae71f09215a8eccf4e908c0d7bb1bf8c1faa23d2040b3b7d57715f2c9ce856f938e5bc4e240a54934
7
- data.tar.gz: e6fb803349c693e01d10f877d2deb56644dedcae2c5e3fd82a23bb4cb17f47d5ff21bd9b2569326fde5b153246f277f563378a3419c1cdb14747f4cb577853ca
6
+ metadata.gz: a67176e051129359edc1f714b3a0356854faac3e6b62dfba039c1488a699d2739d8be2b060f6f8bdc3ac2f1e12ab18858ef2e3f53d45d0890cf568f93d4922b0
7
+ data.tar.gz: bce1d2ffd24b5176e0b76ca37b4661492c44e58d4f064ca0fb2d6d9322745be5796bed6f506510d7576c647e31c3d5c3e051924f0220f31d10b8db03f22754f2
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.dev1676257982
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.dev1676257982.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.dev1676257982.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.dev1676257982'
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,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content | [optional]
7
+ **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
8
8
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
9
9
  **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
10
- **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
10
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
11
11
  **expected_name** | **String** | The name of the collection. | [optional]
12
12
  **expected_namespace** | **String** | The namespace of the collection. | [optional]
13
13
  **expected_version** | **String** | The version of the collection. | [optional]
@@ -17,10 +17,10 @@ Name | Type | Description | Notes
17
17
  ```ruby
18
18
  require 'PulpAnsibleClient'
19
19
 
20
- instance = PulpAnsibleClient::AnsibleCollectionVersion.new(artifact: null,
20
+ instance = PulpAnsibleClient::AnsibleCollectionVersion.new(file: null,
21
21
  repository: null,
22
22
  upload: null,
23
- file: null,
23
+ artifact: null,
24
24
  expected_name: null,
25
25
  expected_namespace: null,
26
26
  expected_version: null)
@@ -4,9 +4,9 @@
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]
9
8
  **artifact** | **String** | Artifact file representing the physical content | [optional]
9
+ **pulp_href** | **String** | | [optional] [readonly]
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,
41
- pulp_created: null,
40
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
42
41
  artifact: null,
42
+ pulp_href: 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]
7
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
8
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
9
+ **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]
10
+ **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]
11
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
12
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
+ **name** | **String** | A unique name for this remote. |
15
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
9
19
  **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
20
  **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]
21
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
14
22
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
15
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
16
23
  **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
- **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. |
24
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
25
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
20
26
  **url** | **String** | The URL of an external content source. |
21
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
22
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
23
- **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
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
26
- **pulp_labels** | **Hash<String, String>** | | [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,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(proxy_url: null,
36
+ rate_limit: null,
37
+ sock_read_timeout: null,
38
+ sock_connect_timeout: null,
39
+ headers: null,
40
+ client_cert: null,
41
+ tls_validation: null,
42
+ name: null,
43
+ password: null,
44
+ pulp_labels: null,
36
45
  download_concurrency: null,
46
+ username: null,
37
47
  connect_timeout: null,
38
- client_key: null,
39
- client_cert: null,
40
48
  ca_cert: null,
41
- tls_validation: null,
49
+ proxy_username: null,
42
50
  proxy_password: null,
43
- rate_limit: null,
44
51
  total_timeout: null,
45
- username: null,
46
- sock_connect_timeout: null,
47
- name: null,
52
+ max_retries: null,
53
+ client_key: null,
48
54
  url: null,
49
- proxy_username: null,
50
- proxy_url: null,
51
- sock_read_timeout: null,
52
- password: null,
53
- headers: null,
54
- pulp_labels: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```
@@ -4,24 +4,24 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
8
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
9
+ **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]
10
+ **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]
11
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
12
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
+ **name** | **String** | A unique name for this remote. |
7
15
  **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]
16
+ **pulp_labels** | **Hash<String, String>** | | [optional]
9
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
10
18
  **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
19
  **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
20
  **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
18
21
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
19
- **name** | **String** | A unique name for this remote. |
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
+ **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
24
  **url** | **String** | The URL of an external content source. |
21
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
22
- **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
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
24
- **pulp_labels** | **Hash<String, String>** | | [optional]
25
25
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
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]
@@ -31,24 +31,24 @@ 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,
34
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(proxy_url: null,
35
+ rate_limit: null,
36
+ sock_read_timeout: null,
37
+ sock_connect_timeout: null,
38
+ headers: null,
39
+ client_cert: null,
40
+ tls_validation: null,
41
+ name: null,
42
+ pulp_href: null,
43
+ pulp_labels: null,
36
44
  download_concurrency: null,
37
45
  connect_timeout: null,
38
- client_cert: null,
39
46
  ca_cert: null,
40
- tls_validation: null,
41
- rate_limit: null,
42
- total_timeout: null,
43
- sock_connect_timeout: null,
44
47
  hidden_fields: null,
45
48
  pulp_created: null,
46
- name: null,
49
+ total_timeout: null,
50
+ max_retries: null,
47
51
  url: null,
48
- proxy_url: null,
49
- sock_read_timeout: null,
50
- headers: null,
51
- pulp_labels: null,
52
52
  pulp_last_updated: null,
53
53
  metadata_only: null,
54
54
  git_ref: 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
  ------------- | ------------- | -------------
@@ -32,10 +32,10 @@ end
32
32
 
33
33
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
34
34
  opts = {
35
- artifact: 'artifact_example', # String | Artifact file representing the physical content
35
+ file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
36
36
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
37
37
  upload: 'upload_example', # String | An uncommitted upload that may be turned into the artifact of the content unit.
38
- file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
38
+ artifact: 'artifact_example', # String | Artifact file representing the physical content
39
39
  expected_name: 'expected_name_example', # String | The name of the collection.
40
40
  expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
41
41
  expected_version: 'expected_version_example' # String | The version of the collection.
@@ -55,10 +55,10 @@ end
55
55
 
56
56
  Name | Type | Description | Notes
57
57
  ------------- | ------------- | ------------- | -------------
58
- **artifact** | **String**| Artifact file representing the physical content | [optional]
58
+ **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
59
59
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
60
60
  **upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
61
- **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
61
+ **artifact** | **String**| Artifact file representing the physical content | [optional]
62
62
  **expected_name** | **String**| The name of the collection. | [optional]
63
63
  **expected_namespace** | **String**| The namespace of the collection. | [optional]
64
64
  **expected_version** | **String**| The version of the collection. | [optional]
@@ -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]
7
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
8
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
9
+ **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]
10
+ **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]
11
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
12
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
+ **name** | **String** | A unique name for this remote. | [optional]
15
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
9
19
  **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
20
  **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]
21
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
14
22
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
15
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
16
23
  **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
- **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]
24
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
25
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
20
26
  **url** | **String** | The URL of an external content source. | [optional]
21
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
22
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
23
- **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
- **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
26
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [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,
35
+ instance = PulpAnsibleClient::PatchedansibleGitRemote.new(proxy_url: null,
36
+ rate_limit: null,
37
+ sock_read_timeout: null,
38
+ sock_connect_timeout: null,
39
+ headers: null,
40
+ client_cert: null,
41
+ tls_validation: null,
42
+ name: null,
43
+ password: null,
44
+ pulp_labels: null,
36
45
  download_concurrency: null,
46
+ username: null,
37
47
  connect_timeout: null,
38
- client_key: null,
39
- client_cert: null,
40
48
  ca_cert: null,
41
- tls_validation: null,
49
+ proxy_username: null,
42
50
  proxy_password: null,
43
- rate_limit: null,
44
51
  total_timeout: null,
45
- username: null,
46
- sock_connect_timeout: null,
47
- name: null,
52
+ max_retries: null,
53
+ client_key: null,
48
54
  url: null,
49
- proxy_username: null,
50
- proxy_url: null,
51
- sock_read_timeout: null,
52
- password: null,
53
- headers: null,
54
- pulp_labels: 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
  ------------- | ------------- | -------------