pulpcore_client 3.28.29 → 3.28.31

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 (62) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/AccessPoliciesApi.md +1 -1
  4. data/docs/ArtifactDistributionResponse.md +7 -7
  5. data/docs/ArtifactsApi.md +1 -1
  6. data/docs/ContentApi.md +3 -3
  7. data/docs/ContentguardsApi.md +3 -3
  8. data/docs/ContentguardsContentRedirectApi.md +1 -1
  9. data/docs/ContentguardsRbacApi.md +1 -1
  10. data/docs/DistributionsApi.md +3 -3
  11. data/docs/DistributionsArtifactsApi.md +1 -1
  12. data/docs/DomainsApi.md +1 -1
  13. data/docs/ExportersFilesystemApi.md +1 -1
  14. data/docs/ExportersFilesystemExportsApi.md +1 -1
  15. data/docs/ExportersPulpApi.md +1 -1
  16. data/docs/ExportersPulpExportsApi.md +1 -1
  17. data/docs/GroupsApi.md +1 -1
  18. data/docs/GroupsRolesApi.md +1 -1
  19. data/docs/GroupsUsersApi.md +1 -1
  20. data/docs/ImportersPulpApi.md +1 -1
  21. data/docs/ImportersPulpImportCheckApi.md +1 -1
  22. data/docs/ImportersPulpImportsApi.md +1 -1
  23. data/docs/OrphansApi.md +1 -1
  24. data/docs/OrphansCleanupApi.md +1 -1
  25. data/docs/PublicationsApi.md +3 -3
  26. data/docs/RemoteResponseHiddenFields.md +2 -2
  27. data/docs/RemotesApi.md +3 -3
  28. data/docs/RepairApi.md +1 -1
  29. data/docs/RepositoriesApi.md +3 -3
  30. data/docs/RepositoriesReclaimSpaceApi.md +1 -1
  31. data/docs/RepositoryVersionsApi.md +1 -1
  32. data/docs/RolesApi.md +1 -1
  33. data/docs/SigningServicesApi.md +1 -1
  34. data/docs/StatusApi.md +1 -1
  35. data/docs/TaskGroupsApi.md +1 -1
  36. data/docs/TaskSchedulesApi.md +1 -1
  37. data/docs/TasksApi.md +1 -1
  38. data/docs/UploadsApi.md +1 -1
  39. data/docs/UpstreamPulpsApi.md +1 -1
  40. data/docs/UsersApi.md +1 -1
  41. data/docs/UsersRolesApi.md +1 -1
  42. data/docs/WorkersApi.md +1 -1
  43. data/lib/pulpcore_client/api/content_api.rb +3 -3
  44. data/lib/pulpcore_client/api/contentguards_api.rb +3 -3
  45. data/lib/pulpcore_client/api/distributions_api.rb +3 -3
  46. data/lib/pulpcore_client/api/publications_api.rb +2 -6
  47. data/lib/pulpcore_client/api/remotes_api.rb +2 -6
  48. data/lib/pulpcore_client/api/repositories_api.rb +2 -6
  49. data/lib/pulpcore_client/configuration.rb +3 -3
  50. data/lib/pulpcore_client/models/artifact_distribution_response.rb +35 -35
  51. data/lib/pulpcore_client/models/remote_response.rb +20 -20
  52. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +10 -0
  53. data/lib/pulpcore_client/version.rb +1 -1
  54. data/spec/api/content_api_spec.rb +1 -1
  55. data/spec/api/contentguards_api_spec.rb +1 -1
  56. data/spec/api/distributions_api_spec.rb +1 -1
  57. data/spec/api/publications_api_spec.rb +1 -1
  58. data/spec/api/remotes_api_spec.rb +1 -1
  59. data/spec/api/repositories_api_spec.rb +1 -1
  60. data/spec/configuration_spec.rb +3 -3
  61. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  62. metadata +155 -155
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4dca7f87fff0a676f587835782ea603bb55816882107de85b4d41f0906157d7e
4
- data.tar.gz: c0af45638fe80b800734a32858a2802be8eaea8b4a215d73e3df4deebb5a3c55
3
+ metadata.gz: a56941ce266e8c2d1c4e96fd0de41f619a866c35c4bd6e68507171d0ed9047c6
4
+ data.tar.gz: f7dc600e01185a81d4dba3a1d435c6ea82fd8890c03a504069e2387967618616
5
5
  SHA512:
6
- metadata.gz: 9d5fb71b9ee99d3ae53bf8926d1949a985db024833cc161af4544c361ac74327a0514fe546b6560bf85fdda9d8a84235ece31781a130fb87568991a88d01e9ea
7
- data.tar.gz: 04113be8075c6b552ad8a7bc4229c2374517568e1e641b07f7f8a91031ed696ed131c2f85113b887b0601505e5969667423134f2239d870d36027ff7d3f4ddcb
6
+ metadata.gz: 30033be87c21f13d962adaac2c63fb94c0730cd2327af08250084d819e394c0a2b5d8d5b2bcb6cf38e1e2dfda8d63e754dffdd790d1713cac628a7f10195d96b
7
+ data.tar.gz: 75f68180b4ea3b0a5595d647abee31585b6f47e3334ddff5c49a0c8bb9986d9f01dd27252a817d82b52b7d7dbf17b961f23ec766878ee5f4ed476e792b8b773a
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.28.29
10
+ - Package version: 3.28.31
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.28.29.gem
27
+ gem install ./pulpcore_client-3.28.31.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.28.29.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.28.31.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.28.29'
36
+ gem 'pulpcore_client', '~> 3.28.31'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -93,7 +93,7 @@ end
93
93
 
94
94
  ## Documentation for API Endpoints
95
95
 
96
- All URIs are relative to *https://pulp*
96
+ All URIs are relative to *http://localhost:24817*
97
97
 
