pulpcore_client 3.21.35 → 3.22.0

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 (115) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -6
  3. data/docs/AccessPoliciesApi.md +3 -3
  4. data/docs/ArtifactDistributionResponse.md +29 -0
  5. data/docs/ArtifactsApi.md +1 -1
  6. data/docs/ContentApi.md +1 -1
  7. data/docs/ContentSettingsResponse.md +19 -0
  8. data/docs/ContentguardsApi.md +3 -3
  9. data/docs/ContentguardsContentRedirectApi.md +3 -3
  10. data/docs/ContentguardsRbacApi.md +3 -3
  11. data/docs/DistributionResponse.md +1 -1
  12. data/docs/DistributionsApi.md +6 -6
  13. data/docs/DistributionsArtifactsApi.md +154 -0
  14. data/docs/ExportersFilesystemApi.md +3 -3
  15. data/docs/ExportersFilesystemExportsApi.md +1 -1
  16. data/docs/ExportersPulpApi.md +3 -3
  17. data/docs/ExportersPulpExportsApi.md +1 -1
  18. data/docs/FilesystemExport.md +1 -3
  19. data/docs/GroupsApi.md +1 -1
  20. data/docs/GroupsRolesApi.md +1 -1
  21. data/docs/GroupsUsersApi.md +1 -1
  22. data/docs/ImportersPulpApi.md +3 -3
  23. data/docs/ImportersPulpImportCheckApi.md +1 -1
  24. data/docs/ImportersPulpImportsApi.md +1 -1
  25. data/docs/OrphansApi.md +1 -1
  26. data/docs/OrphansCleanupApi.md +1 -1
  27. data/docs/PaginatedArtifactDistributionResponseList.md +23 -0
  28. data/docs/PublicationsApi.md +3 -3
  29. data/docs/RemoteResponse.md +4 -2
  30. data/docs/RemoteResponseHiddenFields.md +19 -0
  31. data/docs/RemotesApi.md +5 -5
  32. data/docs/RepairApi.md +1 -1
  33. data/docs/RepositoriesApi.md +4 -4
  34. data/docs/RepositoriesReclaimSpaceApi.md +1 -1
  35. data/docs/RepositoryResponse.md +1 -1
  36. data/docs/RepositoryVersionsApi.md +5 -5
  37. data/docs/RolesApi.md +1 -1
  38. data/docs/SigningServicesApi.md +5 -3
  39. data/docs/StatusApi.md +1 -1
  40. data/docs/StatusResponse.md +3 -1
  41. data/docs/TaskGroupsApi.md +1 -3
  42. data/docs/TaskSchedulesApi.md +5 -5
  43. data/docs/TasksApi.md +33 -19
  44. data/docs/UploadsApi.md +11 -1
  45. data/docs/UserResponse.md +3 -1
  46. data/docs/UsersApi.md +1 -1
  47. data/docs/UsersRolesApi.md +1 -1
  48. data/docs/WorkersApi.md +5 -5
  49. data/lib/pulpcore_client/api/access_policies_api.rb +3 -3
  50. data/lib/pulpcore_client/api/artifacts_api.rb +1 -1
  51. data/lib/pulpcore_client/api/contentguards_api.rb +3 -3
  52. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -3
  53. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -3
  54. data/lib/pulpcore_client/api/distributions_api.rb +7 -7
  55. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +198 -0
  56. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -3
  57. data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -3
  58. data/lib/pulpcore_client/api/groups_api.rb +1 -1
  59. data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -3
  60. data/lib/pulpcore_client/api/publications_api.rb +3 -3
  61. data/lib/pulpcore_client/api/remotes_api.rb +5 -5
  62. data/lib/pulpcore_client/api/repositories_api.rb +3 -3
  63. data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
  64. data/lib/pulpcore_client/api/roles_api.rb +1 -1
  65. data/lib/pulpcore_client/api/signing_services_api.rb +9 -2
  66. data/lib/pulpcore_client/api/task_groups_api.rb +0 -7
  67. data/lib/pulpcore_client/api/task_schedules_api.rb +5 -5
  68. data/lib/pulpcore_client/api/tasks_api.rb +40 -19
  69. data/lib/pulpcore_client/api/uploads_api.rb +19 -0
  70. data/lib/pulpcore_client/api/users_api.rb +1 -1
  71. data/lib/pulpcore_client/api/workers_api.rb +5 -5
  72. data/lib/pulpcore_client/configuration.rb +3 -3
  73. data/lib/pulpcore_client/models/artifact_distribution_response.rb +279 -0
  74. data/lib/pulpcore_client/models/content_settings_response.rb +228 -0
  75. data/lib/pulpcore_client/models/distribution_response.rb +4 -2
  76. data/lib/pulpcore_client/models/filesystem_export.rb +4 -14
  77. data/lib/pulpcore_client/models/group_role.rb +19 -0
  78. data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +237 -0
  79. data/lib/pulpcore_client/models/remote_response.rb +41 -27
  80. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +215 -0
  81. data/lib/pulpcore_client/models/repository_response.rb +4 -2
  82. data/lib/pulpcore_client/models/status_response.rb +19 -4
  83. data/lib/pulpcore_client/models/user_response.rb +16 -4
  84. data/lib/pulpcore_client/models/user_role.rb +19 -0
  85. data/lib/pulpcore_client/version.rb +1 -1
  86. data/lib/pulpcore_client.rb +5 -0
  87. data/spec/api/access_policies_api_spec.rb +1 -1
  88. data/spec/api/contentguards_api_spec.rb +1 -1
  89. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -1
  90. data/spec/api/contentguards_rbac_api_spec.rb +1 -1
  91. data/spec/api/distributions_api_spec.rb +3 -3
  92. data/spec/api/distributions_artifacts_api_spec.rb +76 -0
  93. data/spec/api/exporters_filesystem_api_spec.rb +1 -1
  94. data/spec/api/exporters_pulp_api_spec.rb +1 -1
  95. data/spec/api/importers_pulp_api_spec.rb +1 -1
  96. data/spec/api/publications_api_spec.rb +1 -1
  97. data/spec/api/remotes_api_spec.rb +2 -2
  98. data/spec/api/repositories_api_spec.rb +1 -1
  99. data/spec/api/repository_versions_api_spec.rb +2 -2
  100. data/spec/api/signing_services_api_spec.rb +2 -1
  101. data/spec/api/task_groups_api_spec.rb +0 -1
  102. data/spec/api/task_schedules_api_spec.rb +2 -2
  103. data/spec/api/tasks_api_spec.rb +16 -9
  104. data/spec/api/uploads_api_spec.rb +5 -0
  105. data/spec/api/workers_api_spec.rb +2 -2
  106. data/spec/configuration_spec.rb +3 -3
  107. data/spec/models/artifact_distribution_response_spec.rb +77 -0
  108. data/spec/models/content_settings_response_spec.rb +47 -0
  109. data/spec/models/filesystem_export_spec.rb +0 -6
  110. data/spec/models/paginated_artifact_distribution_response_list_spec.rb +59 -0
  111. data/spec/models/remote_response_hidden_fields_spec.rb +47 -0
  112. data/spec/models/remote_response_spec.rb +6 -0
  113. data/spec/models/status_response_spec.rb +6 -0
  114. data/spec/models/user_response_spec.rb +6 -0
  115. metadata +159 -139
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eeb0fb2090fd13ed89650a66e1e01566934ae2158eec71b1208bc077e46016ff
4
- data.tar.gz: 8a64fe0ecbf9a8c18ebeaa291bc7fdce73083e4bc9340da7df76b184b65e9fe4
3
+ metadata.gz: 527ba4be26f6969adf4aae7076ac8c1eb320f436cb06f961658e108c1e3eed5a
4
+ data.tar.gz: d07e1f7580a57890b9c9df5011a748cf0a0174238261f9ec1e78f09da3bfc2dd
5
5
  SHA512:
6
- metadata.gz: 8bfafa2a54939518bb6daee4b4ecbab612279bf39b059d31d65fbb439bf3f3686d9386843be11fe9956156cad41aa91a7bf6858ede2754c913ed38795ab3d1b5
7
- data.tar.gz: 91a3ebcf8548389f166c9c59cbea05d0ca28a34e0058a227b0e7b4d9102da93790bdd508a6b348f117505f2f5f86f341aa9dfb5a88de3691624cb63f468d1ba2
6
+ metadata.gz: e3fc3d212f1638f00aedc64449113990eda3b0b324eb5873bdb7fdb76ed970b3d27bc634dd5d59e97475abcf0e5fbd6af68f1f4131b967d140b5ee119310addc
7
+ data.tar.gz: 3a447b81301c2de3b57a916a2578d96d1dd77d98d1e7f23275094b23e647daed977a8850704610259b7da48c67659452de1bdbf6293aab717d011eab88e47037
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.21.35
10
+ - Package version: 3.22.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.21.35.gem
27
+ gem install ./pulpcore_client-3.22.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.21.35.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.22.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulpcore_client', '~> 3.21.35'
36
+ gem 'pulpcore_client', '~> 3.22.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -66,7 +66,7 @@ end
66
66
 
67
67
  api_instance = PulpcoreClient::AccessPoliciesApi.new
