crc-pulp-service-client 20260108.3__tar.gz → 20260119.1__tar.gz

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.
Files changed (75) hide show
  1. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/PKG-INFO +152 -54
  2. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/README.md +5 -4
  3. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/crc_pulp_service_client.egg-info/PKG-INFO +152 -54
  4. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/crc_pulp_service_client.egg-info/SOURCES.txt +2 -0
  5. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/__init__.py +2 -1
  6. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api/__init__.py +1 -0
  7. crc_pulp_service_client-20260119.1/pulpcore/client/pulp_service/api/api_debug_release_task_locks_api.py +332 -0
  8. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/configuration.py +3 -3
  9. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pyproject.toml +1 -1
  10. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/setup.py +1 -1
  11. crc_pulp_service_client-20260119.1/test/test_api_debug_release_task_locks_api.py +38 -0
  12. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/crc_pulp_service_client.egg-info/dependency_links.txt +0 -0
  13. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/crc_pulp_service_client.egg-info/requires.txt +0 -0
  14. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/crc_pulp_service_client.egg-info/top_level.txt +0 -0
  15. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/__init__.py +0 -0
  16. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/__init__.py +0 -0
  17. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api/api_create_domain_api.py +0 -0
  18. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api/api_debug_auth_header_api.py +0 -0
  19. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api/api_debug_database_triggers_api.py +0 -0
  20. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api/api_rds_connection_tests_api.py +0 -0
  21. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api/api_test_random_lock_tasks_api.py +0 -0
  22. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api/api_test_tasks_api.py +0 -0
  23. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api/contentguards_feature_api.py +0 -0
  24. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api/tasks_api.py +0 -0
  25. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api/vuln_report_service_api.py +0 -0
  26. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api_client.py +0 -0
  27. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/api_response.py +0 -0
  28. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/exceptions.py +0 -0
  29. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/__init__.py +0 -0
  30. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/async_operation_response.py +0 -0
  31. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/domain.py +0 -0
  32. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/domain_response.py +0 -0
  33. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/my_permissions_response.py +0 -0
  34. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/nested_role.py +0 -0
  35. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/nested_role_response.py +0 -0
  36. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/object_roles_response.py +0 -0
  37. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/paginated_task_response_list.py +0 -0
  38. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/paginatedservice_feature_content_guard_response_list.py +0 -0
  39. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/paginatedservice_vulnerability_report_response_list.py +0 -0
  40. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/patchedservice_feature_content_guard.py +0 -0
  41. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/progress_report_response.py +0 -0
  42. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/service_feature_content_guard.py +0 -0
  43. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/service_feature_content_guard_response.py +0 -0
  44. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/service_vulnerability_report_response.py +0 -0
  45. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/storage_class_enum.py +0 -0
  46. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/models/task_response.py +0 -0
  47. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/py.typed +0 -0
  48. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/pulpcore/client/pulp_service/rest.py +0 -0
  49. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/setup.cfg +0 -0
  50. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_api_create_domain_api.py +0 -0
  51. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_api_debug_auth_header_api.py +0 -0
  52. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_api_debug_database_triggers_api.py +0 -0
  53. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_api_rds_connection_tests_api.py +0 -0
  54. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_api_test_random_lock_tasks_api.py +0 -0
  55. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_api_test_tasks_api.py +0 -0
  56. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_async_operation_response.py +0 -0
  57. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_contentguards_feature_api.py +0 -0
  58. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_domain.py +0 -0
  59. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_domain_response.py +0 -0
  60. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_my_permissions_response.py +0 -0
  61. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_nested_role.py +0 -0
  62. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_nested_role_response.py +0 -0
  63. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_object_roles_response.py +0 -0
  64. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_paginated_task_response_list.py +0 -0
  65. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_paginatedservice_feature_content_guard_response_list.py +0 -0
  66. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_paginatedservice_vulnerability_report_response_list.py +0 -0
  67. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_patchedservice_feature_content_guard.py +0 -0
  68. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_progress_report_response.py +0 -0
  69. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_service_feature_content_guard.py +0 -0
  70. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_service_feature_content_guard_response.py +0 -0
  71. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_service_vulnerability_report_response.py +0 -0
  72. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_storage_class_enum.py +0 -0
  73. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_task_response.py +0 -0
  74. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_tasks_api.py +0 -0
  75. {crc_pulp_service_client-20260108.3 → crc_pulp_service_client-20260119.1}/test/test_vuln_report_service_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_service-client
