pulpcore_client 3.22.29 → 3.22.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +141 -143
  3. data/docs/AccessPoliciesApi.md +25 -25
  4. data/docs/ArtifactDistributionResponse.md +4 -4
  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/ExportersFilesystemApi.md +30 -30
  13. data/docs/ExportersFilesystemExportsApi.md +20 -20
  14. data/docs/ExportersPulpApi.md +30 -30
  15. data/docs/ExportersPulpExportsApi.md +20 -20
  16. data/docs/GroupsApi.md +50 -50
  17. data/docs/GroupsRolesApi.md +20 -20
  18. data/docs/GroupsUsersApi.md +15 -15
  19. data/docs/ImportersPulpApi.md +30 -30
  20. data/docs/ImportersPulpImportsApi.md +20 -20
  21. data/docs/OrphansApi.md +5 -5
  22. data/docs/OrphansCleanupApi.md +5 -5
  23. data/docs/PublicationsApi.md +5 -5
  24. data/docs/RemotesApi.md +5 -5
  25. data/docs/RepairApi.md +5 -5
  26. data/docs/RepositoriesApi.md +5 -5
  27. data/docs/RepositoriesReclaimSpaceApi.md +5 -5
  28. data/docs/RepositoryVersionsApi.md +5 -5
  29. data/docs/RolesApi.md +30 -30
  30. data/docs/SigningServicesApi.md +10 -10
  31. data/docs/TaskGroupsApi.md +10 -10
  32. data/docs/TaskSchedulesApi.md +30 -30
  33. data/docs/TasksApi.md +95 -95
  34. data/docs/UploadsApi.md +50 -50
  35. data/docs/UsersApi.md +30 -30
  36. data/docs/UsersRolesApi.md +20 -20
  37. data/docs/WorkersApi.md +10 -10
  38. data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
  39. data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
  40. data/lib/pulpcore_client/api/content_api.rb +5 -5
  41. data/lib/pulpcore_client/api/contentguards_api.rb +5 -5
  42. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
  43. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
  44. data/lib/pulpcore_client/api/distributions_api.rb +5 -5
  45. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
  46. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
  47. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
  48. data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
  49. data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
  50. data/lib/pulpcore_client/api/groups_api.rb +63 -63
  51. data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
  52. data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
  53. data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
  54. data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
  55. data/lib/pulpcore_client/api/orphans_api.rb +5 -5
  56. data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
  57. data/lib/pulpcore_client/api/publications_api.rb +5 -5
  58. data/lib/pulpcore_client/api/remotes_api.rb +5 -5
  59. data/lib/pulpcore_client/api/repair_api.rb +6 -6
  60. data/lib/pulpcore_client/api/repositories_api.rb +5 -5
  61. data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
  62. data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
  63. data/lib/pulpcore_client/api/roles_api.rb +37 -37
  64. data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
  65. data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
  66. data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
  67. data/lib/pulpcore_client/api/tasks_api.rb +119 -119
  68. data/lib/pulpcore_client/api/uploads_api.rb +65 -65
  69. data/lib/pulpcore_client/api/users_api.rb +37 -37
  70. data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
  71. data/lib/pulpcore_client/api/workers_api.rb +11 -11
  72. data/lib/pulpcore_client/models/artifact_distribution_response.rb +18 -18
  73. data/lib/pulpcore_client/version.rb +1 -1
  74. data/lib/pulpcore_client.rb +0 -2
  75. data/spec/api/access_policies_api_spec.rb +10 -10
  76. data/spec/api/artifacts_api_spec.rb +8 -8
  77. data/spec/api/content_api_spec.rb +2 -2
  78. data/spec/api/contentguards_api_spec.rb +2 -2
  79. data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
  80. data/spec/api/contentguards_rbac_api_spec.rb +20 -20
  81. data/spec/api/distributions_api_spec.rb +2 -2
  82. data/spec/api/distributions_artifacts_api_spec.rb +4 -4
  83. data/spec/api/exporters_filesystem_api_spec.rb +12 -12
  84. data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
  85. data/spec/api/exporters_pulp_api_spec.rb +12 -12
  86. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  87. data/spec/api/groups_api_spec.rb +20 -20
  88. data/spec/api/groups_roles_api_spec.rb +8 -8
  89. data/spec/api/groups_users_api_spec.rb +6 -6
  90. data/spec/api/importers_pulp_api_spec.rb +12 -12
  91. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  92. data/spec/api/orphans_api_spec.rb +2 -2
  93. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  94. data/spec/api/publications_api_spec.rb +2 -2
  95. data/spec/api/remotes_api_spec.rb +2 -2
  96. data/spec/api/repair_api_spec.rb +2 -2
  97. data/spec/api/repositories_api_spec.rb +2 -2
  98. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  99. data/spec/api/repository_versions_api_spec.rb +2 -2
  100. data/spec/api/roles_api_spec.rb +12 -12
  101. data/spec/api/signing_services_api_spec.rb +4 -4
  102. data/spec/api/task_groups_api_spec.rb +4 -4
  103. data/spec/api/task_schedules_api_spec.rb +12 -12
  104. data/spec/api/tasks_api_spec.rb +29 -29
  105. data/spec/api/uploads_api_spec.rb +20 -20
  106. data/spec/api/users_api_spec.rb +12 -12
  107. data/spec/api/users_roles_api_spec.rb +8 -8
  108. data/spec/api/workers_api_spec.rb +4 -4
  109. data/spec/models/artifact_distribution_response_spec.rb +4 -4
  110. metadata +130 -138
  111. data/docs/DocsApiJsonApi.md +0 -61
  112. data/docs/DocsApiYamlApi.md +0 -61
  113. data/lib/pulpcore_client/api/docs_api_json_api.rb +0 -89
  114. data/lib/pulpcore_client/api/docs_api_yaml_api.rb +0 -89
  115. data/spec/api/docs_api_json_api_spec.rb +0 -48
  116. data/spec/api/docs_api_yaml_api_spec.rb +0 -48
