pulpcore_client 3.39.19 → 3.40.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) 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 +10 -10
  5. data/docs/ArtifactsApi.md +1 -1
  6. data/docs/ContentApi.md +5 -5
  7. data/docs/ContentguardsApi.md +1 -1
  8. data/docs/ContentguardsContentRedirectApi.md +1 -1
  9. data/docs/ContentguardsHeaderApi.md +1 -1
  10. data/docs/ContentguardsRbacApi.md +1 -1
  11. data/docs/DistributionsApi.md +5 -5
  12. data/docs/DistributionsArtifactsApi.md +1 -1
  13. data/docs/DomainsApi.md +1 -1
  14. data/docs/ExportersFilesystemApi.md +1 -1
  15. data/docs/ExportersFilesystemExportsApi.md +1 -1
  16. data/docs/ExportersPulpApi.md +1 -1
  17. data/docs/ExportersPulpExportsApi.md +1 -1
  18. data/docs/GroupsApi.md +1 -1
  19. data/docs/GroupsRolesApi.md +1 -1
  20. data/docs/GroupsUsersApi.md +1 -1
  21. data/docs/ImportersPulpApi.md +1 -1
  22. data/docs/ImportersPulpImportCheckApi.md +1 -1
  23. data/docs/ImportersPulpImportsApi.md +1 -1
  24. data/docs/OrphansApi.md +1 -1
  25. data/docs/OrphansCleanupApi.md +1 -1
  26. data/docs/PublicationsApi.md +5 -5
  27. data/docs/RemoteResponseHiddenFields.md +2 -2
  28. data/docs/RemotesApi.md +5 -5
  29. data/docs/RepairApi.md +1 -1
  30. data/docs/RepositoriesApi.md +5 -5
  31. data/docs/RepositoriesReclaimSpaceApi.md +1 -1
  32. data/docs/RepositoryVersionsApi.md +1 -1
  33. data/docs/RolesApi.md +1 -1
  34. data/docs/SigningServicesApi.md +1 -1
  35. data/docs/StatusApi.md +1 -1
  36. data/docs/TaskGroupsApi.md +1 -1
  37. data/docs/TaskSchedulesApi.md +1 -1
  38. data/docs/TasksApi.md +3 -3
  39. data/docs/UploadsApi.md +1 -1
  40. data/docs/UpstreamPulpsApi.md +1 -1
  41. data/docs/UsersApi.md +1 -1
  42. data/docs/UsersRolesApi.md +1 -1
  43. data/docs/WorkersApi.md +1 -1
  44. data/lib/pulpcore_client/api/content_api.rb +6 -6
  45. data/lib/pulpcore_client/api/distributions_api.rb +6 -6
  46. data/lib/pulpcore_client/api/publications_api.rb +12 -4
  47. data/lib/pulpcore_client/api/remotes_api.rb +12 -4
  48. data/lib/pulpcore_client/api/repositories_api.rb +12 -4
  49. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  50. data/lib/pulpcore_client/configuration.rb +2 -2
  51. data/lib/pulpcore_client/models/artifact_distribution_response.rb +43 -43
  52. data/lib/pulpcore_client/models/remote_response.rb +20 -20
  53. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +0 -10
  54. data/lib/pulpcore_client/version.rb +1 -1
  55. data/spec/api/content_api_spec.rb +2 -2
  56. data/spec/api/distributions_api_spec.rb +2 -2
  57. data/spec/api/publications_api_spec.rb +2 -2
  58. data/spec/api/remotes_api_spec.rb +2 -2
  59. data/spec/api/repositories_api_spec.rb +2 -2
  60. data/spec/api/tasks_api_spec.rb +1 -1
  61. data/spec/configuration_spec.rb +3 -3
  62. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  63. metadata +163 -163
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a746b0978c2271647dc8c7688127ac92df116f63729844c7840e9e00edb1d2ca
4
- data.tar.gz: bddb151dad6628cd3310fd90da353ff6bb637df2be901aa889b682f1bfa9a6f1
3
+ metadata.gz: be7a2ca46cf70f4b4aee53a33eef943734164fb09095be735188ca3933d78412
4
+ data.tar.gz: 9355fc3c090a8d8d36aefc3f359111ecc914cd1d3d524433b8b8011f68f06a64
5
5
  SHA512:
6
- metadata.gz: 34c8454a2603cd3e2079f466350ae68d39710a2c88e4f902e20dcc6074b8467f7695e5f1183861ba85f6d88ff853ee5f8d737f50073278e618532d5a58392530
7
- data.tar.gz: aaf0a64171981886fe16ae5cfdd7ae43b61218e391b18b66319c5d9857014219d07aace7c84b93cc57a5f66c2dec504edc57ba11e5e342134dd73a35b3966479
6
+ metadata.gz: 26c955dcb0803a8a11ae1be1895257ad9f16eea1f6ff8c0feb946f07932b5b927934171cf3a7ee040e42b85624db794d499672eafd1790faaebf9c245d96a852
7
+ data.tar.gz: ba3e52f703812662fb5d12f5277a8bf2c5432e320510c7c2b2c952b88d9dd74a0f4d6e303a1e11ac45db4d8d78ba033bae2025a5d84bce286542c1f5a1edb038
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.39.19
10
+ - Package version: 3.40.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.39.19.gem
27
+ gem install ./pulpcore_client-3.40.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.39.19.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.40.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.39.19'
36
+ gem 'pulpcore_client', '~> 3.40.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -98,7 +98,7 @@ end
98
98
 
99
99
  ## Documentation for API Endpoints
100
100
 
101
- All URIs are relative to *http://localhost:24817*
101
+ All URIs are relative to *http://pulp*
102
102
 
103
103
  Class | Method | HTTP request | Description
104
104
  ------------ | ------------- | ------------- | -------------
@@ -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 *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -4,28 +4,28 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
- **content_guard** | **String** | An optional content-guard. | [optional]
9
7
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
- **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
+ **pulp_labels** | **Hash<String, String>** | | [optional]
12
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\") |
13
- **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
14
12
  **pulp_href** | **String** | | [optional] [readonly]
13
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
+ **content_guard** | **String** | An optional content-guard. | [optional]
15
15
 
16
16
  ## Code Sample
17
17
 
18
18
  ```ruby
19
19
  require 'PulpcoreClient'
20
20
 
21
- instance = PulpcoreClient::ArtifactDistributionResponse.new(hidden: null,
22
- content_guard: null,
23
- name: null,
24
- pulp_labels: null,
21
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(name: null,
22
+ base_url: null,
25
23
  pulp_created: null,
24
+ pulp_labels: null,
26
25
  base_path: null,
27
- base_url: null,
28
- pulp_href: null)
26
+ pulp_href: null,
27
+ hidden: null,
28
+ content_guard: null)
29
29
  ```
30
30
 
31
31
 
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 *http://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 *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,8 +35,8 @@ 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: 'pulp_type_example', # String | Pulp type * `core.publishedmetadata` - core.publishedmetadata
39
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata
38
+ pulp_type: 'pulp_type_example', # String | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
39
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
40
40
  q: 'q_example', # String |
41
41
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
42
42
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -64,8 +64,8 @@ Name | Type | Description | Notes
64
64
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
65
65
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
66
66
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
67
- **pulp_type** | **String**| Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata | [optional]
68
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata | [optional]
67
+ **pulp_type** | **String**| Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file | [optional]
68
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file | [optional]
69
69
  **q** | **String**| | [optional]
