pulp_ansible_client 0.27.1 → 0.28.0

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.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +2 -0
  4. data/docs/AnsibleAnsibleRepositoryResponse.md +1 -1
  5. data/docs/AnsibleCollectionRemoteResponse.md +1 -1
  6. data/docs/AnsibleCollectionVersionResponse.md +12 -10
  7. data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -0
  8. data/docs/AnsibleGitRemote.md +26 -26
  9. data/docs/AnsibleGitRemoteResponse.md +27 -27
  10. data/docs/AnsibleRole.md +2 -2
  11. data/docs/AnsibleRoleRemoteResponse.md +1 -1
  12. data/docs/AnsibleRoleResponse.md +8 -6
  13. data/docs/CollectionMetadataResponse.md +4 -4
  14. data/docs/CollectionSummaryResponse.md +2 -2
  15. data/docs/CollectionVersionListResponse.md +1 -1
  16. data/docs/CollectionVersionResponse.md +1 -1
  17. data/docs/ContentCollectionVersionsApi.md +6 -6
  18. data/docs/PatchedansibleGitRemote.md +26 -26
  19. data/docs/RemotesGitApi.md +2 -2
  20. data/docs/RepositoryVersionResponse.md +3 -1
  21. data/docs/UnpaginatedCollectionVersionResponse.md +1 -1
  22. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +9 -9
  23. data/lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb +10 -1
  24. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +0 -15
  25. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +0 -15
  26. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +0 -33
  27. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +0 -30
  28. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +39 -45
  29. data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +10 -1
  30. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +209 -224
  31. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +140 -155
  32. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
  33. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +0 -15
  34. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +0 -15
  35. data/lib/pulp_ansible_client/models/ansible_role_response.rb +39 -30
  36. data/lib/pulp_ansible_client/models/collection_summary_response.rb +0 -15
  37. data/lib/pulp_ansible_client/models/collection_version_list_response.rb +0 -15
  38. data/lib/pulp_ansible_client/models/collection_version_response.rb +0 -15
  39. data/lib/pulp_ansible_client/models/paginated_collection_response_list_links.rb +0 -4
  40. data/lib/pulp_ansible_client/models/paginated_galaxy_role_response_list.rb +0 -2
  41. data/lib/pulp_ansible_client/models/paginated_galaxy_role_version_response_list.rb +0 -2
  42. data/lib/pulp_ansible_client/models/paginated_repository_version_response_list.rb +0 -2
  43. data/lib/pulp_ansible_client/models/paginated_tag_response_list.rb +0 -2
  44. data/lib/pulp_ansible_client/models/paginatedansible_ansible_collection_deprecated_response_list.rb +0 -2
  45. data/lib/pulp_ansible_client/models/paginatedansible_ansible_distribution_response_list.rb +0 -2
  46. data/lib/pulp_ansible_client/models/paginatedansible_ansible_namespace_metadata_response_list.rb +0 -2
  47. data/lib/pulp_ansible_client/models/paginatedansible_ansible_repository_response_list.rb +0 -2
  48. data/lib/pulp_ansible_client/models/paginatedansible_collection_remote_response_list.rb +0 -2
  49. data/lib/pulp_ansible_client/models/paginatedansible_collection_response_list.rb +0 -2
  50. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_mark_response_list.rb +0 -2
  51. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_response_list.rb +0 -2
  52. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_signature_response_list.rb +0 -2
  53. data/lib/pulp_ansible_client/models/paginatedansible_git_remote_response_list.rb +0 -2
  54. data/lib/pulp_ansible_client/models/paginatedansible_role_remote_response_list.rb +0 -2
  55. data/lib/pulp_ansible_client/models/paginatedansible_role_response_list.rb +0 -2
  56. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +0 -15
  57. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +0 -33
  58. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +197 -212
  59. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +0 -15
  60. data/lib/pulp_ansible_client/models/repository.rb +0 -15
  61. data/lib/pulp_ansible_client/models/repository_response.rb +0 -15
  62. data/lib/pulp_ansible_client/models/repository_version_response.rb +13 -4
  63. data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +0 -15
  64. data/lib/pulp_ansible_client/version.rb +1 -1
  65. data/spec/api/content_collection_versions_api_spec.rb +3 -3
  66. data/spec/models/ansible_ansible_collection_deprecated_response_spec.rb +6 -0
  67. data/spec/models/ansible_collection_version_response_spec.rb +11 -5
  68. data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
  69. data/spec/models/ansible_git_remote_response_spec.rb +20 -20
  70. data/spec/models/ansible_git_remote_spec.rb +19 -19
  71. data/spec/models/ansible_role_response_spec.rb +11 -5
  72. data/spec/models/ansible_role_spec.rb +2 -2
  73. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  74. data/spec/models/repository_version_response_spec.rb +6 -0
  75. metadata +122 -122
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ed73c908e17361bb11bf833600b8e23679946456e3caadc05273621d50326f7
4
- data.tar.gz: 29c0c48ebcda11b99f402666199407dd56ea32ba8aceda915a4f3c74a1faf2a7
3
+ metadata.gz: e09c2036af837e0a134d25c872b79bb33e3d5086ae11378cd0e4372c5c8444e1
4
+ data.tar.gz: ecd591db43eac22e73a29e242f61360be50e58c27112c8e6e334966d9173df16
5
5
  SHA512:
6
- metadata.gz: 808bf9eb674509a124ae4763bfcc1868a650baa0b2e28ebcbc9db8206bdcbd3570641e4af8545dcee50b12798da1f404fa38445de2fda24fc239a02e37390b59
7
- data.tar.gz: 502480adc8d84ff718319fc5dba194804c236c60ebe9ef37ea97ec4ab8194f8b61c57c60c6fec87706993e00b8d9648695678cdec53d9317ae3f923c6fd9d6f0
6
+ metadata.gz: 4970b0abee1d34413567c12445a35db7c7d5e9dc1937dced3c6e39d788d429db2caa711fe0f2b59651c3770b12ebe2449906426bd4636b7d87626701bc4ba9d3
7
+ data.tar.gz: 181d16821c940698ef6bcb682be98c8583b3c3bca799a354f8cc4e4430e584f55be446a7a96cad99c2cba2bac77f2f0eb3a0149a13b71ab34519ba837dc5d087
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.27.1
10
+ - Package version: 0.28.0
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_ansible_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_ansible_client-0.27.1.gem
28
+ gem install ./pulp_ansible_client-0.28.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_ansible_client-0.27.1.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_ansible_client-0.28.0.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_ansible_client', '~> 0.27.1'
37
+ gem 'pulp_ansible_client', '~> 0.28.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **name** | **String** | The name of the Collection. | |
13
14
  | **namespace** | **String** | The namespace of the Collection. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpAnsibleClient::AnsibleAnsibleCollectionDeprecatedResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  name: null,
27
29
  namespace: null
28
30
  )
@@ -17,7 +17,7 @@
17
17
  | **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
18
18
  | **last_synced_metadata_time** | **Time** | Last synced metadata time. | [optional] |
19
19
  | **gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional] |
20
- | **last_sync_task** | **Object** | | [optional][readonly] |
20
+ | **last_sync_task** | **Object** | | [optional] |
21
21
  | **private** | **Boolean** | | [optional] |
22
22
 
23
23
  ## Example
@@ -24,7 +24,7 @@
24
24
  | **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] |
25
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
  | **requirements_file** | **String** | The string version of Collection requirements yaml. | [optional] |
29
29
  | **auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional] |
30
30
  | **sync_dependencies** | **Boolean** | Sync dependencies for collections specified via requirements file | [optional] |
@@ -4,12 +4,13 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
8
- | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
9
7
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
+ | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
9
  | **pulp_href** | **String** | | [optional][readonly] |
10
+ | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
11
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
12
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
+ | **vuln_report** | **String** | | [optional][readonly] |
13
14
  | **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
14
15
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
15
16
  | **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
