pulpcore_client 3.28.37 → 3.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/docs/AccessPoliciesApi.md +1 -1
- data/docs/ArtifactDistributionResponse.md +7 -7
- data/docs/ArtifactsApi.md +1 -1
- data/docs/ContentApi.md +3 -3
- data/docs/ContentguardsApi.md +3 -3
- data/docs/ContentguardsContentRedirectApi.md +1 -1
- data/docs/ContentguardsRbacApi.md +1 -1
- data/docs/DistributionsApi.md +4 -4
- data/docs/DistributionsArtifactsApi.md +2 -2
- data/docs/DomainsApi.md +1 -1
- data/docs/ExportersFilesystemApi.md +1 -1
- data/docs/ExportersFilesystemExportsApi.md +1 -1
- data/docs/ExportersPulpApi.md +1 -1
- data/docs/ExportersPulpExportsApi.md +1 -1
- data/docs/GroupsApi.md +1 -1
- data/docs/GroupsRolesApi.md +2 -2
- data/docs/GroupsUsersApi.md +1 -1
- data/docs/ImportersPulpApi.md +1 -1
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +1 -1
- data/docs/OrphansApi.md +1 -1
- data/docs/OrphansCleanupApi.md +1 -1
- data/docs/PublicationsApi.md +3 -3
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +3 -3
- data/docs/RepairApi.md +1 -1
- data/docs/RepositoriesApi.md +4 -4
- data/docs/RepositoriesReclaimSpaceApi.md +1 -1
- data/docs/RepositoryVersionsApi.md +1 -1
- data/docs/RolesApi.md +1 -1
- data/docs/SigningServicesApi.md +1 -1
- data/docs/StatusApi.md +1 -1
- data/docs/TaskGroupsApi.md +1 -1
- data/docs/TaskSchedulesApi.md +1 -1
- data/docs/TasksApi.md +7 -7
- data/docs/UploadsApi.md +1 -1
- data/docs/UpstreamPulpsApi.md +3 -3
- data/docs/UsersApi.md +1 -1
- data/docs/UsersRolesApi.md +2 -2
- data/docs/WorkersApi.md +1 -1
- data/lib/pulpcore_client/api/content_api.rb +3 -3
- data/lib/pulpcore_client/api/contentguards_api.rb +3 -3
- data/lib/pulpcore_client/api/distributions_api.rb +3 -3
- data/lib/pulpcore_client/api/publications_api.rb +6 -2
- data/lib/pulpcore_client/api/remotes_api.rb +6 -2
- data/lib/pulpcore_client/api/repositories_api.rb +6 -2
- data/lib/pulpcore_client/api/tasks_api.rb +3 -3
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +3 -3
- data/lib/pulpcore_client/configuration.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +38 -38
- data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +0 -10
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/content_api_spec.rb +1 -1
- data/spec/api/contentguards_api_spec.rb +1 -1
- data/spec/api/distributions_api_spec.rb +1 -1
- data/spec/api/publications_api_spec.rb +1 -1
- data/spec/api/remotes_api_spec.rb +1 -1
- data/spec/api/repositories_api_spec.rb +1 -1
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/api/upstream_pulps_api_spec.rb +1 -1
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +6 -6
- metadata +159 -159
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b08fa7fe72ea82ea461b3a7823046f70481e01e58bbc0a1b06b9804effa09758
|
4
|
+
data.tar.gz: 5fc8491e3c9b1ac710b6b5ea6e5c895d8336a3f0fa55b75f6c619ad43ea3df96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6782b5610046ffa7f1d655f65659a26b6af1271ad3c0511798714d8ddea1be060970d163b85d89e934cd4626003cbbe4b91a12df6a7ce77a02c75aea1502c65
|
7
|
+
data.tar.gz: 5cc3d36d21568e18434e99d4f3a460d9aa37c80b5117ede329a05dab8f35540ee889ebc5f10dd5dff6261459d71226d19f2e22155896b0cf4ccad7f74747b2d3
|
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.
|
10
|
+
- Package version: 3.29.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.
|
27
|
+
gem install ./pulpcore_client-3.29.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulpcore_client-3.29.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.
|
36
|
+
gem 'pulpcore_client', '~> 3.29.0'
|
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 *
|
96
|
+
All URIs are relative to *https://pulp*
|
97
97
|
|
98
98
|
Class | Method | HTTP request | Description
|
99
99
|
------------ | ------------- | ------------- | -------------
|
data/docs/AccessPoliciesApi.md
CHANGED
@@ -4,28 +4,28 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**
|
7
|
+
**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\") |
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
10
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
10
11
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
12
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
11
13
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
12
14
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
13
|
-
**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\") |
|
14
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
15
15
|
|
16
16
|
## Code Sample
|
17
17
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpcoreClient'
|
20
20
|
|
21
|
-
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
21
|
+
instance = PulpcoreClient::ArtifactDistributionResponse.new(base_path: null,
|
22
22
|
pulp_labels: null,
|
23
23
|
name: null,
|
24
|
+
pulp_href: null,
|
24
25
|
pulp_created: null,
|
26
|
+
hidden: null,
|
25
27
|
base_url: null,
|
26
|
-
content_guard: null
|
27
|
-
base_path: null,
|
28
|
-
pulp_href: null)
|
28
|
+
content_guard: null)
|
29
29
|
```
|
30
30
|
|
31
31
|
|
data/docs/ArtifactsApi.md
CHANGED
data/docs/ContentApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpcoreClient::ContentApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
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
|
38
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
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<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
63
63
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
64
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
65
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.publishedmetadata` - core.publishedmetadata | [optional]
|
65
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file | [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]
|
data/docs/ContentguardsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpcoreClient::ContentguardsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
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
|
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
|
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<String>**](String.md)| 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) | [optional]
|
70
70
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
71
71
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
72
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect | [optional]
|
72
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509 | [optional]
|
73
73
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
74
74
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
75
75
|
|
data/docs/DistributionsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpcoreClient::DistributionsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
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
|
48
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.artifact` - core.artifact * `file.file` - file.file
|
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,8 +82,8 @@ Name | Type | Description | Notes
|
|
82
82
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
83
83
|
**pulp_id__in** | [**Array<String>**](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<String>**](String.md)| Pulp type is in * `core.artifact` - core.artifact | [optional]
|
86
|
-
**repository** |
|
85
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.artifact` - core.artifact * `file.file` - file.file | [optional]
|
86
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
87
87
|
**repository__in** | [**Array<String>**](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]
|
89
89
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpcoreClient::DistributionsArtifactsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -82,7 +82,7 @@ Name | Type | Description | Notes
|
|
82
82
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
83
83
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
84
84
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
85
|
-
**repository** |
|
85
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
86
86
|
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
87
87
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
88
88
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
data/docs/DomainsApi.md
CHANGED
data/docs/ExportersPulpApi.md
CHANGED
data/docs/GroupsApi.md
CHANGED
data/docs/GroupsRolesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpcoreClient::GroupsRolesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
|
|
173
173
|
------------- | ------------- | ------------- | -------------
|
174
174
|
**group_href** | **String**| |
|
175
175
|
**content_object** | **String**| content_object | [optional]
|
176
|
-
**domain** |
|
176
|
+
**domain** | **String**| Foreign Key referenced by HREF | [optional]
|
177
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
178
178
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
179
179
|
**ordering** | [**Array<String>**](String.md)| Ordering * `role` - Role * `-role` - Role (descending) * `description` - Description * `-description` - Description (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
data/docs/GroupsUsersApi.md
CHANGED
data/docs/ImportersPulpApi.md
CHANGED
data/docs/OrphansApi.md
CHANGED
data/docs/OrphansCleanupApi.md
CHANGED
data/docs/PublicationsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpcoreClient::PublicationsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
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
|
46
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `file.file` - file.file
|
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<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
78
78
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
79
79
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
80
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in | [optional]
|
80
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `file.file` - file.file | [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<String>**](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** | |
|
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 *
|
3
|
+
All URIs are relative to *https://pulp*
|
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
|
50
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `file.file` - file.file
|
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<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
86
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in | [optional]
|
86
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `file.file` - file.file | [optional]
|
87
87
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
88
88
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
89
89
|
|
data/docs/RepairApi.md
CHANGED
data/docs/RepositoriesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpcoreClient::RepositoriesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
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
|
45
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `file.file` - file.file
|
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,8 +83,8 @@ Name | Type | Description | Notes
|
|
83
83
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
84
84
|
**pulp_id__in** | [**Array<String>**](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<String>**](String.md)| Pulp type is in | [optional]
|
87
|
-
**remote** |
|
86
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `file.file` - file.file | [optional]
|
87
|
+
**remote** | **String**| 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]
|
90
90
|
**retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
|
data/docs/RolesApi.md
CHANGED
data/docs/SigningServicesApi.md
CHANGED
data/docs/StatusApi.md
CHANGED
data/docs/TaskGroupsApi.md
CHANGED
data/docs/TaskSchedulesApi.md
CHANGED
data/docs/TasksApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpcoreClient::TasksApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -161,7 +161,7 @@ opts = {
|
|
161
161
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
162
162
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
163
163
|
offset: 56, # Integer | The initial index from which to return the results.
|
164
|
-
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) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
164
|
+
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) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
165
165
|
parent_task: 'parent_task_example', # String | Filter results where parent_task matches value
|
166
166
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
167
167
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
@@ -199,7 +199,7 @@ end
|
|
199
199
|
|
200
200
|
Name | Type | Description | Notes
|
201
201
|
------------- | ------------- | ------------- | -------------
|
202
|
-
**child_tasks** |
|
202
|
+
**child_tasks** | **String**| Filter results where child_tasks matches value | [optional]
|
203
203
|
**created_resources** | [**String**](.md)| | [optional]
|
204
204
|
**exclusive_resources** | **String**| | [optional]
|
205
205
|
**exclusive_resources__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
@@ -216,8 +216,8 @@ Name | Type | Description | Notes
|
|
216
216
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
217
217
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
218
218
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
219
|
-
**ordering** | [**Array<String>**](String.md)| 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) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
220
|
-
**parent_task** |
|
219
|
+
**ordering** | [**Array<String>**](String.md)| 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) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
220
|
+
**parent_task** | **String**| Filter results where parent_task matches value | [optional]
|
221
221
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
222
222
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
223
223
|
**reserved_resources** | **String**| | [optional]
|
@@ -233,8 +233,8 @@ Name | Type | Description | Notes
|
|
233
233
|
**started_at__range** | [**Array<DateTime>**](DateTime.md)| Filter results where started_at is between two comma separated values | [optional]
|
234
234
|
**state** | **String**| Filter results where state matches value * `waiting` - Waiting * `skipped` - Skipped * `running` - Running * `completed` - Completed * `failed` - Failed * `canceled` - Canceled * `canceling` - Canceling | [optional]
|
235
235
|
**state__in** | [**Array<String>**](String.md)| Filter results where state is in a comma-separated list of values | [optional]
|
236
|
-
**task_group** |
|
237
|
-
**worker** |
|
236
|
+
**task_group** | **String**| Filter results where task_group matches value | [optional]
|
237
|
+
**worker** | **String**| Filter results where worker matches value | [optional]
|
238
238
|
**worker__in** | [**Array<String>**](String.md)| Filter results where worker is in a comma-separated list of values | [optional]
|
239
239
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
240
240
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
data/docs/UploadsApi.md
CHANGED
data/docs/UpstreamPulpsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpcoreClient::UpstreamPulpsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -296,7 +296,7 @@ Name | Type | Description | Notes
|
|
296
296
|
|
297
297
|
## replicate
|
298
298
|
|
299
|
-
>
|
299
|
+
> AsyncOperationResponse replicate(upstream_pulp_href)
|
300
300
|
|
301
301
|
Replicate
|
302
302
|
|
@@ -335,7 +335,7 @@ Name | Type | Description | Notes
|
|
335
335
|
|
336
336
|
### Return type
|
337
337
|
|
338
|
-
[**
|
338
|
+
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
339
339
|
|
340
340
|
### Authorization
|
341
341
|
|