pulpcore_client 3.28.29 → 3.28.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (129) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +157 -155
  3. data/docs/AccessPoliciesApi.md +26 -26
  4. data/docs/ArtifactDistributionResponse.md +9 -9
  5. data/docs/ArtifactsApi.md +21 -21
  6. data/docs/ContentApi.md +8 -8
  7. data/docs/ContentguardsApi.md +8 -8
  8. data/docs/ContentguardsContentRedirectApi.md +51 -51
  9. data/docs/ContentguardsRbacApi.md +51 -51
  10. data/docs/DistributionsApi.md +8 -8
  11. data/docs/DistributionsArtifactsApi.md +11 -11
  12. data/docs/DocsApiJsonApi.md +61 -0
  13. data/docs/DocsApiYamlApi.md +61 -0
  14. data/docs/DomainsApi.md +31 -31
  15. data/docs/ExportersFilesystemApi.md +31 -31
  16. data/docs/ExportersFilesystemExportsApi.md +21 -21
  17. data/docs/ExportersPulpApi.md +31 -31
  18. data/docs/ExportersPulpExportsApi.md +21 -21
  19. data/docs/GroupsApi.md +51 -51
  20. data/docs/GroupsRolesApi.md +21 -21
  21. data/docs/GroupsUsersApi.md +16 -16
  22. data/docs/ImportersPulpApi.md +31 -31
  23. data/docs/ImportersPulpImportCheckApi.md +1 -1
  24. data/docs/ImportersPulpImportsApi.md +21 -21
  25. data/docs/OrphansApi.md +6 -6
  26. data/docs/OrphansCleanupApi.md +6 -6
  27. data/docs/PublicationsApi.md +8 -8
  28. data/docs/RemoteResponseHiddenFields.md +2 -2
  29. data/docs/RemotesApi.md +8 -8
  30. data/docs/RepairApi.md +6 -6
  31. data/docs/RepositoriesApi.md +8 -8
  32. data/docs/RepositoriesReclaimSpaceApi.md +6 -6
  33. data/docs/RepositoryVersionsApi.md +6 -6
  34. data/docs/RolesApi.md +31 -31
  35. data/docs/SigningServicesApi.md +11 -11
  36. data/docs/StatusApi.md +1 -1
  37. data/docs/TaskGroupsApi.md +11 -11
  38. data/docs/TaskSchedulesApi.md +31 -31
  39. data/docs/TasksApi.md +96 -96
  40. data/docs/UploadsApi.md +51 -51
  41. data/docs/UpstreamPulpsApi.md +36 -36
  42. data/docs/UsersApi.md +31 -31
  43. data/docs/UsersRolesApi.md +21 -21
  44. data/docs/WorkersApi.md +11 -11
  45. data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
  46. data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
  47. data/lib/pulpcore_client/api/content_api.rb +8 -8
  48. data/lib/pulpcore_client/api/contentguards_api.rb +8 -8
  49. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
  50. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
  51. data/lib/pulpcore_client/api/distributions_api.rb +8 -8
  52. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
  53. data/lib/pulpcore_client/api/docs_api_json_api.rb +89 -0
  54. data/lib/pulpcore_client/api/docs_api_yaml_api.rb +89 -0
  55. data/lib/pulpcore_client/api/domains_api.rb +37 -37
  56. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
  57. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
  58. data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
  59. data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
  60. data/lib/pulpcore_client/api/groups_api.rb +63 -63
  61. data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
  62. data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
  63. data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
  64. data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
  65. data/lib/pulpcore_client/api/orphans_api.rb +5 -5
  66. data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
  67. data/lib/pulpcore_client/api/publications_api.rb +7 -11
  68. data/lib/pulpcore_client/api/remotes_api.rb +7 -11
  69. data/lib/pulpcore_client/api/repair_api.rb +6 -6
  70. data/lib/pulpcore_client/api/repositories_api.rb +7 -11
  71. data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
  72. data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
  73. data/lib/pulpcore_client/api/roles_api.rb +37 -37
  74. data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
  75. data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
  76. data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
  77. data/lib/pulpcore_client/api/tasks_api.rb +119 -119
  78. data/lib/pulpcore_client/api/uploads_api.rb +65 -65
  79. data/lib/pulpcore_client/api/upstream_pulps_api.rb +43 -43
  80. data/lib/pulpcore_client/api/users_api.rb +37 -37
  81. data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
  82. data/lib/pulpcore_client/api/workers_api.rb +11 -11
  83. data/lib/pulpcore_client/configuration.rb +3 -3
  84. data/lib/pulpcore_client/models/artifact_distribution_response.rb +48 -48
  85. data/lib/pulpcore_client/models/remote_response.rb +20 -20
  86. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +10 -0
  87. data/lib/pulpcore_client/version.rb +1 -1
  88. data/lib/pulpcore_client.rb +2 -0
  89. data/spec/api/access_policies_api_spec.rb +10 -10
  90. data/spec/api/artifacts_api_spec.rb +8 -8
  91. data/spec/api/content_api_spec.rb +3 -3
  92. data/spec/api/contentguards_api_spec.rb +3 -3
  93. data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
  94. data/spec/api/contentguards_rbac_api_spec.rb +20 -20
  95. data/spec/api/distributions_api_spec.rb +3 -3
  96. data/spec/api/distributions_artifacts_api_spec.rb +4 -4
  97. data/spec/api/docs_api_json_api_spec.rb +48 -0
  98. data/spec/api/docs_api_yaml_api_spec.rb +48 -0
  99. data/spec/api/domains_api_spec.rb +12 -12
  100. data/spec/api/exporters_filesystem_api_spec.rb +12 -12
  101. data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
  102. data/spec/api/exporters_pulp_api_spec.rb +12 -12
  103. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  104. data/spec/api/groups_api_spec.rb +20 -20
  105. data/spec/api/groups_roles_api_spec.rb +8 -8
  106. data/spec/api/groups_users_api_spec.rb +6 -6
  107. data/spec/api/importers_pulp_api_spec.rb +12 -12
  108. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  109. data/spec/api/orphans_api_spec.rb +2 -2
  110. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  111. data/spec/api/publications_api_spec.rb +3 -3
  112. data/spec/api/remotes_api_spec.rb +3 -3
  113. data/spec/api/repair_api_spec.rb +2 -2
  114. data/spec/api/repositories_api_spec.rb +3 -3
  115. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  116. data/spec/api/repository_versions_api_spec.rb +2 -2
  117. data/spec/api/roles_api_spec.rb +12 -12
  118. data/spec/api/signing_services_api_spec.rb +4 -4
  119. data/spec/api/task_groups_api_spec.rb +4 -4
  120. data/spec/api/task_schedules_api_spec.rb +12 -12
  121. data/spec/api/tasks_api_spec.rb +29 -29
  122. data/spec/api/uploads_api_spec.rb +20 -20
  123. data/spec/api/upstream_pulps_api_spec.rb +14 -14
  124. data/spec/api/users_api_spec.rb +12 -12
  125. data/spec/api/users_roles_api_spec.rb +8 -8
  126. data/spec/api/workers_api_spec.rb +4 -4
  127. data/spec/configuration_spec.rb +3 -3
  128. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  129. metadata +163 -155
