pulp_ansible_client 0.2.0b12 → 0.2.0b13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +21 -11
  3. data/docs/AnsibleAnsibleDistributionRead.md +31 -0
  4. data/docs/AnsibleAnsibleRemote.md +7 -3
  5. data/docs/AnsibleAnsibleRemoteRead.md +43 -0
  6. data/docs/AnsibleAnsibleRepositoryRead.md +27 -0
  7. data/docs/{AnsibleCollection.md → AnsibleCollectionRead.md} +2 -2
  8. data/docs/AnsibleCollectionRemote.md +7 -3
  9. data/docs/AnsibleCollectionRemoteRead.md +45 -0
  10. data/docs/AnsibleCollectionVersion.md +4 -4
  11. data/docs/AnsibleCollectionVersionRead.md +67 -0
  12. data/docs/AnsibleCollectionsApi.md +1 -1
  13. data/docs/AnsibleRole.md +4 -4
  14. data/docs/AnsibleRoleRead.md +27 -0
  15. data/docs/{CollectionImportDetail.md → CollectionImportDetailRead.md} +2 -2
  16. data/docs/CollectionRead.md +31 -0
  17. data/docs/CollectionVersionRead.md +37 -0
  18. data/docs/ContentCollectionVersionsApi.md +5 -5
  19. data/docs/ContentRolesApi.md +5 -5
  20. data/docs/DistributionsAnsibleApi.md +3 -3
  21. data/docs/GalaxyCollectionRead.md +23 -0
  22. data/docs/{GalaxyCollectionVersion.md → GalaxyCollectionVersionRead.md} +2 -2
  23. data/docs/{GalaxyRole.md → GalaxyRoleRead.md} +2 -2
  24. data/docs/{GalaxyRoleVersion.md → GalaxyRoleVersionRead.md} +2 -2
  25. data/docs/InlineResponse200.md +1 -1
  26. data/docs/InlineResponse2001.md +1 -1
  27. data/docs/InlineResponse20010.md +1 -1
  28. data/docs/InlineResponse20011.md +1 -1
  29. data/docs/InlineResponse20012.md +1 -1
  30. data/docs/InlineResponse20013.md +1 -1
  31. data/docs/InlineResponse2002.md +1 -1
  32. data/docs/InlineResponse2003.md +1 -1
  33. data/docs/InlineResponse2004.md +1 -1
  34. data/docs/InlineResponse2005.md +1 -1
  35. data/docs/InlineResponse2006.md +1 -1
  36. data/docs/InlineResponse2007.md +1 -1
  37. data/docs/InlineResponse2008.md +1 -1
  38. data/docs/InlineResponse2009.md +1 -1
  39. data/docs/PulpAnsibleApiApi.md +1 -1
  40. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +5 -5
  41. data/docs/PulpAnsibleGalaxyApiRolesApi.md +1 -1
  42. data/docs/PulpAnsibleGalaxyApiV1VersionsApi.md +1 -1
  43. data/docs/PulpAnsibleGalaxyApiV2VersionsApi.md +1 -1
  44. data/docs/PulpAnsibleGalaxyApiV3CollectionsApi.md +3 -3
  45. data/docs/PulpAnsibleTagsApi.md +1 -1
  46. data/docs/RemotesAnsibleApi.md +5 -5
  47. data/docs/RemotesCollectionApi.md +5 -5
  48. data/docs/RepositoriesAnsibleApi.md +10 -10
  49. data/docs/RepositoriesAnsibleVersionsApi.md +3 -3
  50. data/docs/RepositoryVersionRead.md +25 -0
  51. data/docs/{Tag.md → TagRead.md} +2 -2
  52. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +6 -6
  53. data/lib/pulp_ansible_client/api/content_roles_api.rb +6 -6
  54. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +3 -3
  55. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +6 -6
  56. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +3 -3
  57. data/lib/pulp_ansible_client/api/remotes_ansible_api.rb +6 -6
  58. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +6 -6
  59. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +15 -15
  60. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +3 -3
  61. data/lib/pulp_ansible_client/configuration.rb +2 -2
  62. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_read.rb +327 -0
  63. data/lib/pulp_ansible_client/models/ansible_ansible_remote.rb +56 -4
  64. data/lib/pulp_ansible_client/models/ansible_ansible_remote_read.rb +531 -0
  65. data/lib/pulp_ansible_client/models/ansible_ansible_repository_read.rb +294 -0
  66. data/lib/pulp_ansible_client/models/{ansible_collection.rb → ansible_collection_read.rb} +3 -3
  67. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +56 -4
  68. data/lib/pulp_ansible_client/models/ansible_collection_remote_read.rb +557 -0
  69. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +35 -35
  70. data/lib/pulp_ansible_client/models/ansible_collection_version_read.rb +816 -0
  71. data/lib/pulp_ansible_client/models/ansible_role.rb +15 -15
  72. data/lib/pulp_ansible_client/models/ansible_role_read.rb +330 -0
  73. data/lib/pulp_ansible_client/models/{collection_import_detail.rb → collection_import_detail_read.rb} +3 -3
  74. data/lib/pulp_ansible_client/models/collection_read.rb +314 -0
  75. data/lib/pulp_ansible_client/models/collection_version_read.rb +370 -0
  76. data/lib/pulp_ansible_client/models/galaxy_collection_read.rb +281 -0
  77. data/lib/pulp_ansible_client/models/{galaxy_collection_version.rb → galaxy_collection_version_read.rb} +3 -3
  78. data/lib/pulp_ansible_client/models/{galaxy_role.rb → galaxy_role_read.rb} +3 -3
  79. data/lib/pulp_ansible_client/models/{galaxy_role_version.rb → galaxy_role_version_read.rb} +3 -3
  80. data/lib/pulp_ansible_client/models/inline_response200.rb +1 -1
  81. data/lib/pulp_ansible_client/models/inline_response2001.rb +1 -1
  82. data/lib/pulp_ansible_client/models/inline_response20010.rb +1 -1
  83. data/lib/pulp_ansible_client/models/inline_response20011.rb +1 -1
  84. data/lib/pulp_ansible_client/models/inline_response20012.rb +1 -1
  85. data/lib/pulp_ansible_client/models/inline_response20013.rb +1 -1
  86. data/lib/pulp_ansible_client/models/inline_response2002.rb +1 -1
  87. data/lib/pulp_ansible_client/models/inline_response2003.rb +1 -1
  88. data/lib/pulp_ansible_client/models/inline_response2004.rb +1 -1
  89. data/lib/pulp_ansible_client/models/inline_response2005.rb +1 -1
  90. data/lib/pulp_ansible_client/models/inline_response2006.rb +1 -1
  91. data/lib/pulp_ansible_client/models/inline_response2007.rb +1 -1
  92. data/lib/pulp_ansible_client/models/inline_response2008.rb +1 -1
  93. data/lib/pulp_ansible_client/models/inline_response2009.rb +1 -1
  94. data/lib/pulp_ansible_client/models/repository_version_read.rb +244 -0
  95. data/lib/pulp_ansible_client/models/{tag.rb → tag_read.rb} +3 -3
  96. data/lib/pulp_ansible_client/version.rb +1 -1
  97. data/lib/pulp_ansible_client.rb +16 -6
  98. data/spec/api/content_collection_versions_api_spec.rb +2 -2
  99. data/spec/api/content_roles_api_spec.rb +2 -2
  100. data/spec/api/distributions_ansible_api_spec.rb +1 -1
  101. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +2 -2
  102. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
  103. data/spec/api/remotes_ansible_api_spec.rb +2 -2
  104. data/spec/api/remotes_collection_api_spec.rb +2 -2
  105. data/spec/api/repositories_ansible_api_spec.rb +6 -6
  106. data/spec/api/repositories_ansible_versions_api_spec.rb +1 -1
  107. data/spec/configuration_spec.rb +3 -3
  108. data/spec/models/ansible_ansible_distribution_read_spec.rb +83 -0
  109. data/spec/models/ansible_ansible_remote_read_spec.rb +123 -0
  110. data/spec/models/ansible_ansible_remote_spec.rb +12 -0
  111. data/spec/models/ansible_ansible_repository_read_spec.rb +71 -0
  112. data/spec/models/{ansible_collection_spec.rb → ansible_collection_read_spec.rb} +6 -6
  113. data/spec/models/ansible_collection_remote_read_spec.rb +129 -0
  114. data/spec/models/ansible_collection_remote_spec.rb +12 -0
  115. data/spec/models/ansible_collection_version_read_spec.rb +191 -0
  116. data/spec/models/ansible_collection_version_spec.rb +2 -2
  117. data/spec/models/ansible_role_read_spec.rb +71 -0
  118. data/spec/models/ansible_role_spec.rb +2 -2
  119. data/spec/models/{collection_import_detail_spec.rb → collection_import_detail_read_spec.rb} +6 -6
  120. data/spec/models/collection_read_spec.rb +83 -0
  121. data/spec/models/collection_version_read_spec.rb +105 -0
  122. data/spec/models/galaxy_collection_read_spec.rb +59 -0
  123. data/spec/models/{galaxy_collection_version_spec.rb → galaxy_collection_version_read_spec.rb} +6 -6
  124. data/spec/models/{galaxy_role_spec.rb → galaxy_role_read_spec.rb} +6 -6
  125. data/spec/models/{galaxy_role_version_spec.rb → galaxy_role_version_read_spec.rb} +6 -6
  126. data/spec/models/repository_version_read_spec.rb +65 -0
  127. data/spec/models/{tag_spec.rb → tag_read_spec.rb} +6 -6
  128. metadata +66 -26
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::DistributionsAnsibleApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -251,7 +251,7 @@ Name | Type | Description | Notes
251
251
 
