pulpcore_client 3.22.30 → 3.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -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 +1 -1
  7. data/docs/ContentguardsApi.md +1 -1
  8. data/docs/ContentguardsContentRedirectApi.md +1 -1
  9. data/docs/ContentguardsRbacApi.md +1 -1
  10. data/docs/DistributionsApi.md +5 -1
  11. data/docs/DistributionsArtifactsApi.md +5 -1
  12. data/docs/Domain.md +27 -0
  13. data/docs/DomainResponse.md +31 -0
  14. data/docs/DomainsApi.md +362 -0
  15. data/docs/ExportersFilesystemApi.md +4 -4
  16. data/docs/ExportersFilesystemExportsApi.md +4 -4
  17. data/docs/ExportersPulpApi.md +1 -1
  18. data/docs/ExportersPulpExportsApi.md +1 -1
  19. data/docs/GroupRole.md +3 -1
  20. data/docs/GroupRoleResponse.md +3 -1
  21. data/docs/GroupsApi.md +7 -7
  22. data/docs/GroupsRolesApi.md +7 -5
  23. data/docs/GroupsUsersApi.md +1 -1
  24. data/docs/ImportersPulpApi.md +1 -1
  25. data/docs/ImportersPulpImportCheckApi.md +1 -1
  26. data/docs/ImportersPulpImportsApi.md +1 -1
  27. data/docs/OrphansApi.md +1 -1
  28. data/docs/OrphansCleanupApi.md +1 -1
  29. data/docs/PaginatedDomainResponseList.md +23 -0
  30. data/docs/PaginatedUpstreamPulpResponseList.md +23 -0
  31. data/docs/PatchedDomain.md +27 -0
  32. data/docs/PatchedUpstreamPulp.md +37 -0
  33. data/docs/PublicationsApi.md +1 -1
  34. data/docs/RemoteResponseHiddenFields.md +2 -2
  35. data/docs/RemotesApi.md +1 -1
  36. data/docs/RepairApi.md +1 -1
  37. data/docs/RepositoriesApi.md +17 -1
  38. data/docs/RepositoriesReclaimSpaceApi.md +1 -1
  39. data/docs/RepositoryResponse.md +1 -1
  40. data/docs/RepositoryVersionsApi.md +1 -1
  41. data/docs/RolesApi.md +7 -7
  42. data/docs/SigningServicesApi.md +1 -1
  43. data/docs/StatusApi.md +1 -1
  44. data/docs/StatusResponse.md +3 -1
  45. data/docs/StorageClassEnum.md +16 -0
  46. data/docs/TaskGroupsApi.md +1 -1
  47. data/docs/TaskSchedulesApi.md +3 -3
  48. data/docs/TasksApi.md +2 -2
  49. data/docs/UploadsApi.md +1 -1
  50. data/docs/UpstreamPulp.md +37 -0
  51. data/docs/UpstreamPulpResponse.md +39 -0
  52. data/docs/UpstreamPulpsApi.md +405 -0
  53. data/docs/UserRole.md +4 -2
  54. data/docs/UserRoleResponse.md +4 -2
  55. data/docs/UsersApi.md +7 -7
  56. data/docs/UsersRolesApi.md +7 -5
  57. data/docs/VersionResponse.md +3 -1
  58. data/docs/WorkersApi.md +1 -1
  59. data/lib/pulpcore_client/api/distributions_api.rb +6 -0
  60. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
  61. data/lib/pulpcore_client/api/domains_api.rb +446 -0
  62. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +6 -6
  63. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +6 -6
  64. data/lib/pulpcore_client/api/groups_api.rb +12 -12
  65. data/lib/pulpcore_client/api/groups_roles_api.rb +11 -8
  66. data/lib/pulpcore_client/api/repositories_api.rb +24 -0
  67. data/lib/pulpcore_client/api/roles_api.rb +12 -12
  68. data/lib/pulpcore_client/api/task_schedules_api.rb +4 -4
  69. data/lib/pulpcore_client/api/tasks_api.rb +2 -2
  70. data/lib/pulpcore_client/api/upstream_pulps_api.rb +492 -0
  71. data/lib/pulpcore_client/api/users_api.rb +12 -12
  72. data/lib/pulpcore_client/api/users_roles_api.rb +11 -8
  73. data/lib/pulpcore_client/api/workers_api.rb +1 -1
  74. data/lib/pulpcore_client/configuration.rb +3 -3
  75. data/lib/pulpcore_client/models/artifact_distribution_response.rb +46 -46
  76. data/lib/pulpcore_client/models/domain.rb +323 -0
  77. data/lib/pulpcore_client/models/domain_response.rb +318 -0
  78. data/lib/pulpcore_client/models/group_role.rb +16 -5
  79. data/lib/pulpcore_client/models/group_role_response.rb +15 -4
  80. data/lib/pulpcore_client/models/nested_role.rb +19 -0
  81. data/lib/pulpcore_client/models/paginated_domain_response_list.rb +237 -0
  82. data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +237 -0
  83. data/lib/pulpcore_client/models/patched_domain.rb +304 -0
  84. data/lib/pulpcore_client/models/patched_upstream_pulp.rb +450 -0
  85. data/lib/pulpcore_client/models/remote_response.rb +20 -20
  86. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +0 -10
  87. data/lib/pulpcore_client/models/repository_response.rb +1 -1
  88. data/lib/pulpcore_client/models/status_response.rb +19 -4
  89. data/lib/pulpcore_client/models/storage_class_enum.rb +37 -0
  90. data/lib/pulpcore_client/models/upstream_pulp.rb +477 -0
  91. data/lib/pulpcore_client/models/upstream_pulp_response.rb +338 -0
  92. data/lib/pulpcore_client/models/user_role.rb +17 -6
  93. data/lib/pulpcore_client/models/user_role_response.rb +16 -5
  94. data/lib/pulpcore_client/models/version_response.rb +19 -4
  95. data/lib/pulpcore_client/version.rb +1 -1
  96. data/lib/pulpcore_client.rb +11 -0
  97. data/spec/api/distributions_api_spec.rb +2 -0
  98. data/spec/api/distributions_artifacts_api_spec.rb +2 -0
  99. data/spec/api/domains_api_spec.rb +120 -0
  100. data/spec/api/exporters_filesystem_api_spec.rb +3 -3
  101. data/spec/api/exporters_filesystem_exports_api_spec.rb +3 -3
  102. data/spec/api/groups_api_spec.rb +6 -6
  103. data/spec/api/groups_roles_api_spec.rb +5 -4
  104. data/spec/api/repositories_api_spec.rb +8 -0
  105. data/spec/api/roles_api_spec.rb +6 -6
  106. data/spec/api/task_schedules_api_spec.rb +2 -2
  107. data/spec/api/tasks_api_spec.rb +1 -1
  108. data/spec/api/upstream_pulps_api_spec.rb +127 -0
  109. data/spec/api/users_api_spec.rb +6 -6
  110. data/spec/api/users_roles_api_spec.rb +5 -4
  111. data/spec/configuration_spec.rb +3 -3
  112. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  113. data/spec/models/domain_response_spec.rb +83 -0
  114. data/spec/models/domain_spec.rb +71 -0
  115. data/spec/models/group_role_response_spec.rb +6 -0
  116. data/spec/models/group_role_spec.rb +6 -0
  117. data/spec/models/paginated_domain_response_list_spec.rb +59 -0
  118. data/spec/models/paginated_upstream_pulp_response_list_spec.rb +59 -0
  119. data/spec/models/patched_domain_spec.rb +71 -0
  120. data/spec/models/patched_upstream_pulp_spec.rb +101 -0
  121. data/spec/models/status_response_spec.rb +6 -0
  122. data/spec/models/storage_class_enum_spec.rb +35 -0
  123. data/spec/models/upstream_pulp_response_spec.rb +107 -0
  124. data/spec/models/upstream_pulp_spec.rb +101 -0
  125. data/spec/models/user_role_response_spec.rb +6 -0
  126. data/spec/models/user_role_spec.rb +6 -0
  127. data/spec/models/version_response_spec.rb +6 -0
  128. metadata +185 -141