98
98
  Class | Method | HTTP request | Description
99
99
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::AccessPoliciesApi
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
  ------------- | ------------- | -------------
@@ -4,13 +4,13 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
7
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
10
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
- **pulp_href** | **String** | | [optional] [readonly]
13
12
  **content_guard** | **String** | An optional content-guard. | [optional]
13
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
14
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
15
15
 
16
16
  ## Code Sample
@@ -18,13 +18,13 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpcoreClient'
20
20
 
21
- instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_created: null,
21
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_href: null,
22
+ base_path: null,
23
+ pulp_created: null,
22
24
  name: null,
23
25
  pulp_labels: null,
24
- hidden: null,
25
- base_path: null,
26
- pulp_href: null,
27
26
  content_guard: null,
27
+ hidden: null,
28
28
  base_url: null)
29
29
  ```
30
30
 
data/docs/ArtifactsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ArtifactsApi
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
  ------------- | ------------- | -------------
data/docs/ContentApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentApi
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
  ------------- | ------------- | -------------
@@ -35,7 +35,7 @@ opts = {
35
35
  ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
36
36
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
37
37
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
38
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
38
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.publishedmetadata` - core.publishedmetadata
39
39
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
40
40
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
41
41
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -62,7 +62,7 @@ Name | Type | Description | Notes
62
62
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
63
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
64
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
65
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file | [optional]
65
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata | [optional]
66
66
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
67
67
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
68
68
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsApi
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
  ------------- | ------------- | -------------
@@ -40,7 +40,7 @@ opts = {
40
40
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
41
41
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
42
42
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
43
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
43
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect
44
44
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
45
45
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
46
46
  }
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
69
69
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
70
70
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
71
71
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
72
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509 | [optional]
72
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect | [optional]
73
73
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
74
74
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
75
75
 
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsContentRedirectApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsRbacApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::DistributionsApi
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
  ------------- | ------------- | -------------
@@ -45,7 +45,7 @@ opts = {
45
45
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
46
46
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
47
47
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
48
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.artifact` - core.artifact * `file.file` - file.file
48
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.artifact` - core.artifact
49
49
  repository: 'repository_example', # String | Filter results where repository matches value
50
50
  repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
51
51
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
@@ -82,7 +82,7 @@ Name | Type | Description | Notes
82
82
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
83
83
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
84
84
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
85
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file | [optional]
85
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;core.artifact&#x60; - core.artifact | [optional]
86
86
  **repository** | [**String**](.md)| Filter results where repository matches value | [optional]
87
87
  **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
88
88
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::DistributionsArtifactsApi
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
  ------------- | ------------- | -------------
data/docs/DomainsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::DomainsApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersFilesystemApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersFilesystemExportsApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersPulpApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ExportersPulpExportsApi
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
  ------------- | ------------- | -------------
data/docs/GroupsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsRolesApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::GroupsUsersApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ImportersPulpImportCheckApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
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
  ------------- | ------------- | -------------
data/docs/OrphansApi.md CHANGED
@@ -1,6 +1,6 @@
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
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
  ------------- | ------------- | -------------
@@ -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.
@@ -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,6 +1,6 @@
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
  ------------- | ------------- | -------------
@@ -47,7 +47,7 @@ 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
  }
@@ -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,6 +1,6 @@
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
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
  ------------- | ------------- | -------------
@@ -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
@@ -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,6 +1,6 @@
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
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
  ------------- | ------------- | -------------
data/docs/RolesApi.md CHANGED
@@ -1,6 +1,6 @@
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::SigningServicesApi
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
  ------------- | ------------- | -------------
data/docs/StatusApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::StatusApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::TaskGroupsApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::TaskSchedulesApi
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
  ------------- | ------------- | -------------
data/docs/TasksApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::TasksApi
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
  ------------- | ------------- | -------------
data/docs/UploadsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::UploadsApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::UpstreamPulpsApi
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
  ------------- | ------------- | -------------
data/docs/UsersApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::UsersApi
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
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::UsersRolesApi
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
  ------------- | ------------- | -------------
data/docs/WorkersApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::WorkersApi
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
  ------------- | ------------- | -------------
@@ -27,7 +27,7 @@ module PulpcoreClient
27
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
28
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
29
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
30
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata
31
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
32
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
33
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -47,7 +47,7 @@ module PulpcoreClient
47
47
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
48
48
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
49
49
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
50
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata
51
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
52
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
53
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -62,7 +62,7 @@ module PulpcoreClient
62
62
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
63
63
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
64
64
  end
65
- allowable_values = ["core.publishedmetadata", "file.file"]
65
+ allowable_values = ["core.publishedmetadata"]
66
66
  if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
67
67
  fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
68
68
  end
@@ -32,7 +32,7 @@ module PulpcoreClient
32
32
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
33
33
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
34
34
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
35
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
35
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect
36
36
  # @option opts [Array<String>] :fields A list of fields to include in the response.
37
37
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
38
38
  # @return [PaginatedContentGuardResponseList]
@@ -54,7 +54,7 @@ module PulpcoreClient
54
54
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
55
55
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
56
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
57
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
57
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect
58
58
  # @option opts [Array<String>] :fields A list of fields to include in the response.
59
59
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
60
60
  # @return [Array<(PaginatedContentGuardResponseList, Integer, Hash)>] PaginatedContentGuardResponseList data, response status code and response headers
@@ -66,7 +66,7 @@ module PulpcoreClient
66
66
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
67
67
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
68
68
  end
69
- allowable_values = ["certguard.rhsm", "certguard.x509", "core.content_redirect", "core.rbac"]
69
+ allowable_values = ["core.content_redirect", "core.rbac"]
70
70
  if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
71
71
  fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
72
72
  end