pulp_ansible_client 0.21.7 → 0.22.1

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 +8 -15
  3. data/docs/{AnsibleCollection.md → AnsibleAnsibleCollectionDeprecated.md} +4 -2
  4. data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +25 -0
  5. data/docs/AnsibleCollectionVersion.md +2 -2
  6. data/docs/AnsibleCollectionVersionResponse.md +10 -10
  7. data/docs/AnsibleCollectionsApi.md +60 -0
  8. data/docs/AnsibleGitRemote.md +25 -25
  9. data/docs/AnsibleGitRemoteResponse.md +22 -22
  10. data/docs/AnsibleRoleResponse.md +5 -5
  11. data/docs/CollectionImportDetailResponse.md +2 -2
  12. data/docs/CollectionMetadataResponse.md +2 -2
  13. data/docs/CollectionSummaryResponse.md +2 -2
  14. data/docs/CollectionVersionDocsResponse.md +1 -1
  15. data/docs/CollectionVersionResponse.md +2 -2
  16. data/docs/ContentCollectionDeprecationsApi.md +10 -10
  17. data/docs/ContentCollectionVersionsApi.md +2 -2
  18. data/docs/Copy.md +1 -1
  19. data/docs/{PaginatedGalaxyCollectionVersionResponseList.md → PaginatedansibleAnsibleCollectionDeprecatedResponseList.md} +5 -5
  20. data/docs/PatchedansibleGitRemote.md +25 -25
  21. data/docs/VersionsApi.md +0 -55
  22. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +68 -0
  23. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +20 -20
  24. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
  25. data/lib/pulp_ansible_client/api/versions_api.rb +0 -69
  26. data/lib/pulp_ansible_client/models/{ansible_collection.rb → ansible_ansible_collection_deprecated.rb} +15 -5
  27. data/lib/pulp_ansible_client/models/{galaxy_collection_version_response.rb → ansible_ansible_collection_deprecated_response.rb} +45 -54
  28. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
  29. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +22 -22
  30. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +203 -203
  31. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +139 -139
  32. data/lib/pulp_ansible_client/models/ansible_role_response.rb +17 -17
  33. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
  34. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +2 -2
  35. data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
  36. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  37. data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
  38. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  39. data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → paginatedansible_ansible_collection_deprecated_response_list.rb} +4 -4
  40. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +203 -203
  41. data/lib/pulp_ansible_client/version.rb +1 -1
  42. data/lib/pulp_ansible_client.rb +3 -9
  43. data/spec/api/ansible_collections_api_spec.rb +14 -0
  44. data/spec/api/content_collection_deprecations_api_spec.rb +5 -5
  45. data/spec/api/content_collection_versions_api_spec.rb +1 -1
  46. data/spec/api/versions_api_spec.rb +0 -14
  47. data/spec/models/{galaxy_collection_version_response_spec.rb → ansible_ansible_collection_deprecated_response_spec.rb} +11 -17
  48. data/spec/models/{ansible_collection_spec.rb → ansible_ansible_collection_deprecated_spec.rb} +12 -6
  49. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  50. data/spec/models/ansible_collection_version_spec.rb +3 -3
  51. data/spec/models/ansible_git_remote_response_spec.rb +18 -18
  52. data/spec/models/ansible_git_remote_spec.rb +19 -19
  53. data/spec/models/ansible_role_response_spec.rb +3 -3
  54. data/spec/models/{paginated_galaxy_collection_version_response_list_spec.rb → paginatedansible_ansible_collection_deprecated_response_list_spec.rb} +6 -6
  55. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  56. metadata +13 -37
  57. data/docs/ApiCollectionsApi.md +0 -112
  58. data/docs/GalaxyCollection.md +0 -23
  59. data/docs/GalaxyCollectionResponse.md +0 -31
  60. data/docs/GalaxyCollectionVersionResponse.md +0 -27
  61. data/docs/GalaxyDetailApi.md +0 -61
  62. data/docs/PaginatedGalaxyCollectionResponseList.md +0 -23
  63. data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +0 -66
  64. data/lib/pulp_ansible_client/api/api_collections_api.rb +0 -159
  65. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +0 -88
  66. data/lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb +0 -104
  67. data/lib/pulp_ansible_client/models/galaxy_collection.rb +0 -292
  68. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +0 -294
  69. data/lib/pulp_ansible_client/models/paginated_galaxy_collection_version_response_list.rb +0 -247
  70. data/spec/api/api_collections_api_spec.rb +0 -61
  71. data/spec/api/galaxy_detail_api_spec.rb +0 -48
  72. data/spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb +0 -51
  73. data/spec/models/galaxy_collection_response_spec.rb +0 -83
  74. data/spec/models/galaxy_collection_spec.rb +0 -59
  75. 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: 4e3a82a402d19e5ee365a68543bf0e4a3e88e81b16fa6795c0f49e2686edfbe1