252
252
  ## read
253
253
 
254
- > AnsibleAnsibleDistribution read(ansible_distribution_href, opts)
254
+ > AnsibleAnsibleDistributionRead read(ansible_distribution_href, opts)
255
255
 
256
256
  Inspect an ansible distribution
257
257
 
@@ -296,7 +296,7 @@ Name | Type | Description | Notes
296
296
 
297
297
  ### Return type
298
298
 
299
- [**AnsibleAnsibleDistribution**](AnsibleAnsibleDistribution.md)
299
+ [**AnsibleAnsibleDistributionRead**](AnsibleAnsibleDistributionRead.md)
300
300
 
301
301
  ### Authorization
302
302
 
@@ -0,0 +1,23 @@
1
+ # PulpAnsibleClient::GalaxyCollectionRead
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | |
8
+ **namespace** | **String** | |
9
+ **href** | **String** | | [optional] [readonly]
10
+ **versions_url** | **String** | | [optional] [readonly]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpAnsibleClient'
16
+
17
+ instance = PulpAnsibleClient::GalaxyCollectionRead.new(name: null,
18
+ namespace: null,
19
+ href: null,
20
+ versions_url: null)
21
+ ```
22
+
23
+
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::GalaxyCollectionVersion
1
+ # PulpAnsibleClient::GalaxyCollectionVersionRead
2
2
 
3
3
  ## Properties
4
4
 
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  ```ruby
17
17
  require 'PulpAnsibleClient'