@@ -0,0 +1,23 @@
1
+ # PulpcoreClient::PaginatedUpstreamPulpResponseList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | | [optional]
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<UpstreamPulpResponse>**](UpstreamPulpResponse.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpcoreClient'
16
+
17
+ instance = PulpcoreClient::PaginatedUpstreamPulpResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,27 @@
1
+ # PulpcoreClient::PatchedDomain
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | A name for this domain. | [optional]
8
+ **description** | **String** | An optional description. | [optional]
9
+ **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. | [optional]
10
+ **storage_settings** | [**Object**](.md) | Settings for storage class. | [optional]
11
+ **redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional] [default to true]
12
+ **hide_guarded_distributions** | **Boolean** | Boolean to hide distributions with a content guard in the content app. | [optional] [default to false]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'PulpcoreClient'
18
+
19
+ instance = PulpcoreClient::PatchedDomain.new(name: null,
20
+ description: null,
21
+ storage_class: null,
22
+ storage_settings: null,
23
+ redirect_to_object_storage: null,
24
+ hide_guarded_distributions: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,37 @@
1
+ # PulpcoreClient::PatchedUpstreamPulp
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | A unique name for this Pulp server. | [optional]
8
+ **base_url** | **String** | The transport, hostname, and an optional port of the Pulp server. e.g. https://example.com | [optional]
9
+ **api_root** | **String** | The API root. Defaults to '/pulp/'. | [optional]
10
+ **domain** | **String** | The domain of the Pulp server if enabled. | [optional]
11
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
12
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
16
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
17
+ **pulp_label_select** | **String** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" | [optional]
18
+
19
+ ## Code Sample
20
+
21
+ ```ruby
22
+ require 'PulpcoreClient'
23
+
24
+ instance = PulpcoreClient::PatchedUpstreamPulp.new(name: null,
25
+ base_url: null,
26
+ api_root: null,
27
+ domain: null,
28
+ ca_cert: null,
29
+ client_cert: null,
30
+ client_key: null,
31
+ tls_validation: null,
32
+ username: null,
33
+ password: null,
34
+ pulp_label_select: null)
35
+ ```
36
+
37
+
@@ -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 *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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 *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
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 *https://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 *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -40,6 +40,14 @@ opts = {
40
40
  ordering: ['ordering_example'], # Array<String> | Ordering
41
41
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
42
42
  remote: 'remote_example', # String | Foreign Key referenced by HREF
43
+ retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
44
+ retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
45
+ retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
46
+ retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
47
+ retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
48
+ retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
49
+ retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
50
+ retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
43
51
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
44
52
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
45
53
  }