@@ -17,8 +18,8 @@
17
18
  | **sha384** | **String** | The SHA-384 checksum if available. | [optional][readonly] |
18
19
  | **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
19
20
  | **id** | **String** | A collection identifier. | [optional][readonly] |
20
- | **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional][readonly] |
21
- | **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional][readonly] |
21
+ | **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional] |
22
+ | **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional] |
22
23
  | **dependencies** | **Object** | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional][readonly] |
23
24
  | **description** | **String** | A short summary description of the collection. | [optional][readonly] |
24
25
  | **docs_blob** | **Object** | A JSON field holding the various documentation blobs in the collection. | [optional][readonly] |
@@ -27,11 +28,11 @@
27
28
  | **documentation** | **String** | The URL to any online docs. | [optional][readonly] |
28
29
  | **homepage** | **String** | The URL to the homepage of the collection/project. | [optional][readonly] |
29
30
  | **issues** | **String** | The URL to the collection issue tracker. | [optional][readonly] |
30
- | **license** | **Array<String>** | A list of licenses for content inside of a collection. | [optional][readonly] |
31
+ | **license** | **Array<String>** | A list of licenses for content inside of a collection. | [optional] |
31
32
  | **name** | **String** | The name of the collection. | [optional][readonly] |
32
33
  | **namespace** | **String** | The namespace of the collection. | [optional][readonly] |
33
34
  | **origin_repository** | **String** | The URL of the originating SCM repository. | [optional][readonly] |
34
- | **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional][readonly] |
35
+ | **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional] |
35
36
  | **version** | **String** | The version of the collection. | [optional][readonly] |
36
37
  | **requires_ansible** | **String** | The version of Ansible required to use the collection. Multiple versions can be separated with a comma. | [optional][readonly] |
37
38
 
@@ -41,12 +42,13 @@
41
42
  require 'pulp_ansible_client'
42
43
 
43
44
  instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
44
- pulp_labels: null,
45
- pulp_last_updated: null,
46
45
  prn: null,
47
- pulp_created: null,
46
+ pulp_last_updated: null,
48
47
  pulp_href: null,
48
+ pulp_labels: null,
49
49
  artifact: null,
50
+ pulp_created: null,
51
+ vuln_report: null,
50
52
  sha256: null,
51
53
  md5: null,
52
54
  sha1: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **signed_collection** | **String** | The content this signature is pointing to. | |
13
14
  | **pubkey_fingerprint** | **String** | The fingerprint of the public key. | [optional][readonly] |
14
15
  | **signing_service** | **String** | The signing service used to create the signature. | [optional][readonly] |
