pulpcore_client 3.22.30 → 3.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -5
  3. data/docs/AccessPoliciesApi.md +1 -1
  4. data/docs/ArtifactDistributionResponse.md +10 -10
  5. data/docs/ArtifactsApi.md +1 -1
  6. data/docs/ContentApi.md +1 -1
  7. data/docs/ContentguardsApi.md +1 -1
  8. data/docs/ContentguardsContentRedirectApi.md +1 -1
  9. data/docs/ContentguardsRbacApi.md +1 -1
  10. data/docs/DistributionsApi.md +5 -1
  11. data/docs/DistributionsArtifactsApi.md +5 -1
  12. data/docs/Domain.md +27 -0
  13. data/docs/DomainResponse.md +31 -0
  14. data/docs/DomainsApi.md +362 -0
  15. data/docs/ExportersFilesystemApi.md +4 -4
  16. data/docs/ExportersFilesystemExportsApi.md +4 -4
  17. data/docs/ExportersPulpApi.md +1 -1
  18. data/docs/ExportersPulpExportsApi.md +1 -1
  19. data/docs/GroupRole.md +3 -1
  20. data/docs/GroupRoleResponse.md +3 -1
  21. data/docs/GroupsApi.md +7 -7
  22. data/docs/GroupsRolesApi.md +7 -5
  23. data/docs/GroupsUsersApi.md +1 -1
  24. data/docs/ImportersPulpApi.md +1 -1
  25. data/docs/ImportersPulpImportCheckApi.md +1 -1
  26. data/docs/ImportersPulpImportsApi.md +1 -1
  27. data/docs/OrphansApi.md +1 -1
  28. data/docs/OrphansCleanupApi.md +1 -1
  29. data/docs/PaginatedDomainResponseList.md +23 -0
  30. data/docs/PaginatedUpstreamPulpResponseList.md +23 -0
  31. data/docs/PatchedDomain.md +27 -0
  32. data/docs/PatchedUpstreamPulp.md +37 -0
  33. data/docs/PublicationsApi.md +1 -1
  34. data/docs/RemoteResponseHiddenFields.md +2 -2
  35. data/docs/RemotesApi.md +1 -1
  36. data/docs/RepairApi.md +1 -1
  37. data/docs/RepositoriesApi.md +17 -1
  38. data/docs/RepositoriesReclaimSpaceApi.md +1 -1
  39. data/docs/RepositoryResponse.md +1 -1
  40. data/docs/RepositoryVersionsApi.md +1 -1
  41. data/docs/RolesApi.md +7 -7
  42. data/docs/SigningServicesApi.md +1 -1
  43. data/docs/StatusApi.md +1 -1
  44. data/docs/StatusResponse.md +3 -1
  45. data/docs/StorageClassEnum.md +16 -0
  46. data/docs/TaskGroupsApi.md +1 -1
  47. data/docs/TaskSchedulesApi.md +3 -3
  48. data/docs/TasksApi.md +2 -2
  49. data/docs/UploadsApi.md +1 -1
  50. data/docs/UpstreamPulp.md +37 -0
  51. data/docs/UpstreamPulpResponse.md +39 -0
  52. data/docs/UpstreamPulpsApi.md +405 -0
  53. data/docs/UserRole.md +4 -2
  54. data/docs/UserRoleResponse.md +4 -2
  55. data/docs/UsersApi.md +7 -7
  56. data/docs/UsersRolesApi.md +7 -5
  57. data/docs/VersionResponse.md +3 -1
  58. data/docs/WorkersApi.md +1 -1
  59. data/lib/pulpcore_client/api/distributions_api.rb +6 -0
  60. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
  61. data/lib/pulpcore_client/api/domains_api.rb +446 -0
  62. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +6 -6
  63. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +6 -6
  64. data/lib/pulpcore_client/api/groups_api.rb +12 -12
  65. data/lib/pulpcore_client/api/groups_roles_api.rb +11 -8
  66. data/lib/pulpcore_client/api/repositories_api.rb +24 -0
  67. data/lib/pulpcore_client/api/roles_api.rb +12 -12
  68. data/lib/pulpcore_client/api/task_schedules_api.rb +4 -4
  69. data/lib/pulpcore_client/api/tasks_api.rb +2 -2
  70. data/lib/pulpcore_client/api/upstream_pulps_api.rb +492 -0
  71. data/lib/pulpcore_client/api/users_api.rb +12 -12
  72. data/lib/pulpcore_client/api/users_roles_api.rb +11 -8
  73. data/lib/pulpcore_client/api/workers_api.rb +1 -1
  74. data/lib/pulpcore_client/configuration.rb +3 -3
  75. data/lib/pulpcore_client/models/artifact_distribution_response.rb +46 -46
  76. data/lib/pulpcore_client/models/domain.rb +323 -0
  77. data/lib/pulpcore_client/models/domain_response.rb +318 -0
  78. data/lib/pulpcore_client/models/group_role.rb +16 -5
  79. data/lib/pulpcore_client/models/group_role_response.rb +15 -4
  80. data/lib/pulpcore_client/models/nested_role.rb +19 -0
  81. data/lib/pulpcore_client/models/paginated_domain_response_list.rb +237 -0
  82. data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +237 -0
  83. data/lib/pulpcore_client/models/patched_domain.rb +304 -0
  84. data/lib/pulpcore_client/models/patched_upstream_pulp.rb +450 -0
  85. data/lib/pulpcore_client/models/remote_response.rb +20 -20
  86. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +0 -10
  87. data/lib/pulpcore_client/models/repository_response.rb +1 -1
  88. data/lib/pulpcore_client/models/status_response.rb +19 -4
  89. data/lib/pulpcore_client/models/storage_class_enum.rb +37 -0
  90. data/lib/pulpcore_client/models/upstream_pulp.rb +477 -0
  91. data/lib/pulpcore_client/models/upstream_pulp_response.rb +338 -0
  92. data/lib/pulpcore_client/models/user_role.rb +17 -6
  93. data/lib/pulpcore_client/models/user_role_response.rb +16 -5
  94. data/lib/pulpcore_client/models/version_response.rb +19 -4
  95. data/lib/pulpcore_client/version.rb +1 -1
  96. data/lib/pulpcore_client.rb +11 -0
  97. data/spec/api/distributions_api_spec.rb +2 -0
  98. data/spec/api/distributions_artifacts_api_spec.rb +2 -0
  99. data/spec/api/domains_api_spec.rb +120 -0
  100. data/spec/api/exporters_filesystem_api_spec.rb +3 -3
  101. data/spec/api/exporters_filesystem_exports_api_spec.rb +3 -3
  102. data/spec/api/groups_api_spec.rb +6 -6
  103. data/spec/api/groups_roles_api_spec.rb +5 -4
  104. data/spec/api/repositories_api_spec.rb +8 -0
  105. data/spec/api/roles_api_spec.rb +6 -6
  106. data/spec/api/task_schedules_api_spec.rb +2 -2
  107. data/spec/api/tasks_api_spec.rb +1 -1
  108. data/spec/api/upstream_pulps_api_spec.rb +127 -0
  109. data/spec/api/users_api_spec.rb +6 -6
  110. data/spec/api/users_roles_api_spec.rb +5 -4
  111. data/spec/configuration_spec.rb +3 -3
  112. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  113. data/spec/models/domain_response_spec.rb +83 -0
  114. data/spec/models/domain_spec.rb +71 -0
  115. data/spec/models/group_role_response_spec.rb +6 -0
  116. data/spec/models/group_role_spec.rb +6 -0
  117. data/spec/models/paginated_domain_response_list_spec.rb +59 -0
  118. data/spec/models/paginated_upstream_pulp_response_list_spec.rb +59 -0
  119. data/spec/models/patched_domain_spec.rb +71 -0
  120. data/spec/models/patched_upstream_pulp_spec.rb +101 -0
  121. data/spec/models/status_response_spec.rb +6 -0
  122. data/spec/models/storage_class_enum_spec.rb +35 -0
  123. data/spec/models/upstream_pulp_response_spec.rb +107 -0
  124. data/spec/models/upstream_pulp_spec.rb +101 -0
  125. data/spec/models/user_role_response_spec.rb +6 -0
  126. data/spec/models/user_role_spec.rb +6 -0
  127. data/spec/models/version_response_spec.rb +6 -0
  128. metadata +185 -141
