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
@@ -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::PatchedansibleCollectionRemote.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::PatchedansibleCollectionRemote.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,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::PatchedansibleRoleRemote.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::PatchedansibleRoleRemote.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
|
|
@@ -27,10 +27,10 @@ require 'pulp_ansible_client'
|
|
27
27
|
api_instance = PulpAnsibleClient::PulpAnsibleGalaxyApiCollectionsApi.new
|
28
28
|
path = 'path_example' # String |
|
29
29
|
opts = {
|
30
|
-
deprecated: 'deprecated_example', # String |
|
30
|
+
deprecated: 'deprecated_example', # String |
|
31
31
|
limit: 56, # Integer | Number of results to return per page.
|
32
|
-
name: 'name_example', # String |
|
33
|
-
namespace: 'namespace_example', # String |
|
32
|
+
name: 'name_example', # String |
|
33
|
+
namespace: 'namespace_example', # String |
|
34
34
|
offset: 56, # Integer | The initial index from which to return the results.
|
35
35
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
36
36
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
@@ -50,10 +50,10 @@ end
|
|
50
50
|
Name | Type | Description | Notes
|
51
51
|
------------- | ------------- | ------------- | -------------
|
52
52
|
**path** | **String**| |
|
53
|
-
**deprecated** | **String**|
|
53
|
+
**deprecated** | **String**| | [optional]
|
54
54
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
55
|
-
**name** | **String**|
|
56
|
-
**namespace** | **String**|
|
55
|
+
**name** | **String**| | [optional]
|
56
|
+
**namespace** | **String**| | [optional]
|
57
57
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
58
58
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
59
59
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
@@ -26,15 +26,6 @@ require 'pulp_ansible_client'
|
|
26
26
|
api_instance = PulpAnsibleClient::PulpAnsibleGalaxyApiV3AllApi.new
|
27
27
|
path = 'path_example' # String |
|
28
28
|
opts = {
|
29
|
-
is_highest: 'is_highest_example', # String | is_highest
|
30
|
-
name: 'name_example', # String | name
|
31
|
-
namespace: 'namespace_example', # String | namespace
|
32
|
-
q: 'q_example', # String | q
|
33
|
-
repository_version: 'repository_version_example', # String | repository_version
|
34
|
-
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
35
|
-
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
36
|
-
tags: 'tags_example', # String | tags
|
37
|
-
version: 'version_example', # String | version
|
38
29
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
39
30
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
40
31
|
}
|
@@ -53,15 +44,6 @@ end
|
|
53
44
|
Name | Type | Description | Notes
|
54
45
|
------------- | ------------- | ------------- | -------------
|
55
46
|
**path** | **String**| |
|
56
|
-
**is_highest** | **String**| is_highest | [optional]
|
57
|
-
**name** | **String**| name | [optional]
|
58
|
-
**namespace** | **String**| namespace | [optional]
|
59
|
-
**q** | **String**| q | [optional]
|
60
|
-
**repository_version** | **String**| repository_version | [optional]
|
61
|
-
**repository_version_added** | **String**| repository_version_added | [optional]
|
62
|
-
**repository_version_removed** | **String**| repository_version_removed | [optional]
|
63
|
-
**tags** | **String**| tags | [optional]
|
64
|
-
**version** | **String**| version | [optional]
|
65
47
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
66
48
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
67
49
|
|
@@ -96,9 +78,9 @@ require 'pulp_ansible_client'
|
|
96
78
|
api_instance = PulpAnsibleClient::PulpAnsibleGalaxyApiV3AllApi.new
|
97
79
|
path = 'path_example' # String |
|
98
80
|
opts = {
|
99
|
-
deprecated: 'deprecated_example', # String |
|
100
|
-
name: 'name_example', # String |
|
101
|
-
namespace: 'namespace_example', # String |
|
81
|
+
deprecated: 'deprecated_example', # String |
|
82
|
+
name: 'name_example', # String |
|
83
|
+
namespace: 'namespace_example', # String |
|
102
84
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
103
85
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
104
86
|
}
|
@@ -117,9 +99,9 @@ end
|
|
117
99
|
Name | Type | Description | Notes
|
118
100
|
------------- | ------------- | ------------- | -------------
|
119
101
|
**path** | **String**| |
|
120
|
-
**deprecated** | **String**|
|
121
|
-
**name** | **String**|
|
122
|
-
**namespace** | **String**|
|
102
|
+
**deprecated** | **String**| | [optional]
|
103
|
+
**name** | **String**| | [optional]
|
104
|
+
**namespace** | **String**| | [optional]
|
123
105
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
124
106
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
125
107
|
|
@@ -28,17 +28,17 @@ name = 'name_example' # String |
|
|
28
28
|
namespace = 'namespace_example' # String |
|
29
29
|
path = 'path_example' # String |
|
30
30
|
opts = {
|
31
|
-
is_highest:
|
31
|
+
is_highest: true, # Boolean |
|
32
32
|
limit: 56, # Integer | Number of results to return per page.
|
33
|
-
name2: 'name_example', # String |
|
34
|
-
namespace2: 'namespace_example', # String |
|
33
|
+
name2: 'name_example', # String |
|
34
|
+
namespace2: 'namespace_example', # String |
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
|
-
q: 'q_example', # String |
|
37
|
-
repository_version: 'repository_version_example', # String |
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
40
|
-
tags: 'tags_example', # String | tags
|
41
|
-
version: 'version_example', # String | version
|
36
|
+
q: 'q_example', # String |
|
37
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
40
|
+
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
|
41
|
+
version: 'version_example', # String | Filter results where version matches value
|
42
42
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
43
43
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
44
44
|
}
|
@@ -59,17 +59,17 @@ Name | Type | Description | Notes
|
|
59
59
|
**name** | **String**| |
|
60
60
|
**namespace** | **String**| |
|
61
61
|
**path** | **String**| |
|
62
|
-
**is_highest** | **
|
62
|
+
**is_highest** | **Boolean**| | [optional]
|
63
63
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
64
|
-
**name2** | **String**|
|
65
|
-
**namespace2** | **String**|
|
64
|
+
**name2** | **String**| | [optional]
|
65
|
+
**namespace2** | **String**| | [optional]
|
66
66
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
67
|
-
**q** | **String**|
|
68
|
-
**repository_version** | **String**|
|
69
|
-
**repository_version_added** | **String**|
|
70
|
-
**repository_version_removed** | **String**|
|
71
|
-
**tags** | **String**| tags | [optional]
|
72
|
-
**version** | **String**| version | [optional]
|
67
|
+
**q** | **String**| | [optional]
|
68
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
69
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
71
|
+
**tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
|
72
|
+
**version** | **String**| Filter results where version matches value | [optional]
|
73
73
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
74
74
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
75
75
|
|
@@ -142,20 +142,20 @@ end
|
|
142
142
|
api_instance = PulpAnsibleClient::RemotesCollectionApi.new
|
143
143
|
opts = {
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
145
|
-
name: 'name_example', # String |
|
146
|
-
name__contains: 'name__contains_example', # String |
|
147
|
-
name__icontains: 'name__icontains_example', # String |
|
148
|
-
name__in: 'name__in_example', # String |
|
149
|
-
name__startswith: 'name__startswith_example', # String |
|
145
|
+
name: 'name_example', # String |
|
146
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
147
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
148
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
151
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
152
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
153
|
-
pulp_last_updated: '
|
154
|
-
pulp_last_updated__gt: '
|
155
|
-
pulp_last_updated__gte: '
|
156
|
-
pulp_last_updated__lt: '
|
157
|
-
pulp_last_updated__lte: '
|
158
|
-
pulp_last_updated__range: '
|
152
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
153
|
+
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
154
|
+
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
155
|
+
pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
|
156
|
+
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
157
|
+
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
158
|
+
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
159
159
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
160
160
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
161
161
|
}
|
@@ -175,20 +175,20 @@ end
|
|
175
175
|
Name | Type | Description | Notes
|
176
176
|
------------- | ------------- | ------------- | -------------
|
177
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
178
|
-
**name** | **String**|
|
179
|
-
**name__contains** | **String**|
|
180
|
-
**name__icontains** | **String**|
|
181
|
-
**name__in** | **String
|
182
|
-
**name__startswith** | **String**|
|
178
|
+
**name** | **String**| | [optional]
|
179
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
180
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
181
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
182
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
183
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
184
184
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
185
|
-
**pulp_label_select** | **String**|
|
186
|
-
**pulp_last_updated** | **
|
187
|
-
**pulp_last_updated__gt** | **
|
188
|
-
**pulp_last_updated__gte** | **
|
189
|
-
**pulp_last_updated__lt** | **
|
190
|
-
**pulp_last_updated__lte** | **
|
191
|
-
**pulp_last_updated__range** | **
|
185
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
186
|
+
**pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
187
|
+
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
188
|
+
**pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
189
|
+
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
190
|
+
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
191
|
+
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
192
192
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
193
193
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
194
194
|
|
data/docs/RemotesRoleApi.md
CHANGED
@@ -142,20 +142,20 @@ end
|
|
142
142
|
api_instance = PulpAnsibleClient::RemotesRoleApi.new
|
143
143
|
opts = {
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
145
|
-
name: 'name_example', # String |
|
146
|
-
name__contains: 'name__contains_example', # String |
|
147
|
-
name__icontains: 'name__icontains_example', # String |
|
148
|
-
name__in: 'name__in_example', # String |
|
149
|
-
name__startswith: 'name__startswith_example', # String |
|
145
|
+
name: 'name_example', # String |
|
146
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
147
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
148
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
151
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
152
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
153
|
-
pulp_last_updated: '
|
154
|
-
pulp_last_updated__gt: '
|
155
|
-
pulp_last_updated__gte: '
|
156
|
-
pulp_last_updated__lt: '
|
157
|
-
pulp_last_updated__lte: '
|
158
|
-
pulp_last_updated__range: '
|
152
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
153
|
+
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
154
|
+
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
155
|
+
pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
|
156
|
+
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
157
|
+
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
158
|
+
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
159
159
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
160
160
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
161
161
|
}
|
@@ -175,20 +175,20 @@ end
|
|
175
175
|
Name | Type | Description | Notes
|
176
176
|
------------- | ------------- | ------------- | -------------
|
177
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
178
|
-
**name** | **String**|
|
179
|
-
**name__contains** | **String**|
|
180
|
-
**name__icontains** | **String**|
|
181
|
-
**name__in** | **String
|
182
|
-
**name__startswith** | **String**|
|
178
|
+
**name** | **String**| | [optional]
|
179
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
180
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
181
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
182
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
183
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
184
184
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
185
|
-
**pulp_label_select** | **String**|
|
186
|
-
**pulp_last_updated** | **
|
187
|
-
**pulp_last_updated__gt** | **
|
188
|
-
**pulp_last_updated__gte** | **
|
189
|
-
**pulp_last_updated__lt** | **
|
190
|
-
**pulp_last_updated__lte** | **
|
191
|
-
**pulp_last_updated__range** | **
|
185
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
186
|
+
**pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
187
|
+
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
188
|
+
**pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
189
|
+
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
190
|
+
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
191
|
+
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
192
192
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
193
193
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
194
194
|
|
@@ -144,14 +144,14 @@ end
|
|
144
144
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
145
145
|
opts = {
|
146
146
|
limit: 56, # Integer | Number of results to return per page.
|
147
|
-
name: 'name_example', # String |
|
148
|
-
name__contains: 'name__contains_example', # String |
|
149
|
-
name__icontains: 'name__icontains_example', # String |
|
150
|
-
name__in: 'name__in_example', # String |
|
151
|
-
name__startswith: 'name__startswith_example', # String |
|
147
|
+
name: 'name_example', # String |
|
148
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
149
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
150
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
151
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
152
152
|
offset: 56, # Integer | The initial index from which to return the results.
|
153
153
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
154
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
154
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
155
155
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
156
156
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
157
157
|
}
|
@@ -171,14 +171,14 @@ end
|
|
171
171
|
Name | Type | Description | Notes
|
172
172
|
------------- | ------------- | ------------- | -------------
|
173
173
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
174
|
-
**name** | **String**|
|
175
|
-
**name__contains** | **String**|
|
176
|
-
**name__icontains** | **String**|
|
177
|
-
**name__in** | **String
|
178
|
-
**name__startswith** | **String**|
|
174
|
+
**name** | **String**| | [optional]
|
175
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
176
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
177
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
178
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
179
179
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
180
180
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
181
|
-
**pulp_label_select** | **String**|
|
181
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
182
182
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
183
183
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
184
184
|
|
@@ -87,23 +87,23 @@ end
|
|
87
87
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleVersionsApi.new
|
88
88
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
89
89
|
opts = {
|
90
|
-
content: 'content_example', # String |
|
91
|
-
content__in: 'content__in_example', # String |
|
90
|
+
content: 'content_example', # String | Content Unit referenced by HREF
|
91
|
+
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
|
-
number:
|
94
|
-
number__gt:
|
95
|
-
number__gte:
|
96
|
-
number__lt:
|
97
|
-
number__lte:
|
98
|
-
number__range:
|
93
|
+
number: 56, # Integer |
|
94
|
+
number__gt: 56, # Integer | Filter results where number is greater than value
|
95
|
+
number__gte: 56, # Integer | Filter results where number is greater than or equal to value
|
96
|
+
number__lt: 56, # Integer | Filter results where number is less than value
|
97
|
+
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
98
|
+
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
100
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
101
|
-
pulp_created: '
|
102
|
-
pulp_created__gt: '
|
103
|
-
pulp_created__gte: '
|
104
|
-
pulp_created__lt: '
|
105
|
-
pulp_created__lte: '
|
106
|
-
pulp_created__range: '
|
101
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
102
|
+
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
|
+
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
104
|
+
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
105
|
+
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
|
+
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
107
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
108
108
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
109
109
|
}
|
@@ -123,23 +123,23 @@ end
|
|
123
123
|
Name | Type | Description | Notes
|
124
124
|
------------- | ------------- | ------------- | -------------
|
125
125
|
**ansible_ansible_repository_href** | **String**| |
|
126
|
-
**content** | **String**|
|
127
|
-
**content__in** | **String**|
|
126
|
+
**content** | **String**| Content Unit referenced by HREF | [optional]
|
127
|
+
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
128
128
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
129
|
-
**number** | **
|
130
|
-
**number__gt** | **
|
131
|
-
**number__gte** | **
|
132
|
-
**number__lt** | **
|
133
|
-
**number__lte** | **
|
134
|
-
**number__range** | **
|
129
|
+
**number** | **Integer**| | [optional]
|
130
|
+
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
131
|
+
**number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
|
132
|
+
**number__lt** | **Integer**| Filter results where number is less than value | [optional]
|
133
|
+
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
134
|
+
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
135
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
136
136
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
137
|
-
**pulp_created** | **
|
138
|
-
**pulp_created__gt** | **
|
139
|
-
**pulp_created__gte** | **
|
140
|
-
**pulp_created__lt** | **
|
141
|
-
**pulp_created__lte** | **
|
142
|
-
**pulp_created__range** | **
|
137
|
+
**pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
138
|
+
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
139
|
+
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
140
|
+
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
141
|
+
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
142
|
+
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
143
143
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
144
144
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
145
145
|
|