@@ -24,6 +25,7 @@ instance = PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse.new(
24
25
  pulp_created: null,
25
26
  pulp_last_updated: null,
26
27
  pulp_labels: null,
28
+ vuln_report: null,
27
29
  signed_collection: null,
28
30
  pubkey_fingerprint: null,
29
31
  signing_service: null
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
8
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
9
- | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
10
7
  | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
11
- | **url** | **String** | The URL of an external content source. | |
12
8
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
9
+ | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
10
+ | **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] |
11
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
12
+ | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
13
+ | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
13
14
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
14
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] |
15
- | **name** | **String** | A unique name for this remote. | |
16
- | **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] |
17
- | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
18
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
19
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
20
16
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [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
17
  | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [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
- | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
25
18
  | **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
26
- | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
19
+ | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
20
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
21
+ | **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] |
22
+ | **client_key** | **String** | A PEM encoded private key used for authentication. | [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
+ | **name** | **String** | A unique name for this remote. | |
25
+ | **url** | **String** | The URL of an external content source. | |
26
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::AnsibleGitRemote.new(
36
- password: null,
37
- download_concurrency: null,
38
- rate_limit: null,
39
36
  proxy_password: null,
40
- url: null,
41
37
  tls_validation: null,
38
+ password: null,
39
+ total_timeout: null,
40
+ download_concurrency: null,
41
+ username: null,
42
+ proxy_url: null,
42
43
  client_cert: null,
43
44
  sock_connect_timeout: null,
44
- name: null,
45
- connect_timeout: null,
46
- client_key: null,
47
- pulp_labels: null,
48
- ca_cert: null,
49
45
  headers: null,
50
- total_timeout: null,
51
46
  max_retries: null,
52
- sock_read_timeout: null,
53
- proxy_url: null,
54
47
  proxy_username: null,
55
- username: null,
48
+ rate_limit: null,
49
+ pulp_labels: null,
50
+ connect_timeout: null,
51
+ client_key: null,
52
+ sock_read_timeout: null,
53
+ name: null,
54
+ url: null,
55
+ ca_cert: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
8
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
9
- | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
10
- | **url** | **String** | The URL of an external content source. | |
7
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
11
8
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
12
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
9
+ | **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] |
10
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
11
+ | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
13
12
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
14
- | **pulp_href** | **String** | | [optional][readonly] |
15
13
  | **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
- | **name** | **String** | A unique name for this remote. | |
17
- | **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
18
- | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
19
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
20
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
21
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
14
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
+ | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
22
16
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
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
+ | **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
24
18
  | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
19
+ | **pulp_href** | **String** | | [optional][readonly] |
20
+ | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
21
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
22
+ | **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
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] |
26
- | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
24
+ | **name** | **String** | A unique name for this remote. | |
25
+ | **url** | **String** | The URL of an external content source. | |
26
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
36
- pulp_last_updated: null,
37
- download_concurrency: null,
38
- rate_limit: null,
39
- url: null,
36
+ prn: null,
40
37
  tls_validation: null,
41
- pulp_created: null,
38
+ total_timeout: null,
39
+ download_concurrency: null,
40
+ proxy_url: null,
42
41
  client_cert: null,
43
- pulp_href: null,
44
42
  sock_connect_timeout: null,
45
- name: null,
46
- connect_timeout: null,
43
+ pulp_created: null,
47
44
  hidden_fields: null,
48
- pulp_labels: null,
49
- ca_cert: null,
50
- prn: null,
51
45
  headers: null,
52
- total_timeout: null,
46
+ pulp_last_updated: null,
53
47
  max_retries: null,
48
+ pulp_href: null,
49
+ rate_limit: null,
50
+ pulp_labels: null,
51
+ connect_timeout: null,
54
52
  sock_read_timeout: null,
55
- proxy_url: null,
53
+ name: null,
54
+ url: null,
55
+ ca_cert: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
data/docs/AnsibleRole.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
8
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
+ | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
9
9
  | **artifact** | **String** | Artifact file representing the physical content | |
10
10
  | **version** | **String** | | |
11
11
  | **name** | **String** | | |
@@ -17,8 +17,8 @@
17
17
  require 'pulp_ansible_client'
18
18
 
19
19
  instance = PulpAnsibleClient::AnsibleRole.new(
20
- pulp_labels: null,
21
20
  repository: null,
21
+ pulp_labels: null,
22
22
  artifact: null,
23
23
  version: null,
24
24
  name: null,
@@ -24,7 +24,7 @@
24
24
  | **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] |
25
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
 
29
29
  ## Example
30
30
 
@@ -4,12 +4,13 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
8
- | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
9
7
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
+ | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
9
  | **pulp_href** | **String** | | [optional][readonly] |
10
+ | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
11
  | **artifact** | **String** | Artifact file representing the physical content | |
12
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
+ | **vuln_report** | **String** | | [optional][readonly] |
13
14
  | **version** | **String** | | |
14
15
  | **name** | **String** | | |
15
16
  | **namespace** | **String** | | |
@@ -20,12 +21,13 @@
20
21
  require 'pulp_ansible_client'
21
22
 
22
23
  instance = PulpAnsibleClient::AnsibleRoleResponse.new(
23
- pulp_labels: null,
24
- pulp_last_updated: null,
25
24
  prn: null,
26
- pulp_created: null,
25
+ pulp_last_updated: null,
27
26
  pulp_href: null,
27
+ pulp_labels: null,
28
28
  artifact: null,
29
+ pulp_created: null,
30
+ vuln_report: null,
29
31
  version: null,
30
32
  name: null,
31
33
  namespace: null
@@ -4,14 +4,14 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **authors** | **Array<String>** | | [optional][readonly] |
8
- | **contents** | **Object** | | [optional][readonly] |
9
- | **dependencies** | **Object** | | [optional][readonly] |
7
+ | **authors** | **Array<String>** | | [optional] |
8
+ | **contents** | **Object** | | [optional] |
9
+ | **dependencies** | **Object** | | [optional] |
10
10
  | **description** | **String** | | [optional][readonly] |
11
11
  | **documentation** | **String** | | [optional][readonly] |
12
12
  | **homepage** | **String** | | [optional][readonly] |
13
13
  | **issues** | **String** | | [optional][readonly] |
14
- | **license** | **Array<String>** | | [optional][readonly] |
14
+ | **license** | **Array<String>** | | [optional] |
15
15
  | **repository** | **String** | | [optional][readonly] |
16
16
  | **tags** | **Array<String>** | | [optional] |
17
17
 
@@ -10,10 +10,10 @@
10
10
  | **version** | **String** | The version of the collection. | [optional][readonly] |
11
11
  | **requires_ansible** | **String** | The version of Ansible required to use the collection. Multiple versions can be separated with a comma. | [optional][readonly] |
12
12
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
- | **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional][readonly] |
13
+ | **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional] |
14
14
  | **dependencies** | **Object** | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional][readonly] |