3
- Version: 20260108.3
3
+ Version: 20260119.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -23,7 +23,7 @@ Dynamic: summary
23
23
 
24
24
  # pulpcore.client.pulp_service.ApiCreateDomainApi
25
25
 
26
- All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
27
27
 
28
28
  Method | HTTP request | Description
29
29
  ------------- | ------------- | -------------
@@ -50,10 +50,10 @@ from pulpcore.client.pulp_service.models.domain_response import DomainResponse
50
50
  from pulpcore.client.pulp_service.rest import ApiException
51
51
  from pprint import pprint
52
52
 
53
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
53
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
54
54
  # See configuration.py for a list of all supported configuration parameters.
55
55
  configuration = pulpcore.client.pulp_service.Configuration(
56
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
56
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
57
57
  )
58
58
 
59
59
  # The client must configure the authentication and authorization parameters
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
124
124
 
125
125
  # pulpcore.client.pulp_service.ApiDebugAuthHeaderApi
126
126
 
127
- All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
127
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
128
128
 
129
129
  Method | HTTP request | Description
130
130
  ------------- | ------------- | -------------
@@ -146,10 +146,10 @@ import pulpcore.client.pulp_service
146
146
  from pulpcore.client.pulp_service.rest import ApiException
147
147
  from pprint import pprint
148
148
 
149
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
149
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
150
150
  # See configuration.py for a list of all supported configuration parameters.
151
151
  configuration = pulpcore.client.pulp_service.Configuration(
152
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
152
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
153
153
  )
154
154
 
155
155
 
@@ -201,7 +201,7 @@ No authorization required
201
201
 
202
202
  # pulpcore.client.pulp_service.ApiDebugDatabaseTriggersApi
203
203
 
204
- All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
204
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
205
205
 
206
206
  Method | HTTP request | Description
207
207
  ------------- | ------------- | -------------
@@ -223,10 +223,10 @@ import pulpcore.client.pulp_service
223
223
  from pulpcore.client.pulp_service.rest import ApiException
224
224
  from pprint import pprint
225
225
 
226
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
226
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
227
227
  # See configuration.py for a list of all supported configuration parameters.
228
228
  configuration = pulpcore.client.pulp_service.Configuration(
229
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
229
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
230
230
  )
231
231
 
232
232
 
@@ -276,9 +276,107 @@ No authorization required
276
276
 
277
277
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
278
278
 
