pulp_ansible_client 0.21.5 → 0.22.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 (120) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -15
  3. data/docs/{AnsibleCollection.md → AnsibleAnsibleCollectionDeprecated.md} +4 -2
  4. data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +25 -0
  5. data/docs/AnsibleAnsibleRepositoryResponse.md +2 -0
  6. data/docs/AnsibleCollectionRemoteResponse.md +2 -2
  7. data/docs/AnsibleCollectionRemoteResponseHiddenFields.md +2 -2
  8. data/docs/AnsibleCollectionVersionResponse.md +11 -9
  9. data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -0
  10. data/docs/AnsibleCollectionsApi.md +60 -0
  11. data/docs/AnsibleGitRemote.md +28 -28
  12. data/docs/AnsibleGitRemoteResponse.md +26 -26
  13. data/docs/AnsibleRoleRemoteResponse.md +2 -2
  14. data/docs/AnsibleRoleResponse.md +6 -4
  15. data/docs/CollectionImportDetailResponse.md +2 -2
  16. data/docs/CollectionMetadataResponse.md +2 -2
  17. data/docs/CollectionSummaryResponse.md +2 -2
  18. data/docs/CollectionVersionDocsResponse.md +1 -1
  19. data/docs/CollectionVersionResponse.md +2 -2
  20. data/docs/ContentCollectionDeprecationsApi.md +10 -10
  21. data/docs/Copy.md +1 -1
  22. data/docs/PaginatedGalaxyRoleResponseList.md +2 -2
  23. data/docs/PaginatedGalaxyRoleVersionResponseList.md +2 -2
  24. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  25. data/docs/PaginatedTagResponseList.md +2 -2
  26. data/docs/PaginatedansibleAnsibleCollectionDeprecatedResponseList.md +23 -0
  27. data/docs/PaginatedansibleAnsibleDistributionResponseList.md +2 -2
  28. data/docs/PaginatedansibleAnsibleNamespaceMetadataResponseList.md +2 -2
  29. data/docs/PaginatedansibleAnsibleRepositoryResponseList.md +2 -2
  30. data/docs/PaginatedansibleCollectionRemoteResponseList.md +2 -2
  31. data/docs/PaginatedansibleCollectionResponseList.md +2 -2
  32. data/docs/PaginatedansibleCollectionVersionMarkResponseList.md +2 -2
  33. data/docs/PaginatedansibleCollectionVersionResponseList.md +2 -2
  34. data/docs/PaginatedansibleCollectionVersionSignatureResponseList.md +2 -2
  35. data/docs/PaginatedansibleGitRemoteResponseList.md +2 -2
  36. data/docs/PaginatedansibleRoleRemoteResponseList.md +2 -2
  37. data/docs/PaginatedansibleRoleResponseList.md +2 -2
  38. data/docs/PatchedansibleGitRemote.md +28 -28
  39. data/docs/RepositoryResponse.md +2 -0
  40. data/docs/RepositoryVersionResponse.md +2 -0
  41. data/docs/VersionsApi.md +0 -55
  42. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +68 -0
  43. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +20 -20
  44. data/lib/pulp_ansible_client/api/versions_api.rb +0 -69
  45. data/lib/pulp_ansible_client/models/{ansible_collection.rb → ansible_ansible_collection_deprecated.rb} +15 -5
  46. data/lib/pulp_ansible_client/models/{galaxy_collection_version_response.rb → ansible_ansible_collection_deprecated_response.rb} +45 -54
  47. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +11 -1
  48. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +11 -11
  49. data/lib/pulp_ansible_client/models/ansible_collection_remote_response_hidden_fields.rb +10 -0
  50. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +30 -20
  51. data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +11 -1
  52. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +232 -232
  53. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +153 -153
  54. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +11 -11
  55. data/lib/pulp_ansible_client/models/ansible_role_response.rb +25 -15
  56. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
  57. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +2 -2
  58. data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
  59. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  60. data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
  61. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  62. data/lib/pulp_ansible_client/models/paginated_galaxy_role_response_list.rb +10 -0
  63. data/lib/pulp_ansible_client/models/paginated_galaxy_role_version_response_list.rb +10 -0
  64. data/lib/pulp_ansible_client/models/paginated_repository_version_response_list.rb +10 -0
  65. data/lib/pulp_ansible_client/models/paginated_tag_response_list.rb +10 -0
  66. data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → paginatedansible_ansible_collection_deprecated_response_list.rb} +14 -4
  67. data/lib/pulp_ansible_client/models/paginatedansible_ansible_distribution_response_list.rb +10 -0
  68. data/lib/pulp_ansible_client/models/paginatedansible_ansible_namespace_metadata_response_list.rb +10 -0
  69. data/lib/pulp_ansible_client/models/paginatedansible_ansible_repository_response_list.rb +10 -0
  70. data/lib/pulp_ansible_client/models/paginatedansible_collection_remote_response_list.rb +10 -0
  71. data/lib/pulp_ansible_client/models/paginatedansible_collection_response_list.rb +10 -0
  72. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_mark_response_list.rb +10 -0
  73. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_response_list.rb +10 -0
  74. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_signature_response_list.rb +10 -0
  75. data/lib/pulp_ansible_client/models/paginatedansible_git_remote_response_list.rb +10 -0
  76. data/lib/pulp_ansible_client/models/paginatedansible_role_remote_response_list.rb +10 -0
  77. data/lib/pulp_ansible_client/models/paginatedansible_role_response_list.rb +10 -0
  78. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +226 -226
  79. data/lib/pulp_ansible_client/models/repository_response.rb +11 -1
  80. data/lib/pulp_ansible_client/models/repository_version_response.rb +11 -1
  81. data/lib/pulp_ansible_client/version.rb +1 -1
  82. data/lib/pulp_ansible_client.rb +3 -9
  83. data/spec/api/ansible_collections_api_spec.rb +14 -0
  84. data/spec/api/content_collection_deprecations_api_spec.rb +5 -5
  85. data/spec/api/versions_api_spec.rb +0 -14
  86. data/spec/models/{galaxy_collection_version_response_spec.rb → ansible_ansible_collection_deprecated_response_spec.rb} +11 -17
  87. data/spec/models/{ansible_collection_spec.rb → ansible_ansible_collection_deprecated_spec.rb} +12 -6
  88. data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
  89. data/spec/models/ansible_collection_remote_response_spec.rb +6 -6
  90. data/spec/models/ansible_collection_version_response_spec.rb +8 -2
  91. data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
  92. data/spec/models/ansible_git_remote_response_spec.rb +17 -17
  93. data/spec/models/ansible_git_remote_spec.rb +20 -20
  94. data/spec/models/ansible_role_remote_response_spec.rb +6 -6
  95. data/spec/models/ansible_role_response_spec.rb +8 -2
  96. data/spec/models/{paginated_galaxy_collection_version_response_list_spec.rb → paginatedansible_ansible_collection_deprecated_response_list_spec.rb} +6 -6
  97. data/spec/models/patchedansible_git_remote_spec.rb +20 -20
  98. data/spec/models/repository_response_spec.rb +6 -0
  99. data/spec/models/repository_version_response_spec.rb +6 -0
  100. metadata +135 -159
  101. data/docs/ApiCollectionsApi.md +0 -112
  102. data/docs/GalaxyCollection.md +0 -23
  103. data/docs/GalaxyCollectionResponse.md +0 -31
  104. data/docs/GalaxyCollectionVersionResponse.md +0 -27
  105. data/docs/GalaxyDetailApi.md +0 -61
  106. data/docs/PaginatedGalaxyCollectionResponseList.md +0 -23
  107. data/docs/PaginatedGalaxyCollectionVersionResponseList.md +0 -23
  108. data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +0 -66
  109. data/lib/pulp_ansible_client/api/api_collections_api.rb +0 -159
  110. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +0 -88
  111. data/lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb +0 -104
  112. data/lib/pulp_ansible_client/models/galaxy_collection.rb +0 -292
  113. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +0 -294
  114. data/lib/pulp_ansible_client/models/paginated_galaxy_collection_version_response_list.rb +0 -237
  115. data/spec/api/api_collections_api_spec.rb +0 -61
  116. data/spec/api/galaxy_detail_api_spec.rb +0 -48
  117. data/spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb +0 -51
  118. data/spec/models/galaxy_collection_response_spec.rb +0 -83
  119. data/spec/models/galaxy_collection_spec.rb +0 -59
  120. data/spec/models/paginated_galaxy_collection_response_list_spec.rb +0 -59
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63b23ae7e40c55ee44bdbb6b419ccd7c6a1c212d830f92ae223a2fc2597c16e7
4
- data.tar.gz: 2e3b2a420c934c6f5da7af3a475a82c3d3a3d253d0d3faca8115d560c15aba91
3
+ metadata.gz: 3bd050779bf95b822be7919f7ba447b37ea03cc8b5b7fd02a1cc954060713a0a
4
+ data.tar.gz: f6980ed2ebea5e2749315d49441da83a0f85fa4afaf6c90ae607f92a96100bbd
5
5
  SHA512:
6
- metadata.gz: 1037a41e03a6f703cd8d84a2565c073566ce1675d7fd04a94bb3d68634c7a904ae767d12a94b27731711ccabfdb3b62467a4ea3cb4ec866d29095798b953c0a3
7
- data.tar.gz: 04b59e6bd2f9ab9b24f995876c1647bfdef156d9287a5fa909c75d7b83e47489f69e30ff19d6d277ba5a6430191cb713f8fd6c06175e3f664605b72c2959939c
6
+ metadata.gz: deb2a207b1cf36976806fda429b9de6c76eebdf718d9955d4328941e60b1ffc9c15044d6acd9a2083d0b86685d8c4f1a3ce049d4b51a615d021edf5e9c65986e
7
+ data.tar.gz: 1f9787c2a3d5a31f4bc6e0860c417b208116b6bf144152249195e65691d0299ff410737bc3f9ea06012b7fa809863c0751f573d58326bff209d16378cc69ac70
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.21.5
10
+ - Package version: 0.22.0
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.21.5.gem
27
+ gem install ./pulp_ansible_client-0.22.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.21.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.22.0.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.21.5'
36
+ gem 'pulp_ansible_client', '~> 0.22.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -88,11 +88,10 @@ Class | Method | HTTP request | Description
88
88
  *PulpAnsibleClient::AnsibleCollectionsApi* | [**list**](docs/AnsibleCollectionsApi.md#list) | **GET** /pulp/api/v3/ansible/collections/ | List collections
89
89
  *PulpAnsibleClient::AnsibleCollectionsApi* | [**list_roles**](docs/AnsibleCollectionsApi.md#list_roles) | **GET** {ansible_collection_href}list_roles/ | List roles
90
90
  *PulpAnsibleClient::AnsibleCollectionsApi* | [**my_permissions**](docs/AnsibleCollectionsApi.md#my_permissions) | **GET** {ansible_collection_href}my_permissions/ | List user permissions
91
+ *PulpAnsibleClient::AnsibleCollectionsApi* | [**read**](docs/AnsibleCollectionsApi.md#read) | **GET** {ansible_collection_href} | Inspect a collection
91
92
  *PulpAnsibleClient::AnsibleCollectionsApi* | [**remove_role**](docs/AnsibleCollectionsApi.md#remove_role) | **POST** {ansible_collection_href}remove_role/ | Remove a role
92
93
  *PulpAnsibleClient::AnsibleCollectionsApi* | [**upload_collection**](docs/AnsibleCollectionsApi.md#upload_collection) | **POST** /ansible/collections/ | Upload a collection
93
94
  *PulpAnsibleClient::AnsibleCopyApi* | [**copy_content**](docs/AnsibleCopyApi.md#copy_content) | **POST** /pulp/api/v3/ansible/copy/ | Copy content
94
- *PulpAnsibleClient::ApiCollectionsApi* | [**get**](docs/ApiCollectionsApi.md#get) | **GET** {ansible_collection_href}api/v2/collections/ |
95
- *PulpAnsibleClient::ApiCollectionsApi* | [**post**](docs/ApiCollectionsApi.md#post) | **POST** {ansible_collection_href}api/v2/collections/ |
96
95
  *PulpAnsibleClient::ApiRolesApi* | [**get**](docs/ApiRolesApi.md#get) | **GET** {ansible_role_href}api/v1/roles/ |
97
96
  *PulpAnsibleClient::CollectionImportApi* | [**read**](docs/CollectionImportApi.md#read) | **GET** {ansible_collection_import_href} | Inspect a collection import
98
97
  *PulpAnsibleClient::ContentCollectionDeprecationsApi* | [**create**](docs/ContentCollectionDeprecationsApi.md#create) | **POST** /pulp/api/v3/content/ansible/collection_deprecations/ | Create an ansible collection deprecated
@@ -125,9 +124,7 @@ Class | Method | HTTP request | Description
125
124
  *PulpAnsibleClient::DistributionsAnsibleApi* | [**set_label**](docs/DistributionsAnsibleApi.md#set_label) | **POST** {ansible_ansible_distribution_href}set_label/ | Set a label
126
125
  *PulpAnsibleClient::DistributionsAnsibleApi* | [**unset_label**](docs/DistributionsAnsibleApi.md#unset_label) | **POST** {ansible_ansible_distribution_href}unset_label/ | Unset a label
127
126
  *PulpAnsibleClient::DistributionsAnsibleApi* | [**update**](docs/DistributionsAnsibleApi.md#update) | **PUT** {ansible_ansible_distribution_href} | Update an ansible distribution
128
- *PulpAnsibleClient::GalaxyDetailApi* | [**get**](docs/GalaxyDetailApi.md#get) | **GET** {ansible_collection_href} |
129
127
  *PulpAnsibleClient::PulpAnsibleApiApi* | [**get**](docs/PulpAnsibleApiApi.md#get) | **GET** /pulp_ansible/galaxy/{path}/api/ |
130
- *PulpAnsibleClient::PulpAnsibleApiV2CollectionsVersionsApi* | [**get**](docs/PulpAnsibleApiV2CollectionsVersionsApi.md#get) | **GET** /pulp_ansible/galaxy/{path}/api/v2/collections/{namespace}/{name}/versions/{version}/ |
131
128
  *PulpAnsibleClient::PulpAnsibleApiV3Api* | [**read**](docs/PulpAnsibleApiV3Api.md#read) | **GET** /pulp_ansible/galaxy/{path}/api/v3/ |
132
129
  *PulpAnsibleClient::PulpAnsibleApiV3ArtifactsCollectionsApi* | [**get**](docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md#get) | **GET** /pulp_ansible/galaxy/{path}/api/v3/artifacts/collections/{path}/{filename} |
133
130
  *PulpAnsibleClient::PulpAnsibleApiV3CollectionVersionsAllApi* | [**list**](docs/PulpAnsibleApiV3CollectionVersionsAllApi.md#list) | **GET** /pulp_ansible/galaxy/{path}/api/v3/collection_versions/all/ |
@@ -264,18 +261,18 @@ Class | Method | HTTP request | Description
264
261
  *PulpAnsibleClient::RepositoriesAnsibleVersionsApi* | [**rebuild_metadata**](docs/RepositoriesAnsibleVersionsApi.md#rebuild_metadata) | **POST** {ansible_ansible_repository_version_href}rebuild_metadata/ |
265
262
  *PulpAnsibleClient::RepositoriesAnsibleVersionsApi* | [**repair**](docs/RepositoriesAnsibleVersionsApi.md#repair) | **POST** {ansible_ansible_repository_version_href}repair/ |
266
263
  *PulpAnsibleClient::VersionsApi* | [**api_v1_roles_versions_list**](docs/VersionsApi.md#api_v1_roles_versions_list) | **GET** {ansible_role_href}versions/ |
267
- *PulpAnsibleClient::VersionsApi* | [**api_v2_collection_versions_list**](docs/VersionsApi.md#api_v2_collection_versions_list) | **GET** {ansible_collection_version_href}versions/ |
268
264
 
269
265
 
270
266
  ## Documentation for Models
271
267
 
268
+ - [PulpAnsibleClient::AnsibleAnsibleCollectionDeprecated](docs/AnsibleAnsibleCollectionDeprecated.md)
269
+ - [PulpAnsibleClient::AnsibleAnsibleCollectionDeprecatedResponse](docs/AnsibleAnsibleCollectionDeprecatedResponse.md)
272
270
  - [PulpAnsibleClient::AnsibleAnsibleDistribution](docs/AnsibleAnsibleDistribution.md)
273
271
  - [PulpAnsibleClient::AnsibleAnsibleDistributionResponse](docs/AnsibleAnsibleDistributionResponse.md)
274
272
  - [PulpAnsibleClient::AnsibleAnsibleNamespaceMetadata](docs/AnsibleAnsibleNamespaceMetadata.md)
275
273
  - [PulpAnsibleClient::AnsibleAnsibleNamespaceMetadataResponse](docs/AnsibleAnsibleNamespaceMetadataResponse.md)
276
274
  - [PulpAnsibleClient::AnsibleAnsibleRepository](docs/AnsibleAnsibleRepository.md)
277
275
  - [PulpAnsibleClient::AnsibleAnsibleRepositoryResponse](docs/AnsibleAnsibleRepositoryResponse.md)
278
- - [PulpAnsibleClient::AnsibleCollection](docs/AnsibleCollection.md)
279
276
  - [PulpAnsibleClient::AnsibleCollectionRemote](docs/AnsibleCollectionRemote.md)
280
277
  - [PulpAnsibleClient::AnsibleCollectionRemoteResponse](docs/AnsibleCollectionRemoteResponse.md)
281
278
  - [PulpAnsibleClient::AnsibleCollectionRemoteResponseHiddenFields](docs/AnsibleCollectionRemoteResponseHiddenFields.md)
@@ -316,9 +313,6 @@ Class | Method | HTTP request | Description
316
313
  - [PulpAnsibleClient::CollectionVersionSignatureResponse](docs/CollectionVersionSignatureResponse.md)
317
314
  - [PulpAnsibleClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
318
315
  - [PulpAnsibleClient::Copy](docs/Copy.md)
319
- - [PulpAnsibleClient::GalaxyCollection](docs/GalaxyCollection.md)
320
- - [PulpAnsibleClient::GalaxyCollectionResponse](docs/GalaxyCollectionResponse.md)
321
- - [PulpAnsibleClient::GalaxyCollectionVersionResponse](docs/GalaxyCollectionVersionResponse.md)
322
316
  - [PulpAnsibleClient::GalaxyRoleResponse](docs/GalaxyRoleResponse.md)
323
317
  - [PulpAnsibleClient::GalaxyRoleVersionResponse](docs/GalaxyRoleVersionResponse.md)
324
318
  - [PulpAnsibleClient::MyPermissionsResponse](docs/MyPermissionsResponse.md)
@@ -332,12 +326,11 @@ Class | Method | HTTP request | Description
332
326
  - [PulpAnsibleClient::PaginatedCollectionResponseListMeta](docs/PaginatedCollectionResponseListMeta.md)
333
327
  - [PulpAnsibleClient::PaginatedCollectionVersionListResponseList](docs/PaginatedCollectionVersionListResponseList.md)
334
328
  - [PulpAnsibleClient::PaginatedCollectionVersionSearchListResponseList](docs/PaginatedCollectionVersionSearchListResponseList.md)
335
- - [PulpAnsibleClient::PaginatedGalaxyCollectionResponseList](docs/PaginatedGalaxyCollectionResponseList.md)
336
- - [PulpAnsibleClient::PaginatedGalaxyCollectionVersionResponseList](docs/PaginatedGalaxyCollectionVersionResponseList.md)
337
329
  - [PulpAnsibleClient::PaginatedGalaxyRoleResponseList](docs/PaginatedGalaxyRoleResponseList.md)
338
330
  - [PulpAnsibleClient::PaginatedGalaxyRoleVersionResponseList](docs/PaginatedGalaxyRoleVersionResponseList.md)
339
331
  - [PulpAnsibleClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
340
332
  - [PulpAnsibleClient::PaginatedTagResponseList](docs/PaginatedTagResponseList.md)
333
+ - [PulpAnsibleClient::PaginatedansibleAnsibleCollectionDeprecatedResponseList](docs/PaginatedansibleAnsibleCollectionDeprecatedResponseList.md)
341
334
  - [PulpAnsibleClient::PaginatedansibleAnsibleDistributionResponseList](docs/PaginatedansibleAnsibleDistributionResponseList.md)
342
335
  - [PulpAnsibleClient::PaginatedansibleAnsibleNamespaceMetadataResponseList](docs/PaginatedansibleAnsibleNamespaceMetadataResponseList.md)
343
336
  - [PulpAnsibleClient::PaginatedansibleAnsibleRepositoryResponseList](docs/PaginatedansibleAnsibleRepositoryResponseList.md)
@@ -1,9 +1,10 @@
1
- # PulpAnsibleClient::AnsibleCollection
1
+ # PulpAnsibleClient::AnsibleAnsibleCollectionDeprecated
2
2
 
3
3
  ## Properties
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
7
8
  **name** | **String** | The name of the Collection. |
8
9
  **namespace** | **String** | The namespace of the Collection. |
9
10
 
@@ -12,7 +13,8 @@ Name | Type | Description | Notes
12
13
  ```ruby
13
14
  require 'PulpAnsibleClient'
14
15
 
15
- instance = PulpAnsibleClient::AnsibleCollection.new(name: null,
16
+ instance = PulpAnsibleClient::AnsibleAnsibleCollectionDeprecated.new(repository: null,
17
+ name: null,
16
18
  namespace: null)
17
19
  ```
18
20
 
@@ -0,0 +1,25 @@
1
+ # PulpAnsibleClient::AnsibleAnsibleCollectionDeprecatedResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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]
10
+ **name** | **String** | The name of the Collection. |
11
+ **namespace** | **String** | The namespace of the Collection. |
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'PulpAnsibleClient'
17
+
18
+ instance = PulpAnsibleClient::AnsibleAnsibleCollectionDeprecatedResponse.new(pulp_href: null,
19
+ pulp_created: null,
20
+ pulp_last_updated: null,
21
+ name: null,
22
+ namespace: null)
23
+ ```
24
+
25
+
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **versions_href** | **String** | | [optional] [readonly]
10
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
12
  **latest_version_href** | **String** | | [optional] [readonly]
@@ -25,6 +26,7 @@ require 'PulpAnsibleClient'
25
26
 
26
27
  instance = PulpAnsibleClient::AnsibleAnsibleRepositoryResponse.new(pulp_href: null,
27
28
  pulp_created: null,
29
+ pulp_last_updated: null,
28
30
  versions_href: null,
29
31
  pulp_labels: null,
30
32
  latest_version_href: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
10
  **name** | **String** | A unique name for this remote. |
10
11
  **url** | **String** | The URL of an external content source. |
11
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
13
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
16
  **pulp_labels** | **Hash<String, String>** | | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
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
19
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. * `immediate` - immediate * `When syncing, download all metadata and content now.` - When syncing, download all metadata and content now. | [optional]
@@ -37,6 +37,7 @@ require 'PulpAnsibleClient'
37
37
 
38
38
  instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: null,
39
39
  pulp_created: null,
40
+ pulp_last_updated: null,
40
41
  name: null,
41
42
  url: null,
42
43
  ca_cert: null,
@@ -44,7 +45,6 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
44
45
  tls_validation: null,
45
46
  proxy_url: null,
46
47
  pulp_labels: null,
47
- pulp_last_updated: null,
48
48
  download_concurrency: null,
49
49
  max_retries: null,
50
50
  policy: null,
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | | [optional]
8
- **is_set** | **Boolean** | | [optional]
7
+ **name** | **String** | |
8
+ **is_set** | **Boolean** | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -4,9 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_href** | **String** | | [optional] [readonly]
7
+ **pulp_last_updated** | **DateTime** | 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
8
  **artifact** | **String** | Artifact file representing the physical content | [optional]
9
+ **pulp_href** | **String** | | [optional] [readonly]
10
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
11
  **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
11
12
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
12
13
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
@@ -15,12 +16,12 @@ Name | Type | Description | Notes
15
16
  **sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
16
17
  **id** | **String** | A collection identifier. | [optional] [readonly]
17
18
  **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional] [readonly]
18
- **contents** | [**Object**](.md) | A JSON field with data about the contents. | [optional] [readonly]
19
- **dependencies** | [**Object**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional] [readonly]
19
+ **contents** | [**AnyType**](.md) | A JSON field with data about the contents. | [optional] [readonly]
20
+ **dependencies** | [**AnyType**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional] [readonly]
20
21
  **description** | **String** | A short summary description of the collection. | [optional] [readonly]
21
- **docs_blob** | [**Object**](.md) | A JSON field holding the various documentation blobs in the collection. | [optional] [readonly]
22
- **manifest** | [**Object**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly]
23
- **files** | [**Object**](.md) | A JSON field holding FILES.json data. | [optional] [readonly]
22
+ **docs_blob** | [**AnyType**](.md) | A JSON field holding the various documentation blobs in the collection. | [optional] [readonly]
23
+ **manifest** | [**AnyType**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly]
24
+ **files** | [**AnyType**](.md) | A JSON field holding FILES.json data. | [optional] [readonly]
24
25
  **documentation** | **String** | The URL to any online docs. | [optional] [readonly]
25
26
  **homepage** | **String** | The URL to the homepage of the collection/project. | [optional] [readonly]
26
27
  **issues** | **String** | The URL to the collection issue tracker. | [optional] [readonly]
@@ -37,9 +38,10 @@ Name | Type | Description | Notes
37
38
  ```ruby
38
39
  require 'PulpAnsibleClient'
39
40
 
40
- instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
41
- pulp_href: null,
41
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_last_updated: null,
42
42
  artifact: null,
43
+ pulp_href: null,
44
+ pulp_created: null,
43
45
  sha256: null,
44
46
  md5: null,
45
47
  sha1: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **signed_collection** | **String** | The content this signature is pointing to. |
10
11
  **pubkey_fingerprint** | **String** | The fingerprint of the public key. | [optional] [readonly]
11
12
  **signing_service** | **String** | The signing service used to create the signature. | [optional] [readonly]
@@ -17,6 +18,7 @@ require 'PulpAnsibleClient'
17
18
 
18
19
  instance = PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse.new(pulp_href: null,
19
20
  pulp_created: null,
21
+ pulp_last_updated: null,
20
22
  signed_collection: null,
21
23
  pubkey_fingerprint: null,
22
24
  signing_service: null)
@@ -8,6 +8,7 @@ Method | HTTP request | Description
8
8
  [**list**](AnsibleCollectionsApi.md#list) | **GET** /pulp/api/v3/ansible/collections/ | List collections
9
9
  [**list_roles**](AnsibleCollectionsApi.md#list_roles) | **GET** {ansible_collection_href}list_roles/ | List roles
10
10
  [**my_permissions**](AnsibleCollectionsApi.md#my_permissions) | **GET** {ansible_collection_href}my_permissions/ | List user permissions
11
+ [**read**](AnsibleCollectionsApi.md#read) | **GET** {ansible_collection_href} | Inspect a collection
11
12
  [**remove_role**](AnsibleCollectionsApi.md#remove_role) | **POST** {ansible_collection_href}remove_role/ | Remove a role
12
13
  [**upload_collection**](AnsibleCollectionsApi.md#upload_collection) | **POST** /ansible/collections/ | Upload a collection
13
14
 
@@ -259,6 +260,65 @@ Name | Type | Description | Notes
259
260
  - **Accept**: application/json
260
261
 
261
262
 
263
+ ## read
264
+
265
+ > AnsibleCollectionResponse read(ansible_collection_href, opts)
266
+
267
+ Inspect a collection
268
+
269
+ Viewset for Ansible Collections.
270
+
271
+ ### Example
272
+
273
+ ```ruby
274
+ # load the gem
275
+ require 'pulp_ansible_client'
276
+ # setup authorization
277
+ PulpAnsibleClient.configure do |config|
278
+ # Configure HTTP basic authorization: basicAuth
279
+ config.username = 'YOUR USERNAME'
280
+ config.password = 'YOUR PASSWORD'
281
+ end
282
+
283
+ api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
284
+ ansible_collection_href = 'ansible_collection_href_example' # String |
285
+ opts = {
286
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
287
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
288
+ }
289
+
290
+ begin
291
+ #Inspect a collection
292
+ result = api_instance.read(ansible_collection_href, opts)
293
+ p result
294
+ rescue PulpAnsibleClient::ApiError => e
295
+ puts "Exception when calling AnsibleCollectionsApi->read: #{e}"
296
+ end
297
+ ```
298
+
299
+ ### Parameters
300
+
301
+
302
+ Name | Type | Description | Notes
303
+ ------------- | ------------- | ------------- | -------------
304
+ **ansible_collection_href** | **String**| |
305
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
306
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
307
+
308
+ ### Return type
309
+
310
+ [**AnsibleCollectionResponse**](AnsibleCollectionResponse.md)
311
+
312
+ ### Authorization
313
+
314
+ [basicAuth](../README.md#basicAuth)
315
+
316
+ ### HTTP request headers
317
+
318
+ - **Content-Type**: Not defined
319
+ - **Accept**: application/json
320
+
321
+
262
322
  ## remove_role
263
323
 
264
324
  > NestedRoleResponse remove_role(ansible_collection_href, nested_role)
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | A unique name for this remote. |
7
+ **url** | **String** | The URL of an external content source. |
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
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
8
10
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
9
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
10
11
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
13
+ **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]
14
+ **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]
15
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
11
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
12
21
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
13
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
14
- **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
- **url** | **String** | The URL of an external content source. |
16
- **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]
22
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
17
23
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
18
- **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
19
- **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
24
+ **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
20
25
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
21
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
22
- **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
23
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
24
- **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]
25
- **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]
26
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
26
+ **name** | **String** | A unique name for this remote. |
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(name: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(url: null,
36
+ max_retries: null,
37
+ client_cert: null,
36
38
  tls_validation: null,
37
- proxy_username: null,
38
39
  client_key: null,
40
+ proxy_username: null,
41
+ total_timeout: null,
42
+ connect_timeout: null,
43
+ proxy_password: null,
44
+ rate_limit: null,
45
+ password: null,
46
+ sock_read_timeout: null,
39
47
  download_concurrency: null,
48
+ headers: null,
40
49
  proxy_url: null,
41
- max_retries: null,
42
- sock_connect_timeout: null,
43
- url: null,
44
- sock_read_timeout: null,
50
+ ca_cert: null,
45
51
  username: null,
46
- headers: null,
47
- proxy_password: null,
52
+ sock_connect_timeout: null,
48
53
  pulp_labels: null,
49
- ca_cert: null,
50
- password: null,
51
- rate_limit: null,
52
- total_timeout: null,
53
- connect_timeout: null,
54
- client_cert: null,
54
+ name: 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
- **name** | **String** | A unique name for this remote. |
8
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
9
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
10
7
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
11
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
13
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
14
- **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
8
  **url** | **String** | The URL of an external content source. |
9
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
10
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
12
+ **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]
13
+ **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]
14
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
16
15
  **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]
16
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
17
17
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
18
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
18
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
19
19
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
20
- **pulp_href** | **String** | | [optional] [readonly]
21
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
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
- **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]
20
+ **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]
21
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
24
22
  **hidden_fields** | [**Array&lt;AnsibleCollectionRemoteResponseHiddenFields&gt;**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
25
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
23
+ **name** | **String** | A unique name for this remote. |
24
+ **pulp_href** | **String** | | [optional] [readonly]
25
+ **pulp_created** | **DateTime** | Timestamp of creation. | [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]
28
28
 
@@ -31,25 +31,25 @@ Name | Type | Description | Notes
31
31
  ```ruby
32
32
  require 'PulpAnsibleClient'
33
33
 
34
- instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(name: null,
34
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(pulp_last_updated: null,
35
+ url: null,
36
+ max_retries: null,
37
+ client_cert: null,
35
38
  tls_validation: null,
39
+ total_timeout: null,
40
+ connect_timeout: null,
41
+ rate_limit: null,
42
+ sock_read_timeout: null,
36
43
  download_concurrency: null,
37
- pulp_last_updated: null,
38
- pulp_created: null,
44
+ headers: null,
39
45
  proxy_url: null,
40
- max_retries: null,
46
+ ca_cert: null,
41
47
  sock_connect_timeout: null,
42
- url: null,
43
- sock_read_timeout: null,
44
- headers: null,
45
48
  pulp_labels: null,
46
- ca_cert: null,
47
- pulp_href: null,
48
- rate_limit: null,
49
- total_timeout: null,
50
- connect_timeout: null,
51
49
  hidden_fields: null,
52
- client_cert: null,
50
+ name: null,
51
+ pulp_href: null,
52
+ pulp_created: null,
53
53
  metadata_only: null,
54
54
  git_ref: null)
55
55
  ```
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
10
  **name** | **String** | A unique name for this remote. |
10
11
  **url** | **String** | The URL of an external content source. |
11
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
13
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
16
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
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
19
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. * &#x60;immediate&#x60; - immediate * &#x60;When syncing, download all metadata and content now.&#x60; - When syncing, download all metadata and content now. | [optional]
@@ -32,6 +32,7 @@ require 'PulpAnsibleClient'
32
32
 
33
33
  instance = PulpAnsibleClient::AnsibleRoleRemoteResponse.new(pulp_href: null,
34
34
  pulp_created: null,
35
+ pulp_last_updated: null,
35
36
  name: null,
36
37
  url: null,
37
38
  ca_cert: null,
@@ -39,7 +40,6 @@ instance = PulpAnsibleClient::AnsibleRoleRemoteResponse.new(pulp_href: null,
39
40
  tls_validation: null,
40
41
  proxy_url: null,
41
42
  pulp_labels: null,
42
- pulp_last_updated: null,
43
43
  download_concurrency: null,
44
44
  max_retries: null,
45
45
  policy: null,
@@ -4,9 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_href** | **String** | | [optional] [readonly]
7
+ **pulp_last_updated** | **DateTime** | 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
8
  **artifact** | **String** | Artifact file representing the physical content |
9
+ **pulp_href** | **String** | | [optional] [readonly]
10
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
11
  **version** | **String** | |
11
12
  **name** | **String** | |
12
13
  **namespace** | **String** | |
@@ -16,9 +17,10 @@ Name | Type | Description | Notes
16
17
  ```ruby
17
18
  require 'PulpAnsibleClient'
18
19
 
19
- instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
20
- pulp_href: null,
20
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_last_updated: null,
21
21
  artifact: null,
22
+ pulp_href: null,
23
+ pulp_created: null,
22
24
  version: null,
23
25
  name: null,
24
26
  namespace: null)
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
10
10
  **updated_at** | **DateTime** | |
11
11
  **started_at** | **DateTime** | |
12
12
  **finished_at** | **DateTime** | | [optional]
13
- **error** | [**Object**](.md) | | [optional]
14
- **messages** | [**Object**](.md) | |
13
+ **error** | [**AnyType**](.md) | | [optional]
14
+ **messages** | [**AnyType**](.md) | |
15
15
 
16
16
  ## Code Sample
17
17
 
@@ -5,8 +5,8 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **authors** | **Array&lt;String&gt;** | | [optional] [readonly]
8
- **contents** | [**Object**](.md) | | [optional] [readonly]
9
- **dependencies** | [**Object**](.md) | | [optional] [readonly]
8
+ **contents** | [**AnyType**](.md) | | [optional] [readonly]
9
+ **dependencies** | [**AnyType**](.md) | | [optional] [readonly]
10
10
  **description** | **String** | | [optional] [readonly]
11
11
  **documentation** | **String** | | [optional] [readonly]
12
12
  **homepage** | **String** | | [optional] [readonly]
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
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** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
- **contents** | [**Object**](.md) | A JSON field with data about the contents. | [optional] [readonly]
14
- **dependencies** | [**Object**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional] [readonly]
13
+ **contents** | [**AnyType**](.md) | A JSON field with data about the contents. | [optional] [readonly]
14
+ **dependencies** | [**AnyType**](.md) | 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
16
  **tags** | [**Array&lt;AnsibleTagResponse&gt;**](AnsibleTagResponse.md) | | [optional] [readonly]
17
17
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **docs_blob** | [**Object**](.md) | |
7
+ **docs_blob** | [**AnyType**](.md) | |
8
8
 
9
9
  ## Code Sample
10
10