15
15
  | **description** | **String** | A short summary description of the collection. | [optional][readonly] |
16
- | **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional][readonly] |
16
+ | **tags** | [**Array<CollectionSummaryResponseTagsInner>**](CollectionSummaryResponseTagsInner.md) | | [optional] |
17
17
 
18
18
  ## Example
19
19
 
@@ -9,7 +9,7 @@
9
9
  | **created_at** | **Time** | | |
10
10
  | **updated_at** | **Time** | | |
11
11
  | **requires_ansible** | **String** | | [optional] |
12
- | **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional][readonly] |
12
+ | **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional] |
13
13
 
14
14
  ## Example
15
15
 
@@ -9,7 +9,7 @@
9
9
  | **created_at** | **Time** | | |
10
10
  | **updated_at** | **Time** | | |
11
11
  | **requires_ansible** | **String** | | [optional] |
12
- | **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional][readonly] |
12
+ | **marks** | **Array<String>** | Get a list of mark values filtering only those in the current repo. | [optional] |
13
13
  | **artifact** | [**ArtifactRefResponse**](ArtifactRefResponse.md) | | [optional][readonly] |
14
14
  | **collection** | [**CollectionRefResponse**](CollectionRefResponse.md) | | [optional][readonly] |
15
15
  | **download_url** | **String** | Get artifact download URL. | [optional][readonly] |
@@ -34,12 +34,12 @@ end
34
34
  api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