@@ -1,19 +1,19 @@
1
1
  # PulpcoreClient::ImportersPulpImportsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](ImportersPulpImportsApi.md#create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
8
- [**delete**](ImportersPulpImportsApi.md#delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
9
- [**list**](ImportersPulpImportsApi.md#list) | **GET** {pulp_importer_href}imports/ | List pulp imports
10
- [**read**](ImportersPulpImportsApi.md#read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
7
+ [**importers_core_pulp_imports_create**](ImportersPulpImportsApi.md#importers_core_pulp_imports_create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
8
+ [**importers_core_pulp_imports_delete**](ImportersPulpImportsApi.md#importers_core_pulp_imports_delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
9
+ [**importers_core_pulp_imports_list**](ImportersPulpImportsApi.md#importers_core_pulp_imports_list) | **GET** {pulp_importer_href}imports/ | List pulp imports
10
+ [**importers_core_pulp_imports_read**](ImportersPulpImportsApi.md#importers_core_pulp_imports_read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
11
11
 
12
12
 
13
13
 
14
- ## create
14
+ ## importers_core_pulp_imports_create
15
15
 
16
- > TaskGroupOperationResponse create(pulp_importer_href, pulp_import)
16
+ > TaskGroupOperationResponse importers_core_pulp_imports_create(pulp_importer_href, pulp_import)
17
17
 
18
18
  Create a pulp import
19
19
 
@@ -37,10 +37,10 @@ pulp_import = PulpcoreClient::PulpImport.new # PulpImport |
37
37
 
38
38
  begin
39
39
  #Create a pulp import
40
- result = api_instance.create(pulp_importer_href, pulp_import)
40
+ result = api_instance.importers_core_pulp_imports_create(pulp_importer_href, pulp_import)
41
41
  p result
42
42
  rescue PulpcoreClient::ApiError => e
43
- puts "Exception when calling ImportersPulpImportsApi->create: #{e}"
43
+ puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_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
- ## delete
69
+ ## importers_core_pulp_imports_delete
70
70
 
71
- > delete(pulp_pulp_import_href)
71
+ > importers_core_pulp_imports_delete(pulp_pulp_import_href)
72
72
 
73
73
  Delete a pulp import
74
74
 
@@ -91,9 +91,9 @@ pulp_pulp_import_href = 'pulp_pulp_import_href_example' # String |
91
91
 
92
92
  begin
93
93
  #Delete a pulp import
94
- api_instance.delete(pulp_pulp_import_href)
94
+ api_instance.importers_core_pulp_imports_delete(pulp_pulp_import_href)
95
95
  rescue PulpcoreClient::ApiError => e
96
- puts "Exception when calling ImportersPulpImportsApi->delete: #{e}"
96
+ puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_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
- ## list
121
+ ## importers_core_pulp_imports_list
122
122
 
123
- > PaginatedImportResponseList list(pulp_importer_href, opts)
123
+ > PaginatedImportResponseList importers_core_pulp_imports_list(pulp_importer_href, opts)
124
124
 
125
125
  List pulp imports
126
126
 
@@ -149,10 +149,10 @@ opts = {
149
149
 
150
150
  begin
151
151
  #List pulp imports
152
- result = api_instance.list(pulp_importer_href, opts)
152
+ result = api_instance.importers_core_pulp_imports_list(pulp_importer_href, opts)
153
153
  p result
154
154
  rescue PulpcoreClient::ApiError => e
155
- puts "Exception when calling ImportersPulpImportsApi->list: #{e}"
155
+ puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_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
- ## read
184
+ ## importers_core_pulp_imports_read
185
185
 
186
- > ImportResponse read(pulp_pulp_import_href, opts)
186
+ > ImportResponse importers_core_pulp_imports_read(pulp_pulp_import_href, opts)
187
187
 
188
188
  Inspect a pulp import
189
189
 
@@ -210,10 +210,10 @@ opts = {
210
210
 
211
211
  begin
212
212
  #Inspect a pulp import
213
- result = api_instance.read(pulp_pulp_import_href, opts)
213
+ result = api_instance.importers_core_pulp_imports_read(pulp_pulp_import_href, opts)
214
214
  p result
215
215
  rescue PulpcoreClient::ApiError => e
216
- puts "Exception when calling ImportersPulpImportsApi->read: #{e}"
216
+ puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_read: #{e}"
217
217
  end
218
218
  ```
219
219
 
data/docs/OrphansApi.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # PulpcoreClient::OrphansApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**delete**](OrphansApi.md#delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
7
+ [**orphans_delete**](OrphansApi.md#orphans_delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
8
8
 
9
9
 
10
10
 
11
- ## delete
11
+ ## orphans_delete
12
12
 
13
- > AsyncOperationResponse delete
13
+ > AsyncOperationResponse orphans_delete
14
14
 
15
15
  Delete orphans
16
16
 
@@ -32,10 +32,10 @@ api_instance = PulpcoreClient::OrphansApi.new
32
32
 
33
33
  begin
34
34
  #Delete orphans
35
- result = api_instance.delete
35
+ result = api_instance.orphans_delete
36
36
  p result
37
37
  rescue PulpcoreClient::ApiError => e
38
- puts "Exception when calling OrphansApi->delete: #{e}"
38
+ puts "Exception when calling OrphansApi->orphans_delete: #{e}"
39
39
  end
40
40
  ```
41
41
 
@@ -1,16 +1,16 @@
1
1
  # PulpcoreClient::OrphansCleanupApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**cleanup**](OrphansCleanupApi.md#cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
7
+ [**orphans_cleanup_cleanup**](OrphansCleanupApi.md#orphans_cleanup_cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
8
8
 
9
9
 
10
10
 
11
- ## cleanup
11
+ ## orphans_cleanup_cleanup
12
12
 
13
- > AsyncOperationResponse cleanup(orphans_cleanup)
13
+ > AsyncOperationResponse orphans_cleanup_cleanup(orphans_cleanup)
14
14
 
15
15
 
16
16
 
@@ -32,10 +32,10 @@ api_instance = PulpcoreClient::OrphansCleanupApi.new
32
32
  orphans_cleanup = PulpcoreClient::OrphansCleanup.new # OrphansCleanup |
33
33
 
34
34
  begin
35
- result = api_instance.cleanup(orphans_cleanup)
35
+ result = api_instance.orphans_cleanup_cleanup(orphans_cleanup)
36
36
  p result
37
37
  rescue PulpcoreClient::ApiError => e
38
- puts "Exception when calling OrphansCleanupApi->cleanup: #{e}"
38
+ puts "Exception when calling OrphansCleanupApi->orphans_cleanup_cleanup: #{e}"
39
39
  end
40
40
  ```
41
41
 
@@ -1,16 +1,16 @@
1
1
  # PulpcoreClient::PublicationsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**list**](PublicationsApi.md#list) | **GET** /pulp/api/v3/publications/ | List publications
7
+ [**publications_list**](PublicationsApi.md#publications_list) | **GET** /pulp/api/v3/publications/ | List publications
8
8
 
9
9
 
10
10
 
11
- ## list
11
+ ## publications_list
12
12
 
13
- > PaginatedPublicationResponseList list(opts)
13
+ > PaginatedPublicationResponseList publications_list(opts)
14
14
 
15
15
  List publications
16
16
 
@@ -43,7 +43,7 @@ opts = {
43
43
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
44
44
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
45
45
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
46
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `file.file` - file.file
46
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
47
47
  repository: 'repository_example', # String | Repository referenced by HREF
48
48
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
49
49
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
@@ -52,10 +52,10 @@ opts = {
52
52
 
53
53
  begin
54
54
  #List publications
55
- result = api_instance.list(opts)
55
+ result = api_instance.publications_list(opts)
56
56
  p result
57
57
  rescue PulpcoreClient::ApiError => e
58
- puts "Exception when calling PublicationsApi->list: #{e}"
58
+ puts "Exception when calling PublicationsApi->publications_list: #{e}"
59
59
  end
60
60
  ```
61
61
 
@@ -77,7 +77,7 @@ Name | Type | Description | Notes
77
77
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
78
78
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
79
79
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
80
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;file.file&#x60; - file.file | [optional]
80
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in | [optional]
81
81
  **repository** | **String**| Repository referenced by HREF | [optional]
82
82
  **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
83
83
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | | [optional]
8
- **is_set** | **Boolean** | | [optional]
7
+ **name** | **String** | |
8
+ **is_set** | **Boolean** | |
9
9
 
10
10
  ## Code Sample
11
11
 
data/docs/RemotesApi.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # PulpcoreClient::RemotesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**list**](RemotesApi.md#list) | **GET** /pulp/api/v3/remotes/ | List remotes
7
+ [**remotes_list**](RemotesApi.md#remotes_list) | **GET** /pulp/api/v3/remotes/ | List remotes
8
8
 
9
9
 
10
10
 
11
- ## list
11
+ ## remotes_list
12
12
 
13
- > PaginatedRemoteResponseList list(opts)
13
+ > PaginatedRemoteResponseList remotes_list(opts)
14
14
 
15
15
  List remotes
16
16
 
@@ -47,17 +47,17 @@ opts = {
47
47
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
48
48
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
49
49
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
50
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `file.file` - file.file
50
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
51
51
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
52
52
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
53
53
  }
54
54
 
55
55
  begin
56
56
  #List remotes
57
- result = api_instance.list(opts)
57
+ result = api_instance.remotes_list(opts)
58
58
  p result
59
59
  rescue PulpcoreClient::ApiError => e
60
- puts "Exception when calling RemotesApi->list: #{e}"
60
+ puts "Exception when calling RemotesApi->remotes_list: #{e}"
61
61
  end
62
62
  ```
63
63
 
@@ -83,7 +83,7 @@ Name | Type | Description | Notes
83
83
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
84
84
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
85
85
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
86
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;file.file&#x60; - file.file | [optional]
86
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in | [optional]
87
87
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
88
88
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
89
89
 
data/docs/RepairApi.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # PulpcoreClient::RepairApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**post**](RepairApi.md#post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
7
+ [**repair_post**](RepairApi.md#repair_post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
8
8
 
9
9
 
10
10
 
11
- ## post
11
+ ## repair_post
12
12
 
13
- > AsyncOperationResponse post(repair)
13
+ > AsyncOperationResponse repair_post(repair)
14
14
 
15
15
  Repair Artifact Storage
16
16
 
@@ -33,10 +33,10 @@ repair = PulpcoreClient::Repair.new # Repair |
33
33
 
34
34
  begin
35
35
  #Repair Artifact Storage
36
- result = api_instance.post(repair)
36
+ result = api_instance.repair_post(repair)
37
37
  p result
38
38
  rescue PulpcoreClient::ApiError => e
39
- puts "Exception when calling RepairApi->post: #{e}"
39
+ puts "Exception when calling RepairApi->repair_post: #{e}"
40
40
  end
41
41
  ```
42
42
 
@@ -1,16 +1,16 @@
1
1
  # PulpcoreClient::RepositoriesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**list**](RepositoriesApi.md#list) | **GET** /pulp/api/v3/repositories/ | List repositories
7
+ [**repositories_list**](RepositoriesApi.md#repositories_list) | **GET** /pulp/api/v3/repositories/ | List repositories
8
8
 
9
9
 
10
10
 
11
- ## list
11
+ ## repositories_list
12
12
 
13
- > PaginatedRepositoryResponseList list(opts)
13
+ > PaginatedRepositoryResponseList repositories_list(opts)
14
14
 
15
15
  List repositories
16
16
 
@@ -42,7 +42,7 @@ opts = {
42
42
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
43
43
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
44
44
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
45
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `file.file` - file.file
45
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
46
46
  remote: 'remote_example', # String | Foreign Key referenced by HREF
47
47
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
48
48
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -59,10 +59,10 @@ opts = {
59
59
 
60
60
  begin
61
61
  #List repositories
62
- result = api_instance.list(opts)
62
+ result = api_instance.repositories_list(opts)
63
63
  p result
64
64
  rescue PulpcoreClient::ApiError => e
65
- puts "Exception when calling RepositoriesApi->list: #{e}"
65
+ puts "Exception when calling RepositoriesApi->repositories_list: #{e}"
66
66
  end
67
67
  ```
68
68
 
@@ -83,7 +83,7 @@ Name | Type | Description | Notes
83
83
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
84
84
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
85
85
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
86
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;file.file&#x60; - file.file | [optional]
86
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in | [optional]
87
87
  **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
88
88
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
89
89
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
@@ -1,16 +1,16 @@
1
1
  # PulpcoreClient::RepositoriesReclaimSpaceApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**reclaim**](RepositoriesReclaimSpaceApi.md#reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
7
+ [**repositories_reclaim_space_reclaim**](RepositoriesReclaimSpaceApi.md#repositories_reclaim_space_reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
8
8
 
9
9
 
10
10
 
11
- ## reclaim
11
+ ## repositories_reclaim_space_reclaim
12
12
 
13
- > AsyncOperationResponse reclaim(reclaim_space)
13
+ > AsyncOperationResponse repositories_reclaim_space_reclaim(reclaim_space)
14
14
 
15
15
 
16
16
 
@@ -32,10 +32,10 @@ api_instance = PulpcoreClient::RepositoriesReclaimSpaceApi.new
32
32
  reclaim_space = PulpcoreClient::ReclaimSpace.new # ReclaimSpace |
33
33
 
34
34
  begin
35
- result = api_instance.reclaim(reclaim_space)
35
+ result = api_instance.repositories_reclaim_space_reclaim(reclaim_space)
36
36
  p result
37
37
  rescue PulpcoreClient::ApiError => e
38
- puts "Exception when calling RepositoriesReclaimSpaceApi->reclaim: #{e}"
38
+ puts "Exception when calling RepositoriesReclaimSpaceApi->repositories_reclaim_space_reclaim: #{e}"
39
39
  end
40
40
  ```
41
41
 
@@ -1,16 +1,16 @@
1
1
  # PulpcoreClient::RepositoryVersionsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**list**](RepositoryVersionsApi.md#list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
7
+ [**repository_versions_list**](RepositoryVersionsApi.md#repository_versions_list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
8
8
 
9
9
 
10
10
 
11
- ## list
11
+ ## repository_versions_list
12
12
 
13
- > PaginatedRepositoryVersionResponseList list(opts)
13
+ > PaginatedRepositoryVersionResponseList repository_versions_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.list(opts)
57
+ result = api_instance.repository_versions_list(opts)
58
58
  p result
59
59
  rescue PulpcoreClient::ApiError => e
60
- puts "Exception when calling RepositoryVersionsApi->list: #{e}"
60
+ puts "Exception when calling RepositoryVersionsApi->repository_versions_list: #{e}"
61
61
  end
62
62
  ```
63
63
 
data/docs/RolesApi.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # PulpcoreClient::RolesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
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
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
13
13
 
14
14
 
15
15
 
16
- ## create
16
+ ## roles_create
17
17
 
18
- > RoleResponse create(role)
18
+ > RoleResponse roles_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.create(role)
41
+ result = api_instance.roles_create(role)
42
42
  p result
43
43
  rescue PulpcoreClient::ApiError => e
44
- puts "Exception when calling RolesApi->create: #{e}"
44
+ puts "Exception when calling RolesApi->roles_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
- ## delete
69
+ ## roles_delete
70
70
 
71
- > delete(role_href)
71
+ > roles_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.delete(role_href)
94
+ api_instance.roles_delete(role_href)
95
95
  rescue PulpcoreClient::ApiError => e
96
- puts "Exception when calling RolesApi->delete: #{e}"
96
+ puts "Exception when calling RolesApi->roles_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
- ## list
121
+ ## roles_list
122
122
 
123
- > PaginatedRoleResponseList list(opts)
123
+ > PaginatedRoleResponseList roles_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.list(opts)
166
+ result = api_instance.roles_list(opts)
167
167
  p result
168
168
  rescue PulpcoreClient::ApiError => e
169
- puts "Exception when calling RolesApi->list: #{e}"
169
+ puts "Exception when calling RolesApi->roles_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
- ## partial_update
212
+ ## roles_partial_update
213
213
 
214
- > RoleResponse partial_update(role_href, patched_role)
214
+ > RoleResponse roles_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.partial_update(role_href, patched_role)
238
+ result = api_instance.roles_partial_update(role_href, patched_role)
239
239
  p result
240
240
  rescue PulpcoreClient::ApiError => e
241
- puts "Exception when calling RolesApi->partial_update: #{e}"
241
+ puts "Exception when calling RolesApi->roles_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
- ## read
267
+ ## roles_read
268
268
 
269
- > RoleResponse read(role_href, opts)
269
+ > RoleResponse roles_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.read(role_href, opts)
296
+ result = api_instance.roles_read(role_href, opts)
297
297
  p result
298
298
  rescue PulpcoreClient::ApiError => e
299
- puts "Exception when calling RolesApi->read: #{e}"
299
+ puts "Exception when calling RolesApi->roles_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
- ## update
326
+ ## roles_update
327
327
 
328
- > RoleResponse update(role_href, role)
328
+ > RoleResponse roles_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.update(role_href, role)
352
+ result = api_instance.roles_update(role_href, role)
353
353
  p result
354
354
  rescue PulpcoreClient::ApiError => e
355
- puts "Exception when calling RolesApi->update: #{e}"
355
+ puts "Exception when calling RolesApi->roles_update: #{e}"
356
356
  end
357
357
  ```
358
358