pulpcore_client 3.28.30 → 3.28.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +154 -156
  3. data/docs/AccessPoliciesApi.md +25 -25
  4. data/docs/ArtifactDistributionResponse.md +9 -9
  5. data/docs/ArtifactsApi.md +20 -20
  6. data/docs/ContentApi.md +5 -5
  7. data/docs/ContentguardsApi.md +5 -5
  8. data/docs/ContentguardsContentRedirectApi.md +50 -50
  9. data/docs/ContentguardsRbacApi.md +50 -50
  10. data/docs/DistributionsApi.md +5 -5
  11. data/docs/DistributionsArtifactsApi.md +10 -10
  12. data/docs/DomainsApi.md +30 -30
  13. data/docs/ExportersFilesystemApi.md +30 -30
  14. data/docs/ExportersFilesystemExportsApi.md +20 -20
  15. data/docs/ExportersPulpApi.md +30 -30
  16. data/docs/ExportersPulpExportsApi.md +20 -20
  17. data/docs/GroupsApi.md +50 -50
  18. data/docs/GroupsRolesApi.md +20 -20
  19. data/docs/GroupsUsersApi.md +15 -15
  20. data/docs/ImportersPulpApi.md +30 -30
  21. data/docs/ImportersPulpImportsApi.md +20 -20
  22. data/docs/OrphansApi.md +5 -5
  23. data/docs/OrphansCleanupApi.md +5 -5
  24. data/docs/PublicationsApi.md +5 -5
  25. data/docs/RemotesApi.md +5 -5
  26. data/docs/RepairApi.md +5 -5
  27. data/docs/RepositoriesApi.md +5 -5
  28. data/docs/RepositoriesReclaimSpaceApi.md +5 -5
  29. data/docs/RepositoryVersionsApi.md +5 -5
  30. data/docs/RolesApi.md +30 -30
  31. data/docs/SigningServicesApi.md +10 -10
  32. data/docs/TaskGroupsApi.md +10 -10
  33. data/docs/TaskSchedulesApi.md +30 -30
  34. data/docs/TasksApi.md +95 -95
  35. data/docs/UploadsApi.md +50 -50
  36. data/docs/UpstreamPulpsApi.md +35 -35
  37. data/docs/UsersApi.md +30 -30
  38. data/docs/UsersRolesApi.md +20 -20
  39. data/docs/WorkersApi.md +10 -10
  40. data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
  41. data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
  42. data/lib/pulpcore_client/api/content_api.rb +5 -5
  43. data/lib/pulpcore_client/api/contentguards_api.rb +5 -5
  44. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
  45. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
  46. data/lib/pulpcore_client/api/distributions_api.rb +5 -5
  47. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
  48. data/lib/pulpcore_client/api/domains_api.rb +37 -37
  49. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
  50. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
  51. data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
  52. data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
  53. data/lib/pulpcore_client/api/groups_api.rb +63 -63
  54. data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
  55. data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
  56. data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
  57. data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
  58. data/lib/pulpcore_client/api/orphans_api.rb +5 -5
  59. data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
  60. data/lib/pulpcore_client/api/publications_api.rb +5 -5
  61. data/lib/pulpcore_client/api/remotes_api.rb +5 -5
  62. data/lib/pulpcore_client/api/repair_api.rb +6 -6
  63. data/lib/pulpcore_client/api/repositories_api.rb +5 -5
  64. data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
  65. data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
  66. data/lib/pulpcore_client/api/roles_api.rb +37 -37
  67. data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
  68. data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
  69. data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
  70. data/lib/pulpcore_client/api/tasks_api.rb +119 -119
  71. data/lib/pulpcore_client/api/uploads_api.rb +65 -65
  72. data/lib/pulpcore_client/api/upstream_pulps_api.rb +43 -43
  73. data/lib/pulpcore_client/api/users_api.rb +37 -37
  74. data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
  75. data/lib/pulpcore_client/api/workers_api.rb +11 -11
  76. data/lib/pulpcore_client/models/artifact_distribution_response.rb +39 -39
  77. data/lib/pulpcore_client/version.rb +1 -1
  78. data/lib/pulpcore_client.rb +0 -2
  79. data/spec/api/access_policies_api_spec.rb +10 -10
  80. data/spec/api/artifacts_api_spec.rb +8 -8
  81. data/spec/api/content_api_spec.rb +2 -2
  82. data/spec/api/contentguards_api_spec.rb +2 -2
  83. data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
  84. data/spec/api/contentguards_rbac_api_spec.rb +20 -20
  85. data/spec/api/distributions_api_spec.rb +2 -2
  86. data/spec/api/distributions_artifacts_api_spec.rb +4 -4
  87. data/spec/api/domains_api_spec.rb +12 -12
  88. data/spec/api/exporters_filesystem_api_spec.rb +12 -12
  89. data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
  90. data/spec/api/exporters_pulp_api_spec.rb +12 -12
  91. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  92. data/spec/api/groups_api_spec.rb +20 -20
  93. data/spec/api/groups_roles_api_spec.rb +8 -8
  94. data/spec/api/groups_users_api_spec.rb +6 -6
  95. data/spec/api/importers_pulp_api_spec.rb +12 -12
  96. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  97. data/spec/api/orphans_api_spec.rb +2 -2
  98. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  99. data/spec/api/publications_api_spec.rb +2 -2
  100. data/spec/api/remotes_api_spec.rb +2 -2
  101. data/spec/api/repair_api_spec.rb +2 -2
  102. data/spec/api/repositories_api_spec.rb +2 -2
  103. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  104. data/spec/api/repository_versions_api_spec.rb +2 -2
  105. data/spec/api/roles_api_spec.rb +12 -12
  106. data/spec/api/signing_services_api_spec.rb +4 -4
  107. data/spec/api/task_groups_api_spec.rb +4 -4
  108. data/spec/api/task_schedules_api_spec.rb +12 -12
  109. data/spec/api/tasks_api_spec.rb +29 -29
  110. data/spec/api/uploads_api_spec.rb +20 -20
  111. data/spec/api/upstream_pulps_api_spec.rb +14 -14
  112. data/spec/api/users_api_spec.rb +12 -12
  113. data/spec/api/users_roles_api_spec.rb +8 -8
  114. data/spec/api/workers_api_spec.rb +4 -4
  115. data/spec/models/artifact_distribution_response_spec.rb +6 -6
  116. metadata +140 -148
  117. data/docs/DocsApiJsonApi.md +0 -61
  118. data/docs/DocsApiYamlApi.md +0 -61
  119. data/lib/pulpcore_client/api/docs_api_json_api.rb +0 -89
  120. data/lib/pulpcore_client/api/docs_api_yaml_api.rb +0 -89
  121. data/spec/api/docs_api_json_api_spec.rb +0 -48
  122. data/spec/api/docs_api_yaml_api_spec.rb +0 -48