35
35
  opts = {
36
36
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
37
- pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
38
- upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
39
- file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
40
37
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
38
+ pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
41
39
  artifact: 'artifact_example', # String | Artifact file representing the physical content
40
+ upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
42
41
  file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
42
+ file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
43
43
  expected_name: 'expected_name_example', # String | The name of the collection.
44
44
  expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
45
45
  expected_version: 'expected_version_example' # String | The version of the collection.
@@ -77,12 +77,12 @@ end
77
77
  | Name | Type | Description | Notes |
78
78
  | ---- | ---- | ----------- | ----- |
79
79
  | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
80
- | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
81
- | **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
82
- | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
83
80
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
81
+ | **pulp_labels** | [**Hash&lt;String, String&gt;**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
84
82
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
83
+ | **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
85
84
  | **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
85
+ | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
86
86
  | **expected_name** | **String** | The name of the collection. | [optional] |
87
87
  | **expected_namespace** | **String** | The namespace of the collection. | [optional] |
88
88
  | **expected_version** | **String** | The version of the collection. | [optional] |
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
8
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
9
- | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
10
7
  | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
11
- | **url** | **String** | The URL of an external content source. | [optional] |
12
8
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
9
+ | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
10
+ | **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] |
11
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
12
+ | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
13
+ | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
13
14
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
14
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] |
15
- | **name** | **String** | A unique name for this remote. | [optional] |
16
- | **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] |
17
- | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
18
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
19
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
20
16
  | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [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
17
  | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [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
- | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
25
18
  | **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
26
- | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
19
+ | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
20
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
21
+ | **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] |
22
+ | **client_key** | **String** | A PEM encoded private key used for authentication. | [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
+ | **name** | **String** | A unique name for this remote. | [optional] |
25
+ | **url** | **String** | The URL of an external content source. | [optional] |
26
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
36
- password: null,
37
- download_concurrency: null,
38
- rate_limit: null,
39
36
  proxy_password: null,
40
- url: null,
41
37
  tls_validation: null,
38
+ password: null,
39
+ total_timeout: null,
40
+ download_concurrency: null,
41
+ username: null,
42
+ proxy_url: null,
42
43
  client_cert: null,
43
44
  sock_connect_timeout: null,
44
- name: null,
45
- connect_timeout: null,
46
- client_key: null,
47
- pulp_labels: null,
48
- ca_cert: null,
49
45
  headers: null,
50
- total_timeout: null,
51
46
  max_retries: null,
52
- sock_read_timeout: null,
53
- proxy_url: null,
54
47
  proxy_username: null,
55
- username: null,
48
+ rate_limit: null,
49
+ pulp_labels: null,
50
+ connect_timeout: null,
51
+ client_key: null,
52
+ sock_read_timeout: null,
53
+ name: null,
54
+ url: null,
55
+ ca_cert: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
@@ -115,7 +115,7 @@ PulpAnsibleClient.configure do |config|
115
115
  end
116
116
 
117
117
  api_instance = PulpAnsibleClient::RemotesGitApi.new
118
- ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
118
+ ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({name: 'name_example', url: 'url_example'}) # AnsibleGitRemote |
119
119
  opts = {
120
120
  x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
121
121
  }
@@ -926,7 +926,7 @@ end
926
926
 
927
927
  api_instance = PulpAnsibleClient::RemotesGitApi.new
928
928
  ansible_git_remote_href = 'ansible_git_remote_href_example' # String |
929
- ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
929
+ ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({name: 'name_example', url: 'url_example'}) # AnsibleGitRemote |
930
930
  opts = {
931
931
  x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
932
932
  }
@@ -12,6 +12,7 @@
12
12
  | **repository** | **String** | | [optional][readonly] |
13
13
  | **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] |
14
14
  | **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional][readonly] |
15
+ | **vuln_report** | **String** | | [optional][readonly] |
15
16
 
16
17
  ## Example
17
18
 
@@ -26,7 +27,8 @@ instance = PulpAnsibleClient::RepositoryVersionResponse.new(
26
27
  number: null,
27
28
  repository: null,
28
29
  base_version: null,
29
- content_summary: null
30
+ content_summary: null,
31
+ vuln_report: null
30
32
  )
31
33
  ```
32
34
 
@@ -9,7 +9,7 @@
9
9
  | **created_at** | **Time** | | |
10
10
  | **updated_at** | **Time** | | |
11
11
  | **requires_ansible** | **String** | | [optional] |
12
- | **marks** | **Array&lt;String&gt;** | Get a list of mark values filtering only those in the current repo. | [optional][readonly] |
12
+ | **marks** | **Array&lt;String&gt;** | Get a list of mark values filtering only those in the current repo. | [optional] |
13
13
  | **artifact** | [**ArtifactRefResponse**](ArtifactRefResponse.md) | | [optional][readonly] |
14
14
  | **collection** | [**CollectionRefResponse**](CollectionRefResponse.md) | | [optional][readonly] |
15
15
  | **download_url** | **String** | Get artifact download URL. | [optional][readonly] |