@@ -68,6 +76,14 @@ Name | Type | Description | Notes
68
76
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
69
77
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
70
78
  **remote** | **String**| Foreign Key referenced by HREF | [optional]
79
+ **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
80
+ **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
81
+ **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
82
+ **retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
83
+ **retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
84
+ **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
85
+ **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
86
+ **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
71
87
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
72
88
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
73
89
 
@@ -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 *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **latest_version_href** | **String** | | [optional] [readonly]
12
12
  **name** | **String** | A unique name for this repository. |
13
13
  **description** | **String** | An optional description. | [optional]
14
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
14
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
15
15
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
16
16
 
17
17
  ## Code Sample
@@ -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 *https://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 *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -19,7 +19,7 @@ Method | HTTP request | Description
19
19
 
20
20
  Create a role
21
21
 
22
- ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
22
+ ViewSet for Role.
23
23
 
24
24
  ### Example
25
25
 
@@ -72,7 +72,7 @@ Name | Type | Description | Notes
72
72
 
73
73
  Delete a role
74
74
 
75
- ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
75
+ ViewSet for Role.
76
76
 
77
77
  ### Example
78
78
 
@@ -124,7 +124,7 @@ nil (empty response body)
124
124
 
125
125
  List roles
126
126
 
127
- ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
127
+ ViewSet for Role.
128
128
 
129
129
  ### Example
130
130
 
@@ -211,7 +211,7 @@ Name | Type | Description | Notes
211
211
 
212
212
  Update a role
213
213
 
214
- ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
214
+ ViewSet for Role.
215
215
 
216
216
  ### Example
217
217
 
@@ -266,7 +266,7 @@ Name | Type | Description | Notes
266
266
 
267
267
  Inspect a role
268
268
 
269
- ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
269
+ ViewSet for Role.
270
270
 
271
271
  ### Example
272
272
 
@@ -325,7 +325,7 @@ Name | Type | Description | Notes
325
325
 
326
326
  Update a role
327
327
 
328
- ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
328
+ ViewSet for Role.
329
329
 
330
330
  ### Example
331
331
 
@@ -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 *https://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 *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **redis_connection** | [**RedisConnectionResponse**](RedisConnectionResponse.md) | Redis connection information | [optional]
12
12
  **storage** | [**StorageResponse**](StorageResponse.md) | Storage information | [optional]
13
13
  **content_settings** | [**ContentSettingsResponse**](ContentSettingsResponse.md) | Content-app settings |