4
- data.tar.gz: e71c82fbeab0eb89c34f3885cf848f64be6a94688f3da4e17d1e1efbddff9517
3
+ metadata.gz: 0b8710c7be7d9903bc5f7c2fd113f24019253e58cbd6e67e234e4604631270c6
4
+ data.tar.gz: 85dd83eb3551aa3635f855207c1accd3fb0d7bde45fcf223f3ab0819f525def2
5
5
  SHA512:
6
- metadata.gz: a17be44694973dcb7540581ea454c9470394c70616b128c60a0cfbdd36ccf805c291cf45473db07b8a42d4a811167c60e0dd4a0d15362c48c671faa4ffbaa769
7
- data.tar.gz: 9eff85c8955bb0e59cc7a8e356a0d282ac8be2723cf96de66550f01ebfe661819052976993de27f2aa6dde55cc26a0266f1caf4e81b9ddaf12bb6aaea1115a1a
6
+ metadata.gz: 6f906087cc8d191c3efba1c847d5c9dd8e1f8bf6e109c4c8728a4c69324ed433d8350ab3f7482d6633c460d160b3ef3dd7fdd5a1d825316cd4c2cc7dbd242085
7
+ data.tar.gz: 5f0a5027ce002fc24d014e550f2b2ea19fe60c690178d4d64b723bb488769e0517f41a4839d8263d71aa55c8ead959561634b85792c32a893fd6b132764d0013
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.7
10
+ - Package version: 0.22.1
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.7.gem
27
+ gem install ./pulp_ansible_client-0.22.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.21.7.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.22.1.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.7'
36
+ gem 'pulp_ansible_client', '~> 0.22.1'
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::ApiPluginAnsibleSearchCollectionVersionsApi* | [**list**](docs/ApiPluginAnsibleSearchCollectionVersionsApi.md#list) | **GET** {ansible_cross_repository_collection_version_index_href}api/v3/plugin/ansible/search/collection-versions/ | List cross repository collection version indexs
97
96
  *PulpAnsibleClient::ApiPluginAnsibleSearchCollectionVersionsApi* | [**rebuild**](docs/ApiPluginAnsibleSearchCollectionVersionsApi.md#rebuild) | **POST** {ansible_cross_repository_collection_version_index_href}api/v3/plugin/ansible/search/collection-versions/ |
98
97
  *PulpAnsibleClient::ApiRolesApi* | [**get**](docs/ApiRolesApi.md#get) | **GET** {ansible_role_href}api/v1/roles/ |
@@ -127,9 +126,7 @@ Class | Method | HTTP request | Description
127
126
  *PulpAnsibleClient::DistributionsAnsibleApi* | [**set_label**](docs/DistributionsAnsibleApi.md#set_label) | **POST** {ansible_ansible_distribution_href}set_label/ | Set a label
128
127
  *PulpAnsibleClient::DistributionsAnsibleApi* | [**unset_label**](docs/DistributionsAnsibleApi.md#unset_label) | **POST** {ansible_ansible_distribution_href}unset_label/ | Unset a label
129
128
  *PulpAnsibleClient::DistributionsAnsibleApi* | [**update**](docs/DistributionsAnsibleApi.md#update) | **PUT** {ansible_ansible_distribution_href} | Update an ansible distribution
130
- *PulpAnsibleClient::GalaxyDetailApi* | [**get**](docs/GalaxyDetailApi.md#get) | **GET** {ansible_collection_href} |
131
129
  *PulpAnsibleClient::PulpAnsibleApiApi* | [**get**](docs/PulpAnsibleApiApi.md#get) | **GET** /pulp_ansible/galaxy/{path}/api/ |
132
- *PulpAnsibleClient::PulpAnsibleApiV2CollectionsVersionsApi* | [**get**](docs/PulpAnsibleApiV2CollectionsVersionsApi.md#get) | **GET** /pulp_ansible/galaxy/{path}/api/v2/collections/{namespace}/{name}/versions/{version}/ |
133
130
  *PulpAnsibleClient::PulpAnsibleApiV3Api* | [**read**](docs/PulpAnsibleApiV3Api.md#read) | **GET** /pulp_ansible/galaxy/{path}/api/v3/ |
134
131
  *PulpAnsibleClient::PulpAnsibleApiV3ArtifactsCollectionsApi* | [**get**](docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md#get) | **GET** /pulp_ansible/galaxy/{path}/api/v3/artifacts/collections/{path}/{filename} |
135
132
  *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
+
@@ -5,9 +5,9 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
- **artifact** | **String** | Artifact file representing the physical content | [optional]
9
8
  **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
10
9
  **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
10
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
11
11
  **expected_name** | **String** | The name of the collection. | [optional]
12
12
  **expected_namespace** | **String** | The namespace of the collection. | [optional]
13
13
  **expected_version** | **String** | The version of the collection. | [optional]
@@ -18,9 +18,9 @@ Name | Type | Description | Notes
18
18
  require 'PulpAnsibleClient'
19
19
 
20
20
  instance = PulpAnsibleClient::AnsibleCollectionVersion.new(repository: null,
21
- artifact: null,
22
21
  file: null,
23
22
  upload: null,
23
+ artifact: null,
24
24
  expected_name: null,
25
25
  expected_namespace: null,
26
26
  expected_version: null)
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content | [optional]
8
7
  **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
8
  **pulp_href** | **String** | | [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
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
11
11
  **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
12
12
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
13
13
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
@@ -16,12 +16,12 @@ Name | Type | Description | Notes
16
16
  **sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
17
17
  **id** | **String** | A collection identifier. | [optional] [readonly]
18
18
  **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional] [readonly]
19
- **contents** | [**Object**](.md) | A JSON field with data about the contents. | [optional] [readonly]
20
- **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]
21
21
  **description** | **String** | A short summary description of the collection. | [optional] [readonly]
22
- **docs_blob** | [**Object**](.md) | A JSON field holding the various documentation blobs in the collection. | [optional] [readonly]
23
- **manifest** | [**Object**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly]
24
- **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]
25
25
  **documentation** | **String** | The URL to any online docs. | [optional] [readonly]
26
26
  **homepage** | **String** | The URL to the homepage of the collection/project. | [optional] [readonly]
27
27
  **issues** | **String** | The URL to the collection issue tracker. | [optional] [readonly]
@@ -38,10 +38,10 @@ Name | Type | Description | Notes
38
38
  ```ruby
39
39
  require 'PulpAnsibleClient'
40
40
 
41
- instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
42
- pulp_created: null,
43
- pulp_last_updated: null,
41
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
44
42
  pulp_href: null,
43
+ pulp_last_updated: null,
44
+ artifact: null,
45
45
  sha256: null,
46
46
  md5: null,
47
47
  sha1: 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
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
8
+ **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]
9
+ **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]
7
10
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
11
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
8
12
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
9
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
10
- **name** | **String** | A unique name for this remote. |
13
+ **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
14
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
+ **name** | **String** | A unique name for this remote. |
12
16
  **url** | **String** | The URL of an external content source. |
13
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [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
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
16
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
17
- **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]
18
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
19
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
20
- **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]
21
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
22
17
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
18
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
23
19
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
24
- **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
20
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
25
21
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
22
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
23
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
24
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
26
25
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
26
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
27
27
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
28
28
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
29
29
 
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::AnsibleGitRemote.new(password: null,
36
- proxy_url: null,
37
- client_key: null,
38
- name: null,
39
- proxy_username: null,
40
- url: null,
41
- pulp_labels: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(max_retries: null,
36
+ connect_timeout: null,
42
37
  sock_connect_timeout: null,
38
+ password: null,
43
39
  tls_validation: null,
44
- download_concurrency: null,
40
+ proxy_url: null,
45
41
  sock_read_timeout: null,
46
- client_cert: null,
47
- max_retries: null,
48
- connect_timeout: null,
49
- ca_cert: null,
42
+ proxy_username: null,
43
+ name: null,
44
+ url: null,
50
45
  rate_limit: null,
46
+ client_cert: null,
51
47
  username: null,
52
- proxy_password: null,
48
+ ca_cert: null,
53
49
  total_timeout: null,
50
+ download_concurrency: null,
51
+ proxy_password: null,
52
+ pulp_labels: null,
54
53
  headers: null,
54
+ client_key: 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
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
8
- **name** | **String** | A unique name for this remote. |
9
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
- **url** | **String** | The URL of an external content source. |
11
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
7
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
8
+ **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]
12
9
  **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]
13
10
  **pulp_href** | **String** | | [optional] [readonly]
14
11
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
12
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
16
13
  **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]
14
+ **name** | **String** | A unique name for this remote. |
15
+ **url** | **String** | The URL of an external content source. |
16
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
17
17
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
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
- **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
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
21
18
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
22
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
23
- **hidden_fields** | [**Array&lt;AnsibleCollectionRemoteResponseHiddenFields&gt;**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
24
19
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
20
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
21
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
22
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
25
23
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
24
+ **hidden_fields** | [**Array&lt;AnsibleCollectionRemoteResponseHiddenFields&gt;**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
25
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
26
26
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
27
27
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
28
28
 
@@ -31,25 +31,25 @@ Name | Type | Description | Notes
31
31
  ```ruby
32
32
  require 'PulpAnsibleClient'
33
33
 
34
- instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(proxy_url: null,
35
- name: null,
36
- pulp_created: null,
37
- url: null,
38
- pulp_labels: null,
34
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(max_retries: null,
35
+ connect_timeout: null,
39
36
  sock_connect_timeout: null,
40
37
  pulp_href: null,
41
38
  tls_validation: null,
42
- download_concurrency: null,
39
+ proxy_url: null,
43
40
  sock_read_timeout: null,
41
+ name: null,
42
+ url: null,
43
+ rate_limit: null,
44
44
  client_cert: null,
45
- max_retries: null,
46
- connect_timeout: null,
47
- pulp_last_updated: null,
48
45
  ca_cert: null,
49
- rate_limit: null,
50
- hidden_fields: null,
51
46
  total_timeout: null,
47
+ pulp_created: null,
48
+ download_concurrency: null,
49
+ pulp_labels: null,
52
50
  headers: null,
51
+ hidden_fields: null,
52
+ pulp_last_updated: null,
53
53
  metadata_only: null,
54
54
  git_ref: null)
55
55
  ```
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content |
8
7
  **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
8
  **pulp_href** | **String** | | [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
+ **artifact** | **String** | Artifact file representing the physical content |
11
11
  **version** | **String** | |
12
12
  **name** | **String** | |
13
13
  **namespace** | **String** | |
@@ -17,10 +17,10 @@ Name | Type | Description | Notes
17
17
  ```ruby
18
18
  require 'PulpAnsibleClient'
19
19
 
20
- instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
21
- pulp_created: null,
22
- pulp_last_updated: null,
20
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
23
21
  pulp_href: null,
22
+ pulp_last_updated: null,
23
+ artifact: null,
24
24
  version: null,
25
25
  name: null,
26
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
 
@@ -19,8 +19,8 @@ Name | Type | Description | Notes
19
19
  **metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | | [optional] [readonly]
20
20
  **git_url** | **String** | Get the git URL. | [optional] [readonly]
21
21
  **git_commit_sha** | **String** | Get the git commit sha. | [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
+ **manifest** | [**AnyType**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly]
23
+ **files** | [**AnyType**](.md) | A JSON field holding FILES.json data. | [optional] [readonly]
24
24
 
25
25
  ## Code Sample
26
26
 
@@ -12,11 +12,11 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > AnsibleCollectionResponse create(ansible_collection)
15
+ > AsyncOperationResponse create(ansible_ansible_collection_deprecated)
16
16
 
17
17
  Create an ansible collection deprecated
18
18
 
19
- ViewSet for AnsibleCollectionDeprecated.
19
+ Trigger an asynchronous task to create content,optionally create new repository version.
20
20
 
21
21
  ### Example
22
22
 
@@ -31,11 +31,11 @@ PulpAnsibleClient.configure do |config|
31
31
  end
32
32
 
33
33
  api_instance = PulpAnsibleClient::ContentCollectionDeprecationsApi.new
34
- ansible_collection = PulpAnsibleClient::AnsibleCollection.new # AnsibleCollection |
34
+ ansible_ansible_collection_deprecated = PulpAnsibleClient::AnsibleAnsibleCollectionDeprecated.new # AnsibleAnsibleCollectionDeprecated |
35
35
 
36
36
  begin
37
37
  #Create an ansible collection deprecated
38
- result = api_instance.create(ansible_collection)
38
+ result = api_instance.create(ansible_ansible_collection_deprecated)
39
39
  p result
40
40
  rescue PulpAnsibleClient::ApiError => e
41
41
  puts "Exception when calling ContentCollectionDeprecationsApi->create: #{e}"
@@ -47,11 +47,11 @@ end
47
47
 
48
48
  Name | Type | Description | Notes
49
49
  ------------- | ------------- | ------------- | -------------
50
- **ansible_collection** | [**AnsibleCollection**](AnsibleCollection.md)| |
50
+ **ansible_ansible_collection_deprecated** | [**AnsibleAnsibleCollectionDeprecated**](AnsibleAnsibleCollectionDeprecated.md)| |
51
51
 
52
52
  ### Return type
53
53
 
54
- [**AnsibleCollectionResponse**](AnsibleCollectionResponse.md)
54
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
 
66
66
  ## list
67
67
 
68
- > PaginatedansibleCollectionResponseList list(opts)
68
+ > PaginatedansibleAnsibleCollectionDeprecatedResponseList list(opts)
69
69
 
70
70
  List ansible collection deprecateds
71
71
 
@@ -128,7 +128,7 @@ Name | Type | Description | Notes
128
128
 
129
129
  ### Return type
130
130
 
131
- [**PaginatedansibleCollectionResponseList**](PaginatedansibleCollectionResponseList.md)
131
+ [**PaginatedansibleAnsibleCollectionDeprecatedResponseList**](PaginatedansibleAnsibleCollectionDeprecatedResponseList.md)
132
132
 
133
133
  ### Authorization
134
134
 
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142
142
 
143
143
  ## read
144
144
 
145
- > AnsibleCollectionResponse read(ansible_ansible_collection_deprecated_href, opts)
145
+ > AnsibleAnsibleCollectionDeprecatedResponse read(ansible_ansible_collection_deprecated_href, opts)
146
146
 
147
147
  Inspect an ansible collection deprecated
148
148
 
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
187
 
188
188
  ### Return type
189
189
 
190
- [**AnsibleCollectionResponse**](AnsibleCollectionResponse.md)
190
+ [**AnsibleAnsibleCollectionDeprecatedResponse**](AnsibleAnsibleCollectionDeprecatedResponse.md)
191
191
 
192
192
  ### Authorization
193
193