pulpcore_client 3.103.4 → 3.104.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 +4 -4
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/ArtifactsApi.md +2 -2
- data/docs/ContentApi.md +6 -6
- data/docs/ContentOpenpgpPublickeyApi.md +6 -6
- data/docs/ContentOpenpgpPublicsubkeyApi.md +6 -6
- data/docs/ContentOpenpgpSignatureApi.md +6 -6
- data/docs/ContentOpenpgpUserattributeApi.md +6 -6
- data/docs/ContentOpenpgpUseridApi.md +6 -6
- data/docs/DistributionsApi.md +4 -4
- data/docs/DistributionsArtifactsApi.md +4 -4
- data/docs/DistributionsOpenpgpApi.md +2 -2
- data/docs/GroupsRolesApi.md +2 -2
- data/docs/PublicationsApi.md +2 -2
- data/docs/Purge.md +1 -1
- data/docs/RepositoriesApi.md +2 -2
- data/docs/RepositoriesOpenpgpKeyringApi.md +2 -2
- data/docs/TasksApi.md +6 -6
- data/docs/UsersRolesApi.md +2 -2
- data/docs/VulnReportApi.md +2 -2
- data/lib/pulpcore_client/api/artifacts_api.rb +2 -2
- data/lib/pulpcore_client/api/content_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_publickey_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_publicsubkey_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_signature_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_userattribute_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_userid_api.rb +6 -6
- data/lib/pulpcore_client/api/distributions_api.rb +4 -4
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +4 -4
- data/lib/pulpcore_client/api/distributions_openpgp_api.rb +2 -2
- data/lib/pulpcore_client/api/groups_roles_api.rb +2 -2
- data/lib/pulpcore_client/api/publications_api.rb +2 -2
- data/lib/pulpcore_client/api/repositories_api.rb +2 -2
- data/lib/pulpcore_client/api/repositories_openpgp_keyring_api.rb +2 -2
- data/lib/pulpcore_client/api/tasks_api.rb +6 -6
- data/lib/pulpcore_client/api/users_roles_api.rb +2 -2
- data/lib/pulpcore_client/api/vuln_report_api.rb +2 -2
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +59 -59
- data/lib/pulpcore_client/models/purge.rb +1 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/artifacts_api_spec.rb +1 -1
- data/spec/api/content_api_spec.rb +3 -3
- data/spec/api/content_openpgp_publickey_api_spec.rb +3 -3
- data/spec/api/content_openpgp_publicsubkey_api_spec.rb +3 -3
- data/spec/api/content_openpgp_signature_api_spec.rb +3 -3
- data/spec/api/content_openpgp_userattribute_api_spec.rb +3 -3
- data/spec/api/content_openpgp_userid_api_spec.rb +3 -3
- data/spec/api/distributions_api_spec.rb +2 -2
- data/spec/api/distributions_artifacts_api_spec.rb +2 -2
- data/spec/api/distributions_openpgp_api_spec.rb +1 -1
- data/spec/api/groups_roles_api_spec.rb +1 -1
- data/spec/api/publications_api_spec.rb +1 -1
- data/spec/api/repositories_api_spec.rb +1 -1
- data/spec/api/repositories_openpgp_keyring_api_spec.rb +1 -1
- data/spec/api/tasks_api_spec.rb +3 -3
- data/spec/api/users_roles_api_spec.rb +1 -1
- data/spec/api/vuln_report_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- metadata +192 -192
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eead9322fbcb4676a9308d5985858493de2cb804e502efa740e0263deeb849df
|
|
4
|
+
data.tar.gz: c257a9b322d949eb58bd95687d664e3bf1978edd406b4ad4787f7e87059f2720
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71366b1745317d6781acb8c1cfdbe430d52c77cc224a51f3b6d57d1a200e54047f8a4b55c531b89ad1a97c21c2486440e7e4c82d36e60ff643cc3a0c13f09a05
|
|
7
|
+
data.tar.gz: 49b482d7ee02f39f8c9c20e81ea339b603230310b3c56540ba37f3625daf74ee2e4875001ca425dd685747db25f9dd91ed6852e0d2bd444c77f791c1cc93e85b
|
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.104.0
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulpcore_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulpcore_client-3.
|
|
28
|
+
gem install ./pulpcore_client-3.104.0.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
|
31
|
+
(for development, run `gem install --dev ./pulpcore_client-3.104.0.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulpcore_client', '~> 3.
|
|
37
|
+
gem 'pulpcore_client', '~> 3.104.0'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
8
|
-
| **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
|
|
9
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
10
8
|
| **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
|
|
11
|
-
| **
|
|
9
|
+
| **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
|
|
12
10
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
11
|
+
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
12
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
13
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
13
14
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
|
14
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
15
15
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
16
|
-
| **
|
|
17
|
-
| **
|
|
16
|
+
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
|
17
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
18
18
|
|
|
19
19
|
## Example
|
|
20
20
|
|
|
@@ -23,16 +23,16 @@ require 'pulpcore_client'
|
|
|
23
23
|
|
|
24
24
|
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
|
25
25
|
pulp_href: null,
|
|
26
|
-
no_content_change_since: null,
|
|
27
|
-
pulp_created: null,
|
|
28
26
|
base_url: null,
|
|
29
|
-
|
|
27
|
+
no_content_change_since: null,
|
|
30
28
|
pulp_labels: null,
|
|
29
|
+
base_path: null,
|
|
30
|
+
pulp_last_updated: null,
|
|
31
|
+
pulp_created: null,
|
|
31
32
|
name: null,
|
|
32
|
-
hidden: null,
|
|
33
33
|
prn: null,
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
content_guard: null,
|
|
35
|
+
hidden: null
|
|
36
36
|
)
|
|
37
37
|
```
|
|
38
38
|
|
data/docs/ArtifactsApi.md
CHANGED
|
@@ -203,7 +203,7 @@ opts = {
|
|
|
203
203
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
204
204
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
205
205
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
206
|
-
repository_version: 'repository_version_example', # String |
|
|
206
|
+
repository_version: 'repository_version_example', # String |
|
|
207
207
|
sha1: 'sha1_example', # String | Filter results where sha1 matches value
|
|
208
208
|
sha224: 'sha224_example', # String | Filter results where sha224 matches value
|
|
209
209
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
@@ -254,7 +254,7 @@ end
|
|
|
254
254
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
255
255
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
256
256
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
257
|
-
| **repository_version** | **String** |
|
|
257
|
+
| **repository_version** | **String** | | [optional] |
|
|
258
258
|
| **sha1** | **String** | Filter results where sha1 matches value | [optional] |
|
|
259
259
|
| **sha224** | **String** | Filter results where sha224 matches value | [optional] |
|
|
260
260
|
| **sha256** | **String** | Filter results where sha256 matches value | [optional] |
|
data/docs/ContentApi.md
CHANGED
|
@@ -41,9 +41,9 @@ opts = {
|
|
|
41
41
|
pulp_type: 'core.openpgp_publickey', # String | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
|
|
42
42
|
pulp_type__in: ['core.openpgp_publickey'], # Array<String> | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
|
|
43
43
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
44
|
-
repository_version: 'repository_version_example', # String |
|
|
45
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
46
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
44
|
+
repository_version: 'repository_version_example', # String |
|
|
45
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
46
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
47
47
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
48
48
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
49
49
|
}
|
|
@@ -91,9 +91,9 @@ end
|
|
|
91
91
|
| **pulp_type** | **String** | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file | [optional] |
|
|
92
92
|
| **pulp_type__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file | [optional] |
|
|
93
93
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
94
|
-
| **repository_version** | **String** |
|
|
95
|
-
| **repository_version_added** | **String** |
|
|
96
|
-
| **repository_version_removed** | **String** |
|
|
94
|
+
| **repository_version** | **String** | | [optional] |
|
|
95
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
96
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
97
97
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
98
98
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
99
99
|
|
|
@@ -128,9 +128,9 @@ opts = {
|
|
|
128
128
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
129
129
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
130
130
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
131
|
-
repository_version: 'repository_version_example', # String |
|
|
132
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
133
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
131
|
+
repository_version: 'repository_version_example', # String |
|
|
132
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
133
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
134
134
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
135
135
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
136
136
|
}
|
|
@@ -177,9 +177,9 @@ end
|
|
|
177
177
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
178
178
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
179
179
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
180
|
-
| **repository_version** | **String** |
|
|
181
|
-
| **repository_version_added** | **String** |
|
|
182
|
-
| **repository_version_removed** | **String** |
|
|
180
|
+
| **repository_version** | **String** | | [optional] |
|
|
181
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
182
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
183
183
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
184
184
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
185
185
|
|
|
@@ -43,9 +43,9 @@ opts = {
|
|
|
43
43
|
pulp_id__in: ['inner_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
45
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
46
|
-
repository_version: 'repository_version_example', # String |
|
|
47
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
48
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
46
|
+
repository_version: 'repository_version_example', # String |
|
|
47
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
48
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
49
49
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
50
50
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
51
51
|
}
|
|
@@ -92,9 +92,9 @@ end
|
|
|
92
92
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
93
93
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
94
94
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
95
|
-
| **repository_version** | **String** |
|
|
96
|
-
| **repository_version_added** | **String** |
|
|
97
|
-
| **repository_version_removed** | **String** |
|
|
95
|
+
| **repository_version** | **String** | | [optional] |
|
|
96
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
97
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
98
98
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
99
99
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
100
100
|
|
|
@@ -43,9 +43,9 @@ opts = {
|
|
|
43
43
|
pulp_id__in: ['inner_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
45
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
46
|
-
repository_version: 'repository_version_example', # String |
|
|
47
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
48
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
46
|
+
repository_version: 'repository_version_example', # String |
|
|
47
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
48
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
49
49
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
50
50
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
51
51
|
}
|
|
@@ -92,9 +92,9 @@ end
|
|
|
92
92
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
93
93
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
94
94
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
95
|
-
| **repository_version** | **String** |
|
|
96
|
-
| **repository_version_added** | **String** |
|
|
97
|
-
| **repository_version_removed** | **String** |
|
|
95
|
+
| **repository_version** | **String** | | [optional] |
|
|
96
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
97
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
98
98
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
99
99
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
100
100
|
|
|
@@ -42,9 +42,9 @@ opts = {
|
|
|
42
42
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
43
43
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
44
44
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
45
|
-
repository_version: 'repository_version_example', # String |
|
|
46
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
47
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
45
|
+
repository_version: 'repository_version_example', # String |
|
|
46
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
47
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
48
48
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
49
49
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
50
50
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -91,9 +91,9 @@ end
|
|
|
91
91
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
92
92
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
93
93
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
94
|
-
| **repository_version** | **String** |
|
|
95
|
-
| **repository_version_added** | **String** |
|
|
96
|
-
| **repository_version_removed** | **String** |
|
|
94
|
+
| **repository_version** | **String** | | [optional] |
|
|
95
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
96
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
97
97
|
| **sha256** | **String** | Filter results where sha256 matches value | [optional] |
|
|
98
98
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
99
99
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
@@ -42,9 +42,9 @@ opts = {
|
|
|
42
42
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
43
43
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
44
44
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
45
|
-
repository_version: 'repository_version_example', # String |
|
|
46
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
47
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
45
|
+
repository_version: 'repository_version_example', # String |
|
|
46
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
47
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
48
48
|
user_id: 'user_id_example', # String | Filter results where user_id matches value
|
|
49
49
|
user_id__contains: 'user_id__contains_example', # String | Filter results where user_id contains value
|
|
50
50
|
user_id__icontains: 'user_id__icontains_example', # String | Filter results where user_id contains value
|
|
@@ -99,9 +99,9 @@ end
|
|
|
99
99
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
100
100
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
101
101
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
102
|
-
| **repository_version** | **String** |
|
|
103
|
-
| **repository_version_added** | **String** |
|
|
104
|
-
| **repository_version_removed** | **String** |
|
|
102
|
+
| **repository_version** | **String** | | [optional] |
|
|
103
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
104
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
105
105
|
| **user_id** | **String** | Filter results where user_id matches value | [optional] |
|
|
106
106
|
| **user_id__contains** | **String** | Filter results where user_id contains value | [optional] |
|
|
107
107
|
| **user_id__icontains** | **String** | Filter results where user_id contains value | [optional] |
|
data/docs/DistributionsApi.md
CHANGED
|
@@ -54,8 +54,8 @@ opts = {
|
|
|
54
54
|
pulp_type: 'core.artifact', # String | Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `file.file` - file.file
|
|
55
55
|
pulp_type__in: ['core.artifact'], # Array<String> | Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `file.file` - file.file
|
|
56
56
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
57
|
-
repository: '
|
|
58
|
-
repository__in: ['inner_example'], # Array<String> |
|
|
57
|
+
repository: 'repository_example', # String |
|
|
58
|
+
repository__in: ['inner_example'], # Array<String> |
|
|
59
59
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
60
60
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
61
61
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -117,8 +117,8 @@ end
|
|
|
117
117
|
| **pulp_type** | **String** | Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `file.file` - file.file | [optional] |
|
|
118
118
|
| **pulp_type__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `file.file` - file.file | [optional] |
|
|
119
119
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
120
|
-
| **repository** | **String** |
|
|
121
|
-
| **repository__in** | [**Array<String>**](String.md) |
|
|
120
|
+
| **repository** | **String** | | [optional] |
|
|
121
|
+
| **repository__in** | [**Array<String>**](String.md) | | [optional] |
|
|
122
122
|
| **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
|
|
123
123
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
124
124
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
@@ -53,8 +53,8 @@ opts = {
|
|
|
53
53
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
54
54
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
55
55
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
56
|
-
repository: '
|
|
57
|
-
repository__in: ['inner_example'], # Array<String> |
|
|
56
|
+
repository: 'repository_example', # String |
|
|
57
|
+
repository__in: ['inner_example'], # Array<String> |
|
|
58
58
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
59
59
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
60
60
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -114,8 +114,8 @@ end
|
|
|
114
114
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
115
115
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
116
116
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
117
|
-
| **repository** | **String** |
|
|
118
|
-
| **repository__in** | [**Array<String>**](String.md) |
|
|
117
|
+
| **repository** | **String** | | [optional] |
|
|
118
|
+
| **repository__in** | [**Array<String>**](String.md) | | [optional] |
|
|
119
119
|
| **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
|
|
120
120
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
121
121
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
@@ -193,7 +193,7 @@ opts = {
|
|
|
193
193
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
194
194
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
195
195
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
196
|
-
repository_version: '
|
|
196
|
+
repository_version: 'repository_version_example', # String |
|
|
197
197
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
198
198
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
199
199
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -239,7 +239,7 @@ end
|
|
|
239
239
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
240
240
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
241
241
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
242
|
-
| **repository_version** | **String** |
|
|
242
|
+
| **repository_version** | **String** | | [optional] |
|
|
243
243
|
| **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
|
|
244
244
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
245
245
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
data/docs/GroupsRolesApi.md
CHANGED
|
@@ -184,7 +184,7 @@ group_href = 'group_href_example' # String |
|
|
|
184
184
|
opts = {
|
|
185
185
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
186
186
|
content_object: 'content_object_example', # String | content_object
|
|
187
|
-
domain: '
|
|
187
|
+
domain: 'domain_example', # String |
|
|
188
188
|
limit: 56, # Integer | Number of results to return per page.
|
|
189
189
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
190
190
|
ordering: ['-description'], # Array<String> | 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)
|
|
@@ -235,7 +235,7 @@ end
|
|
|
235
235
|
| **group_href** | **String** | | |
|
|
236
236
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
237
237
|
| **content_object** | **String** | content_object | [optional] |
|
|
238
|
-
| **domain** | **String** |
|
|
238
|
+
| **domain** | **String** | | [optional] |
|
|
239
239
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
|
240
240
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
241
241
|
| **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/PublicationsApi.md
CHANGED
|
@@ -50,7 +50,7 @@ opts = {
|
|
|
50
50
|
pulp_type__in: ['file.file'], # Array<String> | Multiple values may be separated by commas. * `file.file` - file.file
|
|
51
51
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
52
52
|
repository: 'repository_example', # String | Repository referenced by HREF/PRN
|
|
53
|
-
repository_version: '
|
|
53
|
+
repository_version: 'repository_version_example', # String |
|
|
54
54
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
55
55
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
56
56
|
}
|
|
@@ -107,7 +107,7 @@ end
|
|
|
107
107
|
| **pulp_type__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. * `file.file` - file.file | [optional] |
|
|
108
108
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
109
109
|
| **repository** | **String** | Repository referenced by HREF/PRN | [optional] |
|
|
110
|
-
| **repository_version** | **String** |
|
|
110
|
+
| **repository_version** | **String** | | [optional] |
|
|
111
111
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
112
112
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
113
113
|
|
data/docs/Purge.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2026-01-
|
|
7
|
+
| **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2026-01-25'] |
|
|
8
8
|
| **states** | [**Array<StatesEnum>**](StatesEnum.md) | List of task-states to be purged. Only 'final' states are allowed. | [optional] |
|
|
9
9
|
|
|
10
10
|
## Example
|
data/docs/RepositoriesApi.md
CHANGED
|
@@ -50,7 +50,7 @@ opts = {
|
|
|
50
50
|
pulp_type: 'core.openpgp', # String | Pulp type * `core.openpgp` - core.openpgp * `file.file` - file.file
|
|
51
51
|
pulp_type__in: ['core.openpgp'], # Array<String> | Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `file.file` - file.file
|
|
52
52
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
53
|
-
remote: '
|
|
53
|
+
remote: 'remote_example', # String |
|
|
54
54
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
55
55
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
56
56
|
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -116,7 +116,7 @@ end
|
|
|
116
116
|
| **pulp_type** | **String** | Pulp type * `core.openpgp` - core.openpgp * `file.file` - file.file | [optional] |
|
|
117
117
|
| **pulp_type__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `file.file` - file.file | [optional] |
|
|
118
118
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
119
|
-
| **remote** | **String** |
|
|
119
|
+
| **remote** | **String** | | [optional] |
|
|
120
120
|
| **retain_repo_versions** | **Integer** | Filter results where retain_repo_versions matches value | [optional] |
|
|
121
121
|
| **retain_repo_versions__gt** | **Integer** | Filter results where retain_repo_versions is greater than value | [optional] |
|
|
122
122
|
| **retain_repo_versions__gte** | **Integer** | Filter results where retain_repo_versions is greater than or equal to value | [optional] |
|
|
@@ -284,7 +284,7 @@ opts = {
|
|
|
284
284
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
285
285
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
286
286
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
287
|
-
remote: '
|
|
287
|
+
remote: 'remote_example', # String |
|
|
288
288
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
289
289
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
290
290
|
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -348,7 +348,7 @@ end
|
|
|
348
348
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
349
349
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
350
350
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
351
|
-
| **remote** | **String** |
|
|
351
|
+
| **remote** | **String** | | [optional] |
|
|
352
352
|
| **retain_repo_versions** | **Integer** | Filter results where retain_repo_versions matches value | [optional] |
|
|
353
353
|
| **retain_repo_versions__gt** | **Integer** | Filter results where retain_repo_versions is greater than value | [optional] |
|
|
354
354
|
| **retain_repo_versions__gte** | **Integer** | Filter results where retain_repo_versions is greater than or equal to value | [optional] |
|
data/docs/TasksApi.md
CHANGED
|
@@ -188,7 +188,7 @@ end
|
|
|
188
188
|
api_instance = PulpcoreClient::TasksApi.new
|
|
189
189
|
opts = {
|
|
190
190
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
191
|
-
child_tasks: '
|
|
191
|
+
child_tasks: 'child_tasks_example', # String |
|
|
192
192
|
created_resources: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String |
|
|
193
193
|
exclusive_resources: 'exclusive_resources_example', # String |
|
|
194
194
|
exclusive_resources__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
@@ -208,7 +208,7 @@ opts = {
|
|
|
208
208
|
name__ne: 'name__ne_example', # String | Filter results where name not equal to value
|
|
209
209
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
210
210
|
ordering: ['-deferred'], # 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) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (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) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
211
|
-
parent_task: '
|
|
211
|
+
parent_task: 'parent_task_example', # String |
|
|
212
212
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
213
213
|
pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
|
|
214
214
|
pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
|
|
@@ -234,7 +234,7 @@ opts = {
|
|
|
234
234
|
state: 'canceled', # String | Filter results where state matches value * `waiting` - Waiting * `skipped` - Skipped * `running` - Running * `completed` - Completed * `failed` - Failed * `canceled` - Canceled * `canceling` - Canceling
|
|
235
235
|
state__in: ['inner_example'], # Array<String> | Filter results where state is in a comma-separated list of values
|
|
236
236
|
state__ne: 'state__ne_example', # String | Filter results where state not equal to value
|
|
237
|
-
task_group: '
|
|
237
|
+
task_group: 'task_group_example', # String |
|
|
238
238
|
unblocked_at: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where unblocked_at matches value
|
|
239
239
|
unblocked_at__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where unblocked_at is greater than value
|
|
240
240
|
unblocked_at__gte: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where unblocked_at is greater than or equal to value
|
|
@@ -279,7 +279,7 @@ end
|
|
|
279
279
|
| Name | Type | Description | Notes |
|
|
280
280
|
| ---- | ---- | ----------- | ----- |
|
|
281
281
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
282
|
-
| **child_tasks** | **String** |
|
|
282
|
+
| **child_tasks** | **String** | | [optional] |
|
|
283
283
|
| **created_resources** | **String** | | [optional] |
|
|
284
284
|
| **exclusive_resources** | **String** | | [optional] |
|
|
285
285
|
| **exclusive_resources__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
@@ -299,7 +299,7 @@ end
|
|
|
299
299
|
| **name__ne** | **String** | Filter results where name not equal to value | [optional] |
|
|
300
300
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
301
301
|
| **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) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (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) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
302
|
-
| **parent_task** | **String** |
|
|
302
|
+
| **parent_task** | **String** | | [optional] |
|
|
303
303
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
304
304
|
| **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
|
|
305
305
|
| **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
|
|
@@ -325,7 +325,7 @@ end
|
|
|
325
325
|
| **state** | **String** | Filter results where state matches value * `waiting` - Waiting * `skipped` - Skipped * `running` - Running * `completed` - Completed * `failed` - Failed * `canceled` - Canceled * `canceling` - Canceling | [optional] |
|
|
326
326
|
| **state__in** | [**Array<String>**](String.md) | Filter results where state is in a comma-separated list of values | [optional] |
|
|
327
327
|
| **state__ne** | **String** | Filter results where state not equal to value | [optional] |
|
|
328
|
-
| **task_group** | **String** |
|
|
328
|
+
| **task_group** | **String** | | [optional] |
|
|
329
329
|
| **unblocked_at** | **Time** | Filter results where unblocked_at matches value | [optional] |
|
|
330
330
|
| **unblocked_at__gt** | **Time** | Filter results where unblocked_at is greater than value | [optional] |
|
|
331
331
|
| **unblocked_at__gte** | **Time** | Filter results where unblocked_at is greater than or equal to value | [optional] |
|
data/docs/UsersRolesApi.md
CHANGED
|
@@ -184,7 +184,7 @@ auth_user_href = 'auth_user_href_example' # String |
|
|
|
184
184
|
opts = {
|
|
185
185
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
186
186
|
content_object: 'content_object_example', # String | content_object
|
|
187
|
-
domain: '
|
|
187
|
+
domain: 'domain_example', # String |
|
|
188
188
|
limit: 56, # Integer | Number of results to return per page.
|
|
189
189
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
190
190
|
ordering: ['-description'], # Array<String> | 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)
|
|
@@ -235,7 +235,7 @@ end
|
|
|
235
235
|
| **auth_user_href** | **String** | | |
|
|
236
236
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
237
237
|
| **content_object** | **String** | content_object | [optional] |
|
|
238
|
-
| **domain** | **String** |
|
|
238
|
+
| **domain** | **String** | | [optional] |
|
|
239
239
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
|
240
240
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
241
241
|
| **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/VulnReportApi.md
CHANGED
|
@@ -112,7 +112,7 @@ opts = {
|
|
|
112
112
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
113
113
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
114
114
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
115
|
-
repo_versions: '
|
|
115
|
+
repo_versions: 'repo_versions_example', # String |
|
|
116
116
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
117
117
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
118
118
|
}
|
|
@@ -156,7 +156,7 @@ end
|
|
|
156
156
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
157
157
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
158
158
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
159
|
-
| **repo_versions** | **String** |
|
|
159
|
+
| **repo_versions** | **String** | | [optional] |
|
|
160
160
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
161
161
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
162
162
|
|
|
@@ -213,7 +213,7 @@ module PulpcoreClient
|
|
|
213
213
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
214
214
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
215
215
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
216
|
-
# @option opts [String] :repository_version
|
|
216
|
+
# @option opts [String] :repository_version
|
|
217
217
|
# @option opts [String] :sha1 Filter results where sha1 matches value
|
|
218
218
|
# @option opts [String] :sha224 Filter results where sha224 matches value
|
|
219
219
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
@@ -240,7 +240,7 @@ module PulpcoreClient
|
|
|
240
240
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
241
241
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
242
242
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
243
|
-
# @option opts [String] :repository_version
|
|
243
|
+
# @option opts [String] :repository_version
|
|
244
244
|
# @option opts [String] :sha1 Filter results where sha1 matches value
|
|
245
245
|
# @option opts [String] :sha224 Filter results where sha224 matches value
|
|
246
246
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
@@ -34,9 +34,9 @@ module PulpcoreClient
|
|
|
34
34
|
# @option opts [String] :pulp_type Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
|
|
35
35
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
|
|
36
36
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
37
|
-
# @option opts [String] :repository_version
|
|
38
|
-
# @option opts [String] :repository_version_added
|
|
39
|
-
# @option opts [String] :repository_version_removed
|
|
37
|
+
# @option opts [String] :repository_version
|
|
38
|
+
# @option opts [String] :repository_version_added
|
|
39
|
+
# @option opts [String] :repository_version_removed
|
|
40
40
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
41
41
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
42
42
|
# @return [PaginatedMultipleArtifactContentResponseList]
|
|
@@ -60,9 +60,9 @@ module PulpcoreClient
|
|
|
60
60
|
# @option opts [String] :pulp_type Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
|
|
61
61
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
|
|
62
62
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
63
|
-
# @option opts [String] :repository_version
|
|
64
|
-
# @option opts [String] :repository_version_added
|
|
65
|
-
# @option opts [String] :repository_version_removed
|
|
63
|
+
# @option opts [String] :repository_version
|
|
64
|
+
# @option opts [String] :repository_version_added
|
|
65
|
+
# @option opts [String] :repository_version_removed
|
|
66
66
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
67
67
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
68
68
|
# @return [Array<(PaginatedMultipleArtifactContentResponseList, Integer, Hash)>] PaginatedMultipleArtifactContentResponseList data, response status code and response headers
|