18
18
 
19
- instance = PulpAnsibleClient::GalaxyCollectionVersion.new(version: null,
19
+ instance = PulpAnsibleClient::GalaxyCollectionVersionRead.new(version: null,
20
20
  href: null,
21
21
  namespace: null,
22
22
  collection: null,
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::GalaxyRole
1
+ # PulpAnsibleClient::GalaxyRoleRead
2
2
 
3
3
  ## Properties
4
4
 
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
13
13
  ```ruby
14
14
  require 'PulpAnsibleClient'
15
15
 
16
- instance = PulpAnsibleClient::GalaxyRole.new(id: null,
16
+ instance = PulpAnsibleClient::GalaxyRoleRead.new(id: null,
17
17
  name: null,
18
18
  namespace: null)
19
19
  ```
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::GalaxyRoleVersion
1
+ # PulpAnsibleClient::GalaxyRoleVersionRead
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  ```ruby
13
13
  require 'PulpAnsibleClient'
14
14
 
15
- instance = PulpAnsibleClient::GalaxyRoleVersion.new(name: null,
15
+ instance = PulpAnsibleClient::GalaxyRoleVersionRead.new(name: null,
16
16
  source: null)
17
17
  ```
18
18
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleCollection>**](AnsibleCollection.md) | |
10
+ **results** | [**Array<AnsibleCollectionRead>**](AnsibleCollectionRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleCollectionVersion>**](AnsibleCollectionVersion.md) | |
10
+ **results** | [**Array<AnsibleCollectionVersionRead>**](AnsibleCollectionVersionRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GalaxyRoleVersion>**](GalaxyRoleVersion.md) | |
10
+ **results** | [**Array<GalaxyRoleVersionRead>**](GalaxyRoleVersionRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GalaxyCollection>**](GalaxyCollection.md) | |
10
+ **results** | [**Array<GalaxyCollectionRead>**](GalaxyCollectionRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GalaxyCollectionVersion>**](GalaxyCollectionVersion.md) | |
10
+ **results** | [**Array<GalaxyCollectionVersionRead>**](GalaxyCollectionVersionRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<Collection>**](Collection.md) | |
10
+ **results** | [**Array<CollectionRead>**](CollectionRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleRole>**](AnsibleRole.md) | |
10
+ **results** | [**Array<AnsibleRoleRead>**](AnsibleRoleRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleAnsibleDistribution>**](AnsibleAnsibleDistribution.md) | |
10
+ **results** | [**Array<AnsibleAnsibleDistributionRead>**](AnsibleAnsibleDistributionRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<Tag>**](Tag.md) | |
10
+ **results** | [**Array<TagRead>**](TagRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleAnsibleRemote>**](AnsibleAnsibleRemote.md) | |
10
+ **results** | [**Array<AnsibleAnsibleRemoteRead>**](AnsibleAnsibleRemoteRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleCollectionRemote>**](AnsibleCollectionRemote.md) | |
10
+ **results** | [**Array<AnsibleCollectionRemoteRead>**](AnsibleCollectionRemoteRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<AnsibleAnsibleRepository>**](AnsibleAnsibleRepository.md) | |
10
+ **results** | [**Array<AnsibleAnsibleRepositoryRead>**](AnsibleAnsibleRepositoryRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RepositoryVersion>**](RepositoryVersion.md) | |
10
+ **results** | [**Array<RepositoryVersionRead>**](RepositoryVersionRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<GalaxyRole>**](GalaxyRole.md) | |
10
+ **results** | [**Array<GalaxyRoleRead>**](GalaxyRoleRead.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleApiApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -13,7 +13,7 @@ Method | HTTP request | Description
13
13
 
14
14
  ## create
15
15
 
16
- > GalaxyCollection create(path, data)
16
+ > GalaxyCollectionRead create(path, data)
17
17
 
18
18
 
19
19
 
@@ -53,7 +53,7 @@ Name | Type | Description | Notes
53
53
 
54
54
  ### Return type
55
55
 
56
- [**GalaxyCollection**](GalaxyCollection.md)
56
+ [**GalaxyCollectionRead**](GalaxyCollectionRead.md)
57
57
 
58
58
  ### Authorization
59
59
 
@@ -189,7 +189,7 @@ Name | Type | Description | Notes
189
189
 
190
190
  ## read
191
191
 
192
- > GalaxyCollection read(collection_href, opts)
192
+ > GalaxyCollectionRead read(collection_href, opts)
193
193
 
194
194
 
195
195
 
@@ -233,7 +233,7 @@ Name | Type | Description | Notes
233
233
 
234
234
  ### Return type
235
235
 
236
- [**GalaxyCollection**](GalaxyCollection.md)
236
+ [**GalaxyCollectionRead**](GalaxyCollectionRead.md)
237
237
 
238
238
  ### Authorization
239
239
 
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleGalaxyApiRolesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleGalaxyApiV1VersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleGalaxyApiV2VersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleGalaxyApiV3CollectionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -76,7 +76,7 @@ Name | Type | Description | Notes
76
76
 
77
77
  ## read
78
78
 
79
- > CollectionImportDetail read(collection_import_href, opts)
79
+ > CollectionImportDetailRead read(collection_import_href, opts)
80
80
 
81
81
  Inspect a collection import
82
82
 
@@ -123,7 +123,7 @@ Name | Type | Description | Notes
123
123
 
124
124
  ### Return type
125
125
 
126
- [**CollectionImportDetail**](CollectionImportDetail.md)
126
+ [**CollectionImportDetailRead**](CollectionImportDetailRead.md)
127
127
 
128
128
  ### Authorization
129
129
 
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::PulpAnsibleTagsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::RemotesAnsibleApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
 
16
16
  ## create
17
17
 
18
- > AnsibleAnsibleRemote create(data)
18
+ > AnsibleAnsibleRemoteRead create(data)
19
19
 
20
20
  Create an ansible remote
21
21
 
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
54
54
 
55
55
  ### Return type
56
56
 
57
- [**AnsibleAnsibleRemote**](AnsibleAnsibleRemote.md)
57
+ [**AnsibleAnsibleRemoteRead**](AnsibleAnsibleRemoteRead.md)
58
58
 
59
59
  ### Authorization
60
60
 
@@ -255,7 +255,7 @@ Name | Type | Description | Notes
255
255
 
256
256
  ## read
257
257
 
258
- > AnsibleAnsibleRemote read(ansible_remote_href, opts)
258
+ > AnsibleAnsibleRemoteRead read(ansible_remote_href, opts)
259
259
 
260
260
  Inspect an ansible remote
261
261
 
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
300
300
 
301
301
  ### Return type
302
302
 
303
- [**AnsibleAnsibleRemote**](AnsibleAnsibleRemote.md)
303
+ [**AnsibleAnsibleRemoteRead**](AnsibleAnsibleRemoteRead.md)
304
304
 
305
305
  ### Authorization
306
306
 
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::RemotesCollectionApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
 
16
16
  ## create
17
17
 
18
- > AnsibleCollectionRemote create(data)
18
+ > AnsibleCollectionRemoteRead create(data)
19
19
 
20
20
  Create a collection remote
21
21
 
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
54
54
 
55
55
  ### Return type
56
56
 
57
- [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)
57
+ [**AnsibleCollectionRemoteRead**](AnsibleCollectionRemoteRead.md)
58
58
 
59
59
  ### Authorization
60
60
 
@@ -255,7 +255,7 @@ Name | Type | Description | Notes
255
255
 
256
256
  ## read
257
257
 
258
- > AnsibleCollectionRemote read(collection_remote_href, opts)
258
+ > AnsibleCollectionRemoteRead read(collection_remote_href, opts)
259
259
 
260
260
  Inspect a collection remote
261
261
 
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
300
300
 
301
301
  ### Return type
302
302
 
303
- [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)
303
+ [**AnsibleCollectionRemoteRead**](AnsibleCollectionRemoteRead.md)
304
304
 
305
305
  ### Authorization
306
306
 
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::RepositoriesAnsibleApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -17,7 +17,7 @@ Method | HTTP request | Description
17
17
 
18
18
  ## create
19
19
 
20
- > AnsibleAnsibleRepository create(data)
20
+ > AnsibleAnsibleRepositoryRead create(data)
21
21
 
22
22
  Create an ansible repository
23
23
 
@@ -56,7 +56,7 @@ Name | Type | Description | Notes
56
56
 
57
57
  ### Return type
58
58
 
59
- [**AnsibleAnsibleRepository**](AnsibleAnsibleRepository.md)
59
+ [**AnsibleAnsibleRepositoryRead**](AnsibleAnsibleRepositoryRead.md)
60
60
 
61
61
  ### Authorization
62
62
 
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
74
74
 
75
75
  Delete an ansible repository
76
76
 
77
- Trigger an asynchronous task to delete a repository.
77
+ Trigger an asynchronous delete task
78
78
 
79
79
  ### Example
80
80
 
@@ -245,11 +245,11 @@ Name | Type | Description | Notes
245
245
 
246
246
  ## partial_update
247
247
 
248
- > AnsibleAnsibleRepository partial_update(ansible_repository_href, data)
248
+ > AsyncOperationResponse partial_update(ansible_repository_href, data)
249
249
 
250
250
  Partially update an ansible repository
251
251
 
252
- ViewSet for Ansible Remotes.
252
+ Trigger an asynchronous partial update task
253
253
 
254
254
  ### Example
255
255
 
@@ -286,7 +286,7 @@ Name | Type | Description | Notes
286
286
 
287
287
  ### Return type
288
288
 
289
- [**AnsibleAnsibleRepository**](AnsibleAnsibleRepository.md)
289
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
290
290
 
291
291
  ### Authorization
292
292
 
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
300
300
 
301
301
  ## read
302
302
 
303
- > AnsibleAnsibleRepository read(ansible_repository_href, opts)
303
+ > AnsibleAnsibleRepositoryRead read(ansible_repository_href, opts)
304
304
 
305
305
  Inspect an ansible repository
306
306
 
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
345
345
 
346
346
  ### Return type
347
347
 
348
- [**AnsibleAnsibleRepository**](AnsibleAnsibleRepository.md)
348
+ [**AnsibleAnsibleRepositoryRead**](AnsibleAnsibleRepositoryRead.md)
349
349
 
350
350
  ### Authorization
351
351
 
@@ -417,7 +417,7 @@ Name | Type | Description | Notes
417
417
 
418
418
  Update an ansible repository
419
419
 
420
- Trigger an asynchronous task to update a repository.
420
+ Trigger an asynchronous update task
421
421
 
422
422
  ### Example
423
423
 
@@ -1,6 +1,6 @@
1
1
  # PulpAnsibleClient::RepositoriesAnsibleVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -157,7 +157,7 @@ Name | Type | Description | Notes
157
157
 
158
158
  ## read
159
159
 
160
- > RepositoryVersion read(ansible_repository_version_href, opts)
160
+ > RepositoryVersionRead read(ansible_repository_version_href, opts)
161
161
 
162
162
  Inspect a repository version
163
163
 
@@ -202,7 +202,7 @@ Name | Type | Description | Notes
202
202
 
203
203
  ### Return type
204
204
 
205
- [**RepositoryVersion**](RepositoryVersion.md)
205
+ [**RepositoryVersionRead**](RepositoryVersionRead.md)
206
206
 
207
207
  ### Authorization
208
208
 
@@ -0,0 +1,25 @@
1
+ # PulpAnsibleClient::RepositoryVersionRead
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
+ **number** | **Integer** | | [optional] [readonly]
10
+ **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
11
+ **content_summary** | [**ContentSummary**](ContentSummary.md) | | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'PulpAnsibleClient'
17
+
18
+ instance = PulpAnsibleClient::RepositoryVersionRead.new(pulp_href: null,
19
+ pulp_created: null,
20
+ number: null,
21
+ base_version: null,
22
+ content_summary: null)
23
+ ```
24
+
25
+
@@ -1,4 +1,4 @@
1
- # PulpAnsibleClient::Tag
1
+ # PulpAnsibleClient::TagRead
2
2
 
3
3
  ## Properties
4
4
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  ```ruby
12
12
  require 'PulpAnsibleClient'
13
13
 
14
- instance = PulpAnsibleClient::Tag.new(name: null)
14
+ instance = PulpAnsibleClient::TagRead.new(name: null)
15
15
  ```
16
16
 
17
17
 
@@ -23,7 +23,7 @@ module PulpAnsibleClient
23
23
  # ViewSet for Ansible Collection.
24
24
  # @param data [AnsibleCollectionVersion]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [AnsibleCollectionVersion]
26
+ # @return [AnsibleCollectionVersionRead]
27
27
  def create(data, opts = {})
28
28
  data, _status_code, _headers = create_with_http_info(data, opts)
29
29
  data
@@ -33,7 +33,7 @@ module PulpAnsibleClient
33
33
  # ViewSet for Ansible Collection.
34
34
  # @param data [AnsibleCollectionVersion]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(AnsibleCollectionVersion, Integer, Hash)>] AnsibleCollectionVersion data, response status code and response headers
36
+ # @return [Array<(AnsibleCollectionVersionRead, Integer, Hash)>] AnsibleCollectionVersionRead data, response status code and response headers
37
37
  def create_with_http_info(data, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: ContentCollectionVersionsApi.create ...'
@@ -62,7 +62,7 @@ module PulpAnsibleClient
62
62
  post_body = opts[:body] || @api_client.object_to_http_body(data)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'AnsibleCollectionVersion'
65
+ return_type = opts[:return_type] || 'AnsibleCollectionVersionRead'
66
66
 
67
67
  # auth_names
68
68
  auth_names = opts[:auth_names] || ['Basic']
@@ -193,7 +193,7 @@ module PulpAnsibleClient
193
193
  # @param [Hash] opts the optional parameters
194
194
  # @option opts [String] :fields A list of fields to include in the response.
195
195
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
196
- # @return [AnsibleCollectionVersion]
196
+ # @return [AnsibleCollectionVersionRead]
197
197
  def read(collection_version_href, opts = {})
198
198
  data, _status_code, _headers = read_with_http_info(collection_version_href, opts)
199
199
  data
@@ -205,7 +205,7 @@ module PulpAnsibleClient
205
205
  # @param [Hash] opts the optional parameters
206
206
  # @option opts [String] :fields A list of fields to include in the response.
207
207
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
208
- # @return [Array<(AnsibleCollectionVersion, Integer, Hash)>] AnsibleCollectionVersion data, response status code and response headers
208
+ # @return [Array<(AnsibleCollectionVersionRead, Integer, Hash)>] AnsibleCollectionVersionRead data, response status code and response headers
209
209
  def read_with_http_info(collection_version_href, opts = {})
210
210
  if @api_client.config.debugging
211
211
  @api_client.config.logger.debug 'Calling API: ContentCollectionVersionsApi.read ...'
@@ -234,7 +234,7 @@ module PulpAnsibleClient
234
234
  post_body = opts[:body]
235
235
 
236
236
  # return_type
237
- return_type = opts[:return_type] || 'AnsibleCollectionVersion'
237
+ return_type = opts[:return_type] || 'AnsibleCollectionVersionRead'
238
238
 
239
239
  # auth_names
240
240
  auth_names = opts[:auth_names] || ['Basic']