@@ -0,0 +1,362 @@
1
+ # PulpcoreClient::DomainsApi
2
+
3
+ All URIs are relative to *https://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**create**](DomainsApi.md#create) | **POST** /pulp/api/v3/domains/ | Create a domain
8
+ [**delete**](DomainsApi.md#delete) | **DELETE** {domain_href} | Delete a domain
9
+ [**list**](DomainsApi.md#list) | **GET** /pulp/api/v3/domains/ | List domains
10
+ [**partial_update**](DomainsApi.md#partial_update) | **PATCH** {domain_href} | Update a domain
11
+ [**read**](DomainsApi.md#read) | **GET** {domain_href} | Inspect a domain
12
+ [**update**](DomainsApi.md#update) | **PUT** {domain_href} | Update a domain
13
+
14
+
15
+
16
+ ## create
17
+
18
+ > DomainResponse create(domain)
19
+
20
+ Create a domain
21
+
22
+ ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
23
+
24
+ ### Example
25
+
26
+ ```ruby
27
+ # load the gem
28
+ require 'pulpcore_client'
29
+ # setup authorization
30
+ PulpcoreClient.configure do |config|
31
+ # Configure HTTP basic authorization: basicAuth
32
+ config.username = 'YOUR USERNAME'
33
+ config.password = 'YOUR PASSWORD'
34
+ end
35
+
36
+ api_instance = PulpcoreClient::DomainsApi.new
37
+ domain = PulpcoreClient::Domain.new # Domain |
38
+
39
+ begin
40
+ #Create a domain
41
+ result = api_instance.create(domain)
42
+ p result
43
+ rescue PulpcoreClient::ApiError => e
44
+ puts "Exception when calling DomainsApi->create: #{e}"
45
+ end
46
+ ```
47
+
48
+ ### Parameters
49
+
50
+
51
+ Name | Type | Description | Notes
52
+ ------------- | ------------- | ------------- | -------------
53
+ **domain** | [**Domain**](Domain.md)| |
54
+
55
+ ### Return type
56
+
57
+ [**DomainResponse**](DomainResponse.md)
58
+
59
+ ### Authorization
60
+
61
+ [basicAuth](../README.md#basicAuth)
62
+
63
+ ### HTTP request headers
64
+
65
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
66
+ - **Accept**: application/json
67
+
68
+
69
+ ## delete
70
+
71
+ > AsyncOperationResponse delete(domain_href)
72
+
73
+ Delete a domain
74
+
75
+ Trigger an asynchronous delete task
76
+
77
+ ### Example
78
+
79
+ ```ruby
80
+ # load the gem
81
+ require 'pulpcore_client'
82
+ # setup authorization
83
+ PulpcoreClient.configure do |config|
84
+ # Configure HTTP basic authorization: basicAuth
85
+ config.username = 'YOUR USERNAME'
86
+ config.password = 'YOUR PASSWORD'
87
+ end
88
+
89
+ api_instance = PulpcoreClient::DomainsApi.new
90
+ domain_href = 'domain_href_example' # String |
91
+
92
+ begin
93
+ #Delete a domain
94
+ result = api_instance.delete(domain_href)
95
+ p result
96
+ rescue PulpcoreClient::ApiError => e
97
+ puts "Exception when calling DomainsApi->delete: #{e}"
98
+ end
99
+ ```
100
+
101
+ ### Parameters
102
+
103
+
104
+ Name | Type | Description | Notes
105
+ ------------- | ------------- | ------------- | -------------
106
+ **domain_href** | **String**| |
107
+
108
+ ### Return type
109
+
110
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
111
+
112
+ ### Authorization
113
+
114
+ [basicAuth](../README.md#basicAuth)
115
+
116
+ ### HTTP request headers
117
+
118
+ - **Content-Type**: Not defined
119
+ - **Accept**: application/json
120
+
121
+
122
+ ## list
123
+
124
+ > PaginatedDomainResponseList list(opts)
125
+
126
+ List domains
127
+
128
+ ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
129
+
130
+ ### Example
131
+
132
+ ```ruby
133
+ # load the gem
134
+ require 'pulpcore_client'
135
+ # setup authorization
136
+ PulpcoreClient.configure do |config|
137
+ # Configure HTTP basic authorization: basicAuth
138
+ config.username = 'YOUR USERNAME'
139
+ config.password = 'YOUR PASSWORD'
140
+ end
141
+
142
+ api_instance = PulpcoreClient::DomainsApi.new
143
+ opts = {
144
+ limit: 56, # Integer | Number of results to return per page.
145
+ name: 'name_example', # String | Filter results where name matches value
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
+ offset: 56, # Integer | The initial index from which to return the results.
151
+ ordering: ['ordering_example'], # Array<String> | Ordering
152
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
153
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
154
+ }
155
+
156
+ begin
157
+ #List domains
158
+ result = api_instance.list(opts)
159
+ p result
160
+ rescue PulpcoreClient::ApiError => e
161
+ puts "Exception when calling DomainsApi->list: #{e}"
162
+ end
163
+ ```
164
+
165
+ ### Parameters
166
+
167
+
168
+ Name | Type | Description | Notes
169
+ ------------- | ------------- | ------------- | -------------
170
+ **limit** | **Integer**| Number of results to return per page. | [optional]
171
+ **name** | **String**| Filter results where name matches value | [optional]
172
+ **name__contains** | **String**| Filter results where name contains value | [optional]
173
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
174
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
175
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
176
+ **offset** | **Integer**| The initial index from which to return the results. | [optional]
177
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
178
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
179
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
180
+
181
+ ### Return type
182
+
183
+ [**PaginatedDomainResponseList**](PaginatedDomainResponseList.md)
184
+
185
+ ### Authorization
186
+
187
+ [basicAuth](../README.md#basicAuth)
188
+
189
+ ### HTTP request headers
190
+
191
+ - **Content-Type**: Not defined
192
+ - **Accept**: application/json
193
+
194
+
195
+ ## partial_update
196
+
197
+ > AsyncOperationResponse partial_update(domain_href, patched_domain)
198
+
199
+ Update a domain
200
+
201
+ Trigger an asynchronous partial update task
202
+
203
+ ### Example
204
+
205
+ ```ruby
206
+ # load the gem
207
+ require 'pulpcore_client'
208
+ # setup authorization
209
+ PulpcoreClient.configure do |config|
210
+ # Configure HTTP basic authorization: basicAuth
211
+ config.username = 'YOUR USERNAME'
212
+ config.password = 'YOUR PASSWORD'
213
+ end
214
+
215
+ api_instance = PulpcoreClient::DomainsApi.new
216
+ domain_href = 'domain_href_example' # String |
217
+ patched_domain = PulpcoreClient::PatchedDomain.new # PatchedDomain |
218
+
219
+ begin
220
+ #Update a domain
221
+ result = api_instance.partial_update(domain_href, patched_domain)
222
+ p result
223
+ rescue PulpcoreClient::ApiError => e
224
+ puts "Exception when calling DomainsApi->partial_update: #{e}"
225
+ end
226
+ ```
227
+
228
+ ### Parameters
229
+
230
+
231
+ Name | Type | Description | Notes
232
+ ------------- | ------------- | ------------- | -------------
233
+ **domain_href** | **String**| |
234
+ **patched_domain** | [**PatchedDomain**](PatchedDomain.md)| |
235
+
236
+ ### Return type
237
+
238
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
239
+
240
+ ### Authorization
241
+
242
+ [basicAuth](../README.md#basicAuth)
243
+
244
+ ### HTTP request headers
245
+
246
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
247
+ - **Accept**: application/json
248
+
249
+
250
+ ## read
251
+
252
+ > DomainResponse read(domain_href, opts)
253
+
254
+ Inspect a domain
255
+
256
+ ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
257
+
258
+ ### Example
259
+
260
+ ```ruby
261
+ # load the gem
262
+ require 'pulpcore_client'
263
+ # setup authorization
264
+ PulpcoreClient.configure do |config|
265
+ # Configure HTTP basic authorization: basicAuth
266
+ config.username = 'YOUR USERNAME'
267
+ config.password = 'YOUR PASSWORD'
268
+ end
269
+
270
+ api_instance = PulpcoreClient::DomainsApi.new
271
+ domain_href = 'domain_href_example' # String |
272
+ opts = {
273
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
274
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
275
+ }
276
+
277
+ begin
278
+ #Inspect a domain
279
+ result = api_instance.read(domain_href, opts)
280
+ p result
281
+ rescue PulpcoreClient::ApiError => e
282
+ puts "Exception when calling DomainsApi->read: #{e}"
283
+ end
284
+ ```
285
+
286
+ ### Parameters
287
+
288
+
289
+ Name | Type | Description | Notes
290
+ ------------- | ------------- | ------------- | -------------
291
+ **domain_href** | **String**| |
292
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
293
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
294
+
295
+ ### Return type
296
+
297
+ [**DomainResponse**](DomainResponse.md)
298
+
299
+ ### Authorization
300
+
301
+ [basicAuth](../README.md#basicAuth)
302
+
303
+ ### HTTP request headers
304
+
305
+ - **Content-Type**: Not defined
306
+ - **Accept**: application/json
307
+
308
+
309
+ ## update
310
+
311
+ > AsyncOperationResponse update(domain_href, domain)
312
+
313
+ Update a domain
314
+
315
+ Trigger an asynchronous update task
316
+
317
+ ### Example
318
+
319
+ ```ruby
320
+ # load the gem
321
+ require 'pulpcore_client'
322
+ # setup authorization
323
+ PulpcoreClient.configure do |config|
324
+ # Configure HTTP basic authorization: basicAuth
325
+ config.username = 'YOUR USERNAME'
326
+ config.password = 'YOUR PASSWORD'
327
+ end
328
+
329
+ api_instance = PulpcoreClient::DomainsApi.new
330
+ domain_href = 'domain_href_example' # String |
331
+ domain = PulpcoreClient::Domain.new # Domain |
332
+
333
+ begin
334
+ #Update a domain
335
+ result = api_instance.update(domain_href, domain)
336
+ p result
337
+ rescue PulpcoreClient::ApiError => e
338
+ puts "Exception when calling DomainsApi->update: #{e}"
339
+ end
340
+ ```
341
+
342
+ ### Parameters
343
+
344
+
345
+ Name | Type | Description | Notes
346
+ ------------- | ------------- | ------------- | -------------
347
+ **domain_href** | **String**| |
348
+ **domain** | [**Domain**](Domain.md)| |
349
+
350
+ ### Return type
351
+
352
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
353
+
354
+ ### Authorization
355
+
356
+ [basicAuth](../README.md#basicAuth)
357
+
358
+ ### HTTP request headers
359
+
360
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
361
+ - **Accept**: application/json
362
+
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersFilesystemApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -19,7 +19,7 @@ Method | HTTP request | Description
19
19
 
20
20
  Create a filesystem exporter
21
21
 
22
- Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
22
+ Endpoint for managing FilesystemExporters.
23
23
 
24
24
  ### Example
25
25
 
@@ -125,7 +125,7 @@ Name | Type | Description | Notes
125
125
 
126
126
  List filesystem exporters
127
127
 
128
- Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
128
+ Endpoint for managing FilesystemExporters.
129
129
 
130
130
  ### Example
131
131
 
@@ -253,7 +253,7 @@ Name | Type | Description | Notes
253
253
 
254
254
  Inspect a filesystem exporter
255
255
 
256
- Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
256
+ Endpoint for managing FilesystemExporters.
257
257
 
258
258
  ### Example
259
259
 
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersFilesystemExportsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -72,7 +72,7 @@ Name | Type | Description | Notes
72
72
 
73
73
  Delete a filesystem export
74
74
 
75
- Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
75
+ Endpoint for managing FilesystemExports.
76
76
 
77
77
  ### Example
78
78
 
@@ -124,7 +124,7 @@ nil (empty response body)
124
124
 
125
125
  List filesystem exports
126
126
 
127
- Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
127
+ Endpoint for managing FilesystemExports.
128
128
 
129
129
  ### Example
130
130
 
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
187
 
188
188
  Inspect a filesystem export
189
189
 
190
- Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
190
+ Endpoint for managing FilesystemExports.
191
191
 
192
192
  ### Example
193
193
 
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersPulpApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersPulpExportsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/GroupRole.md CHANGED
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **role** | **String** | |
8
8
  **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to &#39;null&#39;, permissions will act on the model-level. |
9
+ **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional]
9
10
 
10
11
  ## Code Sample
11
12
 
@@ -13,7 +14,8 @@ Name | Type | Description | Notes
13
14
  require 'PulpcoreClient'
14
15
 
15
16
  instance = PulpcoreClient::GroupRole.new(role: null,
16
- content_object: null)
17
+ content_object: null,
18
+ domain: null)
17
19
  ```
18
20
 
19
21
 
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to &#39;null&#39;, permissions will act on the model-level. |
11
11
  **description** | **String** | | [optional] [readonly]
12
12
  **permissions** | **Array&lt;String&gt;** | | [optional] [readonly]
13
+ **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional]
13
14
 
14
15
  ## Code Sample
15
16
 
@@ -21,7 +22,8 @@ instance = PulpcoreClient::GroupRoleResponse.new(pulp_href: null,
21
22
  role: null,
22
23
  content_object: null,
23
24
  description: null,
24
- permissions: null)
25
+ permissions: null,
26
+ domain: null)
25
27
  ```
26
28
 
27
29
 
data/docs/GroupsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -77,7 +77,7 @@ Name | Type | Description | Notes
77
77
 
78
78
  Create a group
79
79
 
80
- ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
80
+ ViewSet for Group.
81
81
 
82
82
  ### Example
83
83
 
@@ -130,7 +130,7 @@ Name | Type | Description | Notes
130
130
 
131
131
  Delete a group
132
132
 
133
- ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
133
+ ViewSet for Group.
134
134
 
135
135
  ### Example
136
136
 
@@ -182,7 +182,7 @@ nil (empty response body)
182
182
 
183
183
  List groups
184
184
 
185
- ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
185
+ ViewSet for Group.
186
186
 
187
187
  ### Example
188
188
 
@@ -375,7 +375,7 @@ Name | Type | Description | Notes
375
375
 
376
376
  Update a group
377
377
 
378
- ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
378
+ ViewSet for Group.
379
379
 
380
380
  ### Example
381
381
 
@@ -430,7 +430,7 @@ Name | Type | Description | Notes
430
430
 
431
431
  Inspect a group
432
432
 
433
- ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
433
+ ViewSet for Group.
434
434
 
435
435
  ### Example
436
436
 
@@ -543,7 +543,7 @@ Name | Type | Description | Notes
543
543
 
544
544
  Update a group
545
545
 
546
- ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
546
+ ViewSet for Group.
547
547
 
548
548
  ### Example
549
549
 
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsRolesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -17,7 +17,7 @@ Method | HTTP request | Description
17
17
 
18
18
  Create a group role
19
19
 
20
- ViewSet for GroupRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
20
+ ViewSet for GroupRole.
21
21
 
22
22
  ### Example
23
23
 
@@ -72,7 +72,7 @@ Name | Type | Description | Notes
72
72
 
73
73
  Delete a group role
74
74
 
75
- ViewSet for GroupRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
75
+ ViewSet for GroupRole.
76
76
 
77
77
  ### Example
78
78
 
@@ -124,7 +124,7 @@ nil (empty response body)
124
124
 
125
125
  List group roles
126
126
 
127
- ViewSet for GroupRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
127
+ ViewSet for GroupRole.
128
128
 
129
129
  ### Example
130
130
 
@@ -142,6 +142,7 @@ api_instance = PulpcoreClient::GroupsRolesApi.new
142
142
  group_href = 'group_href_example' # String |
143
143
  opts = {
144
144
  content_object: 'content_object_example', # String | content_object
145
+ domain: 'domain_example', # String | Foreign Key referenced by HREF
145
146
  limit: 56, # Integer | Number of results to return per page.
146
147
  offset: 56, # Integer | The initial index from which to return the results.
147
148
  ordering: ['ordering_example'], # Array<String> | Ordering
@@ -170,6 +171,7 @@ Name | Type | Description | Notes
170
171
  ------------- | ------------- | ------------- | -------------
171
172
  **group_href** | **String**| |
172
173
  **content_object** | **String**| content_object | [optional]
174
+ **domain** | **String**| Foreign Key referenced by HREF | [optional]
173
175
  **limit** | **Integer**| Number of results to return per page. | [optional]
174
176
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
175
177
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
@@ -201,7 +203,7 @@ Name | Type | Description | Notes
201
203
 
202
204
  Inspect a group role
203
205
 
204
- ViewSet for GroupRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
206
+ ViewSet for GroupRole.
205
207
 
206
208
  ### Example
207
209
 
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsUsersApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpImportCheckApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpImportsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/OrphansApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::OrphansApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::OrphansCleanupApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -0,0 +1,23 @@
1
+ # PulpcoreClient::PaginatedDomainResponseList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | | [optional]
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array&lt;DomainResponse&gt;**](DomainResponse.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpcoreClient'
16
+
17
+ instance = PulpcoreClient::PaginatedDomainResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset&#x3D;400&amp;limit&#x3D;100,
19
+ previous: http://api.example.org/accounts/?offset&#x3D;200&amp;limit&#x3D;100,
20
+ results: null)
21
+ ```
22
+
23
+