279
+ # pulpcore.client.pulp_service.ApiDebugReleaseTaskLocksApi
280
+
281
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
282
+
283
+ Method | HTTP request | Description
284
+ ------------- | ------------- | -------------
285
+ [**get**](ApiDebugReleaseTaskLocksApi.md#get) | **GET** /api/pulp/debug/release-task-locks/ |
286
+
287
+
288
+ # **get**
289
+ > get(x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
290
+
291
+
292
+
293
+ Release all Redis locks for a given task UUID. Query parameters: task_id: UUID of the task to release locks for Returns: 200: Locks released successfully 400: Missing or invalid task_id parameter 404: Task not found 500: Error releasing locks
294
+
295
+ ### Example
296
+
297
+ * OAuth Authentication (json_header_remote_authentication):
298
+ * Basic Authentication (basicAuth):
299
+ * Api Key Authentication (cookieAuth):
300
+
301
+ ```python
302
+ import pulpcore.client.pulp_service
303
+ from pulpcore.client.pulp_service.rest import ApiException
304
+ from pprint import pprint
305
+
306
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
307
+ # See configuration.py for a list of all supported configuration parameters.
308
+ configuration = pulpcore.client.pulp_service.Configuration(
309
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
310
+ )
311
+
312
+ # The client must configure the authentication and authorization parameters
313
+ # in accordance with the API server security policy.
314
+ # Examples for each auth method are provided below, use the example that
315
+ # satisfies your auth use case.
316
+
317
+ configuration.access_token = os.environ["ACCESS_TOKEN"]
318
+
319
+ # Configure HTTP basic authorization: basicAuth
320
+ configuration = pulpcore.client.pulp_service.Configuration(
321
+ username = os.environ["USERNAME"],
322
+ password = os.environ["PASSWORD"]
323
+ )
324
+
325
+ # Configure API key authorization: cookieAuth
326
+ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
327
+
328
+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
329
+ # configuration.api_key_prefix['cookieAuth'] = 'Bearer'
330
+
331
+ # Enter a context with an instance of the API client
332
+ with pulpcore.client.pulp_service.ApiClient(configuration) as api_client:
333
+ # Create an instance of the API class
334
+ api_instance = pulpcore.client.pulp_service.ApiDebugReleaseTaskLocksApi(api_client)
335
+ x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
336
+ fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
337
+ exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
338
+
339
+ try:
340
+ api_instance.get(x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
341
+ except Exception as e:
342
+ print("Exception when calling ApiDebugReleaseTaskLocksApi->get: %s\n" % e)
343
+ ```
344
+
345
+
346
+
347
+ ### Parameters
348
+
349
+
350
+ Name | Type | Description | Notes
351
+ ------------- | ------------- | ------------- | -------------
352
+ **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
353
+ **fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
354
+ **exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
355
+
356
+ ### Return type
357
+
358
+ void (empty response body)
359
+
360
+ ### Authorization
361
+
362
+ [json_header_remote_authentication](../README.md#json_header_remote_authentication), [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth)
363
+
364
+ ### HTTP request headers
365
+
366
+ - **Content-Type**: Not defined
367
+ - **Accept**: Not defined
368
+
369
+ ### HTTP response details
370
+
371
+ | Status code | Description | Response headers |
372
+ |-------------|-------------|------------------|
373
+ **200** | No response body | - |
374
+
375
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
376
+
279
377
  # pulpcore.client.pulp_service.ApiRdsConnectionTestsApi
280
378
 
281
- All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
379
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
282
380
 
283
381
  Method | HTTP request | Description
284
382
  ------------- | ------------- | -------------
@@ -301,10 +399,10 @@ import pulpcore.client.pulp_service
301
399
  from pulpcore.client.pulp_service.rest import ApiException
302
400
  from pprint import pprint
303
401
 
304
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
402
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
305
403
  # See configuration.py for a list of all supported configuration parameters.
306
404
  configuration = pulpcore.client.pulp_service.Configuration(
307
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
405
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
308
406
  )
309
407
 
310
408
 
@@ -370,10 +468,10 @@ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOp
370
468
  from pulpcore.client.pulp_service.rest import ApiException
371
469
  from pprint import pprint
372
470
 
373
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
471
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
374
472
  # See configuration.py for a list of all supported configuration parameters.
375
473
  configuration = pulpcore.client.pulp_service.Configuration(
376
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
474
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
377
475
  )
378
476
 
379
477
 
@@ -424,7 +522,7 @@ No authorization required
424
522
 
425
523
  # pulpcore.client.pulp_service.ApiTestRandomLockTasksApi
426
524
 
427
- All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
525
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
428
526
 
429
527
  Method | HTTP request | Description
430
528
  ------------- | ------------- | -------------
@@ -444,10 +542,10 @@ import pulpcore.client.pulp_service
444
542
  from pulpcore.client.pulp_service.rest import ApiException
445
543
  from pprint import pprint
446
544
 
447
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
545
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
448
546
  # See configuration.py for a list of all supported configuration parameters.
449
547
  configuration = pulpcore.client.pulp_service.Configuration(
450
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
548
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
451
549
  )
452
550
 
453
551
 
@@ -499,7 +597,7 @@ No authorization required
499
597
 
500
598
  # pulpcore.client.pulp_service.ApiTestTasksApi
501
599
 
502
- All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
600
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
503
601
 
504
602
  Method | HTTP request | Description
505
603
  ------------- | ------------- | -------------
@@ -519,10 +617,10 @@ import pulpcore.client.pulp_service
519
617
  from pulpcore.client.pulp_service.rest import ApiException
520
618
  from pprint import pprint
521
619
 
522
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
620
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
523
621
  # See configuration.py for a list of all supported configuration parameters.
524
622
  configuration = pulpcore.client.pulp_service.Configuration(
525
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
623
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
526
624
  )
527
625
 
528
626
 
@@ -604,7 +702,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
604
702
 
605
703
  # pulpcore.client.pulp_service.ContentguardsFeatureApi
606
704
 
607
- All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
705
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
608
706
 
609
707
  Method | HTTP request | Description
610
708
  ------------- | ------------- | -------------
@@ -640,10 +738,10 @@ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleR
640
738
  from pulpcore.client.pulp_service.rest import ApiException
641
739
  from pprint import pprint
642
740
 
643
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
741
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
644
742
  # See configuration.py for a list of all supported configuration parameters.
645
743
  configuration = pulpcore.client.pulp_service.Configuration(
646
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
744
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
647
745
  )
648
746
 
649
747
  # The client must configure the authentication and authorization parameters
@@ -734,10 +832,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
734
832
  from pulpcore.client.pulp_service.rest import ApiException
735
833
  from pprint import pprint
736
834
 
737
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
835
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
738
836
  # See configuration.py for a list of all supported configuration parameters.
739
837
  configuration = pulpcore.client.pulp_service.Configuration(
740
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
838
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
741
839
  )
742
840
 
743
841
  # The client must configure the authentication and authorization parameters
@@ -826,10 +924,10 @@ import pulpcore.client.pulp_service
826
924
  from pulpcore.client.pulp_service.rest import ApiException
827
925
  from pprint import pprint
828
926
 
829
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
927
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
830
928
  # See configuration.py for a list of all supported configuration parameters.
831
929
  configuration = pulpcore.client.pulp_service.Configuration(
832
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
930
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
833
931
  )
834
932
 
835
933
  # The client must configure the authentication and authorization parameters
@@ -915,10 +1013,10 @@ from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_
915
1013
  from pulpcore.client.pulp_service.rest import ApiException
916
1014
  from pprint import pprint
917
1015
 
918
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1016
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
919
1017
  # See configuration.py for a list of all supported configuration parameters.
920
1018
  configuration = pulpcore.client.pulp_service.Configuration(
921
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1019
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
922
1020
  )
923
1021
 
924
1022
  # The client must configure the authentication and authorization parameters
@@ -1042,10 +1140,10 @@ from pulpcore.client.pulp_service.models.object_roles_response import ObjectRole
1042
1140
  from pulpcore.client.pulp_service.rest import ApiException
1043
1141
  from pprint import pprint
1044
1142
 
1045
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1143
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1046
1144
  # See configuration.py for a list of all supported configuration parameters.
1047
1145
  configuration = pulpcore.client.pulp_service.Configuration(
1048
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1146
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1049
1147
  )
1050
1148
 
1051
1149
  # The client must configure the authentication and authorization parameters
@@ -1137,10 +1235,10 @@ from pulpcore.client.pulp_service.models.my_permissions_response import MyPermis
1137
1235
  from pulpcore.client.pulp_service.rest import ApiException
1138
1236
  from pprint import pprint
1139
1237
 
1140
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1238
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1141
1239
  # See configuration.py for a list of all supported configuration parameters.
1142
1240
  configuration = pulpcore.client.pulp_service.Configuration(
1143
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1241
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1144
1242
  )
1145
1243
 
1146
1244
  # The client must configure the authentication and authorization parameters
@@ -1233,10 +1331,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
1233
1331
  from pulpcore.client.pulp_service.rest import ApiException
1234
1332
  from pprint import pprint
1235
1333
 
1236
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1334
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1237
1335
  # See configuration.py for a list of all supported configuration parameters.
1238
1336
  configuration = pulpcore.client.pulp_service.Configuration(
1239
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1337
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1240
1338
  )
1241
1339
 
1242
1340
  # The client must configure the authentication and authorization parameters
@@ -1326,10 +1424,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
1326
1424
  from pulpcore.client.pulp_service.rest import ApiException
1327
1425
  from pprint import pprint
1328
1426
 
1329
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1427
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1330
1428
  # See configuration.py for a list of all supported configuration parameters.
1331
1429
  configuration = pulpcore.client.pulp_service.Configuration(
1332
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1430
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1333
1431
  )
1334
1432
 
1335
1433
  # The client must configure the authentication and authorization parameters
@@ -1422,10 +1520,10 @@ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleR
1422
1520
  from pulpcore.client.pulp_service.rest import ApiException
1423
1521
  from pprint import pprint
1424
1522
 
1425
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1523
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1426
1524
  # See configuration.py for a list of all supported configuration parameters.
1427
1525
  configuration = pulpcore.client.pulp_service.Configuration(
1428
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1526
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1429
1527
  )
1430
1528
 
1431
1529
  # The client must configure the authentication and authorization parameters
@@ -1516,10 +1614,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
1516
1614
  from pulpcore.client.pulp_service.rest import ApiException
1517
1615
  from pprint import pprint
1518
1616
 
1519
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1617
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
1520
1618
  # See configuration.py for a list of all supported configuration parameters.
1521
1619
  configuration = pulpcore.client.pulp_service.Configuration(
1522
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1620
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1523
1621
  )
1524
1622
 
1525
1623
  # The client must configure the authentication and authorization parameters
@@ -2127,7 +2225,7 @@ task_response_from_dict = TaskResponse.from_dict(task_response_dict)
2127
2225
 
2128
2226
  # pulpcore.client.pulp_service.TasksApi
2129
2227
 
2130
- All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
2228
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
2131
2229
 
2132
2230
  Method | HTTP request | Description
2133
2231
  ------------- | ------------- | -------------
@@ -2153,10 +2251,10 @@ from pulpcore.client.pulp_service.models.paginated_task_response_list import Pag
2153
2251
  from pulpcore.client.pulp_service.rest import ApiException
2154
2252
  from pprint import pprint
2155
2253
 
2156
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
2254
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2157
2255
  # See configuration.py for a list of all supported configuration parameters.
2158
2256
  configuration = pulpcore.client.pulp_service.Configuration(
2159
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
2257
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2160
2258
  )
2161
2259
 
2162
2260
  # The client must configure the authentication and authorization parameters
@@ -2338,7 +2436,7 @@ Name | Type | Description | Notes
2338
2436
 
2339
2437
  # pulpcore.client.pulp_service.VulnReportServiceApi
2340
2438
 
2341
- All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
2439
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
2342
2440
 
2343
2441
  Method | HTTP request | Description
2344
2442
  ------------- | ------------- | -------------
@@ -2367,10 +2465,10 @@ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOp
2367
2465
  from pulpcore.client.pulp_service.rest import ApiException
2368
2466
  from pprint import pprint
2369
2467
 
2370
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
2468
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2371
2469
  # See configuration.py for a list of all supported configuration parameters.
2372
2470
  configuration = pulpcore.client.pulp_service.Configuration(
2373
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
2471
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2374
2472
  )
2375
2473
 
2376
2474
  # The client must configure the authentication and authorization parameters
@@ -2461,10 +2559,10 @@ import pulpcore.client.pulp_service
2461
2559
  from pulpcore.client.pulp_service.rest import ApiException
2462
2560
  from pprint import pprint
2463
2561
 
2464
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
2562
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2465
2563
  # See configuration.py for a list of all supported configuration parameters.
2466
2564
  configuration = pulpcore.client.pulp_service.Configuration(
2467
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
2565
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2468
2566
  )
2469
2567
 
2470
2568
  # The client must configure the authentication and authorization parameters
@@ -2550,10 +2648,10 @@ from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_r
2550
2648
  from pulpcore.client.pulp_service.rest import ApiException
2551
2649
  from pprint import pprint
2552
2650
 
2553
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
2651
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2554
2652
  # See configuration.py for a list of all supported configuration parameters.
2555
2653
  configuration = pulpcore.client.pulp_service.Configuration(
2556
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
2654
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2557
2655
  )
2558
2656
 
2559
2657
  # The client must configure the authentication and authorization parameters
@@ -2649,10 +2747,10 @@ from pulpcore.client.pulp_service.models.service_vulnerability_report_response i
2649
2747
  from pulpcore.client.pulp_service.rest import ApiException
2650
2748
  from pprint import pprint
2651
2749
 
2652
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
2750
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
2653
2751
  # See configuration.py for a list of all supported configuration parameters.
2654
2752
  configuration = pulpcore.client.pulp_service.Configuration(
2655
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
2753
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2656
2754
  )
2657
2755
 
2658
2756
  # The client must configure the authentication and authorization parameters
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 20260108.3
7
+ - Package version: 20260119.1
8
8
  - Generator version: 7.10.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -56,10 +56,10 @@ import pulpcore.client.pulp_service
56
56
  from pulpcore.client.pulp_service.rest import ApiException
57
57
  from pprint import pprint
58
58
 
59
- # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com
60
60
  # See configuration.py for a list of all supported configuration parameters.
61
61
  configuration = pulpcore.client.pulp_service.Configuration(
62
- host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -101,13 +101,14 @@ with pulpcore.client.pulp_service.ApiClient(configuration) as api_client:
101
101
 
102
102
  ## Documentation for API Endpoints
103
103
 
104
- All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
104
+ All URIs are relative to *https://env-ephemeral-rwmrmr.apps.crc-eph.r9lp.p1.openshiftapps.com*
105
105
 
106
106
  Class | Method | HTTP request | Description
107
107
  ------------ | ------------- | ------------- | -------------
108
108
  *ApiCreateDomainApi* | [**post**](docs/ApiCreateDomainApi.md#post) | **POST** /api/pulp/create-domain/ | Create domain
109
109
  *ApiDebugAuthHeaderApi* | [**get**](docs/ApiDebugAuthHeaderApi.md#get) | **GET** /api/pulp/debug_auth_header/ |
110
110
  *ApiDebugDatabaseTriggersApi* | [**get**](docs/ApiDebugDatabaseTriggersApi.md#get) | **GET** /api/pulp/debug/database-triggers/ |
111
+ *ApiDebugReleaseTaskLocksApi* | [**get**](docs/ApiDebugReleaseTaskLocksApi.md#get) | **GET** /api/pulp/debug/release-task-locks/ |
111
112
  *ApiRdsConnectionTestsApi* | [**get**](docs/ApiRdsConnectionTestsApi.md#get) | **GET** /api/pulp/rds-connection-tests/ |
112
113
  *ApiRdsConnectionTestsApi* | [**post**](docs/ApiRdsConnectionTestsApi.md#post) | **POST** /api/pulp/rds-connection-tests/ | Dispatch RDS connection tests
113
114
  *ApiTestRandomLockTasksApi* | [**get**](docs/ApiTestRandomLockTasksApi.md#get) | **GET** /api/pulp/test/random_lock_tasks/ |