pulpcore_client 3.47.0 → 3.48.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AccessPolicyResponse.md +2 -0
  4. data/docs/ArtifactDistributionResponse.md +13 -11
  5. data/docs/ArtifactResponse.md +2 -0
  6. data/docs/CompositeContentGuardResponse.md +2 -0
  7. data/docs/ContentGuardResponse.md +2 -0
  8. data/docs/ContentRedirectContentGuardResponse.md +2 -0
  9. data/docs/DistributionResponse.md +2 -0
  10. data/docs/DomainResponse.md +2 -0
  11. data/docs/FilesystemExportResponse.md +2 -0
  12. data/docs/FilesystemExporterResponse.md +2 -0
  13. data/docs/GroupRoleResponse.md +2 -0
  14. data/docs/HeaderContentGuardResponse.md +2 -0
  15. data/docs/ImportResponse.md +2 -0
  16. data/docs/MinimalTaskResponse.md +6 -2
  17. data/docs/MultipleArtifactContentResponse.md +2 -0
  18. data/docs/PublicationResponse.md +2 -0
  19. data/docs/PulpExportResponse.md +2 -0
  20. data/docs/PulpExporterResponse.md +2 -0
  21. data/docs/PulpImporterResponse.md +2 -0
  22. data/docs/RBACContentGuardResponse.md +2 -0
  23. data/docs/RemoteResponse.md +2 -2
  24. data/docs/RepositoryResponse.md +2 -0
  25. data/docs/RepositoryVersionResponse.md +2 -0
  26. data/docs/RoleResponse.md +2 -0
  27. data/docs/SigningServiceResponse.md +2 -0
  28. data/docs/TaskResponse.md +6 -2
  29. data/docs/TaskScheduleResponse.md +2 -0
  30. data/docs/TasksApi.md +2 -2
  31. data/docs/UploadDetailResponse.md +2 -0
  32. data/docs/UploadResponse.md +2 -0
  33. data/docs/UpstreamPulpResponse.md +2 -2
  34. data/docs/UserRoleResponse.md +2 -0
  35. data/docs/WorkerResponse.md +2 -0
  36. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  37. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  38. data/lib/pulpcore_client/models/artifact_distribution_response.rb +53 -43
  39. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  40. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  41. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  42. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  43. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  44. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  45. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  46. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  47. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  48. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  49. data/lib/pulpcore_client/models/import_response.rb +11 -1
  50. data/lib/pulpcore_client/models/minimal_task_response.rb +23 -3
  51. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  52. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  53. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  54. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  55. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  56. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  57. data/lib/pulpcore_client/models/remote_response.rb +11 -11
  58. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  59. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  60. data/lib/pulpcore_client/models/role_response.rb +11 -1
  61. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  62. data/lib/pulpcore_client/models/task_response.rb +23 -3
  63. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  64. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  65. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  66. data/lib/pulpcore_client/models/upstream_pulp_response.rb +11 -11
  67. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  68. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  69. data/lib/pulpcore_client/version.rb +1 -1
  70. data/spec/api/tasks_api_spec.rb +1 -1
  71. data/spec/models/access_policy_response_spec.rb +6 -0
  72. data/spec/models/artifact_distribution_response_spec.rb +12 -6
  73. data/spec/models/artifact_response_spec.rb +6 -0
  74. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  75. data/spec/models/content_guard_response_spec.rb +6 -0
  76. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  77. data/spec/models/distribution_response_spec.rb +6 -0
  78. data/spec/models/domain_response_spec.rb +6 -0
  79. data/spec/models/filesystem_export_response_spec.rb +6 -0
  80. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  81. data/spec/models/group_role_response_spec.rb +6 -0
  82. data/spec/models/header_content_guard_response_spec.rb +6 -0
  83. data/spec/models/import_response_spec.rb +6 -0
  84. data/spec/models/minimal_task_response_spec.rb +12 -0
  85. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  86. data/spec/models/publication_response_spec.rb +6 -0
  87. data/spec/models/pulp_export_response_spec.rb +6 -0
  88. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  89. data/spec/models/pulp_importer_response_spec.rb +6 -0
  90. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  91. data/spec/models/remote_response_spec.rb +6 -6
  92. data/spec/models/repository_response_spec.rb +6 -0
  93. data/spec/models/repository_version_response_spec.rb +6 -0
  94. data/spec/models/role_response_spec.rb +6 -0
  95. data/spec/models/signing_service_response_spec.rb +6 -0
  96. data/spec/models/task_response_spec.rb +12 -0
  97. data/spec/models/task_schedule_response_spec.rb +6 -0
  98. data/spec/models/upload_detail_response_spec.rb +6 -0
  99. data/spec/models/upload_response_spec.rb +6 -0
  100. data/spec/models/upstream_pulp_response_spec.rb +6 -6
  101. data/spec/models/user_role_response_spec.rb +6 -0
  102. data/spec/models/worker_response_spec.rb +6 -0
  103. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 927ce9505677c1bc18adfbc85b100d0a042e4c9334341e113e350af1442bd6ef
4
- data.tar.gz: 934a040a157a62c8de91556ae0154d05ccb6eae3d94510e93aa49ef20aeb4373
3
+ metadata.gz: 889a5e5bb1b923ff2a6ccc490dbb0a2db58335758938c8f7edb0dbbed5c98de6
4
+ data.tar.gz: b25632ee9ae3f235db439c7d67b497d5fdbd586f26c4dd964e5806388ec2a73a
5
5
  SHA512:
6
- metadata.gz: 6cdd361c89b067194e8b4199413b4c0bd03377b0a5f92e22710ccfae7ad5d4e009881d56a2ecc8e9b037f25b9a0a47f94a56c8d59a51c50b4457d1da5772de32
7
- data.tar.gz: cff04e16cab0894f2d8c90ccaf2c201df4e6c5bc7cea2ede1c25c631f1fcf575eea7ae4409a830899fb994c8b77d1f4cb8ac08b565146181ce6c24dd1e7b2bc6
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.47.0
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.47.0.gem
27
+ gem install ./pulpcore_client-3.48.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.47.0.gem` to install the development dependencies)
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.47.0'
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
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
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
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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(hidden: null,
22
- name: null,
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
- pulp_created: null,
28
- pulp_labels: null)
26
+ hidden: null,
27
+ base_url: null,
28
+ name: null,
29
+ pulp_labels: null,
30
+ base_path: null)
29
31
  ```
30
32
 
31
33
 
@@ -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,
@@ -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)
@@ -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,
@@ -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
  ```
@@ -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
- **started_at** | **DateTime** | Timestamp of the when this task started execution. | [optional] [readonly]
12
- **finished_at** | **DateTime** | Timestamp of the when this task stopped execution. | [optional] [readonly]
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
 
@@ -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
  ```
@@ -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,
@@ -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,
@@ -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
- **started_at** | **DateTime** | Timestamp of the when this task started execution. | [optional] [readonly]
14
- **finished_at** | **DateTime** | Timestamp of the when this task stopped execution. | [optional] [readonly]
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&lt;String&gt;**](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&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
225
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
226
226
  **parent_task** | [**String**](.md)| Filter results where parent_task matches value | [optional]
227
227
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
228
228
  **pulp_id__in** | [**Array&lt;String&gt;**](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&lt;UploadChunkResponse&gt;**](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)