@@ -4,22 +4,22 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**contentguards_core_rbac_add_role**](ContentguardsRbacApi.md#contentguards_core_rbac_add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ |
8
- [**contentguards_core_rbac_create**](ContentguardsRbacApi.md#contentguards_core_rbac_create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
9
- [**contentguards_core_rbac_delete**](ContentguardsRbacApi.md#contentguards_core_rbac_delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
10
- [**contentguards_core_rbac_list**](ContentguardsRbacApi.md#contentguards_core_rbac_list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
11
- [**contentguards_core_rbac_list_roles**](ContentguardsRbacApi.md#contentguards_core_rbac_list_roles) | **GET** {r_b_a_c_content_guard_href}list_roles/ |
12
- [**contentguards_core_rbac_my_permissions**](ContentguardsRbacApi.md#contentguards_core_rbac_my_permissions) | **GET** {r_b_a_c_content_guard_href}my_permissions/ |
13
- [**contentguards_core_rbac_partial_update**](ContentguardsRbacApi.md#contentguards_core_rbac_partial_update) | **PATCH** {r_b_a_c_content_guard_href} | Update a rbac content guard
14
- [**contentguards_core_rbac_read**](ContentguardsRbacApi.md#contentguards_core_rbac_read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
15
- [**contentguards_core_rbac_remove_role**](ContentguardsRbacApi.md#contentguards_core_rbac_remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
16
- [**contentguards_core_rbac_update**](ContentguardsRbacApi.md#contentguards_core_rbac_update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
7
+ [**add_role**](ContentguardsRbacApi.md#add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ |
8
+ [**create**](ContentguardsRbacApi.md#create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
9
+ [**delete**](ContentguardsRbacApi.md#delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
10
+ [**list**](ContentguardsRbacApi.md#list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
11
+ [**list_roles**](ContentguardsRbacApi.md#list_roles) | **GET** {r_b_a_c_content_guard_href}list_roles/ |
12
+ [**my_permissions**](ContentguardsRbacApi.md#my_permissions) | **GET** {r_b_a_c_content_guard_href}my_permissions/ |
13
+ [**partial_update**](ContentguardsRbacApi.md#partial_update) | **PATCH** {r_b_a_c_content_guard_href} | Update a rbac content guard
14
+ [**read**](ContentguardsRbacApi.md#read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
15
+ [**remove_role**](ContentguardsRbacApi.md#remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
16
+ [**update**](ContentguardsRbacApi.md#update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
17
17
 
18
18
 
19
19
 
20
- ## contentguards_core_rbac_add_role
20
+ ## add_role
21
21
 
22
- > NestedRoleResponse contentguards_core_rbac_add_role(r_b_a_c_content_guard_href, nested_role)
22
+ > NestedRoleResponse add_role(r_b_a_c_content_guard_href, nested_role)
23
23
 
24
24
 
25
25
 
@@ -42,10 +42,10 @@ r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
42
42
  nested_role = PulpcoreClient::NestedRole.new # NestedRole |
43
43
 
44
44
  begin
45
- result = api_instance.contentguards_core_rbac_add_role(r_b_a_c_content_guard_href, nested_role)
45
+ result = api_instance.add_role(r_b_a_c_content_guard_href, nested_role)
46
46
  p result
47
47
  rescue PulpcoreClient::ApiError => e
48
- puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_add_role: #{e}"
48
+ puts "Exception when calling ContentguardsRbacApi->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
- ## contentguards_core_rbac_create
74
+ ## create
75
75
 
76
- > RBACContentGuardResponse contentguards_core_rbac_create(rbac_content_guard)
76
+ > RBACContentGuardResponse create(rbac_content_guard)
77
77
 
78
78
  Create a rbac content guard
79
79
 
@@ -96,10 +96,10 @@ rbac_content_guard = PulpcoreClient::RBACContentGuard.new # RBACContentGuard |
96
96
 
97
97
  begin
98
98
  #Create a rbac content guard
99
- result = api_instance.contentguards_core_rbac_create(rbac_content_guard)
99
+ result = api_instance.create(rbac_content_guard)
100
100
  p result
101
101
  rescue PulpcoreClient::ApiError => e
102
- puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_create: #{e}"
102
+ puts "Exception when calling ContentguardsRbacApi->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
- ## contentguards_core_rbac_delete
127
+ ## delete
128
128
 
129
- > contentguards_core_rbac_delete(r_b_a_c_content_guard_href)
129
+ > delete(r_b_a_c_content_guard_href)
130
130
 
131
131
  Delete a rbac content guard
132
132
 
@@ -149,9 +149,9 @@ r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
149
149
 
150
150
  begin
151
151
  #Delete a rbac content guard
152
- api_instance.contentguards_core_rbac_delete(r_b_a_c_content_guard_href)
152
+ api_instance.delete(r_b_a_c_content_guard_href)
153
153
  rescue PulpcoreClient::ApiError => e
154
- puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_delete: #{e}"
154
+ puts "Exception when calling ContentguardsRbacApi->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
- ## contentguards_core_rbac_list
179
+ ## list
180
180
 
181
- > PaginatedRBACContentGuardResponseList contentguards_core_rbac_list(opts)
181
+ > PaginatedRBACContentGuardResponseList list(opts)
182
182
 
183
183
  List rbac content guards
184
184
 
@@ -212,10 +212,10 @@ opts = {
212
212
 
213
213
  begin
214
214
  #List rbac content guards
215
- result = api_instance.contentguards_core_rbac_list(opts)
215
+ result = api_instance.list(opts)
216
216
  p result
217
217
  rescue PulpcoreClient::ApiError => e
218
- puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_list: #{e}"
218
+ puts "Exception when calling ContentguardsRbacApi->list: #{e}"
219
219
  end
220
220
  ```
221
221
 
@@ -249,9 +249,9 @@ Name | Type | Description | Notes
249
249
  - **Accept**: application/json
250
250
 
251
251
 
252
- ## contentguards_core_rbac_list_roles
252
+ ## list_roles
253
253
 
254
- > ObjectRolesResponse contentguards_core_rbac_list_roles(r_b_a_c_content_guard_href, opts)
254
+ > ObjectRolesResponse list_roles(r_b_a_c_content_guard_href, opts)
255
255
 
256
256
 
257
257
 
@@ -277,10 +277,10 @@ opts = {
277
277
  }
278
278
 
279
279
  begin
280
- result = api_instance.contentguards_core_rbac_list_roles(r_b_a_c_content_guard_href, opts)
280
+ result = api_instance.list_roles(r_b_a_c_content_guard_href, opts)
281
281
  p result
282
282
  rescue PulpcoreClient::ApiError => e
283
- puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_list_roles: #{e}"
283
+ puts "Exception when calling ContentguardsRbacApi->list_roles: #{e}"
284
284
  end
285
285
  ```
286
286
 
@@ -307,9 +307,9 @@ Name | Type | Description | Notes
307
307
  - **Accept**: application/json
308
308
 
309
309
 
310
- ## contentguards_core_rbac_my_permissions
310
+ ## my_permissions
311
311
 
312
- > MyPermissionsResponse contentguards_core_rbac_my_permissions(r_b_a_c_content_guard_href, opts)
312
+ > MyPermissionsResponse my_permissions(r_b_a_c_content_guard_href, opts)
313
313
 
314
314
 
315
315
 
@@ -335,10 +335,10 @@ opts = {
335
335
  }
336
336
 
337
337
  begin
338
- result = api_instance.contentguards_core_rbac_my_permissions(r_b_a_c_content_guard_href, opts)
338
+ result = api_instance.my_permissions(r_b_a_c_content_guard_href, opts)
339
339
  p result
340
340
  rescue PulpcoreClient::ApiError => e
341
- puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_my_permissions: #{e}"
341
+ puts "Exception when calling ContentguardsRbacApi->my_permissions: #{e}"
342
342
  end
343
343
  ```
344
344
 
@@ -365,9 +365,9 @@ Name | Type | Description | Notes
365
365
  - **Accept**: application/json
366
366
 
367
367
 
368
- ## contentguards_core_rbac_partial_update
368
+ ## partial_update
369
369
 
370
- > RBACContentGuardResponse contentguards_core_rbac_partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
370
+ > RBACContentGuardResponse partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
371
371
 
372
372
  Update a rbac content guard
373
373
 
@@ -391,10 +391,10 @@ patched_rbac_content_guard = PulpcoreClient::PatchedRBACContentGuard.new # Patch
391
391
 
392
392
  begin
393
393
  #Update a rbac content guard
394
- result = api_instance.contentguards_core_rbac_partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
394
+ result = api_instance.partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
395
395
  p result
396
396
  rescue PulpcoreClient::ApiError => e
397
- puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_partial_update: #{e}"
397
+ puts "Exception when calling ContentguardsRbacApi->partial_update: #{e}"
398
398
  end
399
399
  ```
400
400
 
@@ -420,9 +420,9 @@ Name | Type | Description | Notes
420
420
  - **Accept**: application/json
421
421
 
422
422
 
423
- ## contentguards_core_rbac_read
423
+ ## read
424
424
 
425
- > RBACContentGuardResponse contentguards_core_rbac_read(r_b_a_c_content_guard_href, opts)
425
+ > RBACContentGuardResponse read(r_b_a_c_content_guard_href, opts)
426
426
 
427
427
  Inspect a rbac content guard
428
428
 
@@ -449,10 +449,10 @@ opts = {
449
449
 
450
450
  begin
451
451
  #Inspect a rbac content guard
452
- result = api_instance.contentguards_core_rbac_read(r_b_a_c_content_guard_href, opts)
452
+ result = api_instance.read(r_b_a_c_content_guard_href, opts)
453
453
  p result
454
454
  rescue PulpcoreClient::ApiError => e
455
- puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_read: #{e}"
455
+ puts "Exception when calling ContentguardsRbacApi->read: #{e}"
456
456
  end
457
457
  ```
458
458
 
@@ -479,9 +479,9 @@ Name | Type | Description | Notes
479
479
  - **Accept**: application/json
480
480
 
481
481
 
482
- ## contentguards_core_rbac_remove_role
482
+ ## remove_role
483
483
 
484
- > NestedRoleResponse contentguards_core_rbac_remove_role(r_b_a_c_content_guard_href, nested_role)
484
+ > NestedRoleResponse remove_role(r_b_a_c_content_guard_href, nested_role)
485
485
 
486
486
 
487
487
 
@@ -504,10 +504,10 @@ r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
504
504
  nested_role = PulpcoreClient::NestedRole.new # NestedRole |
505
505
 
506
506
  begin
507
- result = api_instance.contentguards_core_rbac_remove_role(r_b_a_c_content_guard_href, nested_role)
507
+ result = api_instance.remove_role(r_b_a_c_content_guard_href, nested_role)
508
508
  p result
509
509
  rescue PulpcoreClient::ApiError => e
510
- puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_remove_role: #{e}"
510
+ puts "Exception when calling ContentguardsRbacApi->remove_role: #{e}"
511
511
  end
512
512
  ```
513
513
 
@@ -533,9 +533,9 @@ Name | Type | Description | Notes
533
533
  - **Accept**: application/json
534
534
 
535
535
 
536
- ## contentguards_core_rbac_update
536
+ ## update
537
537
 
538
- > RBACContentGuardResponse contentguards_core_rbac_update(r_b_a_c_content_guard_href, rbac_content_guard)
538
+ > RBACContentGuardResponse update(r_b_a_c_content_guard_href, rbac_content_guard)
539
539
 
540
540
  Update a rbac content guard
541
541
 
@@ -559,10 +559,10 @@ rbac_content_guard = PulpcoreClient::RBACContentGuard.new # RBACContentGuard |
559
559
 
560
560
  begin
561
561
  #Update a rbac content guard
562
- result = api_instance.contentguards_core_rbac_update(r_b_a_c_content_guard_href, rbac_content_guard)
562
+ result = api_instance.update(r_b_a_c_content_guard_href, rbac_content_guard)
563
563
  p result
564
564
  rescue PulpcoreClient::ApiError => e
565
- puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_update: #{e}"
565
+ puts "Exception when calling ContentguardsRbacApi->update: #{e}"
566
566
  end
567
567
  ```
568
568
 
@@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**distributions_list**](DistributionsApi.md#distributions_list) | **GET** /pulp/api/v3/distributions/ | List distributions
7
+ [**list**](DistributionsApi.md#list) | **GET** /pulp/api/v3/distributions/ | List distributions
8
8
 
9
9
 
10
10
 
11
- ## distributions_list
11
+ ## list
12
12
 
13
- > PaginatedDistributionResponseList distributions_list(opts)
13
+ > PaginatedDistributionResponseList list(opts)
14
14
 
15
15
  List distributions
16
16
 
@@ -50,10 +50,10 @@ opts = {
50
50
 
51
51
  begin
52
52
  #List distributions
53
- result = api_instance.distributions_list(opts)
53
+ result = api_instance.list(opts)
54
54
  p result
55
55
  rescue PulpcoreClient::ApiError => e
56
- puts "Exception when calling DistributionsApi->distributions_list: #{e}"
56
+ puts "Exception when calling DistributionsApi->list: #{e}"
57
57
  end
58
58
  ```
59
59
 
@@ -4,14 +4,14 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**distributions_core_artifacts_list**](DistributionsArtifactsApi.md#distributions_core_artifacts_list) | **GET** /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions
8
- [**distributions_core_artifacts_read**](DistributionsArtifactsApi.md#distributions_core_artifacts_read) | **GET** {artifact_distribution_href} | Inspect an artifact distribution
7
+ [**list**](DistributionsArtifactsApi.md#list) | **GET** /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions
8
+ [**read**](DistributionsArtifactsApi.md#read) | **GET** {artifact_distribution_href} | Inspect an artifact distribution
9
9
 
10
10
 
11
11
 
12
- ## distributions_core_artifacts_list
12
+ ## list
13
13
 
14
- > PaginatedArtifactDistributionResponseList distributions_core_artifacts_list(opts)
14
+ > PaginatedArtifactDistributionResponseList list(opts)
15
15
 
16
16
  List artifact distributions
17
17
 
@@ -51,10 +51,10 @@ opts = {
51
51
 
52
52
  begin
53
53
  #List artifact distributions
54
- result = api_instance.distributions_core_artifacts_list(opts)
54
+ result = api_instance.list(opts)
55
55
  p result
56
56
  rescue PulpcoreClient::ApiError => e
57
- puts "Exception when calling DistributionsArtifactsApi->distributions_core_artifacts_list: #{e}"
57
+ puts "Exception when calling DistributionsArtifactsApi->list: #{e}"
58
58
  end
59
59
  ```
60
60
 
@@ -94,9 +94,9 @@ Name | Type | Description | Notes
94
94
  - **Accept**: application/json
95
95
 
96
96
 
97
- ## distributions_core_artifacts_read
97
+ ## read
98
98
 
99
- > ArtifactDistributionResponse distributions_core_artifacts_read(artifact_distribution_href, opts)
99
+ > ArtifactDistributionResponse read(artifact_distribution_href, opts)
100
100
 
101
101
  Inspect an artifact distribution
102
102
 
@@ -123,10 +123,10 @@ opts = {
123
123
 
124
124
  begin
125
125
  #Inspect an artifact distribution
126
- result = api_instance.distributions_core_artifacts_read(artifact_distribution_href, opts)
126
+ result = api_instance.read(artifact_distribution_href, opts)
127
127
  p result
128
128
  rescue PulpcoreClient::ApiError => e
129
- puts "Exception when calling DistributionsArtifactsApi->distributions_core_artifacts_read: #{e}"
129
+ puts "Exception when calling DistributionsArtifactsApi->read: #{e}"
130
130
  end
131
131
  ```
132
132
 
@@ -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_filesystem_create**](ExportersFilesystemApi.md#exporters_core_filesystem_create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
8
- [**exporters_core_filesystem_delete**](ExportersFilesystemApi.md#exporters_core_filesystem_delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
9
- [**exporters_core_filesystem_list**](ExportersFilesystemApi.md#exporters_core_filesystem_list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
10
- [**exporters_core_filesystem_partial_update**](ExportersFilesystemApi.md#exporters_core_filesystem_partial_update) | **PATCH** {filesystem_exporter_href} | Update a filesystem exporter
11
- [**exporters_core_filesystem_read**](ExportersFilesystemApi.md#exporters_core_filesystem_read) | **GET** {filesystem_exporter_href} | Inspect a filesystem exporter
12
- [**exporters_core_filesystem_update**](ExportersFilesystemApi.md#exporters_core_filesystem_update) | **PUT** {filesystem_exporter_href} | Update a filesystem exporter
7
+ [**create**](ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
8
+ [**delete**](ExportersFilesystemApi.md#delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
9
+ [**list**](ExportersFilesystemApi.md#list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
10
+ [**partial_update**](ExportersFilesystemApi.md#partial_update) | **PATCH** {filesystem_exporter_href} | Update a filesystem exporter
11
+ [**read**](ExportersFilesystemApi.md#read) | **GET** {filesystem_exporter_href} | Inspect a filesystem exporter
12
+ [**update**](ExportersFilesystemApi.md#update) | **PUT** {filesystem_exporter_href} | Update a filesystem exporter
13
13
 
14
14
 
15
15
 
16
- ## exporters_core_filesystem_create
16
+ ## create
17
17
 
18
- > FilesystemExporterResponse exporters_core_filesystem_create(filesystem_exporter)
18
+ > FilesystemExporterResponse create(filesystem_exporter)
19
19
 
20
20
  Create a filesystem exporter
21
21
 
@@ -38,10 +38,10 @@ filesystem_exporter = PulpcoreClient::FilesystemExporter.new # FilesystemExporte
38
38
 
39
39
  begin
40
40
  #Create a filesystem exporter
41
- result = api_instance.exporters_core_filesystem_create(filesystem_exporter)
41
+ result = api_instance.create(filesystem_exporter)
42
42
  p result
43
43
  rescue PulpcoreClient::ApiError => e
44
- puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_create: #{e}"
44
+ puts "Exception when calling ExportersFilesystemApi->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_filesystem_delete
69
+ ## delete
70
70
 
71
- > AsyncOperationResponse exporters_core_filesystem_delete(filesystem_exporter_href)
71
+ > AsyncOperationResponse delete(filesystem_exporter_href)
72
72
 
73
73
  Delete a filesystem exporter
74
74
 
@@ -91,10 +91,10 @@ filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
91
91
 
92
92
  begin
93
93
  #Delete a filesystem exporter
94
- result = api_instance.exporters_core_filesystem_delete(filesystem_exporter_href)
94
+ result = api_instance.delete(filesystem_exporter_href)
95
95
  p result
96
96
  rescue PulpcoreClient::ApiError => e
97
- puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_delete: #{e}"
97
+ puts "Exception when calling ExportersFilesystemApi->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_filesystem_list
122
+ ## list
123
123
 
124
- > PaginatedFilesystemExporterResponseList exporters_core_filesystem_list(opts)
124
+ > PaginatedFilesystemExporterResponseList list(opts)
125
125
 
126
126
  List filesystem exporters
127
127
 
@@ -155,10 +155,10 @@ opts = {
155
155
 
156
156
  begin
157
157
  #List filesystem exporters
158
- result = api_instance.exporters_core_filesystem_list(opts)
158
+ result = api_instance.list(opts)
159
159
  p result
160
160
  rescue PulpcoreClient::ApiError => e
161
- puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_list: #{e}"
161
+ puts "Exception when calling ExportersFilesystemApi->list: #{e}"
162
162
  end
163
163
  ```
164
164
 
@@ -192,9 +192,9 @@ Name | Type | Description | Notes
192
192
  - **Accept**: application/json
193
193
 
194
194
 
195
- ## exporters_core_filesystem_partial_update
195
+ ## partial_update
196
196
 
197
- > AsyncOperationResponse exporters_core_filesystem_partial_update(filesystem_exporter_href, patched_filesystem_exporter)
197
+ > AsyncOperationResponse partial_update(filesystem_exporter_href, patched_filesystem_exporter)
198
198
 
199
199
  Update a filesystem exporter
200
200
 
@@ -218,10 +218,10 @@ patched_filesystem_exporter = PulpcoreClient::PatchedFilesystemExporter.new # Pa
218
218
 
219
219
  begin
220
220
  #Update a filesystem exporter
221
- result = api_instance.exporters_core_filesystem_partial_update(filesystem_exporter_href, patched_filesystem_exporter)
221
+ result = api_instance.partial_update(filesystem_exporter_href, patched_filesystem_exporter)
222
222
  p result
223
223
  rescue PulpcoreClient::ApiError => e
224
- puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_partial_update: #{e}"
224
+ puts "Exception when calling ExportersFilesystemApi->partial_update: #{e}"
225
225
  end
226
226
  ```
227
227
 
@@ -247,9 +247,9 @@ Name | Type | Description | Notes
247
247
  - **Accept**: application/json
248
248
 
249
249
 
250
- ## exporters_core_filesystem_read
250
+ ## read
251
251
 
252
- > FilesystemExporterResponse exporters_core_filesystem_read(filesystem_exporter_href, opts)
252
+ > FilesystemExporterResponse read(filesystem_exporter_href, opts)
253
253
 
254
254
  Inspect a filesystem exporter
255
255
 
@@ -276,10 +276,10 @@ opts = {
276
276
 
277
277
  begin
278
278
  #Inspect a filesystem exporter
279
- result = api_instance.exporters_core_filesystem_read(filesystem_exporter_href, opts)
279
+ result = api_instance.read(filesystem_exporter_href, opts)
280
280
  p result
281
281
  rescue PulpcoreClient::ApiError => e
282
- puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_read: #{e}"
282
+ puts "Exception when calling ExportersFilesystemApi->read: #{e}"
283
283
  end
284
284
  ```
285
285
 
@@ -306,9 +306,9 @@ Name | Type | Description | Notes
306
306
  - **Accept**: application/json
307
307
 
308
308
 
309
- ## exporters_core_filesystem_update
309
+ ## update
310
310
 
311
- > AsyncOperationResponse exporters_core_filesystem_update(filesystem_exporter_href, filesystem_exporter)
311
+ > AsyncOperationResponse update(filesystem_exporter_href, filesystem_exporter)
312
312
 
313
313
  Update a filesystem exporter
314
314
 
@@ -332,10 +332,10 @@ filesystem_exporter = PulpcoreClient::FilesystemExporter.new # FilesystemExporte
332
332
 
333
333
  begin
334
334
  #Update a filesystem exporter
335
- result = api_instance.exporters_core_filesystem_update(filesystem_exporter_href, filesystem_exporter)
335
+ result = api_instance.update(filesystem_exporter_href, filesystem_exporter)
336
336
  p result
337
337
  rescue PulpcoreClient::ApiError => e
338
- puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_update: #{e}"
338
+ puts "Exception when calling ExportersFilesystemApi->update: #{e}"
339
339
  end
340
340
  ```
341
341
 
@@ -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