pulpcore_client 3.86.0 → 3.87.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8d6254d8b1738dd24f9166c312aff83c90fdf4fc75548eb83f8c73760d9fca2
4
- data.tar.gz: e98724758a30e7be63aea46397cc0f928ecaaf24fe40e3a9881114211e2754c2
3
+ metadata.gz: 2b6124ec8c0afb1a1f8e8cceb38c8bcb3c674321cfe3e56db9313d862759aa5f
4
+ data.tar.gz: f03df1d01d6ee4eb7a9d512af282b5663ed2325b1f57ddfc524d3db0fa13631c
5
5
  SHA512:
6
- metadata.gz: f3a59b657c219374ce6c1a920a3073487f76ba868dc4b028fa68578888024c54f0631d3bd3ac66f7724df1ed37f1a2bcbc2817678580713a40cf065f09a2dd29
7
- data.tar.gz: 8797ddb4e3bf2ed7e26590c063f5596b1d846ffa7f05725d1edd4ba0265277eb7da64325fe2f888b5914da8d71e748e3e8a845bb4ae58dc7eed0c0297e478d27
6
+ metadata.gz: 8dd07ccabe852e04d9c382af574c7b179d37c6690a1ff0fb7701b2ef3291fabd658b388fa973777889541aabc08e4bd2826f96d58cea2af69ef2bf574b5e81f9
7
+ data.tar.gz: 0e4f0616f5970b50b9f5f1bc594bc641ab8be2efc721f983e5fb8326ec4ab13203347fd64475a283d32639685a6235a21f56d647ed6dcb129da5d9e356f7c5b0
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.86.0
10
+ - Package version: 3.87.1
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulpcore_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulpcore_client-3.86.0.gem
28
+ gem install ./pulpcore_client-3.87.1.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulpcore_client-3.86.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulpcore_client-3.87.1.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulpcore_client', '~> 3.86.0'
37
+ gem 'pulpcore_client', '~> 3.87.1'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -334,21 +334,20 @@ Class | Method | HTTP request | Description
334
334
  *PulpcoreClient::VulnReportApi* | [**delete**](docs/VulnReportApi.md#delete) | **DELETE** {vulnerability_report_href} | Delete a vulnerability report
335
335
  *PulpcoreClient::VulnReportApi* | [**list**](docs/VulnReportApi.md#list) | **GET** /pulp/api/v3/vuln_report/ | List vulnerability reports
336
336
  *PulpcoreClient::VulnReportApi* | [**read**](docs/VulnReportApi.md#read) | **GET** {vulnerability_report_href} | Inspect a vulnerability report
337
- *PulpcoreClient::WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /pulp/api/v3/workers/ | List workers
338
- *PulpcoreClient::WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect a worker
337
+ *PulpcoreClient::WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /pulp/api/v3/workers/ | List app statuss
338
+ *PulpcoreClient::WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect an app status
339
339
 
340
340
 
341
341
  ## Documentation for Models
342
342
 
343
343
  - [PulpcoreClient::AccessPolicy](docs/AccessPolicy.md)
344
344
  - [PulpcoreClient::AccessPolicyResponse](docs/AccessPolicyResponse.md)
345
- - [PulpcoreClient::ApiAppStatusResponse](docs/ApiAppStatusResponse.md)
345
+ - [PulpcoreClient::AppStatusResponse](docs/AppStatusResponse.md)
346
346
  - [PulpcoreClient::ArtifactDistributionResponse](docs/ArtifactDistributionResponse.md)
347
347
  - [PulpcoreClient::ArtifactResponse](docs/ArtifactResponse.md)
348
348
  - [PulpcoreClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
349
349
  - [PulpcoreClient::CompositeContentGuard](docs/CompositeContentGuard.md)
350
350
  - [PulpcoreClient::CompositeContentGuardResponse](docs/CompositeContentGuardResponse.md)
351
- - [PulpcoreClient::ContentAppStatusResponse](docs/ContentAppStatusResponse.md)
352
351
  - [PulpcoreClient::ContentGuardResponse](docs/ContentGuardResponse.md)
353
352
  - [PulpcoreClient::ContentRedirectContentGuard](docs/ContentRedirectContentGuard.md)
354
353
  - [PulpcoreClient::ContentRedirectContentGuardResponse](docs/ContentRedirectContentGuardResponse.md)
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::ApiAppStatusResponse
1
+ # PulpcoreClient::AppStatusResponse
2
2
 
3
3
  ## Properties
4
4
 
@@ -13,7 +13,7 @@
13
13
  ```ruby
14
14
  require 'pulpcore_client'
15
15
 
16
- instance = PulpcoreClient::ApiAppStatusResponse.new(
16
+ instance = PulpcoreClient::AppStatusResponse.new(
17
17
  name: null,
18
18
  last_heartbeat: null,
19
19
  versions: null
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
8
- | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
7
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
8
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
10
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
11
9
  | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
12
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
13
10
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
14
- | **content_guard** | **String** | An optional content-guard. | [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\") | |
16
11
  | **pulp_href** | **String** | | [optional][readonly] |
17
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
12
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
13
+ | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
14
+ | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
15
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
16
+ | **content_guard** | **String** | An optional content-guard. | [optional] |
17
+ | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
18
18
 
19
19
  ## Example
20
20
 
@@ -22,17 +22,17 @@
22
22
  require 'pulpcore_client'
23
23
 
24
24
  instance = PulpcoreClient::ArtifactDistributionResponse.new(
25
- pulp_last_updated: null,
26
- base_url: null,
25
+ pulp_labels: null,
27
26
  hidden: null,
28
- name: null,
29
27
  no_content_change_since: null,
30
- prn: null,
31
28
  pulp_created: null,
32
- content_guard: null,
33
- base_path: null,
34
29
  pulp_href: null,
35
- pulp_labels: null
30
+ prn: null,
31
+ base_path: null,
32
+ pulp_last_updated: null,
33
+ name: null,
34
+ content_guard: null,
35
+ base_url: null
36
36
  )
37
37
  ```
38
38
 
data/docs/Purge.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2025-07-22'] |
7
+ | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2025-08-04'] |
8
8
  | **states** | [**Array<StatesEnum>**](StatesEnum.md) | List of task-states to be purged. Only 'final' states are allowed. | [optional] |
9
9
 
10
10
  ## Example
@@ -5,9 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **versions** | [**Array<VersionResponse>**](VersionResponse.md) | Version information of Pulp components | |
8
- | **online_workers** | [**Array<WorkerResponse>**](WorkerResponse.md) | List of online workers known to the application. An online worker is actively heartbeating and can respond to new work. | |
9
- | **online_api_apps** | [**Array<ApiAppStatusResponse>**](ApiAppStatusResponse.md) | List of online api apps known to the application. An online api app is actively heartbeating and can serve the rest api to clients. | |
10
- | **online_content_apps** | [**Array<ContentAppStatusResponse>**](ContentAppStatusResponse.md) | List of online content apps known to the application. An online content app is actively heartbeating and can serve data to clients. | |
8
+ | **online_workers** | [**Array<AppStatusResponse>**](AppStatusResponse.md) | List of online workers known to the application. An online worker is actively heartbeating and can respond to new work. | |
9
+ | **online_api_apps** | [**Array<AppStatusResponse>**](AppStatusResponse.md) | List of online api apps known to the application. An online api app is actively heartbeating and can serve the rest api to clients. | |
10
+ | **online_content_apps** | [**Array<AppStatusResponse>**](AppStatusResponse.md) | List of online content apps known to the application. An online content app is actively heartbeating and can serve data to clients. | |
11
11
  | **database_connection** | [**DatabaseConnectionResponse**](DatabaseConnectionResponse.md) | Database connection information | |
12
12
  | **redis_connection** | [**RedisConnectionResponse**](RedisConnectionResponse.md) | Redis connection information | [optional] |
13
13
  | **storage** | [**StorageResponse**](StorageResponse.md) | Storage information | [optional] |
data/docs/TasksApi.md CHANGED
@@ -242,7 +242,7 @@ opts = {
242
242
  unblocked_at__lt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where unblocked_at is less than value
243
243
  unblocked_at__lte: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where unblocked_at is less than or equal to value
244
244
  unblocked_at__range: [Time.now], # Array<Time> | Filter results where unblocked_at is between two comma separated values
245
- worker: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Filter results where worker matches value
245
+ worker: 'worker_example', # String |
246
246
  worker__in: ['inner_example'], # Array<String> | Filter results where worker is in a comma-separated list of values
247
247
  worker__isnull: true, # Boolean | Filter results where worker has a null value
248
248
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
@@ -335,7 +335,7 @@ end
335
335
  | **unblocked_at__lt** | **Time** | Filter results where unblocked_at is less than value | [optional] |
336
336
  | **unblocked_at__lte** | **Time** | Filter results where unblocked_at is less than or equal to value | [optional] |
337
337
  | **unblocked_at__range** | [**Array&lt;Time&gt;**](Time.md) | Filter results where unblocked_at is between two comma separated values | [optional] |
338
- | **worker** | **String** | Filter results where worker matches value | [optional] |
338
+ | **worker** | **String** | | [optional] |
339
339
  | **worker__in** | [**Array&lt;String&gt;**](String.md) | Filter results where worker is in a comma-separated list of values | [optional] |
340
340
  | **worker__isnull** | **Boolean** | Filter results where worker has a null value | [optional] |
341
341
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
data/docs/WorkersApi.md CHANGED
@@ -4,15 +4,15 @@ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
- | [**list**](WorkersApi.md#list) | **GET** /pulp/api/v3/workers/ | List workers |
8
- | [**read**](WorkersApi.md#read) | **GET** {worker_href} | Inspect a worker |
7
+ | [**list**](WorkersApi.md#list) | **GET** /pulp/api/v3/workers/ | List app statuss |
8
+ | [**read**](WorkersApi.md#read) | **GET** {worker_href} | Inspect an app status |
9
9
 
10
10
 
11
11
  ## list
12
12
 
13
13
  > <PaginatedWorkerResponseList> list(opts)
14
14
 
15
- List workers
15
+ List app statuss
16
16
 
17
17
  A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
18
18
 
@@ -51,7 +51,7 @@ opts = {
51
51
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
52
52
  offset: 56, # Integer | The initial index from which to return the results.
53
53
  online: true, # Boolean |
54
- ordering: ['-last_heartbeat'], # 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) * `name` - Name * `-name` - Name (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
54
+ ordering: ['-app_type'], # 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) * `app_type` - App type * `-app_type` - App type (descending) * `name` - Name * `-name` - Name (descending) * `versions` - Versions * `-versions` - Versions (descending) * `ttl` - Ttl * `-ttl` - Ttl (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `pk` - Pk * `-pk` - Pk (descending)
55
55
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
56
56
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
57
57
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
@@ -61,7 +61,7 @@ opts = {
61
61
  }
62
62
 
63
63
  begin
64
- # List workers
64
+ # List app statuss
65
65
  result = api_instance.list(opts)
66
66
  p result
67
67
  rescue PulpcoreClient::ApiError => e
@@ -77,7 +77,7 @@ This returns an Array which contains the response data, status code and headers.
77
77
 
78
78
  ```ruby
79
79
  begin
80
- # List workers
80
+ # List app statuss
81
81
  data, status_code, headers = api_instance.list_with_http_info(opts)
82
82
  p status_code # => 2xx
83
83
  p headers # => { ... }
@@ -112,7 +112,7 @@ end
112
112
  | **name__startswith** | **String** | Filter results where name starts with value | [optional] |
113
113
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
114
114
  | **online** | **Boolean** | | [optional] |
115
- | **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_heartbeat&#x60; - Last heartbeat * &#x60;-last_heartbeat&#x60; - Last heartbeat (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
115
+ | **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;app_type&#x60; - App type * &#x60;-app_type&#x60; - App type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;ttl&#x60; - Ttl * &#x60;-ttl&#x60; - Ttl (descending) * &#x60;last_heartbeat&#x60; - Last heartbeat * &#x60;-last_heartbeat&#x60; - Last heartbeat (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
116
116
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
117
117
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
118
118
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
@@ -138,7 +138,7 @@ end
138
138
 
139
139
  > <WorkerResponse> read(worker_href, opts)
140
140
 
141
- Inspect a worker
141
+ Inspect an app status
142
142
 
143
143
  A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
144
144
 
@@ -163,7 +163,7 @@ opts = {
163
163
  }
164
164
 
165
165
  begin
166
- # Inspect a worker
166
+ # Inspect an app status
167
167
  result = api_instance.read(worker_href, opts)
168
168
  p result
169
169
  rescue PulpcoreClient::ApiError => e
@@ -179,7 +179,7 @@ This returns an Array which contains the response data, status code and headers.
179
179
 
180
180
  ```ruby
181
181
  begin
182
- # Inspect a worker
182
+ # Inspect an app status
183
183
  data, status_code, headers = api_instance.read_with_http_info(worker_href, opts)
184
184
  p status_code # => 2xx
185
185
  p headers # => { ... }
@@ -218,7 +218,7 @@ module PulpcoreClient
218
218
  # @option opts [Time] :unblocked_at__lt Filter results where unblocked_at is less than value
219
219
  # @option opts [Time] :unblocked_at__lte Filter results where unblocked_at is less than or equal to value
220
220
  # @option opts [Array<Time>] :unblocked_at__range Filter results where unblocked_at is between two comma separated values
221
- # @option opts [String] :worker Filter results where worker matches value
221
+ # @option opts [String] :worker
222
222
  # @option opts [Array<String>] :worker__in Filter results where worker is in a comma-separated list of values
223
223
  # @option opts [Boolean] :worker__isnull Filter results where worker has a null value
224
224
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -287,7 +287,7 @@ module PulpcoreClient
287
287
  # @option opts [Time] :unblocked_at__lt Filter results where unblocked_at is less than value
288
288
  # @option opts [Time] :unblocked_at__lte Filter results where unblocked_at is less than or equal to value
289
289
  # @option opts [Array<Time>] :unblocked_at__range Filter results where unblocked_at is between two comma separated values
290
- # @option opts [String] :worker Filter results where worker matches value
290
+ # @option opts [String] :worker
291
291
  # @option opts [Array<String>] :worker__in Filter results where worker is in a comma-separated list of values
292
292
  # @option opts [Boolean] :worker__isnull Filter results where worker has a null value
293
293
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -19,7 +19,7 @@ module PulpcoreClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # List workers
22
+ # List app statuss
23
23
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
@@ -43,7 +43,7 @@ module PulpcoreClient
43
43
  # @option opts [String] :name__startswith Filter results where name starts with value
44
44
  # @option opts [Integer] :offset The initial index from which to return the results.
45
45
  # @option opts [Boolean] :online
46
- # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_heartbeat&#x60; - Last heartbeat * &#x60;-last_heartbeat&#x60; - Last heartbeat (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
46
+ # @option opts [Array<String>] :ordering 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;app_type&#x60; - App type * &#x60;-app_type&#x60; - App type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;ttl&#x60; - Ttl * &#x60;-ttl&#x60; - Ttl (descending) * &#x60;last_heartbeat&#x60; - Last heartbeat * &#x60;-last_heartbeat&#x60; - Last heartbeat (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
47
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
48
48
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
49
49
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -56,7 +56,7 @@ module PulpcoreClient
56
56
  data
57
57
  end
58
58
 
59
- # List workers
59
+ # List app statuss
60
60
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
61
61
  # @param [Hash] opts the optional parameters
62
62
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
@@ -80,7 +80,7 @@ module PulpcoreClient
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
82
  # @option opts [Boolean] :online
83
- # @option opts [Array<String>] :ordering 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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_heartbeat&#x60; - Last heartbeat * &#x60;-last_heartbeat&#x60; - Last heartbeat (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
83
+ # @option opts [Array<String>] :ordering 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;app_type&#x60; - App type * &#x60;-app_type&#x60; - App type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;ttl&#x60; - Ttl * &#x60;-ttl&#x60; - Ttl (descending) * &#x60;last_heartbeat&#x60; - Last heartbeat * &#x60;-last_heartbeat&#x60; - Last heartbeat (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
84
84
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
85
85
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
86
86
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -92,7 +92,7 @@ module PulpcoreClient
92
92
  if @api_client.config.debugging
93
93
  @api_client.config.logger.debug 'Calling API: WorkersApi.list ...'
94
94
  end
95
- allowable_values = ["-last_heartbeat", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-versions", "last_heartbeat", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "versions"]
95
+ allowable_values = ["-app_type", "-last_heartbeat", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-ttl", "-versions", "app_type", "last_heartbeat", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "ttl", "versions"]
96
96
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
97
97
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
98
98
  end
@@ -164,7 +164,7 @@ module PulpcoreClient
164
164
  return data, status_code, headers
165
165
  end
166
166
 
167
- # Inspect a worker
167
+ # Inspect an app status
168
168
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
169
169
  # @param worker_href [String]
170
170
  # @param [Hash] opts the optional parameters
@@ -177,7 +177,7 @@ module PulpcoreClient
177
177
  data
178
178
  end
179
179
 
180
- # Inspect a worker
180
+ # Inspect an app status
181
181
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
182
182
  # @param worker_href [String]
183
183
  # @param [Hash] opts the optional parameters
@@ -14,8 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module PulpcoreClient
17
- # Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
18
- class ApiAppStatusResponse
17
+ class AppStatusResponse
19
18
  # The name of the worker.
20
19
  attr_accessor :name
21
20
 
@@ -58,13 +57,13 @@ module PulpcoreClient
58
57
  # @param [Hash] attributes Model attributes in the form of hash
59
58
  def initialize(attributes = {})
60
59
  if (!attributes.is_a?(Hash))
61
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::ApiAppStatusResponse` initialize method"
60
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::AppStatusResponse` initialize method"
62
61
  end
63
62
 
64
63
  # check to see if the attribute exists and convert string to symbol for hash key
65
64
  attributes = attributes.each_with_object({}) { |(k, v), h|
66
65
  if (!self.class.attribute_map.key?(k.to_sym))
67
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::ApiAppStatusResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
66
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::AppStatusResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
68
67
  end
69
68
  h[k.to_sym] = v
70
69
  }
@@ -16,51 +16,51 @@ require 'time'
16
16
  module PulpcoreClient
17
17
  # A serializer for ArtifactDistribution.
18
18
  class ArtifactDistributionResponse
19
- # 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.
20
- attr_accessor :pulp_last_updated
21
-
22
- # The URL for accessing the publication as defined by this distribution.
23
- attr_accessor :base_url
19
+ attr_accessor :pulp_labels
24
20
 
25
21
  # Whether this distribution should be shown in the content app.
26
22
  attr_accessor :hidden
27
23
 
28
- # A unique name. Ex, `rawhide` and `stable`.
29
- attr_accessor :name
30
-
31
24
  # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
32
25
  attr_accessor :no_content_change_since
33
26
 
34
- # The Pulp Resource Name (PRN).
35
- attr_accessor :prn
36
-
37
27
  # Timestamp of creation.
38
28
  attr_accessor :pulp_created
39
29
 
40
- # An optional content-guard.
41
- attr_accessor :content_guard
30
+ attr_accessor :pulp_href
31
+
32
+ # The Pulp Resource Name (PRN).
33
+ attr_accessor :prn
42
34
 
43
35
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
44
36
  attr_accessor :base_path
45
37
 
46
- attr_accessor :pulp_href
38
+ # 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.
39
+ attr_accessor :pulp_last_updated
47
40
 
48
- attr_accessor :pulp_labels
41
+ # A unique name. Ex, `rawhide` and `stable`.
42
+ attr_accessor :name
43
+
44
+ # An optional content-guard.
45
+ attr_accessor :content_guard
46
+
47
+ # The URL for accessing the publication as defined by this distribution.
48
+ attr_accessor :base_url
49
49
 
50
50
  # Attribute mapping from ruby-style variable name to JSON key.
51
51
  def self.attribute_map
52
52
  {
53
- :'pulp_last_updated' => :'pulp_last_updated',
54
- :'base_url' => :'base_url',
53
+ :'pulp_labels' => :'pulp_labels',
55
54
  :'hidden' => :'hidden',
56
- :'name' => :'name',
57
55
  :'no_content_change_since' => :'no_content_change_since',
58
- :'prn' => :'prn',
59
56
  :'pulp_created' => :'pulp_created',
60
- :'content_guard' => :'content_guard',
61
- :'base_path' => :'base_path',
62
57
  :'pulp_href' => :'pulp_href',
63
- :'pulp_labels' => :'pulp_labels'
58
+ :'prn' => :'prn',
59
+ :'base_path' => :'base_path',
60
+ :'pulp_last_updated' => :'pulp_last_updated',
61
+ :'name' => :'name',
62
+ :'content_guard' => :'content_guard',
63
+ :'base_url' => :'base_url'
64
64
  }
65
65
  end
66
66
 
@@ -72,17 +72,17 @@ module PulpcoreClient
72
72
  # Attribute type mapping.
73
73
  def self.openapi_types
74
74
  {
75
- :'pulp_last_updated' => :'Time',
76
- :'base_url' => :'String',
75
+ :'pulp_labels' => :'Hash<String, String>',
77
76
  :'hidden' => :'Boolean',
78
- :'name' => :'String',
79
77
  :'no_content_change_since' => :'String',
80
- :'prn' => :'String',
81
78
  :'pulp_created' => :'Time',
82
- :'content_guard' => :'String',
83
- :'base_path' => :'String',
84
79
  :'pulp_href' => :'String',
85
- :'pulp_labels' => :'Hash<String, String>'
80
+ :'prn' => :'String',
81
+ :'base_path' => :'String',
82
+ :'pulp_last_updated' => :'Time',
83
+ :'name' => :'String',
84
+ :'content_guard' => :'String',
85
+ :'base_url' => :'String'
86
86
  }
87
87
  end
88
88
 
@@ -108,12 +108,10 @@ module PulpcoreClient
108
108
  h[k.to_sym] = v
109
109
  }
110
110
 
111
- if attributes.key?(:'pulp_last_updated')
112
- self.pulp_last_updated = attributes[:'pulp_last_updated']
113
- end
114
-
115
- if attributes.key?(:'base_url')
116
- self.base_url = attributes[:'base_url']
111
+ if attributes.key?(:'pulp_labels')
112
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
113
+ self.pulp_labels = value
114
+ end
117
115
  end
118
116
 
119
117
  if attributes.key?(:'hidden')
@@ -122,26 +120,20 @@ module PulpcoreClient
122
120
  self.hidden = false
123
121
  end
124
122
 
125
- if attributes.key?(:'name')
126
- self.name = attributes[:'name']
127
- else
128
- self.name = nil
129
- end
130
-
131
123
  if attributes.key?(:'no_content_change_since')
132
124
  self.no_content_change_since = attributes[:'no_content_change_since']
133
125
  end
134
126
 
135
- if attributes.key?(:'prn')
136
- self.prn = attributes[:'prn']
137
- end
138
-
139
127
  if attributes.key?(:'pulp_created')
140
128
  self.pulp_created = attributes[:'pulp_created']
141
129
  end
142
130
 
143
- if attributes.key?(:'content_guard')
144
- self.content_guard = attributes[:'content_guard']
131
+ if attributes.key?(:'pulp_href')
132
+ self.pulp_href = attributes[:'pulp_href']
133
+ end
134
+
135
+ if attributes.key?(:'prn')
136
+ self.prn = attributes[:'prn']
145
137
  end
146
138
 
147
139
  if attributes.key?(:'base_path')
@@ -150,14 +142,22 @@ module PulpcoreClient
150
142
  self.base_path = nil
151
143
  end
152
144
 
153
- if attributes.key?(:'pulp_href')
154
- self.pulp_href = attributes[:'pulp_href']
145
+ if attributes.key?(:'pulp_last_updated')
146
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
155
147
  end
156
148
 
157
- if attributes.key?(:'pulp_labels')
158
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
159
- self.pulp_labels = value
160
- end
149
+ if attributes.key?(:'name')
150
+ self.name = attributes[:'name']
151
+ else
152
+ self.name = nil
153
+ end
154
+
155
+ if attributes.key?(:'content_guard')
156
+ self.content_guard = attributes[:'content_guard']
157
+ end
158
+
159
+ if attributes.key?(:'base_url')
160
+ self.base_url = attributes[:'base_url']
161
161
  end
162
162
  end
163
163
 
@@ -166,14 +166,14 @@ module PulpcoreClient
166
166
  def list_invalid_properties
167
167
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
168
168
  invalid_properties = Array.new
169
- if @name.nil?
170
- invalid_properties.push('invalid value for "name", name cannot be nil.')
171
- end
172
-
173
169
  if @base_path.nil?
174
170
  invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
175
171
  end
176
172
 
173
+ if @name.nil?
174
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
175
+ end
176
+
177
177
  invalid_properties
178
178
  end
179
179
 
@@ -181,8 +181,8 @@ module PulpcoreClient
181
181
  # @return true if the model is valid
182
182
  def valid?
183
183
  warn '[DEPRECATED] the `valid?` method is obsolete'
184
- return false if @name.nil?
185
184
  return false if @base_path.nil?
185
+ return false if @name.nil?
186
186
  true
187
187
  end
188
188
 
@@ -191,17 +191,17 @@ module PulpcoreClient
191
191
  def ==(o)
192
192
  return true if self.equal?(o)
193
193
  self.class == o.class &&
194
- pulp_last_updated == o.pulp_last_updated &&
195
- base_url == o.base_url &&
194
+ pulp_labels == o.pulp_labels &&
196
195
  hidden == o.hidden &&
197
- name == o.name &&
198
196
  no_content_change_since == o.no_content_change_since &&
199
- prn == o.prn &&
200
197
  pulp_created == o.pulp_created &&
201
- content_guard == o.content_guard &&
202
- base_path == o.base_path &&
203
198
  pulp_href == o.pulp_href &&
204
- pulp_labels == o.pulp_labels
199
+ prn == o.prn &&
200
+ base_path == o.base_path &&
201
+ pulp_last_updated == o.pulp_last_updated &&
202
+ name == o.name &&
203
+ content_guard == o.content_guard &&
204
+ base_url == o.base_url
205
205
  end
206
206
 
207
207
  # @see the `==` method
@@ -213,7 +213,7 @@ module PulpcoreClient
213
213
  # Calculates hash code according to all attributes.
214
214
  # @return [Integer] Hash code
215
215
  def hash
216
- [pulp_last_updated, base_url, hidden, name, no_content_change_since, prn, pulp_created, content_guard, base_path, pulp_href, pulp_labels].hash
216
+ [pulp_labels, hidden, no_content_change_since, pulp_created, pulp_href, prn, base_path, pulp_last_updated, name, content_guard, base_url].hash
217
217
  end
218
218
 
219
219
  # Builds the object from hash
@@ -66,7 +66,7 @@ module PulpcoreClient
66
66
  if attributes.key?(:'finished_before')
67
67
  self.finished_before = attributes[:'finished_before']
68
68
  else
69
- self.finished_before = '2025-07-22'
69
+ self.finished_before = '2025-08-04'
70
70
  end
71
71
 
72
72
  if attributes.key?(:'states')