70
70
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
71
71
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -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 *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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 *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsHeaderApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -49,8 +49,8 @@ opts = {
49
49
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
50
50
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
51
51
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
52
- pulp_type: 'pulp_type_example', # String | Pulp type * `core.artifact` - core.artifact
53
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.artifact` - core.artifact
52
+ pulp_type: 'pulp_type_example', # String | Pulp type * `core.artifact` - core.artifact * `file.file` - file.file
53
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.artifact` - core.artifact * `file.file` - file.file
54
54
  q: 'q_example', # String |
55
55
  repository: 'repository_example', # String | Filter results where repository matches value
56
56
  repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
@@ -92,8 +92,8 @@ Name | Type | Description | Notes
92
92
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
93
93
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
94
94
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
95
- **pulp_type** | **String**| Pulp type * &#x60;core.artifact&#x60; - core.artifact | [optional]
96
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;core.artifact&#x60; - core.artifact | [optional]
95
+ **pulp_type** | **String**| Pulp type * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file | [optional]
96
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file | [optional]
97
97
  **q** | **String**| | [optional]
98
98
  **repository** | [**String**](.md)| Filter results where repository matches value | [optional]
99
99
  **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::DistributionsArtifactsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://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 *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://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 *http://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 *http://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 *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://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 *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -43,8 +43,8 @@ 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: 'pulp_type_example', # String | Pulp type
47
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas.
46
+ pulp_type: 'pulp_type_example', # String | Pulp type * `file.file` - file.file
47
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `file.file` - file.file
48
48
  q: 'q_example', # String |
49
49
  repository: 'repository_example', # String | Repository referenced by HREF
50
50
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
@@ -79,8 +79,8 @@ Name | Type | Description | Notes
79
79
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
80
80
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
81
81
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
82
- **pulp_type** | **String**| Pulp type | [optional]
83
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
82
+ **pulp_type** | **String**| Pulp type * &#x60;file.file&#x60; - file.file | [optional]
83
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file | [optional]
84
84
  **q** | **String**| | [optional]
85
85
  **repository** | **String**| Repository referenced by HREF | [optional]
86
86
  **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | |
8
- **is_set** | **Boolean** | |
7
+ **name** | **String** | | [optional]
8
+ **is_set** | **Boolean** | | [optional]
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -51,8 +51,8 @@ opts = {
51
51
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
52
52
  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
53
53
  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
54
- pulp_type: 'pulp_type_example', # String | Pulp type
55
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas.
54
+ pulp_type: 'pulp_type_example', # String | Pulp type * `file.file` - file.file
55
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `file.file` - file.file
56
56
  q: 'q_example', # String |
57
57
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
58
58
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
@@ -93,8 +93,8 @@ Name | Type | Description | Notes
93
93
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
94
94
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
95
95
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
96
- **pulp_type** | **String**| Pulp type | [optional]
97
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
96
+ **pulp_type** | **String**| Pulp type * &#x60;file.file&#x60; - file.file | [optional]
97
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file | [optional]
98
98
  **q** | **String**| | [optional]
99
99
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
100
100
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
data/docs/RepairApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::RepairApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -46,8 +46,8 @@ opts = {
46
46
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
47
47
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
48
48
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
49
- pulp_type: 'pulp_type_example', # String | Pulp type
50
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas.
49
+ pulp_type: 'pulp_type_example', # String | Pulp type * `file.file` - file.file
50
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `file.file` - file.file
51
51
  q: 'q_example', # String |
52
52
  remote: 'remote_example', # String | Foreign Key referenced by HREF
53
53
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
@@ -93,8 +93,8 @@ Name | Type | Description | Notes
93
93
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
94
94
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
95
95
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
96
- **pulp_type** | **String**| Pulp type | [optional]
97
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
96
+ **pulp_type** | **String**| Pulp type * &#x60;file.file&#x60; - file.file | [optional]
97
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file | [optional]
98
98
  **q** | **String**| | [optional]
99
99
  **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
100
100
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::RepositoriesReclaimSpaceApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -163,7 +163,7 @@ opts = {
163
163
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
164
164
  name__ne: 'name__ne_example', # String | Filter results where name not equal to value
165
165
  offset: 56, # Integer | The initial index from which to return the results.
166
- 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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `args` - Args * `-args` - Args (descending) * `kwargs` - Kwargs * `-kwargs` - Kwargs (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
166
+ 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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
167
167
  parent_task: 'parent_task_example', # String | Filter results where parent_task matches value
168
168
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
169
169
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
@@ -222,7 +222,7 @@ Name | Type | Description | Notes
222
222
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
223
223
  **name__ne** | **String**| Filter results where name not equal to value | [optional]
224
224
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
225
- **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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;args&#x60; - Args * &#x60;-args&#x60; - Args (descending) * &#x60;kwargs&#x60; - Kwargs * &#x60;-kwargs&#x60; - Kwargs (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
225
+ **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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
226
226
  **parent_task** | [**String**](.md)| Filter results where parent_task matches value | [optional]
227
227
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
228
228
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
data/docs/UploadsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::UploadsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
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 *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------