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,13 +4,13 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**repository_versions_list**](RepositoryVersionsApi.md#repository_versions_list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
7
+ [**list**](RepositoryVersionsApi.md#list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
8
8
 
9
9
 
10
10
 
11
- ## repository_versions_list
11
+ ## list
12
12
 
13
- > PaginatedRepositoryVersionResponseList repository_versions_list(opts)
13
+ > PaginatedRepositoryVersionResponseList list(opts)
14
14
 
15
15
  List repository versions
16
16
 
@@ -54,10 +54,10 @@ opts = {
54
54
 
55
55
  begin
56
56
  #List repository versions
57
- result = api_instance.repository_versions_list(opts)
57
+ result = api_instance.list(opts)
58
58
  p result
59
59
  rescue PulpcoreClient::ApiError => e
60
- puts "Exception when calling RepositoryVersionsApi->repository_versions_list: #{e}"
60
+ puts "Exception when calling RepositoryVersionsApi->list: #{e}"
61
61
  end
62
62
  ```
63
63
 
data/docs/RolesApi.md CHANGED
@@ -4,18 +4,18 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**roles_create**](RolesApi.md#roles_create) | **POST** /pulp/api/v3/roles/ | Create a role
8
- [**roles_delete**](RolesApi.md#roles_delete) | **DELETE** {role_href} | Delete a role
9
- [**roles_list**](RolesApi.md#roles_list) | **GET** /pulp/api/v3/roles/ | List roles
10
- [**roles_partial_update**](RolesApi.md#roles_partial_update) | **PATCH** {role_href} | Update a role
11
- [**roles_read**](RolesApi.md#roles_read) | **GET** {role_href} | Inspect a role
12
- [**roles_update**](RolesApi.md#roles_update) | **PUT** {role_href} | Update a role
7
+ [**create**](RolesApi.md#create) | **POST** /pulp/api/v3/roles/ | Create a role
8
+ [**delete**](RolesApi.md#delete) | **DELETE** {role_href} | Delete a role
9
+ [**list**](RolesApi.md#list) | **GET** /pulp/api/v3/roles/ | List roles
10
+ [**partial_update**](RolesApi.md#partial_update) | **PATCH** {role_href} | Update a role
11
+ [**read**](RolesApi.md#read) | **GET** {role_href} | Inspect a role
12
+ [**update**](RolesApi.md#update) | **PUT** {role_href} | Update a role
13
13
 
14
14
 
15
15
 
16
- ## roles_create
16
+ ## create
17
17
 
18
- > RoleResponse roles_create(role)
18
+ > RoleResponse create(role)
19
19
 
20
20
  Create a role
21
21
 
@@ -38,10 +38,10 @@ role = PulpcoreClient::Role.new # Role |
38
38
 
39
39
  begin
40
40
  #Create a role
41
- result = api_instance.roles_create(role)
41
+ result = api_instance.create(role)
42
42
  p result
43
43
  rescue PulpcoreClient::ApiError => e
44
- puts "Exception when calling RolesApi->roles_create: #{e}"
44
+ puts "Exception when calling RolesApi->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
- ## roles_delete
69
+ ## delete
70
70
 
71
- > roles_delete(role_href)
71
+ > delete(role_href)
72
72
 
73
73
  Delete a role
74
74
 
@@ -91,9 +91,9 @@ role_href = 'role_href_example' # String |
91
91
 
92
92
  begin
93
93
  #Delete a role
94
- api_instance.roles_delete(role_href)
94
+ api_instance.delete(role_href)
95
95
  rescue PulpcoreClient::ApiError => e
96
- puts "Exception when calling RolesApi->roles_delete: #{e}"
96
+ puts "Exception when calling RolesApi->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
- ## roles_list
121
+ ## list
122
122
 
123
- > PaginatedRoleResponseList roles_list(opts)
123
+ > PaginatedRoleResponseList list(opts)
124
124
 
125
125
  List roles
126
126
 
@@ -163,10 +163,10 @@ opts = {
163
163
 
164
164
  begin
165
165
  #List roles
166
- result = api_instance.roles_list(opts)
166
+ result = api_instance.list(opts)
167
167
  p result
168
168
  rescue PulpcoreClient::ApiError => e
169
- puts "Exception when calling RolesApi->roles_list: #{e}"
169
+ puts "Exception when calling RolesApi->list: #{e}"
170
170
  end
171
171
  ```
172
172
 
@@ -209,9 +209,9 @@ Name | Type | Description | Notes
209
209
  - **Accept**: application/json
210
210
 
211
211
 
212
- ## roles_partial_update
212
+ ## partial_update
213
213
 
214
- > RoleResponse roles_partial_update(role_href, patched_role)
214
+ > RoleResponse partial_update(role_href, patched_role)
215
215
 
216
216
  Update a role
217
217
 
@@ -235,10 +235,10 @@ patched_role = PulpcoreClient::PatchedRole.new # PatchedRole |
235
235
 
236
236
  begin
237
237
  #Update a role
238
- result = api_instance.roles_partial_update(role_href, patched_role)
238
+ result = api_instance.partial_update(role_href, patched_role)
239
239
  p result
240
240
  rescue PulpcoreClient::ApiError => e
241
- puts "Exception when calling RolesApi->roles_partial_update: #{e}"
241
+ puts "Exception when calling RolesApi->partial_update: #{e}"
242
242
  end
243
243
  ```
244
244
 
@@ -264,9 +264,9 @@ Name | Type | Description | Notes
264
264
  - **Accept**: application/json
265
265
 
266
266
 
267
- ## roles_read
267
+ ## read
268
268
 
269
- > RoleResponse roles_read(role_href, opts)
269
+ > RoleResponse read(role_href, opts)
270
270
 
271
271
  Inspect a role
272
272
 
@@ -293,10 +293,10 @@ opts = {
293
293
 
294
294
  begin
295
295
  #Inspect a role
296
- result = api_instance.roles_read(role_href, opts)
296
+ result = api_instance.read(role_href, opts)
297
297
  p result
298
298
  rescue PulpcoreClient::ApiError => e
299
- puts "Exception when calling RolesApi->roles_read: #{e}"
299
+ puts "Exception when calling RolesApi->read: #{e}"
300
300
  end
301
301
  ```
302
302
 
@@ -323,9 +323,9 @@ Name | Type | Description | Notes
323
323
  - **Accept**: application/json
324
324
 
325
325
 
326
- ## roles_update
326
+ ## update
327
327
 
328
- > RoleResponse roles_update(role_href, role)
328
+ > RoleResponse update(role_href, role)
329
329
 
330
330
  Update a role
331
331
 
@@ -349,10 +349,10 @@ role = PulpcoreClient::Role.new # Role |
349
349
 
350
350
  begin
351
351
  #Update a role
352
- result = api_instance.roles_update(role_href, role)
352
+ result = api_instance.update(role_href, role)
353
353
  p result
354
354
  rescue PulpcoreClient::ApiError => e
355
- puts "Exception when calling RolesApi->roles_update: #{e}"
355
+ puts "Exception when calling RolesApi->update: #{e}"
356
356
  end
357
357
  ```
358
358
 
@@ -4,14 +4,14 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**signing_services_list**](SigningServicesApi.md#signing_services_list) | **GET** /pulp/api/v3/signing-services/ | List signing services
8
- [**signing_services_read**](SigningServicesApi.md#signing_services_read) | **GET** {signing_service_href} | Inspect a signing service
7
+ [**list**](SigningServicesApi.md#list) | **GET** /pulp/api/v3/signing-services/ | List signing services
8
+ [**read**](SigningServicesApi.md#read) | **GET** {signing_service_href} | Inspect a signing service
9
9
 
10
10
 
11
11
 
12
- ## signing_services_list
12
+ ## list
13
13
 
14
- > PaginatedSigningServiceResponseList signing_services_list(opts)
14
+ > PaginatedSigningServiceResponseList list(opts)
15
15
 
16
16
  List signing services
17
17
 
@@ -43,10 +43,10 @@ opts = {
43
43
 
44
44
  begin
45
45
  #List signing services
46
- result = api_instance.signing_services_list(opts)
46
+ result = api_instance.list(opts)
47
47
  p result
48
48
  rescue PulpcoreClient::ApiError => e
49
- puts "Exception when calling SigningServicesApi->signing_services_list: #{e}"
49
+ puts "Exception when calling SigningServicesApi->list: #{e}"
50
50
  end
51
51
  ```
52
52
 
@@ -78,9 +78,9 @@ Name | Type | Description | Notes
78
78
  - **Accept**: application/json
79
79
 
80
80
 
81
- ## signing_services_read
81
+ ## read
82
82
 
83
- > SigningServiceResponse signing_services_read(signing_service_href, opts)
83
+ > SigningServiceResponse read(signing_service_href, opts)
84
84
 
85
85
  Inspect a signing service
86
86
 
@@ -107,10 +107,10 @@ opts = {
107
107
 
108
108
  begin
109
109
  #Inspect a signing service
110
- result = api_instance.signing_services_read(signing_service_href, opts)
110
+ result = api_instance.read(signing_service_href, opts)
111
111
  p result
112
112
  rescue PulpcoreClient::ApiError => e
113
- puts "Exception when calling SigningServicesApi->signing_services_read: #{e}"
113
+ puts "Exception when calling SigningServicesApi->read: #{e}"
114
114
  end
115
115
  ```
116
116
 
@@ -4,14 +4,14 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**task_groups_list**](TaskGroupsApi.md#task_groups_list) | **GET** /pulp/api/v3/task-groups/ | List task groups
8
- [**task_groups_read**](TaskGroupsApi.md#task_groups_read) | **GET** {task_group_href} | Inspect a task group
7
+ [**list**](TaskGroupsApi.md#list) | **GET** /pulp/api/v3/task-groups/ | List task groups
8
+ [**read**](TaskGroupsApi.md#read) | **GET** {task_group_href} | Inspect a task group
9
9
 
10
10
 
11
11
 
12
- ## task_groups_list
12
+ ## list
13
13
 
14
- > PaginatedTaskGroupResponseList task_groups_list(opts)
14
+ > PaginatedTaskGroupResponseList list(opts)
15
15
 
16
16
  List task groups
17
17
 
@@ -39,10 +39,10 @@ opts = {
39
39
 
40
40
  begin
41
41
  #List task groups
42
- result = api_instance.task_groups_list(opts)
42
+ result = api_instance.list(opts)
43
43
  p result
44
44
  rescue PulpcoreClient::ApiError => e
45
- puts "Exception when calling TaskGroupsApi->task_groups_list: #{e}"
45
+ puts "Exception when calling TaskGroupsApi->list: #{e}"
46
46
  end
47
47
  ```
48
48
 
@@ -70,9 +70,9 @@ Name | Type | Description | Notes
70
70
  - **Accept**: application/json
71
71
 
72
72
 
73
- ## task_groups_read
73
+ ## read
74
74
 
75
- > TaskGroupResponse task_groups_read(task_group_href, opts)
75
+ > TaskGroupResponse read(task_group_href, opts)
76
76
 
77
77
  Inspect a task group
78
78
 
@@ -99,10 +99,10 @@ opts = {
99
99
 
100
100
  begin
101
101
  #Inspect a task group
102
- result = api_instance.task_groups_read(task_group_href, opts)
102
+ result = api_instance.read(task_group_href, opts)
103
103
  p result
104
104
  rescue PulpcoreClient::ApiError => e
105
- puts "Exception when calling TaskGroupsApi->task_groups_read: #{e}"
105
+ puts "Exception when calling TaskGroupsApi->read: #{e}"
106
106
  end
107
107
  ```
108
108
 
@@ -4,18 +4,18 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**task_schedules_add_role**](TaskSchedulesApi.md#task_schedules_add_role) | **POST** {task_schedule_href}add_role/ |
8
- [**task_schedules_list**](TaskSchedulesApi.md#task_schedules_list) | **GET** /pulp/api/v3/task-schedules/ | List task schedules
9
- [**task_schedules_list_roles**](TaskSchedulesApi.md#task_schedules_list_roles) | **GET** {task_schedule_href}list_roles/ |
10
- [**task_schedules_my_permissions**](TaskSchedulesApi.md#task_schedules_my_permissions) | **GET** {task_schedule_href}my_permissions/ |
11
- [**task_schedules_read**](TaskSchedulesApi.md#task_schedules_read) | **GET** {task_schedule_href} | Inspect a task schedule
12
- [**task_schedules_remove_role**](TaskSchedulesApi.md#task_schedules_remove_role) | **POST** {task_schedule_href}remove_role/ |
7
+ [**add_role**](TaskSchedulesApi.md#add_role) | **POST** {task_schedule_href}add_role/ |
8
+ [**list**](TaskSchedulesApi.md#list) | **GET** /pulp/api/v3/task-schedules/ | List task schedules
9
+ [**list_roles**](TaskSchedulesApi.md#list_roles) | **GET** {task_schedule_href}list_roles/ |
10
+ [**my_permissions**](TaskSchedulesApi.md#my_permissions) | **GET** {task_schedule_href}my_permissions/ |
11
+ [**read**](TaskSchedulesApi.md#read) | **GET** {task_schedule_href} | Inspect a task schedule
12
+ [**remove_role**](TaskSchedulesApi.md#remove_role) | **POST** {task_schedule_href}remove_role/ |
13
13
 
14
14
 
15
15
 
16
- ## task_schedules_add_role
16
+ ## add_role
17
17
 
18
- > NestedRoleResponse task_schedules_add_role(task_schedule_href, nested_role)
18
+ > NestedRoleResponse add_role(task_schedule_href, nested_role)
19
19
 
20
20
 
21
21
 
@@ -38,10 +38,10 @@ task_schedule_href = 'task_schedule_href_example' # String |
38
38
  nested_role = PulpcoreClient::NestedRole.new # NestedRole |
39
39
 
40
40
  begin
41
- result = api_instance.task_schedules_add_role(task_schedule_href, nested_role)
41
+ result = api_instance.add_role(task_schedule_href, nested_role)
42
42
  p result
43
43
  rescue PulpcoreClient::ApiError => e
44
- puts "Exception when calling TaskSchedulesApi->task_schedules_add_role: #{e}"
44
+ puts "Exception when calling TaskSchedulesApi->add_role: #{e}"
45
45
  end
46
46
  ```
47
47
 
@@ -67,9 +67,9 @@ Name | Type | Description | Notes
67
67
  - **Accept**: application/json
68
68
 
69
69
 
70
- ## task_schedules_list
70
+ ## list
71
71
 
72
- > PaginatedTaskScheduleResponseList task_schedules_list(opts)
72
+ > PaginatedTaskScheduleResponseList list(opts)
73
73
 
74
74
  List task schedules
75
75
 
@@ -104,10 +104,10 @@ opts = {
104
104
 
105
105
  begin
106
106
  #List task schedules
107
- result = api_instance.task_schedules_list(opts)
107
+ result = api_instance.list(opts)
108
108
  p result
109
109
  rescue PulpcoreClient::ApiError => e
110
- puts "Exception when calling TaskSchedulesApi->task_schedules_list: #{e}"
110
+ puts "Exception when calling TaskSchedulesApi->list: #{e}"
111
111
  end
112
112
  ```
113
113
 
@@ -142,9 +142,9 @@ Name | Type | Description | Notes
142
142
  - **Accept**: application/json
143
143
 
144
144
 
145
- ## task_schedules_list_roles
145
+ ## list_roles
146
146
 
147
- > ObjectRolesResponse task_schedules_list_roles(task_schedule_href, opts)
147
+ > ObjectRolesResponse list_roles(task_schedule_href, opts)
148
148
 
149
149
 
150
150
 
@@ -170,10 +170,10 @@ opts = {
170
170
  }
171
171
 
172
172
  begin
173
- result = api_instance.task_schedules_list_roles(task_schedule_href, opts)
173
+ result = api_instance.list_roles(task_schedule_href, opts)
174
174
  p result
175
175
  rescue PulpcoreClient::ApiError => e
176
- puts "Exception when calling TaskSchedulesApi->task_schedules_list_roles: #{e}"
176
+ puts "Exception when calling TaskSchedulesApi->list_roles: #{e}"
177
177
  end
178
178
  ```
179
179
 
@@ -200,9 +200,9 @@ Name | Type | Description | Notes
200
200
  - **Accept**: application/json
201
201
 
202
202
 
203
- ## task_schedules_my_permissions
203
+ ## my_permissions
204
204
 
205
- > MyPermissionsResponse task_schedules_my_permissions(task_schedule_href, opts)
205
+ > MyPermissionsResponse my_permissions(task_schedule_href, opts)
206
206
 
207
207
 
208
208
 
@@ -228,10 +228,10 @@ opts = {
228
228
  }
229
229
 
230
230
  begin
231
- result = api_instance.task_schedules_my_permissions(task_schedule_href, opts)
231
+ result = api_instance.my_permissions(task_schedule_href, opts)
232
232
  p result
233
233
  rescue PulpcoreClient::ApiError => e
234
- puts "Exception when calling TaskSchedulesApi->task_schedules_my_permissions: #{e}"
234
+ puts "Exception when calling TaskSchedulesApi->my_permissions: #{e}"
235
235
  end
236
236
  ```
237
237
 
@@ -258,9 +258,9 @@ Name | Type | Description | Notes
258
258
  - **Accept**: application/json
259
259
 
260
260
 
261
- ## task_schedules_read
261
+ ## read
262
262
 
263
- > TaskScheduleResponse task_schedules_read(task_schedule_href, opts)
263
+ > TaskScheduleResponse read(task_schedule_href, opts)
264
264
 
265
265
  Inspect a task schedule
266
266
 
@@ -287,10 +287,10 @@ opts = {
287
287
 
288
288
  begin
289
289
  #Inspect a task schedule
290
- result = api_instance.task_schedules_read(task_schedule_href, opts)
290
+ result = api_instance.read(task_schedule_href, opts)
291
291
  p result
292
292
  rescue PulpcoreClient::ApiError => e
293
- puts "Exception when calling TaskSchedulesApi->task_schedules_read: #{e}"
293
+ puts "Exception when calling TaskSchedulesApi->read: #{e}"
294
294
  end
295
295
  ```
296
296
 
@@ -317,9 +317,9 @@ Name | Type | Description | Notes
317
317
  - **Accept**: application/json
318
318
 
319
319
 
320
- ## task_schedules_remove_role
320
+ ## remove_role
321
321
 
322
- > NestedRoleResponse task_schedules_remove_role(task_schedule_href, nested_role)
322
+ > NestedRoleResponse remove_role(task_schedule_href, nested_role)
323
323
 
324
324
 
325
325
 
@@ -342,10 +342,10 @@ task_schedule_href = 'task_schedule_href_example' # String |
342
342
  nested_role = PulpcoreClient::NestedRole.new # NestedRole |
343
343
 
344
344
  begin
345
- result = api_instance.task_schedules_remove_role(task_schedule_href, nested_role)
345
+ result = api_instance.remove_role(task_schedule_href, nested_role)
346
346
  p result
347
347
  rescue PulpcoreClient::ApiError => e
348
- puts "Exception when calling TaskSchedulesApi->task_schedules_remove_role: #{e}"
348
+ puts "Exception when calling TaskSchedulesApi->remove_role: #{e}"
349
349
  end
350
350
  ```
351
351