pulp_ansible_client 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/docs/AnsibleCollectionRemote.md +7 -1
- data/docs/AnsibleCollectionRemoteResponse.md +3 -7
- data/docs/AnsibleCollectionVersionResponse.md +3 -3
- data/docs/AnsibleCollectionsApi.md +4 -4
- data/docs/AnsibleRoleRemote.md +7 -1
- data/docs/AnsibleRoleRemoteResponse.md +3 -7
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/ContentCollectionVersionsApi.md +18 -18
- data/docs/ContentRolesApi.md +12 -12
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +3 -3
- data/docs/DistributionsAnsibleApi.md +20 -20
- data/docs/PatchedansibleCollectionRemote.md +7 -1
- data/docs/PatchedansibleRoleRemote.md +7 -1
- data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +6 -6
- data/docs/PulpAnsibleGalaxyApiV3AllApi.md +6 -24
- data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +18 -18
- data/docs/RemotesCollectionApi.md +24 -24
- data/docs/RemotesRoleApi.md +24 -24
- data/docs/RepositoriesAnsibleApi.md +12 -12
- data/docs/RepositoriesAnsibleVersionsApi.md +28 -28
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +4 -4
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +18 -18
- data/lib/pulp_ansible_client/api/content_roles_api.rb +12 -12
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +22 -22
- 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_all_api.rb +6 -33
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +18 -18
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +26 -26
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +26 -26
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +13 -13
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +30 -30
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +36 -2
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +14 -35
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +36 -2
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +14 -35
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +11 -11
- data/lib/pulp_ansible_client/models/content_summary.rb +12 -6
- data/lib/pulp_ansible_client/models/content_summary_response.rb +12 -6
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +36 -2
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +36 -2
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/ansible_collections_api_spec.rb +2 -2
- data/spec/api/content_collection_versions_api_spec.rb +9 -9
- data/spec/api/content_roles_api_spec.rb +6 -6
- data/spec/api/distributions_ansible_api_spec.rb +10 -10
- data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +3 -3
- data/spec/api/pulp_ansible_galaxy_api_v3_all_api_spec.rb +3 -12
- data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +9 -9
- data/spec/api/remotes_collection_api_spec.rb +12 -12
- data/spec/api/remotes_role_api_spec.rb +12 -12
- data/spec/api/repositories_ansible_api_spec.rb +6 -6
- data/spec/api/repositories_ansible_versions_api_spec.rb +14 -14
- data/spec/models/ansible_collection_remote_response_spec.rb +6 -18
- data/spec/models/ansible_collection_remote_spec.rb +18 -0
- data/spec/models/ansible_collection_version_response_spec.rb +3 -3
- data/spec/models/ansible_role_remote_response_spec.rb +6 -18
- data/spec/models/ansible_role_remote_spec.rb +18 -0
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/patchedansible_collection_remote_spec.rb +18 -0
- data/spec/models/patchedansible_role_remote_spec.rb +18 -0
- metadata +65 -65
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5544ad16cbba2c364212b91d622a3e6236fe9efd59bdd80b43bf17eaba28f3f
|
4
|
+
data.tar.gz: 17bc0af4465598b0fa75958a45eb9b8f96f2d71f8a45291b4b5b887df993dd56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cfd5c4d1ef1098b78aba6a7b7dd3cddea7695282ef2d2cac5e014272d23c1d95c851029aadc141eca49a896103ac8de16cd41876ceecc2fab2b40e7202093f7
|
7
|
+
data.tar.gz: d4d4b981a8fe55732bb53569819688e5fa65439c94a6d28b6e391d5760aa8e3f3db7768e903ea180e3aadb91e6591ec866e0a098a05f883c8f70142e3bd10851
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 0.7.
|
10
|
+
- Package version: 0.7.2
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_ansible_client-0.7.
|
27
|
+
gem install ./pulp_ansible_client-0.7.2.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.7.
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.7.2.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_ansible_client', '~> 0.7.
|
36
|
+
gem 'pulp_ansible_client', '~> 0.7.2'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -67,8 +67,8 @@ end
|
|
67
67
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
68
68
|
opts = {
|
69
69
|
limit: 56, # Integer | Number of results to return per page.
|
70
|
-
name: 'name_example', # String |
|
71
|
-
namespace: 'namespace_example', # String |
|
70
|
+
name: 'name_example', # String |
|
71
|
+
namespace: 'namespace_example', # String |
|
72
72
|
offset: 56, # Integer | The initial index from which to return the results.
|
73
73
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
74
74
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
14
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
17
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
18
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
|
|
20
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
21
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
22
24
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
23
26
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
24
27
|
**requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
|
25
28
|
**auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
|
@@ -37,6 +40,8 @@ instance = PulpAnsibleClient::AnsibleCollectionRemote.new(name: null,
|
|
37
40
|
client_key: null,
|
38
41
|
tls_validation: null,
|
39
42
|
proxy_url: null,
|
43
|
+
proxy_username: null,
|
44
|
+
proxy_password: null,
|
40
45
|
username: null,
|
41
46
|
password: null,
|
42
47
|
pulp_labels: null,
|
@@ -46,6 +51,7 @@ instance = PulpAnsibleClient::AnsibleCollectionRemote.new(name: null,
|
|
46
51
|
connect_timeout: null,
|
47
52
|
sock_connect_timeout: null,
|
48
53
|
sock_read_timeout: null,
|
54
|
+
headers: null,
|
49
55
|
rate_limit: null,
|
50
56
|
requirements_file: null,
|
51
57
|
auth_url: null,
|
@@ -10,11 +10,8 @@ Name | Type | Description | Notes
|
|
10
10
|
**url** | **String** | The URL of an external content source. |
|
11
11
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
12
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
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
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]
|
14
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
18
15
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
19
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
20
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
@@ -23,6 +20,7 @@ Name | Type | Description | Notes
|
|
23
20
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
24
21
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
25
22
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
23
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
24
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
27
25
|
**requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
|
28
26
|
**auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
|
@@ -39,11 +37,8 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
|
|
39
37
|
url: null,
|
40
38
|
ca_cert: null,
|
41
39
|
client_cert: null,
|
42
|
-
client_key: null,
|
43
40
|
tls_validation: null,
|
44
41
|
proxy_url: null,
|
45
|
-
username: null,
|
46
|
-
password: null,
|
47
42
|
pulp_labels: null,
|
48
43
|
pulp_last_updated: null,
|
49
44
|
download_concurrency: null,
|
@@ -52,6 +47,7 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
|
|
52
47
|
connect_timeout: null,
|
53
48
|
sock_connect_timeout: null,
|
54
49
|
sock_read_timeout: null,
|
50
|
+
headers: null,
|
55
51
|
rate_limit: null,
|
56
52
|
requirements_file: null,
|
57
53
|
auth_url: null,
|
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
9
8
|
**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]
|
@@ -37,9 +37,9 @@ Name | Type | Description | Notes
|
|
37
37
|
```ruby
|
38
38
|
require 'PulpAnsibleClient'
|
39
39
|
|
40
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
41
|
-
pulp_href: null,
|
40
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null,
|
42
41
|
artifact: null,
|
42
|
+
pulp_created: null,
|
43
43
|
md5: null,
|
44
44
|
sha1: null,
|
45
45
|
sha224: null,
|
@@ -32,8 +32,8 @@ end
|
|
32
32
|
api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
|
33
33
|
opts = {
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
35
|
-
name: 'name_example', # String |
|
36
|
-
namespace: 'namespace_example', # String |
|
35
|
+
name: 'name_example', # String |
|
36
|
+
namespace: 'namespace_example', # String |
|
37
37
|
offset: 56, # Integer | The initial index from which to return the results.
|
38
38
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
39
39
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -55,8 +55,8 @@ end
|
|
55
55
|
Name | Type | Description | Notes
|
56
56
|
------------- | ------------- | ------------- | -------------
|
57
57
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
58
|
-
**name** | **String**|
|
59
|
-
**namespace** | **String**|
|
58
|
+
**name** | **String**| | [optional]
|
59
|
+
**namespace** | **String**| | [optional]
|
60
60
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
61
61
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
62
62
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
data/docs/AnsibleRoleRemote.md
CHANGED
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
14
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
17
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
18
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
|
|
20
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
21
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
22
24
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
23
26
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
24
27
|
|
25
28
|
## Code Sample
|
@@ -34,6 +37,8 @@ instance = PulpAnsibleClient::AnsibleRoleRemote.new(name: null,
|
|
34
37
|
client_key: null,
|
35
38
|
tls_validation: null,
|
36
39
|
proxy_url: null,
|
40
|
+
proxy_username: null,
|
41
|
+
proxy_password: null,
|
37
42
|
username: null,
|
38
43
|
password: null,
|
39
44
|
pulp_labels: null,
|
@@ -43,6 +48,7 @@ instance = PulpAnsibleClient::AnsibleRoleRemote.new(name: null,
|
|
43
48
|
connect_timeout: null,
|
44
49
|
sock_connect_timeout: null,
|
45
50
|
sock_read_timeout: null,
|
51
|
+
headers: null,
|
46
52
|
rate_limit: null)
|
47
53
|
```
|
48
54
|
|
@@ -10,11 +10,8 @@ Name | Type | Description | Notes
|
|
10
10
|
**url** | **String** | The URL of an external content source. |
|
11
11
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
12
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
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
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]
|
14
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
18
15
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
19
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
20
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
@@ -23,6 +20,7 @@ Name | Type | Description | Notes
|
|
23
20
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
24
21
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
25
22
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
23
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
24
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
27
25
|
|
28
26
|
## Code Sample
|
@@ -36,11 +34,8 @@ instance = PulpAnsibleClient::AnsibleRoleRemoteResponse.new(pulp_href: null,
|
|
36
34
|
url: null,
|
37
35
|
ca_cert: null,
|
38
36
|
client_cert: null,
|
39
|
-
client_key: null,
|
40
37
|
tls_validation: null,
|
41
38
|
proxy_url: null,
|
42
|
-
username: null,
|
43
|
-
password: null,
|
44
39
|
pulp_labels: null,
|
45
40
|
pulp_last_updated: null,
|
46
41
|
download_concurrency: null,
|
@@ -49,6 +44,7 @@ instance = PulpAnsibleClient::AnsibleRoleRemoteResponse.new(pulp_href: null,
|
|
49
44
|
connect_timeout: null,
|
50
45
|
sock_connect_timeout: null,
|
51
46
|
sock_read_timeout: null,
|
47
|
+
headers: null,
|
52
48
|
rate_limit: null)
|
53
49
|
```
|
54
50
|
|
data/docs/AnsibleRoleResponse.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]
|
8
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
9
8
|
**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::AnsibleRoleResponse.new(
|
20
|
-
pulp_href: null,
|
19
|
+
instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
|
21
20
|
artifact: null,
|
21
|
+
pulp_created: null,
|
22
22
|
version: null,
|
23
23
|
name: null,
|
24
24
|
namespace: null)
|
@@ -85,18 +85,18 @@ end
|
|
85
85
|
|
86
86
|
api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
|
87
87
|
opts = {
|
88
|
-
is_highest:
|
88
|
+
is_highest: true, # Boolean |
|
89
89
|
limit: 56, # Integer | Number of results to return per page.
|
90
|
-
name: 'name_example', # String |
|
91
|
-
namespace: 'namespace_example', # String |
|
90
|
+
name: 'name_example', # String |
|
91
|
+
namespace: 'namespace_example', # String |
|
92
92
|
offset: 56, # Integer | The initial index from which to return the results.
|
93
93
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
94
|
-
q: 'q_example', # String |
|
95
|
-
repository_version: 'repository_version_example', # String |
|
96
|
-
repository_version_added: 'repository_version_added_example', # String |
|
97
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
98
|
-
tags: 'tags_example', # String | tags
|
99
|
-
version: 'version_example', # String | version
|
94
|
+
q: 'q_example', # String |
|
95
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
96
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
97
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
98
|
+
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
|
99
|
+
version: 'version_example', # String | Filter results where version matches value
|
100
100
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
101
101
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
102
102
|
}
|
@@ -115,18 +115,18 @@ end
|
|
115
115
|
|
116
116
|
Name | Type | Description | Notes
|
117
117
|
------------- | ------------- | ------------- | -------------
|
118
|
-
**is_highest** | **
|
118
|
+
**is_highest** | **Boolean**| | [optional]
|
119
119
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
120
|
-
**name** | **String**|
|
121
|
-
**namespace** | **String**|
|
120
|
+
**name** | **String**| | [optional]
|
121
|
+
**namespace** | **String**| | [optional]
|
122
122
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
123
123
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
124
|
-
**q** | **String**|
|
125
|
-
**repository_version** | **String**|
|
126
|
-
**repository_version_added** | **String**|
|
127
|
-
**repository_version_removed** | **String**|
|
128
|
-
**tags** | **String**| tags | [optional]
|
129
|
-
**version** | **String**| version | [optional]
|
124
|
+
**q** | **String**| | [optional]
|
125
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
126
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
127
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
128
|
+
**tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
|
129
|
+
**version** | **String**| Filter results where version matches value | [optional]
|
130
130
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
131
131
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
132
132
|
|
data/docs/ContentRolesApi.md
CHANGED
@@ -86,14 +86,14 @@ end
|
|
86
86
|
api_instance = PulpAnsibleClient::ContentRolesApi.new
|
87
87
|
opts = {
|
88
88
|
limit: 56, # Integer | Number of results to return per page.
|
89
|
-
name: 'name_example', # String | name
|
90
|
-
namespace: 'namespace_example', # String | namespace
|
89
|
+
name: 'name_example', # String | Filter results where name matches value
|
90
|
+
namespace: 'namespace_example', # String | Filter results where namespace matches value
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
92
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
93
|
-
repository_version: 'repository_version_example', # String |
|
94
|
-
repository_version_added: 'repository_version_added_example', # String |
|
95
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
96
|
-
version: 'version_example', # String | version
|
93
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
|
+
version: 'version_example', # String | Filter results where version matches value
|
97
97
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
98
98
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
99
99
|
}
|
@@ -113,14 +113,14 @@ end
|
|
113
113
|
Name | Type | Description | Notes
|
114
114
|
------------- | ------------- | ------------- | -------------
|
115
115
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
116
|
-
**name** | **String**| name | [optional]
|
117
|
-
**namespace** | **String**| namespace | [optional]
|
116
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
117
|
+
**namespace** | **String**| Filter results where namespace matches value | [optional]
|
118
118
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
119
119
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
120
|
-
**repository_version** | **String**|
|
121
|
-
**repository_version_added** | **String**|
|
122
|
-
**repository_version_removed** | **String**|
|
123
|
-
**version** | **String**| version | [optional]
|
120
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
121
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
122
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
123
|
+
**version** | **String**| Filter results where version matches value | [optional]
|
124
124
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
125
125
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
126
126
|
|
data/docs/ContentSummary.md
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**added** |
|
8
|
-
**removed** |
|
9
|
-
**present** |
|
7
|
+
**added** | **Hash<String, Object>** | |
|
8
|
+
**removed** | **Hash<String, Object>** | |
|
9
|
+
**present** | **Hash<String, Object>** | |
|
10
10
|
|
11
11
|
## Code Sample
|
12
12
|
|
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**added** |
|
8
|
-
**removed** |
|
9
|
-
**present** |
|
7
|
+
**added** | **Hash<String, Object>** | |
|
8
|
+
**removed** | **Hash<String, Object>** | |
|
9
|
+
**present** | **Hash<String, Object>** | |
|
10
10
|
|
11
11
|
## Code Sample
|
12
12
|
|
@@ -141,19 +141,19 @@ end
|
|
141
141
|
|
142
142
|
api_instance = PulpAnsibleClient::DistributionsAnsibleApi.new
|
143
143
|
opts = {
|
144
|
-
base_path: 'base_path_example', # String |
|
145
|
-
base_path__contains: 'base_path__contains_example', # String |
|
146
|
-
base_path__icontains: 'base_path__icontains_example', # String |
|
147
|
-
base_path__in: 'base_path__in_example', # String |
|
144
|
+
base_path: 'base_path_example', # String |
|
145
|
+
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
146
|
+
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
147
|
+
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
149
|
-
name: 'name_example', # String |
|
150
|
-
name__contains: 'name__contains_example', # String |
|
151
|
-
name__icontains: 'name__icontains_example', # String |
|
152
|
-
name__in: 'name__in_example', # String |
|
153
|
-
name__startswith: 'name__startswith_example', # String |
|
149
|
+
name: 'name_example', # String |
|
150
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
151
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
152
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
153
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
155
155
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
156
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
156
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
157
157
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
158
158
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
159
159
|
}
|
@@ -172,19 +172,19 @@ end
|
|
172
172
|
|
173
173
|
Name | Type | Description | Notes
|
174
174
|
------------- | ------------- | ------------- | -------------
|
175
|
-
**base_path** | **String**|
|
176
|
-
**base_path__contains** | **String**|
|
177
|
-
**base_path__icontains** | **String**|
|
178
|
-
**base_path__in** | **String
|
175
|
+
**base_path** | **String**| | [optional]
|
176
|
+
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
177
|
+
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
178
|
+
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
179
179
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
180
|
-
**name** | **String**|
|
181
|
-
**name__contains** | **String**|
|
182
|
-
**name__icontains** | **String**|
|
183
|
-
**name__in** | **String
|
184
|
-
**name__startswith** | **String**|
|
180
|
+
**name** | **String**| | [optional]
|
181
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
182
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
183
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
184
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
185
185
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
186
186
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
187
|
-
**pulp_label_select** | **String**|
|
187
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
188
188
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
189
189
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
190
190
|
|