@@ -4,16 +4,16 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**exporters_core_filesystem_exports_create**](ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_create) | **POST** {filesystem_exporter_href}exports/ | Create a filesystem export
8
- [**exporters_core_filesystem_exports_delete**](ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_delete) | **DELETE** {filesystem_filesystem_export_href} | Delete a filesystem export
9
- [**exporters_core_filesystem_exports_list**](ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_list) | **GET** {filesystem_exporter_href}exports/ | List filesystem exports
10
- [**exporters_core_filesystem_exports_read**](ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_read) | **GET** {filesystem_filesystem_export_href} | Inspect a filesystem export
7
+ [**create**](ExportersFilesystemExportsApi.md#create) | **POST** {filesystem_exporter_href}exports/ | Create a filesystem export
8
+ [**delete**](ExportersFilesystemExportsApi.md#delete) | **DELETE** {filesystem_filesystem_export_href} | Delete a filesystem export
9
+ [**list**](ExportersFilesystemExportsApi.md#list) | **GET** {filesystem_exporter_href}exports/ | List filesystem exports
10
+ [**read**](ExportersFilesystemExportsApi.md#read) | **GET** {filesystem_filesystem_export_href} | Inspect a filesystem export
11
11
 
12
12
 
13
13
 
14
- ## exporters_core_filesystem_exports_create
14
+ ## create
15
15
 
16
- > AsyncOperationResponse exporters_core_filesystem_exports_create(filesystem_exporter_href, filesystem_export)
16
+ > AsyncOperationResponse create(filesystem_exporter_href, filesystem_export)
17
17
 
18
18
  Create a filesystem export
19
19
 
@@ -37,10 +37,10 @@ filesystem_export = PulpcoreClient::FilesystemExport.new # FilesystemExport |
37
37
 
38
38
  begin
39
39
  #Create a filesystem export
40
- result = api_instance.exporters_core_filesystem_exports_create(filesystem_exporter_href, filesystem_export)
40
+ result = api_instance.create(filesystem_exporter_href, filesystem_export)
41
41
  p result
42
42
  rescue PulpcoreClient::ApiError => e
43
- puts "Exception when calling ExportersFilesystemExportsApi->exporters_core_filesystem_exports_create: #{e}"
43
+ puts "Exception when calling ExportersFilesystemExportsApi->create: #{e}"
44
44
  end
45
45
  ```
46
46
 
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
66
66
  - **Accept**: application/json
67
67
 
68
68
 
69
- ## exporters_core_filesystem_exports_delete
69
+ ## delete
70
70
 
71
- > exporters_core_filesystem_exports_delete(filesystem_filesystem_export_href)
71
+ > delete(filesystem_filesystem_export_href)
72
72
 
73
73
  Delete a filesystem export
74
74
 
@@ -91,9 +91,9 @@ filesystem_filesystem_export_href = 'filesystem_filesystem_export_href_example'
91
91
 
92
92
  begin
93
93
  #Delete a filesystem export
94
- api_instance.exporters_core_filesystem_exports_delete(filesystem_filesystem_export_href)
94
+ api_instance.delete(filesystem_filesystem_export_href)
95
95
  rescue PulpcoreClient::ApiError => e
96
- puts "Exception when calling ExportersFilesystemExportsApi->exporters_core_filesystem_exports_delete: #{e}"
96
+ puts "Exception when calling ExportersFilesystemExportsApi->delete: #{e}"
97
97
  end
98
98
  ```
99
99
 
@@ -118,9 +118,9 @@ nil (empty response body)
118
118
  - **Accept**: Not defined
119
119
 
120
120
 
121
- ## exporters_core_filesystem_exports_list
121
+ ## list
122
122
 
123
- > PaginatedFilesystemExportResponseList exporters_core_filesystem_exports_list(filesystem_exporter_href, opts)
123
+ > PaginatedFilesystemExportResponseList list(filesystem_exporter_href, opts)
124
124
 
125
125
  List filesystem exports
126
126
 
@@ -149,10 +149,10 @@ opts = {
149
149
 
150
150
  begin
151
151
  #List filesystem exports
152
- result = api_instance.exporters_core_filesystem_exports_list(filesystem_exporter_href, opts)
152
+ result = api_instance.list(filesystem_exporter_href, opts)
153
153
  p result
154
154
  rescue PulpcoreClient::ApiError => e
155
- puts "Exception when calling ExportersFilesystemExportsApi->exporters_core_filesystem_exports_list: #{e}"
155
+ puts "Exception when calling ExportersFilesystemExportsApi->list: #{e}"
156
156
  end
157
157
  ```
158
158
 
@@ -181,9 +181,9 @@ Name | Type | Description | Notes
181
181
  - **Accept**: application/json
182
182
 
183
183
 
184
- ## exporters_core_filesystem_exports_read
184
+ ## read
185
185
 
186
- > FilesystemExportResponse exporters_core_filesystem_exports_read(filesystem_filesystem_export_href, opts)
186
+ > FilesystemExportResponse read(filesystem_filesystem_export_href, opts)
187
187
 
188
188
  Inspect a filesystem export
189
189
 
@@ -210,10 +210,10 @@ opts = {
210
210
 
211
211
  begin
212
212
  #Inspect a filesystem export
213
- result = api_instance.exporters_core_filesystem_exports_read(filesystem_filesystem_export_href, opts)
213
+ result = api_instance.read(filesystem_filesystem_export_href, opts)
214
214
  p result
215
215
  rescue PulpcoreClient::ApiError => e
216
- puts "Exception when calling ExportersFilesystemExportsApi->exporters_core_filesystem_exports_read: #{e}"
216
+ puts "Exception when calling ExportersFilesystemExportsApi->read: #{e}"
217
217
  end
218
218
  ```
219
219
 
@@ -4,18 +4,18 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**exporters_core_pulp_create**](ExportersPulpApi.md#exporters_core_pulp_create) | **POST** /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter
8
- [**exporters_core_pulp_delete**](ExportersPulpApi.md#exporters_core_pulp_delete) | **DELETE** {pulp_exporter_href} | Delete a pulp exporter
9
- [**exporters_core_pulp_list**](ExportersPulpApi.md#exporters_core_pulp_list) | **GET** /pulp/api/v3/exporters/core/pulp/ | List pulp exporters
10
- [**exporters_core_pulp_partial_update**](ExportersPulpApi.md#exporters_core_pulp_partial_update) | **PATCH** {pulp_exporter_href} | Update a pulp exporter
11
- [**exporters_core_pulp_read**](ExportersPulpApi.md#exporters_core_pulp_read) | **GET** {pulp_exporter_href} | Inspect a pulp exporter
12
- [**exporters_core_pulp_update**](ExportersPulpApi.md#exporters_core_pulp_update) | **PUT** {pulp_exporter_href} | Update a pulp exporter
7
+ [**create**](ExportersPulpApi.md#create) | **POST** /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter
8
+ [**delete**](ExportersPulpApi.md#delete) | **DELETE** {pulp_exporter_href} | Delete a pulp exporter
9
+ [**list**](ExportersPulpApi.md#list) | **GET** /pulp/api/v3/exporters/core/pulp/ | List pulp exporters
10
+ [**partial_update**](ExportersPulpApi.md#partial_update) | **PATCH** {pulp_exporter_href} | Update a pulp exporter
11
+ [**read**](ExportersPulpApi.md#read) | **GET** {pulp_exporter_href} | Inspect a pulp exporter
12
+ [**update**](ExportersPulpApi.md#update) | **PUT** {pulp_exporter_href} | Update a pulp exporter
13
13
 
14
14
 
15
15
 
16
- ## exporters_core_pulp_create
16
+ ## create
17
17
 
18
- > PulpExporterResponse exporters_core_pulp_create(pulp_exporter)
18
+ > PulpExporterResponse create(pulp_exporter)
19
19
 
20
20
  Create a pulp exporter
21
21
 
@@ -38,10 +38,10 @@ pulp_exporter = PulpcoreClient::PulpExporter.new # PulpExporter |
38
38
 
39
39
  begin
40
40
  #Create a pulp exporter
41
- result = api_instance.exporters_core_pulp_create(pulp_exporter)
41
+ result = api_instance.create(pulp_exporter)
42
42
  p result
43
43
  rescue PulpcoreClient::ApiError => e
44
- puts "Exception when calling ExportersPulpApi->exporters_core_pulp_create: #{e}"
44
+ puts "Exception when calling ExportersPulpApi->create: #{e}"
45
45
  end
46
46
  ```
47
47
 
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
66
66
  - **Accept**: application/json
67
67
 
68
68
 
69
- ## exporters_core_pulp_delete
69
+ ## delete
70
70
 
71
- > AsyncOperationResponse exporters_core_pulp_delete(pulp_exporter_href)
71
+ > AsyncOperationResponse delete(pulp_exporter_href)
72
72
 
73
73
  Delete a pulp exporter
74
74
 
@@ -91,10 +91,10 @@ pulp_exporter_href = 'pulp_exporter_href_example' # String |
91
91
 
92
92
  begin
93
93
  #Delete a pulp exporter
94
- result = api_instance.exporters_core_pulp_delete(pulp_exporter_href)
94
+ result = api_instance.delete(pulp_exporter_href)
95
95
  p result
96
96
  rescue PulpcoreClient::ApiError => e
97
- puts "Exception when calling ExportersPulpApi->exporters_core_pulp_delete: #{e}"
97
+ puts "Exception when calling ExportersPulpApi->delete: #{e}"
98
98
  end
99
99
  ```
100
100
 
@@ -119,9 +119,9 @@ Name | Type | Description | Notes
119
119
  - **Accept**: application/json
120
120
 
121
121
 
122
- ## exporters_core_pulp_list
122
+ ## list
123
123
 
124
- > PaginatedPulpExporterResponseList exporters_core_pulp_list(opts)
124
+ > PaginatedPulpExporterResponseList list(opts)
125
125
 
126
126
  List pulp exporters
127
127
 
@@ -157,10 +157,10 @@ opts = {
157
157
 
158
158
  begin
159
159
  #List pulp exporters
160
- result = api_instance.exporters_core_pulp_list(opts)
160
+ result = api_instance.list(opts)
161
161
  p result
162
162
  rescue PulpcoreClient::ApiError => e
163
- puts "Exception when calling ExportersPulpApi->exporters_core_pulp_list: #{e}"
163
+ puts "Exception when calling ExportersPulpApi->list: #{e}"
164
164
  end
165
165
  ```
166
166
 
@@ -196,9 +196,9 @@ Name | Type | Description | Notes
196
196
  - **Accept**: application/json
197
197
 
198
198
 
199
- ## exporters_core_pulp_partial_update
199
+ ## partial_update
200
200
 
201
- > AsyncOperationResponse exporters_core_pulp_partial_update(pulp_exporter_href, patched_pulp_exporter)
201
+ > AsyncOperationResponse partial_update(pulp_exporter_href, patched_pulp_exporter)
202
202
 
203
203
  Update a pulp exporter
204
204
 
@@ -222,10 +222,10 @@ patched_pulp_exporter = PulpcoreClient::PatchedPulpExporter.new # PatchedPulpExp
222
222
 
223
223
  begin
224
224
  #Update a pulp exporter
225
- result = api_instance.exporters_core_pulp_partial_update(pulp_exporter_href, patched_pulp_exporter)
225
+ result = api_instance.partial_update(pulp_exporter_href, patched_pulp_exporter)
226
226
  p result
227
227
  rescue PulpcoreClient::ApiError => e
228
- puts "Exception when calling ExportersPulpApi->exporters_core_pulp_partial_update: #{e}"
228
+ puts "Exception when calling ExportersPulpApi->partial_update: #{e}"
229
229
  end
230
230
  ```
231
231
 
@@ -251,9 +251,9 @@ Name | Type | Description | Notes
251
251
  - **Accept**: application/json
252
252
 
253
253
 
254
- ## exporters_core_pulp_read
254
+ ## read
255
255
 
256
- > PulpExporterResponse exporters_core_pulp_read(pulp_exporter_href, opts)
256
+ > PulpExporterResponse read(pulp_exporter_href, opts)
257
257
 
258
258
  Inspect a pulp exporter
259
259
 
@@ -280,10 +280,10 @@ opts = {
280
280
 
281
281
  begin
282
282
  #Inspect a pulp exporter
283
- result = api_instance.exporters_core_pulp_read(pulp_exporter_href, opts)
283
+ result = api_instance.read(pulp_exporter_href, opts)
284
284
  p result
285
285
  rescue PulpcoreClient::ApiError => e
286
- puts "Exception when calling ExportersPulpApi->exporters_core_pulp_read: #{e}"
286
+ puts "Exception when calling ExportersPulpApi->read: #{e}"
287
287
  end
288
288
  ```
289
289
 
@@ -310,9 +310,9 @@ Name | Type | Description | Notes
310
310
  - **Accept**: application/json
311
311
 
312
312
 
313
- ## exporters_core_pulp_update
313
+ ## update
314
314
 
315
- > AsyncOperationResponse exporters_core_pulp_update(pulp_exporter_href, pulp_exporter)
315
+ > AsyncOperationResponse update(pulp_exporter_href, pulp_exporter)
316
316
 
317
317
  Update a pulp exporter
318
318
 
@@ -336,10 +336,10 @@ pulp_exporter = PulpcoreClient::PulpExporter.new # PulpExporter |
336
336
 
337
337
  begin
338
338
  #Update a pulp exporter
339
- result = api_instance.exporters_core_pulp_update(pulp_exporter_href, pulp_exporter)
339
+ result = api_instance.update(pulp_exporter_href, pulp_exporter)
340
340
  p result
341
341
  rescue PulpcoreClient::ApiError => e
342
- puts "Exception when calling ExportersPulpApi->exporters_core_pulp_update: #{e}"
342
+ puts "Exception when calling ExportersPulpApi->update: #{e}"
343
343
  end
344
344
  ```
345
345
 
@@ -4,16 +4,16 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**exporters_core_pulp_exports_create**](ExportersPulpExportsApi.md#exporters_core_pulp_exports_create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
8
- [**exporters_core_pulp_exports_delete**](ExportersPulpExportsApi.md#exporters_core_pulp_exports_delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
9
- [**exporters_core_pulp_exports_list**](ExportersPulpExportsApi.md#exporters_core_pulp_exports_list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
10
- [**exporters_core_pulp_exports_read**](ExportersPulpExportsApi.md#exporters_core_pulp_exports_read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
7
+ [**create**](ExportersPulpExportsApi.md#create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
8
+ [**delete**](ExportersPulpExportsApi.md#delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
9
+ [**list**](ExportersPulpExportsApi.md#list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
10
+ [**read**](ExportersPulpExportsApi.md#read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
11
11
 
12
12
 
13
13
 
14
- ## exporters_core_pulp_exports_create
14
+ ## create
15
15
 
16
- > AsyncOperationResponse exporters_core_pulp_exports_create(pulp_exporter_href, pulp_export)
16
+ > AsyncOperationResponse create(pulp_exporter_href, pulp_export)
17
17
 
18
18
  Create a pulp export
19
19
 
@@ -37,10 +37,10 @@ pulp_export = PulpcoreClient::PulpExport.new # PulpExport |
37
37
 
38
38
  begin
39
39
  #Create a pulp export
40
- result = api_instance.exporters_core_pulp_exports_create(pulp_exporter_href, pulp_export)
40
+ result = api_instance.create(pulp_exporter_href, pulp_export)
41
41
  p result
42
42
  rescue PulpcoreClient::ApiError => e
43
- puts "Exception when calling ExportersPulpExportsApi->exporters_core_pulp_exports_create: #{e}"
43
+ puts "Exception when calling ExportersPulpExportsApi->create: #{e}"
44
44
  end
45
45
  ```
46
46
 
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
66
66
  - **Accept**: application/json
67
67
 
68
68
 
69
- ## exporters_core_pulp_exports_delete
69
+ ## delete
70
70
 
71
- > exporters_core_pulp_exports_delete(pulp_pulp_export_href)
71
+ > delete(pulp_pulp_export_href)
72
72
 
73
73
  Delete a pulp export
74
74
 
@@ -91,9 +91,9 @@ pulp_pulp_export_href = 'pulp_pulp_export_href_example' # String |
91
91
 
92
92
  begin
93
93
  #Delete a pulp export
94
- api_instance.exporters_core_pulp_exports_delete(pulp_pulp_export_href)
94
+ api_instance.delete(pulp_pulp_export_href)
95
95
  rescue PulpcoreClient::ApiError => e
96
- puts "Exception when calling ExportersPulpExportsApi->exporters_core_pulp_exports_delete: #{e}"
96
+ puts "Exception when calling ExportersPulpExportsApi->delete: #{e}"
97
97
  end
98
98
  ```
99
99
 
@@ -118,9 +118,9 @@ nil (empty response body)
118
118
  - **Accept**: Not defined
119
119
 
120
120
 
121
- ## exporters_core_pulp_exports_list
121
+ ## list
122
122
 
123
- > PaginatedPulpExportResponseList exporters_core_pulp_exports_list(pulp_exporter_href, opts)
123
+ > PaginatedPulpExportResponseList list(pulp_exporter_href, opts)
124
124
 
125
125
  List pulp exports
126
126
 
@@ -149,10 +149,10 @@ opts = {
149
149
 
150
150
  begin
151
151
  #List pulp exports
152
- result = api_instance.exporters_core_pulp_exports_list(pulp_exporter_href, opts)
152
+ result = api_instance.list(pulp_exporter_href, opts)
153
153
  p result
154
154
  rescue PulpcoreClient::ApiError => e
155
- puts "Exception when calling ExportersPulpExportsApi->exporters_core_pulp_exports_list: #{e}"
155
+ puts "Exception when calling ExportersPulpExportsApi->list: #{e}"
156
156
  end
157
157
  ```
158
158
 
@@ -181,9 +181,9 @@ Name | Type | Description | Notes
181
181
  - **Accept**: application/json
182
182
 
183
183
 
184
- ## exporters_core_pulp_exports_read
184
+ ## read
185
185
 
186
- > PulpExportResponse exporters_core_pulp_exports_read(pulp_pulp_export_href, opts)
186
+ > PulpExportResponse read(pulp_pulp_export_href, opts)
187
187
 
188
188
  Inspect a pulp export
189
189
 
@@ -210,10 +210,10 @@ opts = {
210
210
 
211
211
  begin
212
212
  #Inspect a pulp export
213
- result = api_instance.exporters_core_pulp_exports_read(pulp_pulp_export_href, opts)
213
+ result = api_instance.read(pulp_pulp_export_href, opts)
214
214
  p result
215
215
  rescue PulpcoreClient::ApiError => e
216
- puts "Exception when calling ExportersPulpExportsApi->exporters_core_pulp_exports_read: #{e}"
216
+ puts "Exception when calling ExportersPulpExportsApi->read: #{e}"
217
217
  end
218
218
  ```
219
219
 
data/docs/GroupsApi.md CHANGED
@@ -4,22 +4,22 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**groups_add_role**](GroupsApi.md#groups_add_role) | **POST** {group_href}add_role/ |
8
- [**groups_create**](GroupsApi.md#groups_create) | **POST** /pulp/api/v3/groups/ | Create a group
9
- [**groups_delete**](GroupsApi.md#groups_delete) | **DELETE** {group_href} | Delete a group
10
- [**groups_list**](GroupsApi.md#groups_list) | **GET** /pulp/api/v3/groups/ | List groups
11
- [**groups_list_roles**](GroupsApi.md#groups_list_roles) | **GET** {group_href}list_roles/ |
12
- [**groups_my_permissions**](GroupsApi.md#groups_my_permissions) | **GET** {group_href}my_permissions/ |
13
- [**groups_partial_update**](GroupsApi.md#groups_partial_update) | **PATCH** {group_href} | Update a group
14
- [**groups_read**](GroupsApi.md#groups_read) | **GET** {group_href} | Inspect a group
15
- [**groups_remove_role**](GroupsApi.md#groups_remove_role) | **POST** {group_href}remove_role/ |
16
- [**groups_update**](GroupsApi.md#groups_update) | **PUT** {group_href} | Update a group
7
+ [**add_role**](GroupsApi.md#add_role) | **POST** {group_href}add_role/ |
8
+ [**create**](GroupsApi.md#create) | **POST** /pulp/api/v3/groups/ | Create a group
9
+ [**delete**](GroupsApi.md#delete) | **DELETE** {group_href} | Delete a group
10
+ [**list**](GroupsApi.md#list) | **GET** /pulp/api/v3/groups/ | List groups
11
+ [**list_roles**](GroupsApi.md#list_roles) | **GET** {group_href}list_roles/ |
12
+ [**my_permissions**](GroupsApi.md#my_permissions) | **GET** {group_href}my_permissions/ |
13
+ [**partial_update**](GroupsApi.md#partial_update) | **PATCH** {group_href} | Update a group
14
+ [**read**](GroupsApi.md#read) | **GET** {group_href} | Inspect a group
15
+ [**remove_role**](GroupsApi.md#remove_role) | **POST** {group_href}remove_role/ |
16
+ [**update**](GroupsApi.md#update) | **PUT** {group_href} | Update a group
17
17
 
18
18
 
19
19
 
20
- ## groups_add_role
20
+ ## add_role
21
21
 
22
- > NestedRoleResponse groups_add_role(group_href, nested_role)
22
+ > NestedRoleResponse add_role(group_href, nested_role)
23
23
 
24
24
 
25
25
 
@@ -42,10 +42,10 @@ group_href = 'group_href_example' # String |
42
42
  nested_role = PulpcoreClient::NestedRole.new # NestedRole |
43
43
 
44
44
  begin
45
- result = api_instance.groups_add_role(group_href, nested_role)
45
+ result = api_instance.add_role(group_href, nested_role)
46
46
  p result
47
47
  rescue PulpcoreClient::ApiError => e
48
- puts "Exception when calling GroupsApi->groups_add_role: #{e}"
48
+ puts "Exception when calling GroupsApi->add_role: #{e}"
49
49
  end
50
50
  ```
51
51
 
@@ -71,9 +71,9 @@ Name | Type | Description | Notes
71
71
  - **Accept**: application/json
72
72
 
73
73
 
74
- ## groups_create
74
+ ## create
75
75
 
76
- > GroupResponse groups_create(group)
76
+ > GroupResponse create(group)
77
77
 
78
78
  Create a group
79
79
 
@@ -96,10 +96,10 @@ group = PulpcoreClient::Group.new # Group |
96
96
 
97
97
  begin
98
98
  #Create a group
99
- result = api_instance.groups_create(group)
99
+ result = api_instance.create(group)
100
100
  p result
101
101
  rescue PulpcoreClient::ApiError => e
102
- puts "Exception when calling GroupsApi->groups_create: #{e}"
102
+ puts "Exception when calling GroupsApi->create: #{e}"
103
103
  end
104
104
  ```
105
105
 
@@ -124,9 +124,9 @@ Name | Type | Description | Notes
124
124
  - **Accept**: application/json
125
125
 
126
126
 
127
- ## groups_delete
127
+ ## delete
128
128
 
129
- > groups_delete(group_href)
129
+ > delete(group_href)
130
130
 
131
131
  Delete a group
132
132
 
@@ -149,9 +149,9 @@ group_href = 'group_href_example' # String |
149
149
 
150
150
  begin
151
151
  #Delete a group
152
- api_instance.groups_delete(group_href)
152
+ api_instance.delete(group_href)
153
153
  rescue PulpcoreClient::ApiError => e
154
- puts "Exception when calling GroupsApi->groups_delete: #{e}"
154
+ puts "Exception when calling GroupsApi->delete: #{e}"
155
155
  end
156
156
  ```
157
157
 
@@ -176,9 +176,9 @@ nil (empty response body)
176
176
  - **Accept**: Not defined
177
177
 
178
178
 
179
- ## groups_list
179
+ ## list
180
180
 
181
- > PaginatedGroupResponseList groups_list(opts)
181
+ > PaginatedGroupResponseList list(opts)
182
182
 
183
183
  List groups
184
184
 
@@ -216,10 +216,10 @@ opts = {
216
216
 
217
217
  begin
218
218
  #List groups
219
- result = api_instance.groups_list(opts)
219
+ result = api_instance.list(opts)
220
220
  p result
221
221
  rescue PulpcoreClient::ApiError => e
222
- puts "Exception when calling GroupsApi->groups_list: #{e}"
222
+ puts "Exception when calling GroupsApi->list: #{e}"
223
223
  end
224
224
  ```
225
225
 
@@ -257,9 +257,9 @@ Name | Type | Description | Notes
257
257
  - **Accept**: application/json
258
258
 
259
259
 
260
- ## groups_list_roles
260
+ ## list_roles
261
261
 
262
- > ObjectRolesResponse groups_list_roles(group_href, opts)
262
+ > ObjectRolesResponse list_roles(group_href, opts)
263
263
 
264
264
 
265
265
 
@@ -285,10 +285,10 @@ opts = {
285
285
  }
286
286
 
287
287
  begin
288
- result = api_instance.groups_list_roles(group_href, opts)
288
+ result = api_instance.list_roles(group_href, opts)
289
289
  p result
290
290
  rescue PulpcoreClient::ApiError => e
291
- puts "Exception when calling GroupsApi->groups_list_roles: #{e}"
291
+ puts "Exception when calling GroupsApi->list_roles: #{e}"
292
292
  end
293
293
  ```
294
294
 
@@ -315,9 +315,9 @@ Name | Type | Description | Notes
315
315
  - **Accept**: application/json
316
316
 
317
317
 
318
- ## groups_my_permissions
318
+ ## my_permissions
319
319
 
320
- > MyPermissionsResponse groups_my_permissions(group_href, opts)
320
+ > MyPermissionsResponse my_permissions(group_href, opts)
321
321
 
322
322
 
323
323
 
@@ -343,10 +343,10 @@ opts = {
343
343
  }
344
344
 
345
345
  begin
346
- result = api_instance.groups_my_permissions(group_href, opts)
346
+ result = api_instance.my_permissions(group_href, opts)
347
347
  p result
348
348
  rescue PulpcoreClient::ApiError => e
349
- puts "Exception when calling GroupsApi->groups_my_permissions: #{e}"
349
+ puts "Exception when calling GroupsApi->my_permissions: #{e}"
350
350
  end
351
351
  ```
352
352
 
@@ -373,9 +373,9 @@ Name | Type | Description | Notes
373
373
  - **Accept**: application/json
374
374
 
375
375
 
376
- ## groups_partial_update
376
+ ## partial_update
377
377
 
378
- > GroupResponse groups_partial_update(group_href, patched_group)
378
+ > GroupResponse partial_update(group_href, patched_group)
379
379
 
380
380
  Update a group
381
381
 
@@ -399,10 +399,10 @@ patched_group = PulpcoreClient::PatchedGroup.new # PatchedGroup |
399
399
 
400
400
  begin
401
401
  #Update a group
402
- result = api_instance.groups_partial_update(group_href, patched_group)
402
+ result = api_instance.partial_update(group_href, patched_group)
403
403
  p result
404
404
  rescue PulpcoreClient::ApiError => e
405
- puts "Exception when calling GroupsApi->groups_partial_update: #{e}"
405
+ puts "Exception when calling GroupsApi->partial_update: #{e}"
406
406
  end
407
407
  ```
408
408
 
@@ -428,9 +428,9 @@ Name | Type | Description | Notes
428
428
  - **Accept**: application/json
429
429
 
430
430
 
431
- ## groups_read
431
+ ## read
432
432
 
433
- > GroupResponse groups_read(group_href, opts)
433
+ > GroupResponse read(group_href, opts)
434
434
 
435
435
  Inspect a group
436
436
 
@@ -457,10 +457,10 @@ opts = {
457
457
 
458
458
  begin
459
459
  #Inspect a group
460
- result = api_instance.groups_read(group_href, opts)
460
+ result = api_instance.read(group_href, opts)
461
461
  p result
462
462
  rescue PulpcoreClient::ApiError => e
463
- puts "Exception when calling GroupsApi->groups_read: #{e}"
463
+ puts "Exception when calling GroupsApi->read: #{e}"
464
464
  end
465
465
  ```
466
466
 
@@ -487,9 +487,9 @@ Name | Type | Description | Notes
487
487
  - **Accept**: application/json
488
488
 
489
489
 
490
- ## groups_remove_role
490
+ ## remove_role
491
491
 
492
- > NestedRoleResponse groups_remove_role(group_href, nested_role)
492
+ > NestedRoleResponse remove_role(group_href, nested_role)
493
493
 
494
494
 
495
495
 
@@ -512,10 +512,10 @@ group_href = 'group_href_example' # String |
512
512
  nested_role = PulpcoreClient::NestedRole.new # NestedRole |
513
513
 
514
514
  begin
515
- result = api_instance.groups_remove_role(group_href, nested_role)
515
+ result = api_instance.remove_role(group_href, nested_role)
516
516
  p result
517
517
  rescue PulpcoreClient::ApiError => e
518
- puts "Exception when calling GroupsApi->groups_remove_role: #{e}"
518
+ puts "Exception when calling GroupsApi->remove_role: #{e}"
519
519
  end
520
520
  ```
521
521
 
@@ -541,9 +541,9 @@ Name | Type | Description | Notes
541
541
  - **Accept**: application/json
542
542
 
543
543
 
544
- ## groups_update
544
+ ## update
545
545
 
546
- > GroupResponse groups_update(group_href, group)
546
+ > GroupResponse update(group_href, group)
547
547
 
548
548
  Update a group
549
549
 
@@ -567,10 +567,10 @@ group = PulpcoreClient::Group.new # Group |
567
567
 
568
568
  begin
569
569
  #Update a group
570
- result = api_instance.groups_update(group_href, group)
570
+ result = api_instance.update(group_href, group)
571
571
  p result
572
572
  rescue PulpcoreClient::ApiError => e
573
- puts "Exception when calling GroupsApi->groups_update: #{e}"
573
+ puts "Exception when calling GroupsApi->update: #{e}"
574
574
  end
575
575
  ```
576
576