pulp_ansible_client 0.2.0b14 → 0.2.0b15
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 +10 -20
- data/docs/{AnsibleCollectionRead.md → AnsibleCollection.md} +2 -2
- data/docs/AnsibleCollectionRemote.md +5 -1
- data/docs/AnsibleCollectionVersion.md +3 -3
- data/docs/AnsibleRole.md +3 -3
- data/docs/{CollectionImportDetailRead.md → CollectionImportDetail.md} +2 -2
- data/docs/ContentCollectionVersionsApi.md +4 -4
- data/docs/ContentRolesApi.md +4 -4
- data/docs/DistributionsAnsibleApi.md +2 -2
- data/docs/{GalaxyCollectionVersionRead.md → GalaxyCollectionVersion.md} +2 -2
- data/docs/{GalaxyRoleRead.md → GalaxyRole.md} +2 -2
- data/docs/{GalaxyRoleVersionRead.md → GalaxyRoleVersion.md} +2 -2
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse20010.md +1 -1
- data/docs/InlineResponse20011.md +1 -1
- data/docs/InlineResponse20012.md +1 -1
- data/docs/InlineResponse20013.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/InlineResponse2008.md +1 -1
- data/docs/InlineResponse2009.md +1 -1
- data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +4 -4
- data/docs/PulpAnsibleGalaxyApiV3CollectionsApi.md +2 -2
- data/docs/RemotesAnsibleApi.md +4 -4
- data/docs/RemotesCollectionApi.md +4 -4
- data/docs/RepositoriesAnsibleApi.md +4 -4
- data/docs/RepositoriesAnsibleVersionsApi.md +6 -4
- data/docs/{TagRead.md → Tag.md} +2 -2
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/content_roles_api.rb +6 -6
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +3 -3
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +3 -3
- data/lib/pulp_ansible_client/api/remotes_ansible_api.rb +6 -6
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +6 -6
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +6 -6
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +9 -6
- data/lib/pulp_ansible_client/models/{ansible_collection_read.rb → ansible_collection.rb} +3 -3
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +75 -5
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/{collection_import_detail_read.rb → collection_import_detail.rb} +3 -3
- data/lib/pulp_ansible_client/models/{galaxy_collection_version_read.rb → galaxy_collection_version.rb} +3 -3
- data/lib/pulp_ansible_client/models/{galaxy_role_read.rb → galaxy_role.rb} +3 -3
- data/lib/pulp_ansible_client/models/{galaxy_role_version_read.rb → galaxy_role_version.rb} +3 -3
- data/lib/pulp_ansible_client/models/inline_response200.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response20010.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response20011.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response20012.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response20013.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_ansible_client/models/inline_response2009.rb +1 -1
- data/lib/pulp_ansible_client/models/{tag_read.rb → tag.rb} +3 -3
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +6 -16
- data/spec/api/content_collection_versions_api_spec.rb +2 -2
- data/spec/api/content_roles_api_spec.rb +2 -2
- data/spec/api/distributions_ansible_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
- data/spec/api/remotes_ansible_api_spec.rb +2 -2
- data/spec/api/remotes_collection_api_spec.rb +2 -2
- data/spec/api/repositories_ansible_api_spec.rb +2 -2
- data/spec/api/repositories_ansible_versions_api_spec.rb +3 -2
- data/spec/models/ansible_collection_remote_spec.rb +12 -0
- data/spec/models/{ansible_collection_read_spec.rb → ansible_collection_spec.rb} +6 -6
- data/spec/models/ansible_collection_version_spec.rb +3 -3
- data/spec/models/ansible_role_spec.rb +3 -3
- data/spec/models/{collection_import_detail_read_spec.rb → collection_import_detail_spec.rb} +6 -6
- data/spec/models/{galaxy_collection_version_read_spec.rb → galaxy_collection_version_spec.rb} +6 -6
- data/spec/models/{galaxy_role_read_spec.rb → galaxy_role_spec.rb} +6 -6
- data/spec/models/{galaxy_role_version_read_spec.rb → galaxy_role_version_spec.rb} +6 -6
- data/spec/models/{tag_read_spec.rb → tag_spec.rb} +6 -6
- metadata +26 -66
- data/docs/AnsibleAnsibleDistributionRead.md +0 -31
- data/docs/AnsibleAnsibleRemoteRead.md +0 -43
- data/docs/AnsibleAnsibleRepositoryRead.md +0 -27
- data/docs/AnsibleCollectionRemoteRead.md +0 -45
- data/docs/AnsibleCollectionVersionRead.md +0 -67
- data/docs/AnsibleRoleRead.md +0 -27
- data/docs/CollectionRead.md +0 -31
- data/docs/CollectionVersionRead.md +0 -37
- data/docs/GalaxyCollectionRead.md +0 -23
- data/docs/RepositoryVersionRead.md +0 -25
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution_read.rb +0 -327
- data/lib/pulp_ansible_client/models/ansible_ansible_remote_read.rb +0 -531
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_read.rb +0 -294
- data/lib/pulp_ansible_client/models/ansible_collection_remote_read.rb +0 -557
- data/lib/pulp_ansible_client/models/ansible_collection_version_read.rb +0 -816
- data/lib/pulp_ansible_client/models/ansible_role_read.rb +0 -330
- data/lib/pulp_ansible_client/models/collection_read.rb +0 -314
- data/lib/pulp_ansible_client/models/collection_version_read.rb +0 -370
- data/lib/pulp_ansible_client/models/galaxy_collection_read.rb +0 -281
- data/lib/pulp_ansible_client/models/repository_version_read.rb +0 -244
- data/spec/models/ansible_ansible_distribution_read_spec.rb +0 -83
- data/spec/models/ansible_ansible_remote_read_spec.rb +0 -123
- data/spec/models/ansible_ansible_repository_read_spec.rb +0 -71
- data/spec/models/ansible_collection_remote_read_spec.rb +0 -129
- data/spec/models/ansible_collection_version_read_spec.rb +0 -191
- data/spec/models/ansible_role_read_spec.rb +0 -71
- data/spec/models/collection_read_spec.rb +0 -83
- data/spec/models/collection_version_read_spec.rb +0 -105
- data/spec/models/galaxy_collection_read_spec.rb +0 -59
- data/spec/models/repository_version_read_spec.rb +0 -65
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e428cb618b90e441190c40db480ea800c9a501f7f874c9b6cce0b225df3605ef
|
|
4
|
+
data.tar.gz: ccb622c1da7204ed1f66459e218d204a4d6294208cbf70469ebe18ca6d882a4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4cf0741cc318325278ef09ccd0d023c3a74dc6433633c97f4af35c1aea0bef99d96346f24f1cb8c4eee15f4fe64582b6b75c5ac29ce0e100ea103fe98c3a268
|
|
7
|
+
data.tar.gz: d8af0f4c2d24700e752b51c301a656b2a9fafd11dfcc0120aca942bad0333712dad83c2df5b65864fac3426ef7ee189f38523c03872bfa60718e1a2e20a6d004
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
|
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.0b15
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,16 +23,16 @@ gem build pulp_ansible_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./pulp_ansible_client-0.2.
|
|
26
|
+
gem install ./pulp_ansible_client-0.2.0b15.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.2.
|
|
29
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.2.0b15.gem` to install the development dependencies)
|
|
30
30
|
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
32
|
|
|
33
33
|
Finally add this to the Gemfile:
|
|
34
34
|
|
|
35
|
-
gem 'pulp_ansible_client', '~> 0.2.
|
|
35
|
+
gem 'pulp_ansible_client', '~> 0.2.0b15'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -144,34 +144,25 @@ Class | Method | HTTP request | Description
|
|
|
144
144
|
## Documentation for Models
|
|
145
145
|
|
|
146
146
|
- [PulpAnsibleClient::AnsibleAnsibleDistribution](docs/AnsibleAnsibleDistribution.md)
|
|
147
|
-
- [PulpAnsibleClient::AnsibleAnsibleDistributionRead](docs/AnsibleAnsibleDistributionRead.md)
|
|
148
147
|
- [PulpAnsibleClient::AnsibleAnsibleRemote](docs/AnsibleAnsibleRemote.md)
|
|
149
|
-
- [PulpAnsibleClient::AnsibleAnsibleRemoteRead](docs/AnsibleAnsibleRemoteRead.md)
|
|
150
148
|
- [PulpAnsibleClient::AnsibleAnsibleRepository](docs/AnsibleAnsibleRepository.md)
|
|
151
|
-
- [PulpAnsibleClient::
|
|
152
|
-
- [PulpAnsibleClient::AnsibleCollectionRead](docs/AnsibleCollectionRead.md)
|
|
149
|
+
- [PulpAnsibleClient::AnsibleCollection](docs/AnsibleCollection.md)
|
|
153
150
|
- [PulpAnsibleClient::AnsibleCollectionRemote](docs/AnsibleCollectionRemote.md)
|
|
154
|
-
- [PulpAnsibleClient::AnsibleCollectionRemoteRead](docs/AnsibleCollectionRemoteRead.md)
|
|
155
151
|
- [PulpAnsibleClient::AnsibleCollectionVersion](docs/AnsibleCollectionVersion.md)
|
|
156
|
-
- [PulpAnsibleClient::AnsibleCollectionVersionRead](docs/AnsibleCollectionVersionRead.md)
|
|
157
152
|
- [PulpAnsibleClient::AnsibleRole](docs/AnsibleRole.md)
|
|
158
|
-
- [PulpAnsibleClient::AnsibleRoleRead](docs/AnsibleRoleRead.md)
|
|
159
153
|
- [PulpAnsibleClient::AnsibleTag](docs/AnsibleTag.md)
|
|
160
154
|
- [PulpAnsibleClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
|
161
155
|
- [PulpAnsibleClient::Collection](docs/Collection.md)
|
|
162
|
-
- [PulpAnsibleClient::
|
|
156
|
+
- [PulpAnsibleClient::CollectionImportDetail](docs/CollectionImportDetail.md)
|
|
163
157
|
- [PulpAnsibleClient::CollectionMetadata](docs/CollectionMetadata.md)
|
|
164
158
|
- [PulpAnsibleClient::CollectionNamespace](docs/CollectionNamespace.md)
|
|
165
|
-
- [PulpAnsibleClient::CollectionRead](docs/CollectionRead.md)
|
|
166
159
|
- [PulpAnsibleClient::CollectionRef](docs/CollectionRef.md)
|
|
167
160
|
- [PulpAnsibleClient::CollectionVersion](docs/CollectionVersion.md)
|
|
168
|
-
- [PulpAnsibleClient::CollectionVersionRead](docs/CollectionVersionRead.md)
|
|
169
161
|
- [PulpAnsibleClient::ContentSummary](docs/ContentSummary.md)
|
|
170
162
|
- [PulpAnsibleClient::GalaxyCollection](docs/GalaxyCollection.md)
|
|
171
|
-
- [PulpAnsibleClient::
|
|
172
|
-
- [PulpAnsibleClient::
|
|
173
|
-
- [PulpAnsibleClient::
|
|
174
|
-
- [PulpAnsibleClient::GalaxyRoleVersionRead](docs/GalaxyRoleVersionRead.md)
|
|
163
|
+
- [PulpAnsibleClient::GalaxyCollectionVersion](docs/GalaxyCollectionVersion.md)
|
|
164
|
+
- [PulpAnsibleClient::GalaxyRole](docs/GalaxyRole.md)
|
|
165
|
+
- [PulpAnsibleClient::GalaxyRoleVersion](docs/GalaxyRoleVersion.md)
|
|
175
166
|
- [PulpAnsibleClient::InlineResponse200](docs/InlineResponse200.md)
|
|
176
167
|
- [PulpAnsibleClient::InlineResponse2001](docs/InlineResponse2001.md)
|
|
177
168
|
- [PulpAnsibleClient::InlineResponse20010](docs/InlineResponse20010.md)
|
|
@@ -189,8 +180,7 @@ Class | Method | HTTP request | Description
|
|
|
189
180
|
- [PulpAnsibleClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
|
190
181
|
- [PulpAnsibleClient::RepositorySyncURL](docs/RepositorySyncURL.md)
|
|
191
182
|
- [PulpAnsibleClient::RepositoryVersion](docs/RepositoryVersion.md)
|
|
192
|
-
- [PulpAnsibleClient::
|
|
193
|
-
- [PulpAnsibleClient::TagRead](docs/TagRead.md)
|
|
183
|
+
- [PulpAnsibleClient::Tag](docs/Tag.md)
|
|
194
184
|
|
|
195
185
|
|
|
196
186
|
## Documentation for Authorization
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpAnsibleClient::
|
|
1
|
+
# PulpAnsibleClient::AnsibleCollection
|
|
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::AnsibleCollection.new(name: null,
|
|
16
16
|
namespace: null)
|
|
17
17
|
```
|
|
18
18
|
|
|
@@ -19,6 +19,8 @@ Name | Type | Description | Notes
|
|
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
|
20
20
|
**policy** | **String** | The policy to use when downloading content. | [optional] [default to 'immediate']
|
|
21
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]
|
|
22
24
|
|
|
23
25
|
## Code Sample
|
|
24
26
|
|
|
@@ -39,7 +41,9 @@ instance = PulpAnsibleClient::AnsibleCollectionRemote.new(pulp_href: null,
|
|
|
39
41
|
pulp_last_updated: null,
|
|
40
42
|
download_concurrency: null,
|
|
41
43
|
policy: null,
|
|
42
|
-
requirements_file: null
|
|
44
|
+
requirements_file: null,
|
|
45
|
+
auth_url: null,
|
|
46
|
+
token: null)
|
|
43
47
|
```
|
|
44
48
|
|
|
45
49
|
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
7
8
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
9
|
**artifact** | **String** | Artifact file representing the physical content |
|
|
9
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
10
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
|
11
11
|
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
|
12
12
|
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
|
|
@@ -36,9 +36,9 @@ Name | Type | Description | Notes
|
|
|
36
36
|
```ruby
|
|
37
37
|
require 'PulpAnsibleClient'
|
|
38
38
|
|
|
39
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(
|
|
39
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(pulp_created: null,
|
|
40
|
+
pulp_href: null,
|
|
40
41
|
artifact: null,
|
|
41
|
-
pulp_created: null,
|
|
42
42
|
md5: null,
|
|
43
43
|
sha1: null,
|
|
44
44
|
sha224: null,
|
data/docs/AnsibleRole.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
7
8
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
9
|
**artifact** | **String** | Artifact file representing the physical content |
|
|
9
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
10
|
**version** | **String** | |
|
|
11
11
|
**name** | **String** | |
|
|
12
12
|
**namespace** | **String** | |
|
|
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
|
|
|
16
16
|
```ruby
|
|
17
17
|
require 'PulpAnsibleClient'
|
|
18
18
|
|
|
19
|
-
instance = PulpAnsibleClient::AnsibleRole.new(
|
|
19
|
+
instance = PulpAnsibleClient::AnsibleRole.new(pulp_created: null,
|
|
20
|
+
pulp_href: null,
|
|
20
21
|
artifact: null,
|
|
21
|
-
pulp_created: null,
|
|
22
22
|
version: null,
|
|
23
23
|
name: null,
|
|
24
24
|
namespace: null)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpAnsibleClient::
|
|
1
|
+
# PulpAnsibleClient::CollectionImportDetail
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
|
18
18
|
```ruby
|
|
19
19
|
require 'PulpAnsibleClient'
|
|
20
20
|
|
|
21
|
-
instance = PulpAnsibleClient::
|
|
21
|
+
instance = PulpAnsibleClient::CollectionImportDetail.new(id: null,
|
|
22
22
|
state: null,
|
|
23
23
|
created_at: null,
|
|
24
24
|
updated_at: null,
|
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## create
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> AnsibleCollectionVersion create(data)
|
|
16
16
|
|
|
17
17
|
Create a collection version
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
[**
|
|
54
|
+
[**AnsibleCollectionVersion**](AnsibleCollectionVersion.md)
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -150,7 +150,7 @@ Name | Type | Description | Notes
|
|
|
150
150
|
|
|
151
151
|
## read
|
|
152
152
|
|
|
153
|
-
>
|
|
153
|
+
> AnsibleCollectionVersion read(collection_version_href, opts)
|
|
154
154
|
|
|
155
155
|
Inspect a collection version
|
|
156
156
|
|
|
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
|
|
|
195
195
|
|
|
196
196
|
### Return type
|
|
197
197
|
|
|
198
|
-
[**
|
|
198
|
+
[**AnsibleCollectionVersion**](AnsibleCollectionVersion.md)
|
|
199
199
|
|
|
200
200
|
### Authorization
|
|
201
201
|
|
data/docs/ContentRolesApi.md
CHANGED
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## create
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> AnsibleRole create(data)
|
|
16
16
|
|
|
17
17
|
Create a role
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
[**
|
|
54
|
+
[**AnsibleRole**](AnsibleRole.md)
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
|
|
|
140
140
|
|
|
141
141
|
## read
|
|
142
142
|
|
|
143
|
-
>
|
|
143
|
+
> AnsibleRole read(role_href, opts)
|
|
144
144
|
|
|
145
145
|
Inspect a role
|
|
146
146
|
|
|
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
|
|
|
185
185
|
|
|
186
186
|
### Return type
|
|
187
187
|
|
|
188
|
-
[**
|
|
188
|
+
[**AnsibleRole**](AnsibleRole.md)
|
|
189
189
|
|
|
190
190
|
### Authorization
|
|
191
191
|
|
|
@@ -251,7 +251,7 @@ Name | Type | Description | Notes
|
|
|
251
251
|
|
|
252
252
|
## read
|
|
253
253
|
|
|
254
|
-
>
|
|
254
|
+
> AnsibleAnsibleDistribution 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
|
-
[**
|
|
299
|
+
[**AnsibleAnsibleDistribution**](AnsibleAnsibleDistribution.md)
|
|
300
300
|
|
|
301
301
|
### Authorization
|
|
302
302
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpAnsibleClient::
|
|
1
|
+
# PulpAnsibleClient::GalaxyCollectionVersion
|
|
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::
|
|
19
|
+
instance = PulpAnsibleClient::GalaxyCollectionVersion.new(version: null,
|
|
20
20
|
href: null,
|
|
21
21
|
namespace: null,
|
|
22
22
|
collection: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpAnsibleClient::
|
|
1
|
+
# PulpAnsibleClient::GalaxyRole
|
|
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::
|
|
16
|
+
instance = PulpAnsibleClient::GalaxyRole.new(id: null,
|
|
17
17
|
name: null,
|
|
18
18
|
namespace: null)
|
|
19
19
|
```
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpAnsibleClient::
|
|
1
|
+
# PulpAnsibleClient::GalaxyRoleVersion
|
|
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::GalaxyRoleVersion.new(name: null,
|
|
16
16
|
source: null)
|
|
17
17
|
```
|
|
18
18
|
|
data/docs/InlineResponse200.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<AnsibleCollection>**](AnsibleCollection.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2001.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<AnsibleCollectionVersion>**](AnsibleCollectionVersion.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20010.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<GalaxyRoleVersion>**](GalaxyRoleVersion.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20011.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<GalaxyCollection>**](GalaxyCollection.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20012.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<GalaxyCollectionVersion>**](GalaxyCollectionVersion.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20013.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<Collection>**](Collection.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2002.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<AnsibleRole>**](AnsibleRole.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2003.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<AnsibleAnsibleDistribution>**](AnsibleAnsibleDistribution.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2004.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<Tag>**](Tag.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2005.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<AnsibleAnsibleRemote>**](AnsibleAnsibleRemote.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2006.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<AnsibleCollectionRemote>**](AnsibleCollectionRemote.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2007.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<AnsibleAnsibleRepository>**](AnsibleAnsibleRepository.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2008.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<RepositoryVersion>**](RepositoryVersion.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2009.md
CHANGED
|
@@ -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<
|
|
10
|
+
**results** | [**Array<GalaxyRole>**](GalaxyRole.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
|
|
14
14
|
## create
|
|
15
15
|
|
|
16
|
-
>
|
|
16
|
+
> GalaxyCollection 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
|
-
[**
|
|
56
|
+
[**GalaxyCollection**](GalaxyCollection.md)
|
|
57
57
|
|
|
58
58
|
### Authorization
|
|
59
59
|
|
|
@@ -189,7 +189,7 @@ Name | Type | Description | Notes
|
|
|
189
189
|
|
|
190
190
|
## read
|
|
191
191
|
|
|
192
|
-
>
|
|
192
|
+
> GalaxyCollection 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
|
-
[**
|
|
236
|
+
[**GalaxyCollection**](GalaxyCollection.md)
|
|
237
237
|
|
|
238
238
|
### Authorization
|
|
239
239
|
|
|
@@ -76,7 +76,7 @@ Name | Type | Description | Notes
|
|
|
76
76
|
|
|
77
77
|
## read
|
|
78
78
|
|
|
79
|
-
>
|
|
79
|
+
> CollectionImportDetail 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
|
-
[**
|
|
126
|
+
[**CollectionImportDetail**](CollectionImportDetail.md)
|
|
127
127
|
|
|
128
128
|
### Authorization
|
|
129
129
|
|
data/docs/RemotesAnsibleApi.md
CHANGED
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
## create
|
|
17
17
|
|
|
18
|
-
>
|
|
18
|
+
> AnsibleAnsibleRemote 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
|
-
[**
|
|
57
|
+
[**AnsibleAnsibleRemote**](AnsibleAnsibleRemote.md)
|
|
58
58
|
|
|
59
59
|
### Authorization
|
|
60
60
|
|
|
@@ -255,7 +255,7 @@ Name | Type | Description | Notes
|
|
|
255
255
|
|
|
256
256
|
## read
|
|
257
257
|
|
|
258
|
-
>
|
|
258
|
+
> AnsibleAnsibleRemote 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
|
-
[**
|
|
303
|
+
[**AnsibleAnsibleRemote**](AnsibleAnsibleRemote.md)
|
|
304
304
|
|
|
305
305
|
### Authorization
|
|
306
306
|
|
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
## create
|
|
17
17
|
|
|
18
|
-
>
|
|
18
|
+
> AnsibleCollectionRemote 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
|
-
[**
|
|
57
|
+
[**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)
|
|
58
58
|
|
|
59
59
|
### Authorization
|
|
60
60
|
|
|
@@ -255,7 +255,7 @@ Name | Type | Description | Notes
|
|
|
255
255
|
|
|
256
256
|
## read
|
|
257
257
|
|
|
258
|
-
>
|
|
258
|
+
> AnsibleCollectionRemote 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
|
-
[**
|
|
303
|
+
[**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)
|
|
304
304
|
|
|
305
305
|
### Authorization
|
|
306
306
|
|
|
@@ -17,7 +17,7 @@ Method | HTTP request | Description
|
|
|
17
17
|
|
|
18
18
|
## create
|
|
19
19
|
|
|
20
|
-
>
|
|
20
|
+
> AnsibleAnsibleRepository 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
|
-
[**
|
|
59
|
+
[**AnsibleAnsibleRepository**](AnsibleAnsibleRepository.md)
|
|
60
60
|
|
|
61
61
|
### Authorization
|
|
62
62
|
|
|
@@ -300,7 +300,7 @@ Name | Type | Description | Notes
|
|
|
300
300
|
|
|
301
301
|
## read
|
|
302
302
|
|
|
303
|
-
>
|
|
303
|
+
> AnsibleAnsibleRepository 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
|
-
[**
|
|
348
|
+
[**AnsibleAnsibleRepository**](AnsibleAnsibleRepository.md)
|
|
349
349
|
|
|
350
350
|
### Authorization
|
|
351
351
|
|