14
+ **domain_enabled** | **Boolean** | Is Domains enabled |
14
15
 
15
16
  ## Code Sample
16
17
 
@@ -23,7 +24,8 @@ instance = PulpcoreClient::StatusResponse.new(versions: null,
23
24
  database_connection: null,
24
25
  redis_connection: null,
25
26
  storage: null,
26
- content_settings: null)
27
+ content_settings: null,
28
+ domain_enabled: null)
27
29
  ```
28
30
 
29
31
 
@@ -0,0 +1,16 @@
1
+ # PulpcoreClient::StorageClassEnum
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+
8
+ ## Code Sample
9
+
10
+ ```ruby
11
+ require 'PulpcoreClient'
12
+
13
+ instance = PulpcoreClient::StorageClassEnum.new()
14
+ ```
15
+
16
+
@@ -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 *https://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 *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
73
73
 
74
74
  List task schedules
75
75
 
76
- ViewSet to monitor task schedules. NOTE: This feature is in tech-preview and may change in backwards incompatible ways.
76
+ ViewSet to monitor task schedules.
77
77
 
78
78
  ### Example
79
79
 
@@ -260,7 +260,7 @@ Name | Type | Description | Notes
260
260
 
261
261
  Inspect a task schedule
262
262
 
263
- ViewSet to monitor task schedules. NOTE: This feature is in tech-preview and may change in backwards incompatible ways.
263
+ ViewSet to monitor task schedules.
264
264
 
265
265
  ### Example
266
266
 
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 *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -371,7 +371,7 @@ Name | Type | Description | Notes
371
371
 
372
372
  Purge Completed Tasks
373
373
 
374
- Trigger an asynchronous task that deletes completed tasks that finished prior to a specified timestamp (tech-preview, may change in the future).
374
+ Trigger an asynchronous task that deletes completed tasks that finished prior to a specified timestamp.
375
375
 
376
376
  ### Example
377
377
 
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 *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -0,0 +1,37 @@
1
+ # PulpcoreClient::UpstreamPulp
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | A unique name for this Pulp server. |
8
+ **base_url** | **String** | The transport, hostname, and an optional port of the Pulp server. e.g. https://example.com |
9
+ **api_root** | **String** | The API root. Defaults to &#39;/pulp/&#39;. |
10
+ **domain** | **String** | The domain of the Pulp server if enabled. | [optional]
11
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
12
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
14
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
15
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
16
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
17
+ **pulp_label_select** | **String** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \&quot;foo&#x3D;bar,key&#x3D;val\&quot; or \&quot;foo,key\&quot; | [optional]
18
+
19
+ ## Code Sample
20
+
21
+ ```ruby
22
+ require 'PulpcoreClient'
23
+
24
+ instance = PulpcoreClient::UpstreamPulp.new(name: null,
25
+ base_url: null,
26
+ api_root: null,
27
+ domain: null,
28
+ ca_cert: null,
29
+ client_cert: null,
30
+ client_key: null,
31
+ tls_validation: null,
32
+ username: null,
33
+ password: null,
34
+ pulp_label_select: null)
35
+ ```
36
+
37
+
@@ -0,0 +1,39 @@
1
+ # PulpcoreClient::UpstreamPulpResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **name** | **String** | A unique name for this Pulp server. |
10
+ **base_url** | **String** | The transport, hostname, and an optional port of the Pulp server. e.g. https://example.com |
11
+ **api_root** | **String** | The API root. Defaults to &#39;/pulp/&#39;. |
12
+ **domain** | **String** | The domain of the Pulp server if enabled. | [optional]
13
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
14
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
15
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
16
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
+ **hidden_fields** | [**Array&lt;RemoteResponseHiddenFields&gt;**](RemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
18
+ **pulp_label_select** | **String** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \&quot;foo&#x3D;bar,key&#x3D;val\&quot; or \&quot;foo,key\&quot; | [optional]
19
+
20
+ ## Code Sample
21
+
22
+ ```ruby
23
+ require 'PulpcoreClient'
24
+
25
+ instance = PulpcoreClient::UpstreamPulpResponse.new(pulp_href: null,
26
+ pulp_created: null,
27
+ name: null,
28
+ base_url: null,
29
+ api_root: null,
30
+ domain: null,
31
+ ca_cert: null,
32
+ client_cert: null,
33
+ tls_validation: null,
34
+ pulp_last_updated: null,
35
+ hidden_fields: null,
36
+ pulp_label_select: null)
37
+ ```
38
+
39
+