pulp_ansible_client 0.2.0b15 → 0.2.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.
- checksums.yaml +4 -4
- data/README.md +88 -61
- data/docs/AnsibleAnsibleDistribution.md +2 -8
- data/docs/AnsibleAnsibleDistributionResponse.md +31 -0
- data/docs/AnsibleAnsibleRepository.md +4 -10
- data/docs/AnsibleAnsibleRepositoryResponse.md +29 -0
- data/docs/AnsibleCollectionRemote.md +4 -10
- data/docs/AnsibleCollectionRemoteResponse.md +49 -0
- data/docs/{AnsibleCollection.md → AnsibleCollectionResponse.md} +2 -2
- data/docs/AnsibleCollectionVersion.md +5 -25
- data/docs/AnsibleCollectionVersionResponse.md +67 -0
- data/docs/AnsibleCollectionsApi.md +47 -47
- data/docs/AnsibleRole.md +1 -5
- data/docs/AnsibleRoleRemote.md +37 -0
- data/docs/{AnsibleAnsibleRemote.md → AnsibleRoleRemoteResponse.md} +5 -5
- data/docs/AnsibleRoleResponse.md +27 -0
- data/docs/{AnsibleTag.md → AnsibleTagResponse.md} +2 -2
- data/docs/CertificationEnum.md +16 -0
- data/docs/Collection.md +2 -12
- data/docs/CollectionImportApi.md +70 -0
- data/docs/{CollectionImportDetail.md → CollectionImportDetailResponse.md} +2 -2
- data/docs/CollectionMetadata.md +1 -19
- data/docs/CollectionMetadataResponse.md +35 -0
- data/docs/CollectionNamespaceResponse.md +17 -0
- data/docs/CollectionOneShot.md +25 -0
- data/docs/CollectionRef.md +1 -3
- data/docs/CollectionRefResponse.md +21 -0
- data/docs/CollectionResponse.md +31 -0
- data/docs/CollectionVersion.md +3 -19
- data/docs/CollectionVersionResponse.md +37 -0
- data/docs/ContentCollectionVersionsApi.md +42 -42
- data/docs/ContentRolesApi.md +32 -32
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DistributionsAnsibleApi.md +108 -60
- data/docs/GalaxyCollection.md +1 -5
- data/docs/GalaxyCollectionListApi.md +65 -0
- data/docs/GalaxyCollectionResponse.md +23 -0
- data/docs/{GalaxyCollectionVersion.md → GalaxyCollectionVersionResponse.md} +7 -7
- data/docs/GalaxyDetailApi.md +61 -0
- data/docs/{GalaxyRole.md → GalaxyRoleResponse.md} +3 -3
- data/docs/{GalaxyRoleVersion.md → GalaxyRoleVersionResponse.md} +3 -3
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +3 -3
- data/docs/InlineResponse20011.md +3 -3
- data/docs/InlineResponse20012.md +3 -3
- data/docs/InlineResponse20013.md +3 -3
- data/docs/InlineResponse20014.md +23 -0
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/InlineResponse2009.md +3 -3
- data/docs/PatchedansibleAnsibleDistribution.md +25 -0
- data/docs/PatchedansibleAnsibleRepository.md +21 -0
- data/docs/PatchedansibleCollectionRemote.md +43 -0
- data/docs/PatchedansibleRoleRemote.md +37 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PulpAnsibleApiApi.md +6 -12
- data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +37 -108
- data/docs/PulpAnsibleGalaxyApiV2VersionsApi.md +17 -22
- data/docs/PulpAnsibleGalaxyApiV3CollectionsApi.md +1 -69
- data/docs/PulpAnsibleGalaxyApiV3CollectionsCertifiedApi.md +63 -0
- data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +172 -0
- data/docs/PulpAnsibleTagsApi.md +4 -4
- data/docs/RemotesCollectionApi.md +127 -67
- data/docs/RemotesRoleApi.md +428 -0
- data/docs/RepositoriesAnsibleApi.md +100 -76
- data/docs/RepositoriesAnsibleVersionsApi.md +96 -64
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositorySyncURL.md +1 -1
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/docs/{PulpAnsibleGalaxyApiV1VersionsApi.md → RoleListApi.md} +9 -17
- data/docs/{Tag.md → TagResponse.md} +2 -2
- data/docs/{PulpAnsibleGalaxyApiRolesApi.md → V1RolesApi.md} +9 -15
- data/docs/V2CollectionsApi.md +112 -0
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +74 -90
- data/lib/pulp_ansible_client/api/collection_import_api.rb +93 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +67 -63
- data/lib/pulp_ansible_client/api/content_roles_api.rb +48 -48
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +153 -90
- data/lib/pulp_ansible_client/api/galaxy_collection_list_api.rb +94 -0
- data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +88 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +9 -9
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +77 -122
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +38 -28
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +3 -90
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_certified_api.rb +108 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +264 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +6 -6
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +184 -103
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +532 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +151 -124
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +141 -96
- data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_api_v1_versions_api.rb → role_list_api.rb} +15 -21
- data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_api_roles_api.rb → v1_roles_api.rb} +15 -15
- data/lib/pulp_ansible_client/api/v2_collections_api.rb +159 -0
- data/lib/pulp_ansible_client/api_client.rb +2 -2
- data/lib/pulp_ansible_client/api_error.rb +2 -2
- data/lib/pulp_ansible_client/configuration.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +8 -74
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +290 -0
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +18 -78
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +271 -0
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +7 -232
- data/lib/pulp_ansible_client/models/{ansible_ansible_remote.rb → ansible_collection_remote_response.rb} +66 -166
- data/lib/pulp_ansible_client/models/{ansible_collection.rb → ansible_collection_response.rb} +6 -43
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +55 -250
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +721 -0
- data/lib/pulp_ansible_client/models/ansible_role.rb +4 -79
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +339 -0
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +368 -0
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +274 -0
- data/lib/pulp_ansible_client/models/{ansible_tag.rb → ansible_tag_response.rb} +6 -20
- data/lib/pulp_ansible_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_ansible_client/models/certification_enum.rb +37 -0
- data/lib/pulp_ansible_client/models/collection.rb +7 -81
- data/lib/pulp_ansible_client/models/{collection_import_detail.rb → collection_import_detail_response.rb} +6 -24
- data/lib/pulp_ansible_client/models/collection_metadata.rb +4 -163
- data/lib/pulp_ansible_client/models/collection_metadata_response.rb +367 -0
- data/lib/pulp_ansible_client/models/collection_namespace.rb +3 -21
- data/lib/pulp_ansible_client/models/{tag.rb → collection_namespace_response.rb} +9 -18
- data/lib/pulp_ansible_client/models/collection_one_shot.rb +253 -0
- data/lib/pulp_ansible_client/models/collection_ref.rb +7 -53
- data/lib/pulp_ansible_client/models/collection_ref_response.rb +235 -0
- data/lib/pulp_ansible_client/models/collection_response.rb +285 -0
- data/lib/pulp_ansible_client/models/collection_version.rb +8 -143
- data/lib/pulp_ansible_client/models/collection_version_response.rb +307 -0
- data/lib/pulp_ansible_client/models/content_summary.rb +9 -15
- data/lib/pulp_ansible_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_ansible_client/models/galaxy_collection.rb +7 -62
- data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +244 -0
- data/lib/pulp_ansible_client/models/{galaxy_collection_version.rb → galaxy_collection_version_response.rb} +11 -29
- data/lib/pulp_ansible_client/models/{galaxy_role.rb → galaxy_role_response.rb} +7 -44
- data/lib/pulp_ansible_client/models/{galaxy_role_version.rb → galaxy_role_version_response.rb} +7 -25
- data/lib/pulp_ansible_client/models/inline_response200.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response20014.rb +237 -0
- data/lib/pulp_ansible_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_ansible_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +251 -0
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +229 -0
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +392 -0
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +329 -0
- data/lib/pulp_ansible_client/models/policy_enum.rb +36 -0
- data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_ansible_client/models/repository_sync_url.rb +3 -8
- data/lib/pulp_ansible_client/models/repository_version.rb +7 -43
- data/lib/pulp_ansible_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_ansible_client/models/tag_response.rb +207 -0
- data/lib/pulp_ansible_client/version.rb +3 -3
- data/lib/pulp_ansible_client.rb +41 -13
- data/pulp_ansible_client.gemspec +4 -4
- data/spec/api/ansible_collections_api_spec.rb +21 -21
- data/spec/api/collection_import_api_spec.rb +50 -0
- data/spec/api/content_collection_versions_api_spec.rb +18 -18
- data/spec/api/content_roles_api_spec.rb +13 -13
- data/spec/api/distributions_ansible_api_spec.rb +39 -18
- data/spec/api/galaxy_collection_list_api_spec.rb +50 -0
- data/spec/api/galaxy_detail_api_spec.rb +48 -0
- data/spec/api/pulp_ansible_api_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +19 -29
- data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +10 -9
- data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +2 -17
- data/spec/api/pulp_ansible_galaxy_api_v3_collections_certified_api_spec.rb +50 -0
- data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +90 -0
- data/spec/api/pulp_ansible_tags_api_spec.rb +3 -3
- data/spec/api/remotes_collection_api_spec.rb +49 -22
- data/spec/api/remotes_role_api_spec.rb +150 -0
- data/spec/api/repositories_ansible_api_spec.rb +31 -22
- data/spec/api/repositories_ansible_versions_api_spec.rb +40 -25
- data/spec/api/{pulp_ansible_galaxy_api_v1_versions_api_spec.rb → role_list_api_spec.rb} +9 -10
- data/spec/api/{pulp_ansible_galaxy_api_roles_api_spec.rb → v1_roles_api_spec.rb} +9 -9
- data/spec/api/v2_collections_api_spec.rb +61 -0
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/ansible_ansible_distribution_response_spec.rb +83 -0
- data/spec/models/ansible_ansible_distribution_spec.rb +2 -20
- data/spec/models/ansible_ansible_repository_response_spec.rb +77 -0
- data/spec/models/ansible_ansible_repository_spec.rb +5 -23
- data/spec/models/ansible_collection_remote_response_spec.rb +137 -0
- data/spec/models/ansible_collection_remote_spec.rb +2 -24
- data/spec/models/{ansible_collection_spec.rb → ansible_collection_response_spec.rb} +8 -8
- data/spec/models/ansible_collection_version_response_spec.rb +191 -0
- data/spec/models/ansible_collection_version_spec.rb +2 -62
- data/spec/models/{ansible_ansible_remote_spec.rb → ansible_role_remote_response_spec.rb} +8 -12
- data/spec/models/ansible_role_remote_spec.rb +101 -0
- data/spec/models/ansible_role_response_spec.rb +71 -0
- data/spec/models/ansible_role_spec.rb +2 -14
- data/spec/models/{ansible_tag_spec.rb → ansible_tag_response_spec.rb} +8 -8
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/certification_enum_spec.rb +35 -0
- data/spec/models/{collection_import_detail_spec.rb → collection_import_detail_response_spec.rb} +8 -8
- data/spec/models/collection_metadata_response_spec.rb +95 -0
- data/spec/models/collection_metadata_spec.rb +2 -56
- data/spec/models/collection_namespace_response_spec.rb +41 -0
- data/spec/models/collection_namespace_spec.rb +2 -2
- data/spec/models/collection_one_shot_spec.rb +65 -0
- data/spec/models/collection_ref_response_spec.rb +53 -0
- data/spec/models/collection_ref_spec.rb +2 -8
- data/spec/models/collection_response_spec.rb +83 -0
- data/spec/models/collection_spec.rb +2 -32
- data/spec/models/collection_version_response_spec.rb +101 -0
- data/spec/models/collection_version_spec.rb +2 -54
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/galaxy_collection_response_spec.rb +59 -0
- data/spec/models/galaxy_collection_spec.rb +2 -14
- data/spec/models/{galaxy_collection_version_spec.rb → galaxy_collection_version_response_spec.rb} +8 -8
- data/spec/models/{galaxy_role_spec.rb → galaxy_role_response_spec.rb} +8 -8
- data/spec/models/{galaxy_role_version_spec.rb → galaxy_role_version_response_spec.rb} +8 -8
- data/spec/models/inline_response20010_spec.rb +2 -2
- data/spec/models/inline_response20011_spec.rb +2 -2
- data/spec/models/inline_response20012_spec.rb +2 -2
- data/spec/models/inline_response20013_spec.rb +2 -2
- data/spec/models/inline_response20014_spec.rb +59 -0
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response2009_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/patchedansible_ansible_distribution_spec.rb +65 -0
- data/spec/models/patchedansible_ansible_repository_spec.rb +53 -0
- data/spec/models/patchedansible_collection_remote_spec.rb +119 -0
- data/spec/models/patchedansible_role_remote_spec.rb +101 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/repository_add_remove_content_spec.rb +2 -2
- data/spec/models/repository_sync_url_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/models/{tag_spec.rb → tag_response_spec.rb} +8 -8
- data/spec/spec_helper.rb +2 -2
- metadata +192 -80
- data/docs/RemotesAnsibleApi.md +0 -368
- data/lib/pulp_ansible_client/api/remotes_ansible_api.rb +0 -451
- data/spec/api/remotes_ansible_api_spec.rb +0 -123
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d16c73eb2f97726596429074ceed688962743214693caab199a10c23194eabce
|
|
4
|
+
data.tar.gz: 503c0851385c3fe83d245fa93526dec3e6f0f5e5abf8367aa6e08eda1bbe8229
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01f822160fae3c42ccaa1086b86ef1fa1121fdb68b0938313342722aedbf49edfc932e2a9fbce64a708591b9b58a0898a654b8f1bf1b37866e57dd62f603e946
|
|
7
|
+
data.tar.gz: b1509ca6bc767cdd47f6a08056057339fec76ec61dd8018aef3a2fd10de4cfdd0b358a584140867e0e93e0c7a67cc060b2a1e5b29a3c25f9c4bd5946f12fd309
|
data/README.md
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
PulpAnsibleClient - the Ruby gem for the Pulp 3 API
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
6
6
|
|
|
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.2.
|
|
10
|
+
- Package version: 0.2.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
|
+
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
12
13
|
|
|
13
14
|
## Installation
|
|
14
15
|
|
|
@@ -23,16 +24,16 @@ gem build pulp_ansible_client.gemspec
|
|
|
23
24
|
Then either install the gem locally:
|
|
24
25
|
|
|
25
26
|
```shell
|
|
26
|
-
gem install ./pulp_ansible_client-0.2.
|
|
27
|
+
gem install ./pulp_ansible_client-0.2.0.gem
|
|
27
28
|
```
|
|
28
29
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.2.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.2.0.gem` to install the development dependencies)
|
|
30
31
|
|
|
31
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
33
|
|
|
33
34
|
Finally add this to the Gemfile:
|
|
34
35
|
|
|
35
|
-
gem 'pulp_ansible_client', '~> 0.2.
|
|
36
|
+
gem 'pulp_ansible_client', '~> 0.2.0'
|
|
36
37
|
|
|
37
38
|
### Install from Git
|
|
38
39
|
|
|
@@ -58,28 +59,26 @@ require 'pulp_ansible_client'
|
|
|
58
59
|
|
|
59
60
|
# Setup authorization
|
|
60
61
|
PulpAnsibleClient.configure do |config|
|
|
61
|
-
# Configure HTTP basic authorization:
|
|
62
|
+
# Configure HTTP basic authorization: basicAuth
|
|
62
63
|
config.username = 'YOUR_USERNAME'
|
|
63
64
|
config.password = 'YOUR_PASSWORD'
|
|
64
65
|
end
|
|
65
66
|
|
|
66
67
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
|
68
|
+
file = File.new('/path/to/file') # File | The Collection tarball.
|
|
67
69
|
opts = {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
offset: 56, # Integer | The initial index from which to return the results.
|
|
73
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
74
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
70
|
+
sha256: 'sha256_example', # String | An optional sha256 checksum of the uploaded file.
|
|
71
|
+
expected_namespace: 'expected_namespace_example', # String | The expected 'namespace' of the Collection to be verified against the metadata during import.
|
|
72
|
+
expected_name: 'expected_name_example', # String | The expected 'name' of the Collection to be verified against the metadata during import.
|
|
73
|
+
expected_version: 'expected_version_example' # String | The expected version of the Collection to be verified against the metadata during import.
|
|
75
74
|
}
|
|
76
75
|
|
|
77
76
|
begin
|
|
78
|
-
#
|
|
79
|
-
result = api_instance.
|
|
77
|
+
#Upload a collection
|
|
78
|
+
result = api_instance.create(file, opts)
|
|
80
79
|
p result
|
|
81
80
|
rescue PulpAnsibleClient::ApiError => e
|
|
82
|
-
puts "Exception when calling AnsibleCollectionsApi->
|
|
81
|
+
puts "Exception when calling AnsibleCollectionsApi->create: #{e}"
|
|
83
82
|
end
|
|
84
83
|
|
|
85
84
|
```
|
|
@@ -90,85 +89,107 @@ All URIs are relative to *http://pulp*
|
|
|
90
89
|
|
|
91
90
|
Class | Method | HTTP request | Description
|
|
92
91
|
------------ | ------------- | ------------- | -------------
|
|
92
|
+
*PulpAnsibleClient::AnsibleCollectionsApi* | [**create**](docs/AnsibleCollectionsApi.md#create) | **POST** /ansible/collections/ | Upload a collection
|
|
93
93
|
*PulpAnsibleClient::AnsibleCollectionsApi* | [**list**](docs/AnsibleCollectionsApi.md#list) | **GET** /pulp/api/v3/ansible/collections/ | List collections
|
|
94
|
-
*PulpAnsibleClient::
|
|
94
|
+
*PulpAnsibleClient::CollectionImportApi* | [**read**](docs/CollectionImportApi.md#read) | **GET** {ansible_collection_import_href} | Inspect a collection import
|
|
95
95
|
*PulpAnsibleClient::ContentCollectionVersionsApi* | [**create**](docs/ContentCollectionVersionsApi.md#create) | **POST** /pulp/api/v3/content/ansible/collection_versions/ | Create a collection version
|
|
96
96
|
*PulpAnsibleClient::ContentCollectionVersionsApi* | [**list**](docs/ContentCollectionVersionsApi.md#list) | **GET** /pulp/api/v3/content/ansible/collection_versions/ | List collection versions
|
|
97
|
-
*PulpAnsibleClient::ContentCollectionVersionsApi* | [**read**](docs/ContentCollectionVersionsApi.md#read) | **GET** {
|
|
97
|
+
*PulpAnsibleClient::ContentCollectionVersionsApi* | [**read**](docs/ContentCollectionVersionsApi.md#read) | **GET** {ansible_collection_version_href} | Inspect a collection version
|
|
98
98
|
*PulpAnsibleClient::ContentRolesApi* | [**create**](docs/ContentRolesApi.md#create) | **POST** /pulp/api/v3/content/ansible/roles/ | Create a role
|
|
99
99
|
*PulpAnsibleClient::ContentRolesApi* | [**list**](docs/ContentRolesApi.md#list) | **GET** /pulp/api/v3/content/ansible/roles/ | List roles
|
|
100
|
-
*PulpAnsibleClient::ContentRolesApi* | [**read**](docs/ContentRolesApi.md#read) | **GET** {
|
|
100
|
+
*PulpAnsibleClient::ContentRolesApi* | [**read**](docs/ContentRolesApi.md#read) | **GET** {ansible_role_href} | Inspect a role
|
|
101
101
|
*PulpAnsibleClient::DistributionsAnsibleApi* | [**create**](docs/DistributionsAnsibleApi.md#create) | **POST** /pulp/api/v3/distributions/ansible/ansible/ | Create an ansible distribution
|
|
102
|
-
*PulpAnsibleClient::DistributionsAnsibleApi* | [**delete**](docs/DistributionsAnsibleApi.md#delete) | **DELETE** {
|
|
102
|
+
*PulpAnsibleClient::DistributionsAnsibleApi* | [**delete**](docs/DistributionsAnsibleApi.md#delete) | **DELETE** {ansible_ansible_distribution_href} | Delete an ansible distribution
|
|
103
103
|
*PulpAnsibleClient::DistributionsAnsibleApi* | [**list**](docs/DistributionsAnsibleApi.md#list) | **GET** /pulp/api/v3/distributions/ansible/ansible/ | List ansible distributions
|
|
104
|
-
*PulpAnsibleClient::DistributionsAnsibleApi* | [**partial_update**](docs/DistributionsAnsibleApi.md#partial_update) | **PATCH** {
|
|
105
|
-
*PulpAnsibleClient::DistributionsAnsibleApi* | [**read**](docs/DistributionsAnsibleApi.md#read) | **GET** {
|
|
106
|
-
*PulpAnsibleClient::DistributionsAnsibleApi* | [**update**](docs/DistributionsAnsibleApi.md#update) | **PUT** {
|
|
107
|
-
*PulpAnsibleClient::
|
|
108
|
-
*PulpAnsibleClient::
|
|
109
|
-
*PulpAnsibleClient::
|
|
110
|
-
*PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi* | [**
|
|
111
|
-
*PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi* | [**read**](docs/PulpAnsibleGalaxyApiCollectionsApi.md#read) | **GET** {
|
|
112
|
-
*PulpAnsibleClient::
|
|
113
|
-
*PulpAnsibleClient::
|
|
114
|
-
*PulpAnsibleClient::PulpAnsibleGalaxyApiV2VersionsApi* | [**list**](docs/PulpAnsibleGalaxyApiV2VersionsApi.md#list) | **GET** {collection_href}versions/ |
|
|
104
|
+
*PulpAnsibleClient::DistributionsAnsibleApi* | [**partial_update**](docs/DistributionsAnsibleApi.md#partial_update) | **PATCH** {ansible_ansible_distribution_href} | Update an ansible distribution
|
|
105
|
+
*PulpAnsibleClient::DistributionsAnsibleApi* | [**read**](docs/DistributionsAnsibleApi.md#read) | **GET** {ansible_ansible_distribution_href} | Inspect an ansible distribution
|
|
106
|
+
*PulpAnsibleClient::DistributionsAnsibleApi* | [**update**](docs/DistributionsAnsibleApi.md#update) | **PUT** {ansible_ansible_distribution_href} | Update an ansible distribution
|
|
107
|
+
*PulpAnsibleClient::GalaxyCollectionListApi* | [**list**](docs/GalaxyCollectionListApi.md#list) | **GET** {ansible_collection_version_href}versions/ |
|
|
108
|
+
*PulpAnsibleClient::GalaxyDetailApi* | [**read**](docs/GalaxyDetailApi.md#read) | **GET** {ansible_collection_href} |
|
|
109
|
+
*PulpAnsibleClient::PulpAnsibleApiApi* | [**read**](docs/PulpAnsibleApiApi.md#read) | **GET** /pulp_ansible/galaxy/{path}/api/ |
|
|
110
|
+
*PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi* | [**list**](docs/PulpAnsibleGalaxyApiCollectionsApi.md#list) | **GET** /pulp_ansible/galaxy/{path}/api/v3/collections/ |
|
|
111
|
+
*PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi* | [**read**](docs/PulpAnsibleGalaxyApiCollectionsApi.md#read) | **GET** /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/ |
|
|
112
|
+
*PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi* | [**update**](docs/PulpAnsibleGalaxyApiCollectionsApi.md#update) | **PUT** /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/ |
|
|
113
|
+
*PulpAnsibleClient::PulpAnsibleGalaxyApiV2VersionsApi* | [**read**](docs/PulpAnsibleGalaxyApiV2VersionsApi.md#read) | **GET** /pulp_ansible/galaxy/{path}/api/v2/collections/{namespace}/{name}/versions/{version}/ |
|
|
115
114
|
*PulpAnsibleClient::PulpAnsibleGalaxyApiV3CollectionsApi* | [**create**](docs/PulpAnsibleGalaxyApiV3CollectionsApi.md#create) | **POST** /pulp_ansible/galaxy/{path}/api/v3/artifacts/collections/ | Upload a collection
|
|
116
|
-
*PulpAnsibleClient::
|
|
115
|
+
*PulpAnsibleClient::PulpAnsibleGalaxyApiV3CollectionsCertifiedApi* | [**set_certified**](docs/PulpAnsibleGalaxyApiV3CollectionsCertifiedApi.md#set_certified) | **PUT** /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/{version}/certified/ |
|
|
116
|
+
*PulpAnsibleClient::PulpAnsibleGalaxyApiV3VersionsApi* | [**list**](docs/PulpAnsibleGalaxyApiV3VersionsApi.md#list) | **GET** /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/ |
|
|
117
|
+
*PulpAnsibleClient::PulpAnsibleGalaxyApiV3VersionsApi* | [**read**](docs/PulpAnsibleGalaxyApiV3VersionsApi.md#read) | **GET** /pulp_ansible/galaxy/{path}/api/v3/collections/{namespace}/{name}/versions/{version}/ |
|
|
117
118
|
*PulpAnsibleClient::PulpAnsibleTagsApi* | [**list**](docs/PulpAnsibleTagsApi.md#list) | **GET** /pulp/api/v3/pulp_ansible/tags/ | List tags
|
|
118
|
-
*PulpAnsibleClient::RemotesAnsibleApi* | [**create**](docs/RemotesAnsibleApi.md#create) | **POST** /pulp/api/v3/remotes/ansible/ansible/ | Create an ansible remote
|
|
119
|
-
*PulpAnsibleClient::RemotesAnsibleApi* | [**delete**](docs/RemotesAnsibleApi.md#delete) | **DELETE** {ansible_remote_href} | Delete an ansible remote
|
|
120
|
-
*PulpAnsibleClient::RemotesAnsibleApi* | [**list**](docs/RemotesAnsibleApi.md#list) | **GET** /pulp/api/v3/remotes/ansible/ansible/ | List ansible remotes
|
|
121
|
-
*PulpAnsibleClient::RemotesAnsibleApi* | [**partial_update**](docs/RemotesAnsibleApi.md#partial_update) | **PATCH** {ansible_remote_href} | Partially update an ansible remote
|
|
122
|
-
*PulpAnsibleClient::RemotesAnsibleApi* | [**read**](docs/RemotesAnsibleApi.md#read) | **GET** {ansible_remote_href} | Inspect an ansible remote
|
|
123
|
-
*PulpAnsibleClient::RemotesAnsibleApi* | [**update**](docs/RemotesAnsibleApi.md#update) | **PUT** {ansible_remote_href} | Update an ansible remote
|
|
124
119
|
*PulpAnsibleClient::RemotesCollectionApi* | [**create**](docs/RemotesCollectionApi.md#create) | **POST** /pulp/api/v3/remotes/ansible/collection/ | Create a collection remote
|
|
125
|
-
*PulpAnsibleClient::RemotesCollectionApi* | [**delete**](docs/RemotesCollectionApi.md#delete) | **DELETE** {
|
|
120
|
+
*PulpAnsibleClient::RemotesCollectionApi* | [**delete**](docs/RemotesCollectionApi.md#delete) | **DELETE** {ansible_collection_remote_href} | Delete a collection remote
|
|
126
121
|
*PulpAnsibleClient::RemotesCollectionApi* | [**list**](docs/RemotesCollectionApi.md#list) | **GET** /pulp/api/v3/remotes/ansible/collection/ | List collection remotes
|
|
127
|
-
*PulpAnsibleClient::RemotesCollectionApi* | [**partial_update**](docs/RemotesCollectionApi.md#partial_update) | **PATCH** {
|
|
128
|
-
*PulpAnsibleClient::RemotesCollectionApi* | [**read**](docs/RemotesCollectionApi.md#read) | **GET** {
|
|
129
|
-
*PulpAnsibleClient::RemotesCollectionApi* | [**update**](docs/RemotesCollectionApi.md#update) | **PUT** {
|
|
122
|
+
*PulpAnsibleClient::RemotesCollectionApi* | [**partial_update**](docs/RemotesCollectionApi.md#partial_update) | **PATCH** {ansible_collection_remote_href} | Update a collection remote
|
|
123
|
+
*PulpAnsibleClient::RemotesCollectionApi* | [**read**](docs/RemotesCollectionApi.md#read) | **GET** {ansible_collection_remote_href} | Inspect a collection remote
|
|
124
|
+
*PulpAnsibleClient::RemotesCollectionApi* | [**update**](docs/RemotesCollectionApi.md#update) | **PUT** {ansible_collection_remote_href} | Update a collection remote
|
|
125
|
+
*PulpAnsibleClient::RemotesRoleApi* | [**create**](docs/RemotesRoleApi.md#create) | **POST** /pulp/api/v3/remotes/ansible/role/ | Create a role remote
|
|
126
|
+
*PulpAnsibleClient::RemotesRoleApi* | [**delete**](docs/RemotesRoleApi.md#delete) | **DELETE** {ansible_role_remote_href} | Delete a role remote
|
|
127
|
+
*PulpAnsibleClient::RemotesRoleApi* | [**list**](docs/RemotesRoleApi.md#list) | **GET** /pulp/api/v3/remotes/ansible/role/ | List role remotes
|
|
128
|
+
*PulpAnsibleClient::RemotesRoleApi* | [**partial_update**](docs/RemotesRoleApi.md#partial_update) | **PATCH** {ansible_role_remote_href} | Update a role remote
|
|
129
|
+
*PulpAnsibleClient::RemotesRoleApi* | [**read**](docs/RemotesRoleApi.md#read) | **GET** {ansible_role_remote_href} | Inspect a role remote
|
|
130
|
+
*PulpAnsibleClient::RemotesRoleApi* | [**update**](docs/RemotesRoleApi.md#update) | **PUT** {ansible_role_remote_href} | Update a role remote
|
|
130
131
|
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**create**](docs/RepositoriesAnsibleApi.md#create) | **POST** /pulp/api/v3/repositories/ansible/ansible/ | Create an ansible repository
|
|
131
|
-
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**delete**](docs/RepositoriesAnsibleApi.md#delete) | **DELETE** {
|
|
132
|
+
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**delete**](docs/RepositoriesAnsibleApi.md#delete) | **DELETE** {ansible_ansible_repository_href} | Delete an ansible repository
|
|
132
133
|
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**list**](docs/RepositoriesAnsibleApi.md#list) | **GET** /pulp/api/v3/repositories/ansible/ansible/ | List ansible repositorys
|
|
133
|
-
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**modify**](docs/RepositoriesAnsibleApi.md#modify) | **POST** {
|
|
134
|
-
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**partial_update**](docs/RepositoriesAnsibleApi.md#partial_update) | **PATCH** {
|
|
135
|
-
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**read**](docs/RepositoriesAnsibleApi.md#read) | **GET** {
|
|
136
|
-
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**sync**](docs/RepositoriesAnsibleApi.md#sync) | **POST** {
|
|
137
|
-
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**update**](docs/RepositoriesAnsibleApi.md#update) | **PUT** {
|
|
138
|
-
*PulpAnsibleClient::RepositoriesAnsibleVersionsApi* | [**delete**](docs/RepositoriesAnsibleVersionsApi.md#delete) | **DELETE** {
|
|
139
|
-
*PulpAnsibleClient::RepositoriesAnsibleVersionsApi* | [**list**](docs/RepositoriesAnsibleVersionsApi.md#list) | **GET** {
|
|
140
|
-
*PulpAnsibleClient::RepositoriesAnsibleVersionsApi* | [**read**](docs/RepositoriesAnsibleVersionsApi.md#read) | **GET** {
|
|
141
|
-
*PulpAnsibleClient::RepositoriesAnsibleVersionsApi* | [**repair**](docs/RepositoriesAnsibleVersionsApi.md#repair) | **POST** {
|
|
134
|
+
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**modify**](docs/RepositoriesAnsibleApi.md#modify) | **POST** {ansible_ansible_repository_href}modify/ | Modify Repository Content
|
|
135
|
+
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**partial_update**](docs/RepositoriesAnsibleApi.md#partial_update) | **PATCH** {ansible_ansible_repository_href} | Update an ansible repository
|
|
136
|
+
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**read**](docs/RepositoriesAnsibleApi.md#read) | **GET** {ansible_ansible_repository_href} | Inspect an ansible repository
|
|
137
|
+
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**sync**](docs/RepositoriesAnsibleApi.md#sync) | **POST** {ansible_ansible_repository_href}sync/ |
|
|
138
|
+
*PulpAnsibleClient::RepositoriesAnsibleApi* | [**update**](docs/RepositoriesAnsibleApi.md#update) | **PUT** {ansible_ansible_repository_href} | Update an ansible repository
|
|
139
|
+
*PulpAnsibleClient::RepositoriesAnsibleVersionsApi* | [**delete**](docs/RepositoriesAnsibleVersionsApi.md#delete) | **DELETE** {ansible_ansible_repository_version_href} | Delete a repository version
|
|
140
|
+
*PulpAnsibleClient::RepositoriesAnsibleVersionsApi* | [**list**](docs/RepositoriesAnsibleVersionsApi.md#list) | **GET** {ansible_ansible_repository_href}versions/ | List repository versions
|
|
141
|
+
*PulpAnsibleClient::RepositoriesAnsibleVersionsApi* | [**read**](docs/RepositoriesAnsibleVersionsApi.md#read) | **GET** {ansible_ansible_repository_version_href} | Inspect a repository version
|
|
142
|
+
*PulpAnsibleClient::RepositoriesAnsibleVersionsApi* | [**repair**](docs/RepositoriesAnsibleVersionsApi.md#repair) | **POST** {ansible_ansible_repository_version_href}repair/ |
|
|
143
|
+
*PulpAnsibleClient::RoleListApi* | [**list**](docs/RoleListApi.md#list) | **GET** {ansible_role_href}versions/ |
|
|
144
|
+
*PulpAnsibleClient::V1RolesApi* | [**list**](docs/V1RolesApi.md#list) | **GET** {ansible_role_href}api/v1/roles/ |
|
|
145
|
+
*PulpAnsibleClient::V2CollectionsApi* | [**create**](docs/V2CollectionsApi.md#create) | **POST** {ansible_collection_href}api/v2/collections/ |
|
|
146
|
+
*PulpAnsibleClient::V2CollectionsApi* | [**list**](docs/V2CollectionsApi.md#list) | **GET** {ansible_collection_href}api/v2/collections/ |
|
|
142
147
|
|
|
143
148
|
|
|
144
149
|
## Documentation for Models
|
|
145
150
|
|
|
146
151
|
- [PulpAnsibleClient::AnsibleAnsibleDistribution](docs/AnsibleAnsibleDistribution.md)
|
|
147
|
-
- [PulpAnsibleClient::
|
|
152
|
+
- [PulpAnsibleClient::AnsibleAnsibleDistributionResponse](docs/AnsibleAnsibleDistributionResponse.md)
|
|
148
153
|
- [PulpAnsibleClient::AnsibleAnsibleRepository](docs/AnsibleAnsibleRepository.md)
|
|
149
|
-
- [PulpAnsibleClient::
|
|
154
|
+
- [PulpAnsibleClient::AnsibleAnsibleRepositoryResponse](docs/AnsibleAnsibleRepositoryResponse.md)
|
|
150
155
|
- [PulpAnsibleClient::AnsibleCollectionRemote](docs/AnsibleCollectionRemote.md)
|
|
156
|
+
- [PulpAnsibleClient::AnsibleCollectionRemoteResponse](docs/AnsibleCollectionRemoteResponse.md)
|
|
157
|
+
- [PulpAnsibleClient::AnsibleCollectionResponse](docs/AnsibleCollectionResponse.md)
|
|
151
158
|
- [PulpAnsibleClient::AnsibleCollectionVersion](docs/AnsibleCollectionVersion.md)
|
|
159
|
+
- [PulpAnsibleClient::AnsibleCollectionVersionResponse](docs/AnsibleCollectionVersionResponse.md)
|
|
152
160
|
- [PulpAnsibleClient::AnsibleRole](docs/AnsibleRole.md)
|
|
153
|
-
- [PulpAnsibleClient::
|
|
161
|
+
- [PulpAnsibleClient::AnsibleRoleRemote](docs/AnsibleRoleRemote.md)
|
|
162
|
+
- [PulpAnsibleClient::AnsibleRoleRemoteResponse](docs/AnsibleRoleRemoteResponse.md)
|
|
163
|
+
- [PulpAnsibleClient::AnsibleRoleResponse](docs/AnsibleRoleResponse.md)
|
|
164
|
+
- [PulpAnsibleClient::AnsibleTagResponse](docs/AnsibleTagResponse.md)
|
|
154
165
|
- [PulpAnsibleClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
|
166
|
+
- [PulpAnsibleClient::CertificationEnum](docs/CertificationEnum.md)
|
|
155
167
|
- [PulpAnsibleClient::Collection](docs/Collection.md)
|
|
156
|
-
- [PulpAnsibleClient::
|
|
168
|
+
- [PulpAnsibleClient::CollectionImportDetailResponse](docs/CollectionImportDetailResponse.md)
|
|
157
169
|
- [PulpAnsibleClient::CollectionMetadata](docs/CollectionMetadata.md)
|
|
170
|
+
- [PulpAnsibleClient::CollectionMetadataResponse](docs/CollectionMetadataResponse.md)
|
|
158
171
|
- [PulpAnsibleClient::CollectionNamespace](docs/CollectionNamespace.md)
|
|
172
|
+
- [PulpAnsibleClient::CollectionNamespaceResponse](docs/CollectionNamespaceResponse.md)
|
|
173
|
+
- [PulpAnsibleClient::CollectionOneShot](docs/CollectionOneShot.md)
|
|
159
174
|
- [PulpAnsibleClient::CollectionRef](docs/CollectionRef.md)
|
|
175
|
+
- [PulpAnsibleClient::CollectionRefResponse](docs/CollectionRefResponse.md)
|
|
176
|
+
- [PulpAnsibleClient::CollectionResponse](docs/CollectionResponse.md)
|
|
160
177
|
- [PulpAnsibleClient::CollectionVersion](docs/CollectionVersion.md)
|
|
178
|
+
- [PulpAnsibleClient::CollectionVersionResponse](docs/CollectionVersionResponse.md)
|
|
161
179
|
- [PulpAnsibleClient::ContentSummary](docs/ContentSummary.md)
|
|
180
|
+
- [PulpAnsibleClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
|
162
181
|
- [PulpAnsibleClient::GalaxyCollection](docs/GalaxyCollection.md)
|
|
163
|
-
- [PulpAnsibleClient::
|
|
164
|
-
- [PulpAnsibleClient::
|
|
165
|
-
- [PulpAnsibleClient::
|
|
182
|
+
- [PulpAnsibleClient::GalaxyCollectionResponse](docs/GalaxyCollectionResponse.md)
|
|
183
|
+
- [PulpAnsibleClient::GalaxyCollectionVersionResponse](docs/GalaxyCollectionVersionResponse.md)
|
|
184
|
+
- [PulpAnsibleClient::GalaxyRoleResponse](docs/GalaxyRoleResponse.md)
|
|
185
|
+
- [PulpAnsibleClient::GalaxyRoleVersionResponse](docs/GalaxyRoleVersionResponse.md)
|
|
166
186
|
- [PulpAnsibleClient::InlineResponse200](docs/InlineResponse200.md)
|
|
167
187
|
- [PulpAnsibleClient::InlineResponse2001](docs/InlineResponse2001.md)
|
|
168
188
|
- [PulpAnsibleClient::InlineResponse20010](docs/InlineResponse20010.md)
|
|
169
189
|
- [PulpAnsibleClient::InlineResponse20011](docs/InlineResponse20011.md)
|
|
170
190
|
- [PulpAnsibleClient::InlineResponse20012](docs/InlineResponse20012.md)
|
|
171
191
|
- [PulpAnsibleClient::InlineResponse20013](docs/InlineResponse20013.md)
|
|
192
|
+
- [PulpAnsibleClient::InlineResponse20014](docs/InlineResponse20014.md)
|
|
172
193
|
- [PulpAnsibleClient::InlineResponse2002](docs/InlineResponse2002.md)
|
|
173
194
|
- [PulpAnsibleClient::InlineResponse2003](docs/InlineResponse2003.md)
|
|
174
195
|
- [PulpAnsibleClient::InlineResponse2004](docs/InlineResponse2004.md)
|
|
@@ -177,16 +198,22 @@ Class | Method | HTTP request | Description
|
|
|
177
198
|
- [PulpAnsibleClient::InlineResponse2007](docs/InlineResponse2007.md)
|
|
178
199
|
- [PulpAnsibleClient::InlineResponse2008](docs/InlineResponse2008.md)
|
|
179
200
|
- [PulpAnsibleClient::InlineResponse2009](docs/InlineResponse2009.md)
|
|
201
|
+
- [PulpAnsibleClient::PatchedansibleAnsibleDistribution](docs/PatchedansibleAnsibleDistribution.md)
|
|
202
|
+
- [PulpAnsibleClient::PatchedansibleAnsibleRepository](docs/PatchedansibleAnsibleRepository.md)
|
|
203
|
+
- [PulpAnsibleClient::PatchedansibleCollectionRemote](docs/PatchedansibleCollectionRemote.md)
|
|
204
|
+
- [PulpAnsibleClient::PatchedansibleRoleRemote](docs/PatchedansibleRoleRemote.md)
|
|
205
|
+
- [PulpAnsibleClient::PolicyEnum](docs/PolicyEnum.md)
|
|
180
206
|
- [PulpAnsibleClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
|
181
207
|
- [PulpAnsibleClient::RepositorySyncURL](docs/RepositorySyncURL.md)
|
|
182
208
|
- [PulpAnsibleClient::RepositoryVersion](docs/RepositoryVersion.md)
|
|
183
|
-
- [PulpAnsibleClient::
|
|
209
|
+
- [PulpAnsibleClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
|
210
|
+
- [PulpAnsibleClient::TagResponse](docs/TagResponse.md)
|
|
184
211
|
|
|
185
212
|
|
|
186
213
|
## Documentation for Authorization
|
|
187
214
|
|
|
188
215
|
|
|
189
|
-
###
|
|
216
|
+
### basicAuth
|
|
190
217
|
|
|
191
218
|
- **Type**: HTTP basic authentication
|
|
192
219
|
|
|
@@ -4,28 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
10
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
11
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
13
11
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
14
|
-
**client_url** | **String** | The URL of a Collection content source. | [optional] [readonly]
|
|
15
12
|
|
|
16
13
|
## Code Sample
|
|
17
14
|
|
|
18
15
|
```ruby
|
|
19
16
|
require 'PulpAnsibleClient'
|
|
20
17
|
|
|
21
|
-
instance = PulpAnsibleClient::AnsibleAnsibleDistribution.new(
|
|
22
|
-
pulp_created: null,
|
|
23
|
-
base_path: null,
|
|
18
|
+
instance = PulpAnsibleClient::AnsibleAnsibleDistribution.new(base_path: null,
|
|
24
19
|
content_guard: null,
|
|
25
20
|
name: null,
|
|
26
21
|
repository: null,
|
|
27
|
-
repository_version: null
|
|
28
|
-
client_url: null)
|
|
22
|
+
repository_version: null)
|
|
29
23
|
```
|
|
30
24
|
|
|
31
25
|
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# PulpAnsibleClient::AnsibleAnsibleDistributionResponse
|
|
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
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
10
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
11
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
12
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
13
|
+
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
14
|
+
**client_url** | **Object** | The URL of a Collection content source. | [optional] [readonly]
|
|
15
|
+
|
|
16
|
+
## Code Sample
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
require 'PulpAnsibleClient'
|
|
20
|
+
|
|
21
|
+
instance = PulpAnsibleClient::AnsibleAnsibleDistributionResponse.new(pulp_href: null,
|
|
22
|
+
pulp_created: null,
|
|
23
|
+
base_path: null,
|
|
24
|
+
content_guard: null,
|
|
25
|
+
name: null,
|
|
26
|
+
repository: null,
|
|
27
|
+
repository_version: null,
|
|
28
|
+
client_url: null)
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
|
|
@@ -4,24 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
-
**versions_href** | **String** | | [optional] [readonly]
|
|
10
|
-
**latest_version_href** | **String** | | [optional] [readonly]
|
|
11
7
|
**name** | **String** | A unique name for this repository. |
|
|
12
8
|
**description** | **String** | An optional description. | [optional]
|
|
9
|
+
**remote** | **String** | | [optional]
|
|
13
10
|
|
|
14
11
|
## Code Sample
|
|
15
12
|
|
|
16
13
|
```ruby
|
|
17
14
|
require 'PulpAnsibleClient'
|
|
18
15
|
|
|
19
|
-
instance = PulpAnsibleClient::AnsibleAnsibleRepository.new(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
latest_version_href: null,
|
|
23
|
-
name: null,
|
|
24
|
-
description: null)
|
|
16
|
+
instance = PulpAnsibleClient::AnsibleAnsibleRepository.new(name: null,
|
|
17
|
+
description: null,
|
|
18
|
+
remote: null)
|
|
25
19
|
```
|
|
26
20
|
|
|
27
21
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# PulpAnsibleClient::AnsibleAnsibleRepositoryResponse
|
|
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
|
+
**versions_href** | **String** | | [optional] [readonly]
|
|
10
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
|
11
|
+
**name** | **String** | A unique name for this repository. |
|
|
12
|
+
**description** | **String** | An optional description. | [optional]
|
|
13
|
+
**remote** | **String** | | [optional]
|
|
14
|
+
|
|
15
|
+
## Code Sample
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'PulpAnsibleClient'
|
|
19
|
+
|
|
20
|
+
instance = PulpAnsibleClient::AnsibleAnsibleRepositoryResponse.new(pulp_href: null,
|
|
21
|
+
pulp_created: null,
|
|
22
|
+
versions_href: null,
|
|
23
|
+
latest_version_href: null,
|
|
24
|
+
name: null,
|
|
25
|
+
description: null,
|
|
26
|
+
remote: null)
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
|
|
@@ -4,20 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
7
|
**name** | **String** | A unique name for this remote. |
|
|
10
8
|
**url** | **String** | The URL of an external content source. |
|
|
11
|
-
**ca_cert** | **String** | A
|
|
12
|
-
**client_cert** | **String** | A
|
|
9
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
10
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
13
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
14
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
15
13
|
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
|
16
14
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
|
18
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
19
16
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
|
20
|
-
**policy** | **
|
|
17
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
|
21
18
|
**requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
|
|
22
19
|
**auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
|
|
23
20
|
**token** | **String** | The token key to use for authentication. See https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-clientfor more details | [optional]
|
|
@@ -27,9 +24,7 @@ Name | Type | Description | Notes
|
|
|
27
24
|
```ruby
|
|
28
25
|
require 'PulpAnsibleClient'
|
|
29
26
|
|
|
30
|
-
instance = PulpAnsibleClient::AnsibleCollectionRemote.new(
|
|
31
|
-
pulp_created: null,
|
|
32
|
-
name: null,
|
|
27
|
+
instance = PulpAnsibleClient::AnsibleCollectionRemote.new(name: null,
|
|
33
28
|
url: null,
|
|
34
29
|
ca_cert: null,
|
|
35
30
|
client_cert: null,
|
|
@@ -38,7 +33,6 @@ instance = PulpAnsibleClient::AnsibleCollectionRemote.new(pulp_href: null,
|
|
|
38
33
|
proxy_url: null,
|
|
39
34
|
username: null,
|
|
40
35
|
password: null,
|
|
41
|
-
pulp_last_updated: null,
|
|
42
36
|
download_concurrency: null,
|
|
43
37
|
policy: null,
|
|
44
38
|
requirements_file: null,
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# PulpAnsibleClient::AnsibleCollectionRemoteResponse
|
|
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
|
+
**name** | **String** | A unique name for this remote. |
|
|
10
|
+
**url** | **String** | The URL of an external content source. |
|
|
11
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
12
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
13
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
14
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
15
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
|
16
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
17
|
+
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
|
18
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
19
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
|
20
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
|
21
|
+
**requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
|
|
22
|
+
**auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
|
|
23
|
+
**token** | **String** | The token key to use for authentication. See https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-clientfor more details | [optional]
|
|
24
|
+
|
|
25
|
+
## Code Sample
|
|
26
|
+
|
|
27
|
+
```ruby
|
|
28
|
+
require 'PulpAnsibleClient'
|
|
29
|
+
|
|
30
|
+
instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: null,
|
|
31
|
+
pulp_created: null,
|
|
32
|
+
name: null,
|
|
33
|
+
url: null,
|
|
34
|
+
ca_cert: null,
|
|
35
|
+
client_cert: null,
|
|
36
|
+
client_key: null,
|
|
37
|
+
tls_validation: null,
|
|
38
|
+
proxy_url: null,
|
|
39
|
+
username: null,
|
|
40
|
+
password: null,
|
|
41
|
+
pulp_last_updated: null,
|
|
42
|
+
download_concurrency: null,
|
|
43
|
+
policy: null,
|
|
44
|
+
requirements_file: null,
|
|
45
|
+
auth_url: null,
|
|
46
|
+
token: null)
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpAnsibleClient::
|
|
1
|
+
# PulpAnsibleClient::AnsibleCollectionResponse
|
|
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::
|
|
15
|
+
instance = PulpAnsibleClient::AnsibleCollectionResponse.new(name: null,
|
|
16
16
|
namespace: null)
|
|
17
17
|
```
|
|
18
18
|
|
|
@@ -4,21 +4,13 @@
|
|
|
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]
|
|
9
7
|
**artifact** | **String** | Artifact file representing the physical content |
|
|
10
|
-
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
|
11
|
-
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
|
12
|
-
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
|
|
13
|
-
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
|
14
|
-
**sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly]
|
|
15
|
-
**sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
|
|
16
8
|
**id** | **String** | A collection identifier. |
|
|
17
9
|
**authors** | **Array<String>** | A list of the CollectionVersion content's authors. |
|
|
18
|
-
**contents** | **Array<
|
|
19
|
-
**dependencies** | **
|
|
10
|
+
**contents** | **Array<Object>** | A JSON field with data about the contents. |
|
|
11
|
+
**dependencies** | [**Object**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. |
|
|
20
12
|
**description** | **String** | A short summary description of the collection. |
|
|
21
|
-
**docs_blob** | **
|
|
13
|
+
**docs_blob** | [**Object**](.md) | A JSON field holding the various documentation blobs in the collection. |
|
|
22
14
|
**documentation** | **String** | The URL to any online docs. |
|
|
23
15
|
**homepage** | **String** | The URL to the homepage of the collection/project. |
|
|
24
16
|
**issues** | **String** | The URL to the collection issue tracker. |
|
|
@@ -27,24 +19,14 @@ Name | Type | Description | Notes
|
|
|
27
19
|
**name** | **String** | The name of the collection. |
|
|
28
20
|
**namespace** | **String** | The namespace of the collection. |
|
|
29
21
|
**repository** | **String** | The URL of the originating SCM repository. |
|
|
30
|
-
**tags** | [**Array<AnsibleTag>**](AnsibleTag.md) | | [optional] [readonly]
|
|
31
22
|
**version** | **String** | The version of the collection. |
|
|
32
|
-
**deprecated** | **Boolean** | Whether or not the collection has been deprecated. | [optional] [readonly]
|
|
33
23
|
|
|
34
24
|
## Code Sample
|
|
35
25
|
|
|
36
26
|
```ruby
|
|
37
27
|
require 'PulpAnsibleClient'
|
|
38
28
|
|
|
39
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(
|
|
40
|
-
pulp_href: null,
|
|
41
|
-
artifact: null,
|
|
42
|
-
md5: null,
|
|
43
|
-
sha1: null,
|
|
44
|
-
sha224: null,
|
|
45
|
-
sha256: null,
|
|
46
|
-
sha384: null,
|
|
47
|
-
sha512: null,
|
|
29
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(artifact: null,
|
|
48
30
|
id: null,
|
|
49
31
|
authors: null,
|
|
50
32
|
contents: null,
|
|
@@ -59,9 +41,7 @@ instance = PulpAnsibleClient::AnsibleCollectionVersion.new(pulp_created: null,
|
|
|
59
41
|
name: null,
|
|
60
42
|
namespace: null,
|
|
61
43
|
repository: null,
|
|
62
|
-
|
|
63
|
-
version: null,
|
|
64
|
-
deprecated: null)
|
|
44
|
+
version: null)
|
|
65
45
|
```
|
|
66
46
|
|
|
67
47
|
|