68
68
  opts = {
69
- customized: true, # Boolean |
69
+ customized: true, # Boolean | Filter results where customized matches value
70
70
  limit: 56, # Integer | Number of results to return per page.
71
71
  offset: 56, # Integer | The initial index from which to return the results.
72
72
  ordering: ['ordering_example'], # Array<String> | Ordering
@@ -91,7 +91,7 @@ end
91
91
 
92
92
  ## Documentation for API Endpoints
93
93
 
94
- All URIs are relative to *http://localhost:24817*
94
+ All URIs are relative to *https://pulp*
95
95
 
96
96
  Class | Method | HTTP request | Description
97
97
  ------------ | ------------- | ------------- | -------------
@@ -127,6 +127,8 @@ Class | Method | HTTP request | Description
127
127
  *PulpcoreClient::ContentguardsRbacApi* | [**remove_role**](docs/ContentguardsRbacApi.md#remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
128
128
  *PulpcoreClient::ContentguardsRbacApi* | [**update**](docs/ContentguardsRbacApi.md#update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
129
129
  *PulpcoreClient::DistributionsApi* | [**list**](docs/DistributionsApi.md#list) | **GET** /pulp/api/v3/distributions/ | List distributions
130
+ *PulpcoreClient::DistributionsArtifactsApi* | [**list**](docs/DistributionsArtifactsApi.md#list) | **GET** /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions
131
+ *PulpcoreClient::DistributionsArtifactsApi* | [**read**](docs/DistributionsArtifactsApi.md#read) | **GET** {artifact_distribution_href} | Inspect an artifact distribution
130
132
  *PulpcoreClient::ExportersFilesystemApi* | [**create**](docs/ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
131
133
  *PulpcoreClient::ExportersFilesystemApi* | [**delete**](docs/ExportersFilesystemApi.md#delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
132
134
  *PulpcoreClient::ExportersFilesystemApi* | [**list**](docs/ExportersFilesystemApi.md#list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
@@ -238,12 +240,14 @@ Class | Method | HTTP request | Description
238
240
  - [PulpcoreClient::AccessPolicy](docs/AccessPolicy.md)
239
241
  - [PulpcoreClient::AccessPolicyResponse](docs/AccessPolicyResponse.md)
240
242
  - [PulpcoreClient::Artifact](docs/Artifact.md)
243
+ - [PulpcoreClient::ArtifactDistributionResponse](docs/ArtifactDistributionResponse.md)
241
244
  - [PulpcoreClient::ArtifactResponse](docs/ArtifactResponse.md)
242
245
  - [PulpcoreClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
243
246
  - [PulpcoreClient::ContentAppStatusResponse](docs/ContentAppStatusResponse.md)
244
247
  - [PulpcoreClient::ContentGuardResponse](docs/ContentGuardResponse.md)
245
248
  - [PulpcoreClient::ContentRedirectContentGuard](docs/ContentRedirectContentGuard.md)
246
249
  - [PulpcoreClient::ContentRedirectContentGuardResponse](docs/ContentRedirectContentGuardResponse.md)
250
+ - [PulpcoreClient::ContentSettingsResponse](docs/ContentSettingsResponse.md)
247
251
  - [PulpcoreClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
248
252
  - [PulpcoreClient::DatabaseConnectionResponse](docs/DatabaseConnectionResponse.md)
249
253
  - [PulpcoreClient::DistributionResponse](docs/DistributionResponse.md)
@@ -269,6 +273,7 @@ Class | Method | HTTP request | Description
269
273
  - [PulpcoreClient::ObjectRolesResponse](docs/ObjectRolesResponse.md)
270
274
  - [PulpcoreClient::OrphansCleanup](docs/OrphansCleanup.md)
271
275
  - [PulpcoreClient::PaginatedAccessPolicyResponseList](docs/PaginatedAccessPolicyResponseList.md)
276
+ - [PulpcoreClient::PaginatedArtifactDistributionResponseList](docs/PaginatedArtifactDistributionResponseList.md)
272
277
  - [PulpcoreClient::PaginatedArtifactResponseList](docs/PaginatedArtifactResponseList.md)
273
278
  - [PulpcoreClient::PaginatedContentGuardResponseList](docs/PaginatedContentGuardResponseList.md)
274
279
  - [PulpcoreClient::PaginatedContentRedirectContentGuardResponseList](docs/PaginatedContentRedirectContentGuardResponseList.md)
@@ -325,6 +330,7 @@ Class | Method | HTTP request | Description
325
330
  - [PulpcoreClient::ReclaimSpace](docs/ReclaimSpace.md)
326
331
  - [PulpcoreClient::RedisConnectionResponse](docs/RedisConnectionResponse.md)
327
332
  - [PulpcoreClient::RemoteResponse](docs/RemoteResponse.md)
333
+ - [PulpcoreClient::RemoteResponseHiddenFields](docs/RemoteResponseHiddenFields.md)
328
334
  - [PulpcoreClient::Repair](docs/Repair.md)
329
335
  - [PulpcoreClient::RepositoryResponse](docs/RepositoryResponse.md)
330
336
  - [PulpcoreClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::AccessPoliciesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -34,7 +34,7 @@ end
34
34
 
35
35
  api_instance = PulpcoreClient::AccessPoliciesApi.new
36
36
  opts = {
37
- customized: true, # Boolean |
37
+ customized: true, # Boolean | Filter results where customized matches value
38
38
  limit: 56, # Integer | Number of results to return per page.
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
40
  ordering: ['ordering_example'], # Array<String> | Ordering
@@ -61,7 +61,7 @@ end
61
61
 
62
62
  Name | Type | Description | Notes
63
63
  ------------- | ------------- | ------------- | -------------
64
- **customized** | **Boolean**| | [optional]
64
+ **customized** | **Boolean**| Filter results where customized matches value | [optional]
65
65
  **limit** | **Integer**| Number of results to return per page. | [optional]
66
66
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
67
67
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
@@ -0,0 +1,29 @@
1
+ # PulpcoreClient::ArtifactDistributionResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **content_guard** | **String** | An optional content-guard. | [optional]
8
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
9
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
11
+ **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
12
+ **pulp_href** | **String** | | [optional] [readonly]
13
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpcoreClient'
19
+
20
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(content_guard: null,
21
+ pulp_labels: null,
22
+ pulp_created: null,
23
+ base_path: null,
24
+ base_url: null,
25
+ pulp_href: null,
26
+ name: null)
27
+ ```
28
+
29
+
data/docs/ArtifactsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ArtifactsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/ContentApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -0,0 +1,19 @@
1
+ # PulpcoreClient::ContentSettingsResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **content_origin** | **String** | The CONTENT_ORIGIN setting for this Pulp instance |
8
+ **content_path_prefix** | **String** | The CONTENT_PATH_PREFIX setting for this Pulp instance |
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'PulpcoreClient'
14
+
15
+ instance = PulpcoreClient::ContentSettingsResponse.new(content_origin: null,
16
+ content_path_prefix: null)
17
+ ```
18
+
19
+
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -31,7 +31,7 @@ end
31
31
  api_instance = PulpcoreClient::ContentguardsApi.new
32
32
  opts = {
33
33
  limit: 56, # Integer | Number of results to return per page.
34
- name: 'name_example', # String |
34
+ name: 'name_example', # String | Filter results where name matches value
35
35
  name__contains: 'name__contains_example', # String | Filter results where name contains value
36
36
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
37
37
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -57,7 +57,7 @@ end
57
57
  Name | Type | Description | Notes
58
58
  ------------- | ------------- | ------------- | -------------
59
59
  **limit** | **Integer**| Number of results to return per page. | [optional]
60
- **name** | **String**| | [optional]
60
+ **name** | **String**| Filter results where name matches value | [optional]
61
61
  **name__contains** | **String**| Filter results where name contains value | [optional]
62
62
  **name__icontains** | **String**| Filter results where name contains value | [optional]
63
63
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsContentRedirectApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -199,7 +199,7 @@ end
199
199
  api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
200
200
  opts = {
201
201
  limit: 56, # Integer | Number of results to return per page.
202
- name: 'name_example', # String |
202
+ name: 'name_example', # String | Filter results where name matches value
203
203
  name__contains: 'name__contains_example', # String | Filter results where name contains value
204
204
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
205
205
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -225,7 +225,7 @@ end
225
225
  Name | Type | Description | Notes
226
226
  ------------- | ------------- | ------------- | -------------
227
227
  **limit** | **Integer**| Number of results to return per page. | [optional]
228
- **name** | **String**| | [optional]
228
+ **name** | **String**| Filter results where name matches value | [optional]
229
229
  **name__contains** | **String**| Filter results where name contains value | [optional]
230
230
  **name__icontains** | **String**| Filter results where name contains value | [optional]
231
231
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsRbacApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -199,7 +199,7 @@ end
199
199
  api_instance = PulpcoreClient::ContentguardsRbacApi.new
200
200
  opts = {
201
201
  limit: 56, # Integer | Number of results to return per page.
202
- name: 'name_example', # String |
202
+ name: 'name_example', # String | Filter results where name matches value
203
203
  name__contains: 'name__contains_example', # String | Filter results where name contains value
204
204
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
205
205
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -225,7 +225,7 @@ end
225
225
  Name | Type | Description | Notes
226
226
  ------------- | ------------- | ------------- | -------------
227
227
  **limit** | **Integer**| Number of results to return per page. | [optional]
228
- **name** | **String**| | [optional]
228
+ **name** | **String**| Filter results where name matches value | [optional]
229
229
  **name__contains** | **String**| Filter results where name contains value | [optional]
230
230
  **name__icontains** | **String**| Filter results where name contains value | [optional]
231
231
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
10
10
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
11
  **content_guard** | **String** | An optional content-guard. | [optional]
12
- **pulp_labels** | [**Object**](.md) | | [optional]
12
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
13
13
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
14
14
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
15
15
 
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::DistributionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -14,7 +14,7 @@ Method | HTTP request | Description
14
14
 
15
15
  List distributions
16
16
 
17
- A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
17
+ Provides base viewset for Distributions.
18
18
 
19
19
  ### Example
20
20
 
@@ -30,12 +30,12 @@ end
30
30
 
31
31
  api_instance = PulpcoreClient::DistributionsApi.new
32
32
  opts = {
33
- base_path: 'base_path_example', # String |
33
+ base_path: 'base_path_example', # String | Filter results where base_path matches value
34
34
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
35
35
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
36
36
  base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
37
37
  limit: 56, # Integer | Number of results to return per page.
38
- name: 'name_example', # String |
38
+ name: 'name_example', # String | Filter results where name matches value
39
39
  name__contains: 'name__contains_example', # String | Filter results where name contains value
40
40
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
41
41
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -62,12 +62,12 @@ end
62
62
 
63
63
  Name | Type | Description | Notes
64
64
  ------------- | ------------- | ------------- | -------------
65
- **base_path** | **String**| | [optional]
65
+ **base_path** | **String**| Filter results where base_path matches value | [optional]
66
66
  **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
67
67
  **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
68
68
  **base_path__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
69
69
  **limit** | **Integer**| Number of results to return per page. | [optional]
70
- **name** | **String**| | [optional]
70
+ **name** | **String**| Filter results where name matches value | [optional]
71
71
  **name__contains** | **String**| Filter results where name contains value | [optional]
72
72
  **name__icontains** | **String**| Filter results where name contains value | [optional]
73
73
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -0,0 +1,154 @@
1
+ # PulpcoreClient::DistributionsArtifactsApi
2
+
3
+ All URIs are relative to *https://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
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
+
10
+
11
+
12
+ ## list
13
+
14
+ > PaginatedArtifactDistributionResponseList list(opts)
15
+
16
+ List artifact distributions
17
+
18
+ ViewSet for ArtifactDistribution.
19
+
20
+ ### Example
21
+
22
+ ```ruby
23
+ # load the gem
24
+ require 'pulpcore_client'
25
+ # setup authorization
26
+ PulpcoreClient.configure do |config|
27
+ # Configure HTTP basic authorization: basicAuth
28
+ config.username = 'YOUR USERNAME'
29
+ config.password = 'YOUR PASSWORD'
30
+ end
31
+
32
+ api_instance = PulpcoreClient::DistributionsArtifactsApi.new
33
+ opts = {
34
+ base_path: 'base_path_example', # String | Filter results where base_path matches value
35
+ base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
36
+ base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
37
+ base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
38
+ limit: 56, # Integer | Number of results to return per page.
39
+ name: 'name_example', # String | Filter results where name matches value
40
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
41
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
42
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
43
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
44
+ offset: 56, # Integer | The initial index from which to return the results.
45
+ ordering: ['ordering_example'], # Array<String> | Ordering
46
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
47
+ with_content: 'with_content_example', # String | Filter distributions based on the content served by them
48
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
49
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
50
+ }
51
+
52
+ begin
53
+ #List artifact distributions
54
+ result = api_instance.list(opts)
55
+ p result
56
+ rescue PulpcoreClient::ApiError => e
57
+ puts "Exception when calling DistributionsArtifactsApi->list: #{e}"
58
+ end
59
+ ```
60
+
61
+ ### Parameters
62
+
63
+
64
+ Name | Type | Description | Notes
65
+ ------------- | ------------- | ------------- | -------------
66
+ **base_path** | **String**| Filter results where base_path matches value | [optional]
67
+ **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
68
+ **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
69
+ **base_path__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
70
+ **limit** | **Integer**| Number of results to return per page. | [optional]
71
+ **name** | **String**| Filter results where name matches value | [optional]
72
+ **name__contains** | **String**| Filter results where name contains value | [optional]
73
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
74
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
75
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
76
+ **offset** | **Integer**| The initial index from which to return the results. | [optional]
77
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
78
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
79
+ **with_content** | **String**| Filter distributions based on the content served by them | [optional]
80
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
81
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
82
+
83
+ ### Return type
84
+
85
+ [**PaginatedArtifactDistributionResponseList**](PaginatedArtifactDistributionResponseList.md)
86
+
87
+ ### Authorization
88
+
89
+ [basicAuth](../README.md#basicAuth)
90
+
91
+ ### HTTP request headers
92
+
93
+ - **Content-Type**: Not defined
94
+ - **Accept**: application/json
95
+
96
+
97
+ ## read
98
+
99
+ > ArtifactDistributionResponse read(artifact_distribution_href, opts)
100
+
101
+ Inspect an artifact distribution
102
+
103
+ ViewSet for ArtifactDistribution.
104
+
105
+ ### Example
106
+
107
+ ```ruby
108
+ # load the gem
109
+ require 'pulpcore_client'
110
+ # setup authorization
111
+ PulpcoreClient.configure do |config|
112
+ # Configure HTTP basic authorization: basicAuth
113
+ config.username = 'YOUR USERNAME'
114
+ config.password = 'YOUR PASSWORD'
115
+ end
116
+
117
+ api_instance = PulpcoreClient::DistributionsArtifactsApi.new
118
+ artifact_distribution_href = 'artifact_distribution_href_example' # String |
119
+ opts = {
120
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
121
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
122
+ }
123
+
124
+ begin
125
+ #Inspect an artifact distribution
126
+ result = api_instance.read(artifact_distribution_href, opts)
127
+ p result
128
+ rescue PulpcoreClient::ApiError => e
129
+ puts "Exception when calling DistributionsArtifactsApi->read: #{e}"
130
+ end
131
+ ```
132
+
133
+ ### Parameters
134
+
135
+
136
+ Name | Type | Description | Notes
137
+ ------------- | ------------- | ------------- | -------------
138
+ **artifact_distribution_href** | **String**| |
139
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
140
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
141
+
142
+ ### Return type
143
+
144
+ [**ArtifactDistributionResponse**](ArtifactDistributionResponse.md)
145
+
146
+ ### Authorization
147
+
148
+ [basicAuth](../README.md#basicAuth)
149
+
150
+ ### HTTP request headers
151
+
152
+ - **Content-Type**: Not defined
153
+ - **Accept**: application/json
154
+
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersFilesystemApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -142,7 +142,7 @@ end
142
142
  api_instance = PulpcoreClient::ExportersFilesystemApi.new
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
- name: 'name_example', # String |
145
+ name: 'name_example', # String | Filter results where name matches value
146
146
  name__contains: 'name__contains_example', # String | Filter results where name contains value
147
147
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
148
148
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -168,7 +168,7 @@ end
168
168
  Name | Type | Description | Notes
169
169
  ------------- | ------------- | ------------- | -------------
170
170
  **limit** | **Integer**| Number of results to return per page. | [optional]
171
- **name** | **String**| | [optional]
171
+ **name** | **String**| Filter results where name matches value | [optional]
172
172
  **name__contains** | **String**| Filter results where name contains value | [optional]
173
173
  **name__icontains** | **String**| Filter results where name contains value | [optional]
174
174
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersFilesystemExportsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersPulpApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -142,7 +142,7 @@ end
142
142
  api_instance = PulpcoreClient::ExportersPulpApi.new
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
- name: 'name_example', # String |
145
+ name: 'name_example', # String | Filter results where name matches value
146
146
  name__contains: 'name__contains_example', # String | Filter results where name contains value
147
147
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
148
148
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -168,7 +168,7 @@ end
168
168
  Name | Type | Description | Notes
169
169
  ------------- | ------------- | ------------- | -------------
170
170
  **limit** | **Integer**| Number of results to return per page. | [optional]
171
- **name** | **String**| | [optional]
171
+ **name** | **String**| Filter results where name matches value | [optional]
172
172
  **name__contains** | **String**| Filter results where name contains value | [optional]
173
173
  **name__icontains** | **String**| Filter results where name contains value | [optional]
174
174
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersPulpExportsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
7
7
  **task** | **String** | A URI of the task that ran the Export. | [optional]
8
8
  **publication** | **String** | A URI of the publication to be exported. | [optional]
9
9
  **repository_version** | **String** | A URI of the repository version export. | [optional]
10
- **start_repository_version** | **String** | The URI of the last-exported-repo-version. | [optional]
11
10
 
12
11
  ## Code Sample
13
12
 
@@ -16,8 +15,7 @@ require 'PulpcoreClient'
16
15
 
17
16
  instance = PulpcoreClient::FilesystemExport.new(task: null,
18
17
  publication: null,
19
- repository_version: null,
20
- start_repository_version: null)
18
+ repository_version: null)
21
19
  ```
22
20
 
23
21
 
data/docs/GroupsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsRolesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsUsersApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -141,7 +141,7 @@ end
141
141
  api_instance = PulpcoreClient::ImportersPulpApi.new
142
142
  opts = {
143
143
  limit: 56, # Integer | Number of results to return per page.
144
- name: 'name_example', # String |
144
+ name: 'name_example', # String | Filter results where name matches value
145
145
  name__contains: 'name__contains_example', # String | Filter results where name contains value
146
146
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
147
147
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -167,7 +167,7 @@ end
167
167
  Name | Type | Description | Notes
168
168
  ------------- | ------------- | ------------- | -------------
169
169
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
- **name** | **String**| | [optional]
170
+ **name** | **String**| Filter results where name matches value | [optional]
171
171
  **name__contains** | **String**| Filter results where name contains value | [optional]
172
172
  **name__icontains** | **String**| Filter results where name contains value | [optional]
173
173
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpImportCheckApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpImportsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------