pulp_container_client 2.20.4 → 2.21.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -10
- data/docs/ContainerBlobResponse.md +2 -0
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +16 -12
- data/docs/ContainerContainerNamespaceResponse.md +2 -0
- data/docs/ContainerContainerPullThroughDistribution.md +7 -7
- data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -12
- data/docs/ContainerContainerPullThroughRemote.md +6 -2
- data/docs/ContainerContainerPullThroughRemoteResponse.md +8 -2
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +15 -13
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +3 -1
- data/docs/ContainerContainerRepositoryResponse.md +2 -0
- data/docs/ContainerManifestResponse.md +2 -0
- data/docs/ContainerManifestSignatureResponse.md +2 -0
- data/docs/ContainerTagResponse.md +2 -0
- data/docs/ContentBlobsApi.md +10 -8
- data/docs/ContentManifestsApi.md +10 -8
- data/docs/ContentSignaturesApi.md +10 -8
- data/docs/ContentTagsApi.md +10 -8
- data/docs/DistributionsContainerApi.md +4 -2
- data/docs/DistributionsPullThroughApi.md +4 -2
- data/docs/OCIBuildImage.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPullThroughRemote.md +6 -2
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
- data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
- data/docs/PulpContainerNamespacesApi.md +4 -2
- data/docs/RemotesContainerApi.md +4 -2
- data/docs/RemotesPullThroughApi.md +4 -2
- data/docs/RepositoriesContainerApi.md +10 -8
- data/docs/RepositoriesContainerPushApi.md +8 -6
- data/docs/RepositoriesContainerPushVersionsApi.md +8 -6
- data/docs/RepositoriesContainerVersionsApi.md +8 -6
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_container_client/api/content_blobs_api.rb +11 -8
- data/lib/pulp_container_client/api/content_manifests_api.rb +11 -8
- data/lib/pulp_container_client/api/content_signatures_api.rb +11 -8
- data/lib/pulp_container_client/api/content_tags_api.rb +11 -8
- data/lib/pulp_container_client/api/distributions_container_api.rb +5 -2
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +5 -2
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +5 -2
- data/lib/pulp_container_client/api/remotes_container_api.rb +5 -2
- data/lib/pulp_container_client/api/remotes_pull_through_api.rb +5 -2
- data/lib/pulp_container_client/api/repositories_container_api.rb +11 -8
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +9 -6
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +10 -7
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +10 -7
- data/lib/pulp_container_client/models/container_blob_response.rb +11 -1
- data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +74 -54
- data/lib/pulp_container_client/models/container_container_namespace_response.rb +11 -1
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +53 -53
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +74 -54
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +32 -6
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +41 -5
- data/lib/pulp_container_client/models/container_container_push_repository.rb +46 -46
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +60 -50
- data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -2
- data/lib/pulp_container_client/models/container_container_repository_response.rb +11 -1
- data/lib/pulp_container_client/models/container_manifest_response.rb +11 -1
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +11 -1
- data/lib/pulp_container_client/models/container_tag_response.rb +11 -1
- data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +44 -44
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +32 -6
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
- data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
- data/lib/pulp_container_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +2 -2
- data/spec/api/content_blobs_api_spec.rb +5 -4
- data/spec/api/content_manifests_api_spec.rb +5 -4
- data/spec/api/content_signatures_api_spec.rb +5 -4
- data/spec/api/content_tags_api_spec.rb +5 -4
- data/spec/api/distributions_container_api_spec.rb +2 -1
- data/spec/api/distributions_pull_through_api_spec.rb +2 -1
- data/spec/api/pulp_container_namespaces_api_spec.rb +2 -1
- data/spec/api/remotes_container_api_spec.rb +2 -1
- data/spec/api/remotes_pull_through_api_spec.rb +2 -1
- data/spec/api/repositories_container_api_spec.rb +5 -4
- data/spec/api/repositories_container_push_api_spec.rb +4 -3
- data/spec/api/repositories_container_push_versions_api_spec.rb +4 -3
- data/spec/api/repositories_container_versions_api_spec.rb +4 -3
- data/spec/models/container_blob_response_spec.rb +6 -0
- data/spec/models/container_container_distribution_response_spec.rb +20 -8
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_namespace_response_spec.rb +6 -0
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +20 -8
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_remote_response_spec.rb +18 -0
- data/spec/models/container_container_pull_through_remote_spec.rb +12 -0
- data/spec/models/container_container_push_repository_response_spec.rb +14 -8
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/container_container_remote_response_spec.rb +6 -0
- data/spec/models/container_container_repository_response_spec.rb +6 -0
- data/spec/models/container_manifest_response_spec.rb +6 -0
- data/spec/models/container_manifest_signature_response_spec.rb +6 -0
- data/spec/models/container_tag_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +12 -0
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
- data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91cd6e1198963c974944c55c63d18aa1054c57061299fa40ace88482d34a5dfa
|
4
|
+
data.tar.gz: 5b79d69dc85b0bfcc7b9c5646d8724cbcb9c0974e07856e99c1d8bfa327c7e1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5572e0fb48294986ce5ee338726380882ad1adc11bf6edcac375b49943e1fb7f661022a7edec7d11a7614dd51011d22d4a25e93c21ff0ce2b1d763621858abd0
|
7
|
+
data.tar.gz: bd38e30e531679404ee7a082ed8d498f0cec986a1f1d0b43f55b906151a354ac35f678fae667180500b44d8c7dec7294409db0193c98a526b9b5b7c15ee29a8c
|
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: 2.
|
10
|
+
- Package version: 2.21.1
|
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 pulp_container_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_container_client-2.
|
27
|
+
gem install ./pulp_container_client-2.21.1.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.21.1.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 'pulp_container_client', '~> 2.
|
36
|
+
gem 'pulp_container_client', '~> 2.21.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -72,12 +72,13 @@ opts = {
|
|
72
72
|
offset: 56, # Integer | The initial index from which to return the results.
|
73
73
|
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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
74
74
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
75
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
75
76
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
76
77
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
77
|
-
q: 'q_example', # String |
|
78
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
79
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
80
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
78
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
79
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
80
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
81
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
81
82
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
82
83
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
83
84
|
}
|
@@ -256,8 +257,8 @@ Class | Method | HTTP request | Description
|
|
256
257
|
- [PulpContainerClient::PatchedcontainerContainerPushRepository](docs/PatchedcontainerContainerPushRepository.md)
|
257
258
|
- [PulpContainerClient::PatchedcontainerContainerRemote](docs/PatchedcontainerContainerRemote.md)
|
258
259
|
- [PulpContainerClient::PatchedcontainerContainerRepository](docs/PatchedcontainerContainerRepository.md)
|
259
|
-
- [PulpContainerClient::
|
260
|
-
- [PulpContainerClient::
|
260
|
+
- [PulpContainerClient::Policy692Enum](docs/Policy692Enum.md)
|
261
|
+
- [PulpContainerClient::Policy7e0Enum](docs/Policy7e0Enum.md)
|
261
262
|
- [PulpContainerClient::RecursiveManage](docs/RecursiveManage.md)
|
262
263
|
- [PulpContainerClient::RemoveImage](docs/RemoveImage.md)
|
263
264
|
- [PulpContainerClient::RemoveSignatures](docs/RemoveSignatures.md)
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | 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]
|
10
11
|
**artifact** | **String** | Artifact file representing the physical content |
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
16
17
|
require 'PulpContainerClient'
|
17
18
|
|
18
19
|
instance = PulpContainerClient::ContainerBlobResponse.new(pulp_href: null,
|
20
|
+
prn: null,
|
19
21
|
pulp_created: null,
|
20
22
|
pulp_last_updated: null,
|
21
23
|
artifact: null,
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
7
9
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
8
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
9
|
-
**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\") |
|
10
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
|
-
**
|
12
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
13
13
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
14
14
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
15
15
|
**description** | **String** | An optional description. | [optional]
|
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
|
|
19
19
|
```ruby
|
20
20
|
require 'PulpContainerClient'
|
21
21
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
22
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null,
|
23
|
+
content_guard: null,
|
24
|
+
hidden: null,
|
23
25
|
repository: null,
|
24
|
-
base_path: null,
|
25
|
-
pulp_labels: null,
|
26
26
|
name: null,
|
27
|
-
|
27
|
+
base_path: null,
|
28
28
|
repository_version: null,
|
29
29
|
private: null,
|
30
30
|
description: null)
|
@@ -4,15 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
10
|
-
**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\") |
|
11
|
-
**pulp_last_updated** | **DateTime** | 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]
|
12
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
9
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
13
10
|
**pulp_href** | **String** | | [optional] [readonly]
|
11
|
+
**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
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
13
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
14
14
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
15
|
-
**
|
15
|
+
**pulp_last_updated** | **DateTime** | 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]
|
16
|
+
**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\") |
|
17
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
16
18
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
17
19
|
**registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
18
20
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] [readonly]
|
@@ -25,15 +27,17 @@ Name | Type | Description | Notes
|
|
25
27
|
```ruby
|
26
28
|
require 'PulpContainerClient'
|
27
29
|
|
28
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
30
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_labels: null,
|
31
|
+
content_guard: null,
|
29
32
|
hidden: null,
|
30
|
-
repository: null,
|
31
|
-
base_path: null,
|
32
|
-
pulp_last_updated: null,
|
33
|
-
pulp_labels: null,
|
34
33
|
pulp_href: null,
|
34
|
+
no_content_change_since: null,
|
35
|
+
pulp_created: null,
|
36
|
+
repository: null,
|
35
37
|
name: null,
|
36
|
-
|
38
|
+
pulp_last_updated: null,
|
39
|
+
base_path: null,
|
40
|
+
prn: null,
|
37
41
|
repository_version: null,
|
38
42
|
registry_path: null,
|
39
43
|
remote: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | 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]
|
10
11
|
**name** | **String** | |
|
@@ -15,6 +16,7 @@ Name | Type | Description | Notes
|
|
15
16
|
require 'PulpContainerClient'
|
16
17
|
|
17
18
|
instance = PulpContainerClient::ContainerContainerNamespaceResponse.new(pulp_href: null,
|
19
|
+
prn: null,
|
18
20
|
pulp_created: null,
|
19
21
|
pulp_last_updated: null,
|
20
22
|
name: null)
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
7
9
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
8
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
9
|
-
**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\") |
|
10
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
11
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
12
|
-
**
|
12
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
13
13
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
|
14
14
|
**distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
|
15
15
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
|
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
|
|
20
20
|
```ruby
|
21
21
|
require 'PulpContainerClient'
|
22
22
|
|
23
|
-
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
|
23
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(pulp_labels: null,
|
24
|
+
content_guard: null,
|
25
|
+
hidden: null,
|
24
26
|
repository: null,
|
25
|
-
base_path: null,
|
26
|
-
pulp_labels: null,
|
27
27
|
name: null,
|
28
|
-
|
28
|
+
base_path: null,
|
29
29
|
remote: null,
|
30
30
|
distributions: null,
|
31
31
|
private: null,
|
@@ -4,15 +4,17 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
9
|
-
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
10
|
-
**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\") |
|
11
|
-
**pulp_last_updated** | **DateTime** | 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]
|
12
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
9
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
13
10
|
**pulp_href** | **String** | | [optional] [readonly]
|
11
|
+
**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
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
13
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
14
14
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
15
|
-
**
|
15
|
+
**pulp_last_updated** | **DateTime** | 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]
|
16
|
+
**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\") |
|
17
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
16
18
|
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
|
17
19
|
**distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
|
18
20
|
**namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
|
@@ -24,15 +26,17 @@ Name | Type | Description | Notes
|
|
24
26
|
```ruby
|
25
27
|
require 'PulpContainerClient'
|
26
28
|
|
27
|
-
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
|
29
|
+
instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(pulp_labels: null,
|
30
|
+
content_guard: null,
|
28
31
|
hidden: null,
|
29
|
-
repository: null,
|
30
|
-
base_path: null,
|
31
|
-
pulp_last_updated: null,
|
32
|
-
pulp_labels: null,
|
33
32
|
pulp_href: null,
|
33
|
+
no_content_change_since: null,
|
34
|
+
pulp_created: null,
|
35
|
+
repository: null,
|
34
36
|
name: null,
|
35
|
-
|
37
|
+
pulp_last_updated: null,
|
38
|
+
base_path: null,
|
39
|
+
prn: null,
|
36
40
|
remote: null,
|
37
41
|
distributions: null,
|
38
42
|
namespace: null,
|
@@ -18,13 +18,15 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
|
-
**policy** | [**
|
21
|
+
**policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional]
|
22
22
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
23
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
24
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
25
25
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
26
26
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
27
27
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
28
|
+
**includes** | **Array<String>** | A list of remotes to include during pull-through caching. Wildcards *, ? are recognized. 'includes' is evaluated before 'excludes'. | [optional]
|
29
|
+
**excludes** | **Array<String>** | A list of remotes to exclude during pull-through caching. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional]
|
28
30
|
|
29
31
|
## Code Sample
|
30
32
|
|
@@ -51,7 +53,9 @@ instance = PulpContainerClient::ContainerContainerPullThroughRemote.new(name: nu
|
|
51
53
|
sock_connect_timeout: null,
|
52
54
|
sock_read_timeout: null,
|
53
55
|
headers: null,
|
54
|
-
rate_limit: null
|
56
|
+
rate_limit: null,
|
57
|
+
includes: null,
|
58
|
+
excludes: null)
|
55
59
|
```
|
56
60
|
|
57
61
|
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
10
11
|
**name** | **String** | A unique name for this remote. |
|
@@ -16,7 +17,7 @@ Name | Type | Description | Notes
|
|
16
17
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
17
18
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
18
19
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
19
|
-
**policy** | [**
|
20
|
+
**policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional]
|
20
21
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
21
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
22
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
@@ -24,6 +25,8 @@ Name | Type | Description | Notes
|
|
24
25
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
25
26
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
26
27
|
**hidden_fields** | [**Array<ContainerContainerPullThroughRemoteResponseHiddenFields>**](ContainerContainerPullThroughRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
28
|
+
**includes** | **Array<String>** | A list of remotes to include during pull-through caching. Wildcards *, ? are recognized. 'includes' is evaluated before 'excludes'. | [optional]
|
29
|
+
**excludes** | **Array<String>** | A list of remotes to exclude during pull-through caching. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional]
|
27
30
|
|
28
31
|
## Code Sample
|
29
32
|
|
@@ -31,6 +34,7 @@ Name | Type | Description | Notes
|
|
31
34
|
require 'PulpContainerClient'
|
32
35
|
|
33
36
|
instance = PulpContainerClient::ContainerContainerPullThroughRemoteResponse.new(pulp_href: null,
|
37
|
+
prn: null,
|
34
38
|
pulp_created: null,
|
35
39
|
pulp_last_updated: null,
|
36
40
|
name: null,
|
@@ -49,7 +53,9 @@ instance = PulpContainerClient::ContainerContainerPullThroughRemoteResponse.new(
|
|
49
53
|
sock_read_timeout: null,
|
50
54
|
headers: null,
|
51
55
|
rate_limit: null,
|
52
|
-
hidden_fields: null
|
56
|
+
hidden_fields: null,
|
57
|
+
includes: null,
|
58
|
+
excludes: null)
|
53
59
|
```
|
54
60
|
|
55
61
|
|
@@ -4,22 +4,22 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | A unique name for this repository. |
|
8
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
9
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
|
-
**
|
8
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
11
9
|
**description** | **String** | An optional description. | [optional]
|
10
|
+
**name** | **String** | A unique name for this repository. |
|
11
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
14
14
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
|
-
instance = PulpContainerClient::ContainerContainerPushRepository.new(
|
18
|
+
instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
|
19
19
|
manifest_signing_service: null,
|
20
|
-
|
21
|
-
|
22
|
-
|
20
|
+
description: null,
|
21
|
+
name: null,
|
22
|
+
retain_repo_versions: null)
|
23
23
|
```
|
24
24
|
|
25
25
|
|
@@ -4,32 +4,34 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
|
+
**versions_href** | **String** | | [optional] [readonly]
|
9
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
10
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
11
|
+
**description** | **String** | An optional description. | [optional]
|
7
12
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
8
13
|
**name** | **String** | A unique name for this repository. |
|
9
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
10
|
-
**versions_href** | **String** | | [optional] [readonly]
|
11
14
|
**pulp_last_updated** | **DateTime** | 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]
|
12
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
13
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
14
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
15
15
|
**latest_version_href** | **String** | | [optional] [readonly]
|
16
|
-
**
|
16
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
17
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
17
18
|
|
18
19
|
## Code Sample
|
19
20
|
|
20
21
|
```ruby
|
21
22
|
require 'PulpContainerClient'
|
22
23
|
|
23
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
24
|
-
name: null,
|
25
|
-
manifest_signing_service: null,
|
24
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_labels: null,
|
26
25
|
versions_href: null,
|
27
|
-
|
28
|
-
pulp_labels: null,
|
29
|
-
retain_repo_versions: null,
|
26
|
+
manifest_signing_service: null,
|
30
27
|
pulp_href: null,
|
28
|
+
description: null,
|
29
|
+
pulp_created: null,
|
30
|
+
name: null,
|
31
|
+
pulp_last_updated: null,
|
31
32
|
latest_version_href: null,
|
32
|
-
|
33
|
+
retain_repo_versions: null,
|
34
|
+
prn: null)
|
33
35
|
```
|
34
36
|
|
35
37
|
|
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
|
-
**policy** | [**
|
21
|
+
**policy** | [**Policy692Enum**](Policy692Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
|
22
22
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
23
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
24
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
10
11
|
**name** | **String** | A unique name for this remote. |
|
@@ -16,7 +17,7 @@ Name | Type | Description | Notes
|
|
16
17
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
17
18
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
18
19
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
19
|
-
**policy** | [**
|
20
|
+
**policy** | [**Policy692Enum**](Policy692Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
|
20
21
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
21
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
22
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
@@ -35,6 +36,7 @@ Name | Type | Description | Notes
|
|
35
36
|
require 'PulpContainerClient'
|
36
37
|
|
37
38
|
instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href: null,
|
39
|
+
prn: null,
|
38
40
|
pulp_created: null,
|
39
41
|
pulp_last_updated: null,
|
40
42
|
name: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | 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]
|
10
11
|
**versions_href** | **String** | | [optional] [readonly]
|
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
|
|
22
23
|
require 'PulpContainerClient'
|
23
24
|
|
24
25
|
instance = PulpContainerClient::ContainerContainerRepositoryResponse.new(pulp_href: null,
|
26
|
+
prn: null,
|
25
27
|
pulp_created: null,
|
26
28
|
pulp_last_updated: null,
|
27
29
|
versions_href: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | 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]
|
10
11
|
**digest** | **String** | sha256 of the Manifest file |
|
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
|
|
24
25
|
require 'PulpContainerClient'
|
25
26
|
|
26
27
|
instance = PulpContainerClient::ContainerManifestResponse.new(pulp_href: null,
|
28
|
+
prn: null,
|
27
29
|
pulp_created: null,
|
28
30
|
pulp_last_updated: null,
|
29
31
|
digest: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | 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]
|
10
11
|
**name** | **String** | Signature name in the format of `digest_algo:manifest_digest@random_32_chars` |
|
@@ -21,6 +22,7 @@ Name | Type | Description | Notes
|
|
21
22
|
require 'PulpContainerClient'
|
22
23
|
|
23
24
|
instance = PulpContainerClient::ContainerManifestSignatureResponse.new(pulp_href: null,
|
25
|
+
prn: null,
|
24
26
|
pulp_created: null,
|
25
27
|
pulp_last_updated: null,
|
26
28
|
name: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | 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]
|
10
11
|
**name** | **String** | Tag name |
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
16
17
|
require 'PulpContainerClient'
|
17
18
|
|
18
19
|
instance = PulpContainerClient::ContainerTagResponse.new(pulp_href: null,
|
20
|
+
prn: null,
|
19
21
|
pulp_created: null,
|
20
22
|
pulp_last_updated: null,
|
21
23
|
name: null,
|
data/docs/ContentBlobsApi.md
CHANGED
@@ -37,12 +37,13 @@ opts = {
|
|
37
37
|
offset: 56, # Integer | The initial index from which to return the results.
|
38
38
|
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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
39
39
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
40
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
41
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
41
42
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
42
|
-
q: 'q_example', # String |
|
43
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
44
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
45
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
43
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
44
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
45
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
46
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
46
47
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
47
48
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
48
49
|
}
|
@@ -67,12 +68,13 @@ Name | Type | Description | Notes
|
|
67
68
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
68
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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
69
70
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
71
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
70
72
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
71
73
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
72
|
-
**q** | **String**|
|
73
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
74
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
75
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
74
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
75
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
76
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
77
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
76
78
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
77
79
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
78
80
|
|