pulpcore_client 3.47.0 → 3.48.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/AccessPolicyResponse.md +2 -0
- data/docs/ArtifactDistributionResponse.md +13 -11
- data/docs/ArtifactResponse.md +2 -0
- data/docs/CompositeContentGuardResponse.md +2 -0
- data/docs/ContentGuardResponse.md +2 -0
- data/docs/ContentRedirectContentGuardResponse.md +2 -0
- data/docs/DistributionResponse.md +2 -0
- data/docs/DomainResponse.md +2 -0
- data/docs/FilesystemExportResponse.md +2 -0
- data/docs/FilesystemExporterResponse.md +2 -0
- data/docs/GroupRoleResponse.md +2 -0
- data/docs/HeaderContentGuardResponse.md +2 -0
- data/docs/ImportResponse.md +2 -0
- data/docs/MinimalTaskResponse.md +6 -2
- data/docs/MultipleArtifactContentResponse.md +2 -0
- data/docs/PublicationResponse.md +2 -0
- data/docs/PulpExportResponse.md +2 -0
- data/docs/PulpExporterResponse.md +2 -0
- data/docs/PulpImporterResponse.md +2 -0
- data/docs/RBACContentGuardResponse.md +2 -0
- data/docs/RemoteResponse.md +2 -2
- data/docs/RepositoryResponse.md +2 -0
- data/docs/RepositoryVersionResponse.md +2 -0
- data/docs/RoleResponse.md +2 -0
- data/docs/SigningServiceResponse.md +2 -0
- data/docs/TaskResponse.md +6 -2
- data/docs/TaskScheduleResponse.md +2 -0
- data/docs/TasksApi.md +2 -2
- data/docs/UploadDetailResponse.md +2 -0
- data/docs/UploadResponse.md +2 -0
- data/docs/UpstreamPulpResponse.md +2 -2
- data/docs/UserRoleResponse.md +2 -0
- data/docs/WorkerResponse.md +2 -0
- data/lib/pulpcore_client/api/tasks_api.rb +3 -3
- data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +53 -43
- data/lib/pulpcore_client/models/artifact_response.rb +11 -1
- data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/distribution_response.rb +11 -1
- data/lib/pulpcore_client/models/domain_response.rb +11 -1
- data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
- data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
- data/lib/pulpcore_client/models/group_role_response.rb +11 -1
- data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/import_response.rb +11 -1
- data/lib/pulpcore_client/models/minimal_task_response.rb +23 -3
- data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
- data/lib/pulpcore_client/models/publication_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
- data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/remote_response.rb +11 -11
- data/lib/pulpcore_client/models/repository_response.rb +11 -1
- data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
- data/lib/pulpcore_client/models/role_response.rb +11 -1
- data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
- data/lib/pulpcore_client/models/task_response.rb +23 -3
- data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
- data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
- data/lib/pulpcore_client/models/upload_response.rb +11 -1
- data/lib/pulpcore_client/models/upstream_pulp_response.rb +11 -11
- data/lib/pulpcore_client/models/user_role_response.rb +11 -1
- data/lib/pulpcore_client/models/worker_response.rb +11 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/models/access_policy_response_spec.rb +6 -0
- data/spec/models/artifact_distribution_response_spec.rb +12 -6
- data/spec/models/artifact_response_spec.rb +6 -0
- data/spec/models/composite_content_guard_response_spec.rb +6 -0
- data/spec/models/content_guard_response_spec.rb +6 -0
- data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
- data/spec/models/distribution_response_spec.rb +6 -0
- data/spec/models/domain_response_spec.rb +6 -0
- data/spec/models/filesystem_export_response_spec.rb +6 -0
- data/spec/models/filesystem_exporter_response_spec.rb +6 -0
- data/spec/models/group_role_response_spec.rb +6 -0
- data/spec/models/header_content_guard_response_spec.rb +6 -0
- data/spec/models/import_response_spec.rb +6 -0
- data/spec/models/minimal_task_response_spec.rb +12 -0
- data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
- data/spec/models/publication_response_spec.rb +6 -0
- data/spec/models/pulp_export_response_spec.rb +6 -0
- data/spec/models/pulp_exporter_response_spec.rb +6 -0
- data/spec/models/pulp_importer_response_spec.rb +6 -0
- data/spec/models/rbac_content_guard_response_spec.rb +6 -0
- data/spec/models/remote_response_spec.rb +6 -6
- data/spec/models/repository_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- data/spec/models/role_response_spec.rb +6 -0
- data/spec/models/signing_service_response_spec.rb +6 -0
- data/spec/models/task_response_spec.rb +12 -0
- data/spec/models/task_schedule_response_spec.rb +6 -0
- data/spec/models/upload_detail_response_spec.rb +6 -0
- data/spec/models/upload_response_spec.rb +6 -0
- data/spec/models/upstream_pulp_response_spec.rb +6 -6
- data/spec/models/user_role_response_spec.rb +6 -0
- data/spec/models/worker_response_spec.rb +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 889a5e5bb1b923ff2a6ccc490dbb0a2db58335758938c8f7edb0dbbed5c98de6
|
|
4
|
+
data.tar.gz: b25632ee9ae3f235db439c7d67b497d5fdbd586f26c4dd964e5806388ec2a73a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f4a553c2d500ea2840aa374c790fd8074604d9fb29c38f1ed2f1e9f077e4c9ef8786a54ee398a198de3b1d11e7a710b883ff5d6524614d0b40889c306a6e2ea
|
|
7
|
+
data.tar.gz: 1e5c428aae29cbd53c68d77575ae5308a3ca234ecd47e37d54c4c97b64fc45620733f6026c671d76d5eff768b3f0445916ddfb85ba707b42047755db60d84c25
|
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.48.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulpcore_client-3.
|
|
27
|
+
gem install ./pulpcore_client-3.48.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
|
30
|
+
(for development, run `gem install --dev ./pulpcore_client-3.48.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulpcore_client', '~> 3.
|
|
36
|
+
gem 'pulpcore_client', '~> 3.48.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**permissions_assignment** | **Array<Object>** | List of callables that define the new permissions to be created for new objects.This is deprecated. Use `creation_hooks` instead. | [optional]
|
|
10
11
|
**creation_hooks** | **Array<Object>** | List of callables that may associate user roles for new objects. | [optional]
|
|
11
12
|
**statements** | **Array<Object>** | List of policy statements defining the policy. |
|
|
@@ -20,6 +21,7 @@ require 'PulpcoreClient'
|
|
|
20
21
|
|
|
21
22
|
instance = PulpcoreClient::AccessPolicyResponse.new(pulp_href: null,
|
|
22
23
|
pulp_created: null,
|
|
24
|
+
pulp_last_updated: null,
|
|
23
25
|
permissions_assignment: null,
|
|
24
26
|
creation_hooks: null,
|
|
25
27
|
statements: null,
|
|
@@ -4,28 +4,30 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
8
|
-
**
|
|
7
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
8
|
+
**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]
|
|
9
9
|
**content_guard** | **String** | An optional content-guard. | [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
|
-
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
12
10
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
13
|
-
**
|
|
11
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
12
|
+
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
13
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
14
14
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
15
|
+
**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\") |
|
|
15
16
|
|
|
16
17
|
## Code Sample
|
|
17
18
|
|
|
18
19
|
```ruby
|
|
19
20
|
require 'PulpcoreClient'
|
|
20
21
|
|
|
21
|
-
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
|
22
|
-
|
|
22
|
+
instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_created: null,
|
|
23
|
+
pulp_last_updated: null,
|
|
23
24
|
content_guard: null,
|
|
24
|
-
base_path: null,
|
|
25
|
-
base_url: null,
|
|
26
25
|
pulp_href: null,
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
hidden: null,
|
|
27
|
+
base_url: null,
|
|
28
|
+
name: null,
|
|
29
|
+
pulp_labels: null,
|
|
30
|
+
base_path: null)
|
|
29
31
|
```
|
|
30
32
|
|
|
31
33
|
|
data/docs/ArtifactResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**file** | **String** | The stored file. |
|
|
10
11
|
**size** | **Integer** | The size of the file in bytes. | [optional]
|
|
11
12
|
**md5** | **String** | The MD5 checksum of the file if available. | [optional]
|
|
@@ -22,6 +23,7 @@ require 'PulpcoreClient'
|
|
|
22
23
|
|
|
23
24
|
instance = PulpcoreClient::ArtifactResponse.new(pulp_href: null,
|
|
24
25
|
pulp_created: null,
|
|
26
|
+
pulp_last_updated: null,
|
|
25
27
|
file: null,
|
|
26
28
|
size: null,
|
|
27
29
|
md5: null,
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | The unique name. |
|
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
|
11
12
|
**guards** | **Array<String>** | List of ContentGuards to ask for access-permission. | [optional]
|
|
@@ -17,6 +18,7 @@ require 'PulpcoreClient'
|
|
|
17
18
|
|
|
18
19
|
instance = PulpcoreClient::CompositeContentGuardResponse.new(pulp_href: null,
|
|
19
20
|
pulp_created: null,
|
|
21
|
+
pulp_last_updated: null,
|
|
20
22
|
name: null,
|
|
21
23
|
description: null,
|
|
22
24
|
guards: null)
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | The unique name. |
|
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
|
11
12
|
|
|
@@ -16,6 +17,7 @@ require 'PulpcoreClient'
|
|
|
16
17
|
|
|
17
18
|
instance = PulpcoreClient::ContentGuardResponse.new(pulp_href: null,
|
|
18
19
|
pulp_created: null,
|
|
20
|
+
pulp_last_updated: null,
|
|
19
21
|
name: null,
|
|
20
22
|
description: null)
|
|
21
23
|
```
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | The unique name. |
|
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
|
11
12
|
|
|
@@ -16,6 +17,7 @@ require 'PulpcoreClient'
|
|
|
16
17
|
|
|
17
18
|
instance = PulpcoreClient::ContentRedirectContentGuardResponse.new(pulp_href: null,
|
|
18
19
|
pulp_created: null,
|
|
20
|
+
pulp_last_updated: null,
|
|
19
21
|
name: null,
|
|
20
22
|
description: null)
|
|
21
23
|
```
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
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\") |
|
|
10
11
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
11
12
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
@@ -21,6 +22,7 @@ require 'PulpcoreClient'
|
|
|
21
22
|
|
|
22
23
|
instance = PulpcoreClient::DistributionResponse.new(pulp_href: null,
|
|
23
24
|
pulp_created: null,
|
|
25
|
+
pulp_last_updated: null,
|
|
24
26
|
base_path: null,
|
|
25
27
|
base_url: null,
|
|
26
28
|
content_guard: null,
|
data/docs/DomainResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | A name for this domain. |
|
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
|
11
12
|
**storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage |
|
|
@@ -20,6 +21,7 @@ require 'PulpcoreClient'
|
|
|
20
21
|
|
|
21
22
|
instance = PulpcoreClient::DomainResponse.new(pulp_href: null,
|
|
22
23
|
pulp_created: null,
|
|
24
|
+
pulp_last_updated: null,
|
|
23
25
|
name: null,
|
|
24
26
|
description: null,
|
|
25
27
|
storage_class: null,
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**task** | **String** | A URI of the task that ran the Export. | [optional]
|
|
10
11
|
**exported_resources** | **Array<String>** | Resources that were exported. | [optional] [readonly]
|
|
11
12
|
**params** | [**Object**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly]
|
|
@@ -17,6 +18,7 @@ require 'PulpcoreClient'
|
|
|
17
18
|
|
|
18
19
|
instance = PulpcoreClient::FilesystemExportResponse.new(pulp_href: null,
|
|
19
20
|
pulp_created: null,
|
|
21
|
+
pulp_last_updated: null,
|
|
20
22
|
task: null,
|
|
21
23
|
exported_resources: null,
|
|
22
24
|
params: null)
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | Unique name of the file system exporter. |
|
|
10
11
|
**path** | **String** | File system location to export to. |
|
|
11
12
|
**method** | [**MethodEnum**](MethodEnum.md) | Method of exporting * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking | [optional]
|
|
@@ -17,6 +18,7 @@ require 'PulpcoreClient'
|
|
|
17
18
|
|
|
18
19
|
instance = PulpcoreClient::FilesystemExporterResponse.new(pulp_href: null,
|
|
19
20
|
pulp_created: null,
|
|
21
|
+
pulp_last_updated: null,
|
|
20
22
|
name: null,
|
|
21
23
|
path: null,
|
|
22
24
|
method: null)
|
data/docs/GroupRoleResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**role** | **String** | |
|
|
10
11
|
**content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to 'null', permissions will act on the model-level. |
|
|
11
12
|
**description** | **String** | | [optional] [readonly]
|
|
@@ -19,6 +20,7 @@ require 'PulpcoreClient'
|
|
|
19
20
|
|
|
20
21
|
instance = PulpcoreClient::GroupRoleResponse.new(pulp_href: null,
|
|
21
22
|
pulp_created: null,
|
|
23
|
+
pulp_last_updated: null,
|
|
22
24
|
role: null,
|
|
23
25
|
content_object: null,
|
|
24
26
|
description: null,
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | The unique name. |
|
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
|
11
12
|
**header_name** | **String** | The header name the guard will check on. |
|
|
@@ -19,6 +20,7 @@ require 'PulpcoreClient'
|
|
|
19
20
|
|
|
20
21
|
instance = PulpcoreClient::HeaderContentGuardResponse.new(pulp_href: null,
|
|
21
22
|
pulp_created: null,
|
|
23
|
+
pulp_last_updated: null,
|
|
22
24
|
name: null,
|
|
23
25
|
description: null,
|
|
24
26
|
header_name: null,
|
data/docs/ImportResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**task** | **String** | A URI of the Task that ran the Import. |
|
|
10
11
|
**params** | [**Object**](.md) | Any parameters that were used to create the import. |
|
|
11
12
|
|
|
@@ -16,6 +17,7 @@ require 'PulpcoreClient'
|
|
|
16
17
|
|
|
17
18
|
instance = PulpcoreClient::ImportResponse.new(pulp_href: null,
|
|
18
19
|
pulp_created: null,
|
|
20
|
+
pulp_last_updated: null,
|
|
19
21
|
task: null,
|
|
20
22
|
params: null)
|
|
21
23
|
```
|
data/docs/MinimalTaskResponse.md
CHANGED
|
@@ -6,10 +6,12 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | The name of task. |
|
|
10
11
|
**state** | **String** | The current state of the task. The possible values include: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. | [optional] [readonly]
|
|
11
|
-
**
|
|
12
|
-
**
|
|
12
|
+
**unblocked_at** | **DateTime** | Timestamp of when this task was identified ready for pickup. | [optional] [readonly]
|
|
13
|
+
**started_at** | **DateTime** | Timestamp of when this task started execution. | [optional] [readonly]
|
|
14
|
+
**finished_at** | **DateTime** | Timestamp of when this task stopped execution. | [optional] [readonly]
|
|
13
15
|
**worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional] [readonly]
|
|
14
16
|
|
|
15
17
|
## Code Sample
|
|
@@ -19,8 +21,10 @@ require 'PulpcoreClient'
|
|
|
19
21
|
|
|
20
22
|
instance = PulpcoreClient::MinimalTaskResponse.new(pulp_href: null,
|
|
21
23
|
pulp_created: null,
|
|
24
|
+
pulp_last_updated: null,
|
|
22
25
|
name: null,
|
|
23
26
|
state: null,
|
|
27
|
+
unblocked_at: null,
|
|
24
28
|
started_at: null,
|
|
25
29
|
finished_at: null,
|
|
26
30
|
worker: null)
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
|
10
11
|
|
|
11
12
|
## Code Sample
|
|
@@ -15,6 +16,7 @@ require 'PulpcoreClient'
|
|
|
15
16
|
|
|
16
17
|
instance = PulpcoreClient::MultipleArtifactContentResponse.new(pulp_href: null,
|
|
17
18
|
pulp_created: null,
|
|
19
|
+
pulp_last_updated: null,
|
|
18
20
|
artifacts: null)
|
|
19
21
|
```
|
|
20
22
|
|
data/docs/PublicationResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**repository_version** | **String** | | [optional]
|
|
10
11
|
**repository** | **String** | A URI of the repository to be published. | [optional]
|
|
11
12
|
|
|
@@ -16,6 +17,7 @@ require 'PulpcoreClient'
|
|
|
16
17
|
|
|
17
18
|
instance = PulpcoreClient::PublicationResponse.new(pulp_href: null,
|
|
18
19
|
pulp_created: null,
|
|
20
|
+
pulp_last_updated: null,
|
|
19
21
|
repository_version: null,
|
|
20
22
|
repository: null)
|
|
21
23
|
```
|
data/docs/PulpExportResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**task** | **String** | A URI of the task that ran the Export. | [optional]
|
|
10
11
|
**exported_resources** | **Array<String>** | Resources that were exported. | [optional] [readonly]
|
|
11
12
|
**params** | [**Object**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly]
|
|
@@ -19,6 +20,7 @@ require 'PulpcoreClient'
|
|
|
19
20
|
|
|
20
21
|
instance = PulpcoreClient::PulpExportResponse.new(pulp_href: null,
|
|
21
22
|
pulp_created: null,
|
|
23
|
+
pulp_last_updated: null,
|
|
22
24
|
task: null,
|
|
23
25
|
exported_resources: null,
|
|
24
26
|
params: null,
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | Unique name of the file system exporter. |
|
|
10
11
|
**path** | **String** | File system directory to store exported tar.gzs. |
|
|
11
12
|
**repositories** | **Array<String>** | |
|
|
@@ -18,6 +19,7 @@ require 'PulpcoreClient'
|
|
|
18
19
|
|
|
19
20
|
instance = PulpcoreClient::PulpExporterResponse.new(pulp_href: null,
|
|
20
21
|
pulp_created: null,
|
|
22
|
+
pulp_last_updated: null,
|
|
21
23
|
name: null,
|
|
22
24
|
path: null,
|
|
23
25
|
repositories: null,
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | Unique name of the Importer. |
|
|
10
11
|
**repo_mapping** | **Hash<String, String>** | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional]
|
|
11
12
|
|
|
@@ -16,6 +17,7 @@ require 'PulpcoreClient'
|
|
|
16
17
|
|
|
17
18
|
instance = PulpcoreClient::PulpImporterResponse.new(pulp_href: null,
|
|
18
19
|
pulp_created: null,
|
|
20
|
+
pulp_last_updated: null,
|
|
19
21
|
name: null,
|
|
20
22
|
repo_mapping: null)
|
|
21
23
|
```
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | The unique name. |
|
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
|
11
12
|
**users** | [**Array<GroupUserResponse>**](GroupUserResponse.md) | | [optional] [readonly]
|
|
@@ -18,6 +19,7 @@ require 'PulpcoreClient'
|
|
|
18
19
|
|
|
19
20
|
instance = PulpcoreClient::RBACContentGuardResponse.new(pulp_href: null,
|
|
20
21
|
pulp_created: null,
|
|
22
|
+
pulp_last_updated: null,
|
|
21
23
|
name: null,
|
|
22
24
|
description: null,
|
|
23
25
|
users: null,
|
data/docs/RemoteResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
9
10
|
**name** | **String** | A unique name for this remote. |
|
|
10
11
|
**url** | **String** | The URL of an external content source. |
|
|
11
12
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
|
|
|
13
14
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
14
15
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
15
16
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
16
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
18
18
|
**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
19
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. * `immediate` - immediate * `When syncing, download all metadata and content now.` - When syncing, download all metadata and content now. | [optional]
|
|
@@ -32,6 +32,7 @@ require 'PulpcoreClient'
|
|
|
32
32
|
|
|
33
33
|
instance = PulpcoreClient::RemoteResponse.new(pulp_href: null,
|
|
34
34
|
pulp_created: null,
|
|
35
|
+
pulp_last_updated: null,
|
|
35
36
|
name: null,
|
|
36
37
|
url: null,
|
|
37
38
|
ca_cert: null,
|
|
@@ -39,7 +40,6 @@ instance = PulpcoreClient::RemoteResponse.new(pulp_href: null,
|
|
|
39
40
|
tls_validation: null,
|
|
40
41
|
proxy_url: null,
|
|
41
42
|
pulp_labels: null,
|
|
42
|
-
pulp_last_updated: null,
|
|
43
43
|
download_concurrency: null,
|
|
44
44
|
max_retries: null,
|
|
45
45
|
policy: null,
|
data/docs/RepositoryResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**versions_href** | **String** | | [optional] [readonly]
|
|
10
11
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
11
12
|
**latest_version_href** | **String** | | [optional] [readonly]
|
|
@@ -21,6 +22,7 @@ require 'PulpcoreClient'
|
|
|
21
22
|
|
|
22
23
|
instance = PulpcoreClient::RepositoryResponse.new(pulp_href: null,
|
|
23
24
|
pulp_created: null,
|
|
25
|
+
pulp_last_updated: null,
|
|
24
26
|
versions_href: null,
|
|
25
27
|
pulp_labels: null,
|
|
26
28
|
latest_version_href: null,
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**number** | **Integer** | | [optional] [readonly]
|
|
10
11
|
**repository** | **String** | | [optional] [readonly]
|
|
11
12
|
**base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
|
|
@@ -18,6 +19,7 @@ require 'PulpcoreClient'
|
|
|
18
19
|
|
|
19
20
|
instance = PulpcoreClient::RepositoryVersionResponse.new(pulp_href: null,
|
|
20
21
|
pulp_created: null,
|
|
22
|
+
pulp_last_updated: null,
|
|
21
23
|
number: null,
|
|
22
24
|
repository: null,
|
|
23
25
|
base_version: null,
|
data/docs/RoleResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | The name of this role. |
|
|
10
11
|
**description** | **String** | An optional description. | [optional]
|
|
11
12
|
**permissions** | **Array<String>** | List of permissions defining the role. |
|
|
@@ -18,6 +19,7 @@ require 'PulpcoreClient'
|
|
|
18
19
|
|
|
19
20
|
instance = PulpcoreClient::RoleResponse.new(pulp_href: null,
|
|
20
21
|
pulp_created: null,
|
|
22
|
+
pulp_last_updated: null,
|
|
21
23
|
name: null,
|
|
22
24
|
description: null,
|
|
23
25
|
permissions: null,
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | A unique name used to recognize a script. |
|
|
10
11
|
**public_key** | **String** | The value of a public key used for the repository verification. |
|
|
11
12
|
**pubkey_fingerprint** | **String** | The fingerprint of the public key. |
|
|
@@ -18,6 +19,7 @@ require 'PulpcoreClient'
|
|
|
18
19
|
|
|
19
20
|
instance = PulpcoreClient::SigningServiceResponse.new(pulp_href: null,
|
|
20
21
|
pulp_created: null,
|
|
22
|
+
pulp_last_updated: null,
|
|
21
23
|
name: null,
|
|
22
24
|
public_key: null,
|
|
23
25
|
pubkey_fingerprint: null,
|
data/docs/TaskResponse.md
CHANGED
|
@@ -6,12 +6,14 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**state** | **String** | The current state of the task. The possible values include: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. | [optional] [readonly]
|
|
10
11
|
**name** | **String** | The name of task. |
|
|
11
12
|
**logging_cid** | **String** | The logging correlation id associated with this task |
|
|
12
13
|
**created_by** | **String** | User who dispatched this task. | [optional] [readonly]
|
|
13
|
-
**
|
|
14
|
-
**
|
|
14
|
+
**unblocked_at** | **DateTime** | Timestamp of when this task was identified ready for pickup. | [optional] [readonly]
|
|
15
|
+
**started_at** | **DateTime** | Timestamp of when this task started execution. | [optional] [readonly]
|
|
16
|
+
**finished_at** | **DateTime** | Timestamp of when this task stopped execution. | [optional] [readonly]
|
|
15
17
|
**error** | **Hash<String, Object>** | A JSON Object of a fatal error encountered during the execution of this task. | [optional] [readonly]
|
|
16
18
|
**worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional] [readonly]
|
|
17
19
|
**parent_task** | **String** | The parent task that spawned this task. | [optional] [readonly]
|
|
@@ -28,10 +30,12 @@ require 'PulpcoreClient'
|
|
|
28
30
|
|
|
29
31
|
instance = PulpcoreClient::TaskResponse.new(pulp_href: null,
|
|
30
32
|
pulp_created: null,
|
|
33
|
+
pulp_last_updated: null,
|
|
31
34
|
state: null,
|
|
32
35
|
name: null,
|
|
33
36
|
logging_cid: null,
|
|
34
37
|
created_by: null,
|
|
38
|
+
unblocked_at: null,
|
|
35
39
|
started_at: null,
|
|
36
40
|
finished_at: null,
|
|
37
41
|
error: null,
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**name** | **String** | The name of the task schedule. |
|
|
10
11
|
**task_name** | **String** | The name of the task to be scheduled. |
|
|
11
12
|
**dispatch_interval** | **String** | Periodicity of the schedule. |
|
|
@@ -19,6 +20,7 @@ require 'PulpcoreClient'
|
|
|
19
20
|
|
|
20
21
|
instance = PulpcoreClient::TaskScheduleResponse.new(pulp_href: null,
|
|
21
22
|
pulp_created: null,
|
|
23
|
+
pulp_last_updated: null,
|
|
22
24
|
name: null,
|
|
23
25
|
task_name: null,
|
|
24
26
|
dispatch_interval: null,
|
data/docs/TasksApi.md
CHANGED
|
@@ -163,7 +163,7 @@ opts = {
|
|
|
163
163
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
164
164
|
name__ne: 'name__ne_example', # String | Filter results where name not equal to value
|
|
165
165
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
166
|
-
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
166
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `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) * `pk` - Pk * `-pk` - Pk (descending)
|
|
167
167
|
parent_task: 'parent_task_example', # String | Filter results where parent_task matches value
|
|
168
168
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
169
169
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
@@ -222,7 +222,7 @@ Name | Type | Description | Notes
|
|
|
222
222
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
223
223
|
**name__ne** | **String**| Filter results where name not equal to value | [optional]
|
|
224
224
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
225
|
-
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
225
|
+
**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) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
226
226
|
**parent_task** | [**String**](.md)| Filter results where parent_task matches value | [optional]
|
|
227
227
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
228
228
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**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]
|
|
9
10
|
**size** | **Integer** | The size of the upload in bytes. |
|
|
10
11
|
**completed** | **DateTime** | Timestamp when upload is committed. | [optional] [readonly]
|
|
11
12
|
**chunks** | [**Array<UploadChunkResponse>**](UploadChunkResponse.md) | | [optional] [readonly]
|
|
@@ -17,6 +18,7 @@ require 'PulpcoreClient'
|
|
|
17
18
|
|
|
18
19
|
instance = PulpcoreClient::UploadDetailResponse.new(pulp_href: null,
|
|
19
20
|
pulp_created: null,
|
|
21
|
+
pulp_last_updated: null,
|
|
20
22
|
size: null,
|
|
21
23
|
completed: null,
|
|
22
24
|
chunks: null)
|