crc-pulp-service-client 20251121.1__tar.gz → 20260108.3__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 (73) hide show
  1. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/PKG-INFO +129 -52
  2. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/README.md +5 -4
  3. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/crc_pulp_service_client.egg-info/PKG-INFO +129 -52
  4. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/crc_pulp_service_client.egg-info/SOURCES.txt +2 -0
  5. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/crc_pulp_service_client.egg-info/requires.txt +1 -1
  6. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/__init__.py +2 -1
  7. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api/__init__.py +1 -0
  8. crc_pulp_service_client-20260108.3/pulpcore/client/pulp_service/api/api_debug_database_triggers_api.py +329 -0
  9. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/configuration.py +3 -3
  10. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pyproject.toml +1 -1
  11. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/setup.py +2 -2
  12. crc_pulp_service_client-20260108.3/test/test_api_debug_database_triggers_api.py +38 -0
  13. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/crc_pulp_service_client.egg-info/dependency_links.txt +0 -0
  14. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/crc_pulp_service_client.egg-info/top_level.txt +0 -0
  15. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/__init__.py +0 -0
  16. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/__init__.py +0 -0
  17. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api/api_create_domain_api.py +0 -0
  18. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api/api_debug_auth_header_api.py +0 -0
  19. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api/api_rds_connection_tests_api.py +0 -0
  20. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api/api_test_random_lock_tasks_api.py +0 -0
  21. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api/api_test_tasks_api.py +0 -0
  22. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api/contentguards_feature_api.py +0 -0
  23. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api/tasks_api.py +0 -0
  24. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api/vuln_report_service_api.py +0 -0
  25. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api_client.py +0 -0
  26. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/api_response.py +0 -0
  27. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/exceptions.py +0 -0
  28. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/__init__.py +0 -0
  29. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/async_operation_response.py +0 -0
  30. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/domain.py +0 -0
  31. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/domain_response.py +0 -0
  32. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/my_permissions_response.py +0 -0
  33. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/nested_role.py +0 -0
  34. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/nested_role_response.py +0 -0
  35. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/object_roles_response.py +0 -0
  36. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/paginated_task_response_list.py +0 -0
  37. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/paginatedservice_feature_content_guard_response_list.py +0 -0
  38. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/paginatedservice_vulnerability_report_response_list.py +0 -0
  39. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/patchedservice_feature_content_guard.py +0 -0
  40. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/progress_report_response.py +0 -0
  41. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/service_feature_content_guard.py +0 -0
  42. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/service_feature_content_guard_response.py +0 -0
  43. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/service_vulnerability_report_response.py +0 -0
  44. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/storage_class_enum.py +0 -0
  45. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/models/task_response.py +0 -0
  46. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/py.typed +0 -0
  47. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/pulpcore/client/pulp_service/rest.py +0 -0
  48. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/setup.cfg +0 -0
  49. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_api_create_domain_api.py +0 -0
  50. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_api_debug_auth_header_api.py +0 -0
  51. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_api_rds_connection_tests_api.py +0 -0
  52. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_api_test_random_lock_tasks_api.py +0 -0
  53. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_api_test_tasks_api.py +0 -0
  54. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_async_operation_response.py +0 -0
  55. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_contentguards_feature_api.py +0 -0
  56. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_domain.py +0 -0
  57. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_domain_response.py +0 -0
  58. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_my_permissions_response.py +0 -0
  59. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_nested_role.py +0 -0
  60. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_nested_role_response.py +0 -0
  61. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_object_roles_response.py +0 -0
  62. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_paginated_task_response_list.py +0 -0
  63. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_paginatedservice_feature_content_guard_response_list.py +0 -0
  64. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_paginatedservice_vulnerability_report_response_list.py +0 -0
  65. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_patchedservice_feature_content_guard.py +0 -0
  66. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_progress_report_response.py +0 -0
  67. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_service_feature_content_guard.py +0 -0
  68. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_service_feature_content_guard_response.py +0 -0
  69. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_service_vulnerability_report_response.py +0 -0
  70. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_storage_class_enum.py +0 -0
  71. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_task_response.py +0 -0
  72. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/test/test_tasks_api.py +0 -0
  73. {crc_pulp_service_client-20251121.1 → crc_pulp_service_client-20260108.3}/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: 20251121.1
3
+ Version: 20260108.3
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -8,7 +8,7 @@ Author-email: pulp-list@redhat.com
8
8
  License: GPLv2+
9
9
  Keywords: pulp,pulpcore,client,Pulp 3 API
10
10
  Description-Content-Type: text/markdown
11
- Requires-Dist: urllib3<3.0.0,>=1.25.3
11
+ Requires-Dist: urllib3<2.7,>=1.25.3
12
12
  Requires-Dist: python-dateutil<2.10.0,>=2.8.1
13
13
  Requires-Dist: pydantic>=2
14
14
  Requires-Dist: typing-extensions>=4.7.1
@@ -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-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-kfyjxp.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-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
53
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.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-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
56
+ host = "https://env-ephemeral-kfyjxp.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-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com*
127
+ All URIs are relative to *https://env-ephemeral-kfyjxp.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-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
149
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.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-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
152
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
153
153
  )
154
154
 
155
155
 
@@ -169,6 +169,83 @@ with pulpcore.client.pulp_service.ApiClient(configuration) as api_client:
169
169
 
170
170
 
171
171
 
172
+ ### Parameters
173
+
174
+
175
+ Name | Type | Description | Notes
176
+ ------------- | ------------- | ------------- | -------------
177
+ **x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
178
+ **fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
179
+ **exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
180
+
181
+ ### Return type
182
+
183
+ void (empty response body)
184
+
185
+ ### Authorization
186
+
187
+ No authorization required
188
+
189
+ ### HTTP request headers
190
+
191
+ - **Content-Type**: Not defined
192
+ - **Accept**: Not defined
193
+
194
+ ### HTTP response details
195
+
196
+ | Status code | Description | Response headers |
197
+ |-------------|-------------|------------------|
198
+ **200** | No response body | - |
199
+
200
+ [[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)
201
+
202
+ # pulpcore.client.pulp_service.ApiDebugDatabaseTriggersApi
203
+
204
+ All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
205
+
206
+ Method | HTTP request | Description
207
+ ------------- | ------------- | -------------
208
+ [**get**](ApiDebugDatabaseTriggersApi.md#get) | **GET** /api/pulp/debug/database-triggers/ |
209
+
210
+
211
+ # **get**
212
+ > get(x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
213
+
214
+
215
+
216
+ Query PostgreSQL system catalogs for triggers on core_task table.
217
+
218
+ ### Example
219
+
220
+
221
+ ```python
222
+ import pulpcore.client.pulp_service
223
+ from pulpcore.client.pulp_service.rest import ApiException
224
+ from pprint import pprint
225
+
226
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
227
+ # See configuration.py for a list of all supported configuration parameters.
228
+ configuration = pulpcore.client.pulp_service.Configuration(
229
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
230
+ )
231
+
232
+
233
+ # Enter a context with an instance of the API client
234
+ with pulpcore.client.pulp_service.ApiClient(configuration) as api_client:
235
+ # Create an instance of the API class
236
+ api_instance = pulpcore.client.pulp_service.ApiDebugDatabaseTriggersApi(api_client)
237
+ x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
238
+ fields = ['fields_example'] # List[str] | A list of fields to include in the response. (optional)
239
+ exclude_fields = ['exclude_fields_example'] # List[str] | A list of fields to exclude from the response. (optional)
240
+
241
+ try:
242
+ api_instance.get(x_task_diagnostics=x_task_diagnostics, fields=fields, exclude_fields=exclude_fields)
243
+ except Exception as e:
244
+ print("Exception when calling ApiDebugDatabaseTriggersApi->get: %s\n" % e)
245
+ ```
246
+
247
+
248
+
172
249
  ### Parameters
173
250
 
174
251
 
@@ -201,7 +278,7 @@ No authorization required
201
278
 
202
279
  # pulpcore.client.pulp_service.ApiRdsConnectionTestsApi
203
280
 
204
- All URIs are relative to *https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com*
281
+ All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
205
282
 
206
283
  Method | HTTP request | Description
207
284
  ------------- | ------------- | -------------
@@ -224,10 +301,10 @@ import pulpcore.client.pulp_service
224
301
  from pulpcore.client.pulp_service.rest import ApiException
225
302
  from pprint import pprint
226
303
 
227
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
304
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
228
305
  # See configuration.py for a list of all supported configuration parameters.
229
306
  configuration = pulpcore.client.pulp_service.Configuration(
230
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
307
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
231
308
  )
232
309
 
233
310
 
@@ -293,10 +370,10 @@ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOp
293
370
  from pulpcore.client.pulp_service.rest import ApiException
294
371
  from pprint import pprint
295
372
 
296
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
373
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
297
374
  # See configuration.py for a list of all supported configuration parameters.
298
375
  configuration = pulpcore.client.pulp_service.Configuration(
299
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
376
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
300
377
  )
301
378
 
302
379
 
@@ -347,7 +424,7 @@ No authorization required
347
424
 
348
425
  # pulpcore.client.pulp_service.ApiTestRandomLockTasksApi
349
426
 
350
- All URIs are relative to *https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com*
427
+ All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
351
428
 
352
429
  Method | HTTP request | Description
353
430
  ------------- | ------------- | -------------
@@ -367,10 +444,10 @@ import pulpcore.client.pulp_service
367
444
  from pulpcore.client.pulp_service.rest import ApiException
368
445
  from pprint import pprint
369
446
 
370
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
447
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
371
448
  # See configuration.py for a list of all supported configuration parameters.
372
449
  configuration = pulpcore.client.pulp_service.Configuration(
373
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
450
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
374
451
  )
375
452
 
376
453
 
@@ -422,7 +499,7 @@ No authorization required
422
499
 
423
500
  # pulpcore.client.pulp_service.ApiTestTasksApi
424
501
 
425
- All URIs are relative to *https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com*
502
+ All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
426
503
 
427
504
  Method | HTTP request | Description
428
505
  ------------- | ------------- | -------------
@@ -442,10 +519,10 @@ import pulpcore.client.pulp_service
442
519
  from pulpcore.client.pulp_service.rest import ApiException
443
520
  from pprint import pprint
444
521
 
445
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
522
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
446
523
  # See configuration.py for a list of all supported configuration parameters.
447
524
  configuration = pulpcore.client.pulp_service.Configuration(
448
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
525
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
449
526
  )
450
527
 
451
528
 
@@ -527,7 +604,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
527
604
 
528
605
  # pulpcore.client.pulp_service.ContentguardsFeatureApi
529
606
 
530
- All URIs are relative to *https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com*
607
+ All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
531
608
 
532
609
  Method | HTTP request | Description
533
610
  ------------- | ------------- | -------------
@@ -563,10 +640,10 @@ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleR
563
640
  from pulpcore.client.pulp_service.rest import ApiException
564
641
  from pprint import pprint
565
642
 
566
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
643
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
567
644
  # See configuration.py for a list of all supported configuration parameters.
568
645
  configuration = pulpcore.client.pulp_service.Configuration(
569
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
646
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
570
647
  )
571
648
 
572
649
  # The client must configure the authentication and authorization parameters
@@ -657,10 +734,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
657
734
  from pulpcore.client.pulp_service.rest import ApiException
658
735
  from pprint import pprint
659
736
 
660
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
737
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
661
738
  # See configuration.py for a list of all supported configuration parameters.
662
739
  configuration = pulpcore.client.pulp_service.Configuration(
663
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
740
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
664
741
  )
665
742
 
666
743
  # The client must configure the authentication and authorization parameters
@@ -749,10 +826,10 @@ import pulpcore.client.pulp_service
749
826
  from pulpcore.client.pulp_service.rest import ApiException
750
827
  from pprint import pprint
751
828
 
752
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
829
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
753
830
  # See configuration.py for a list of all supported configuration parameters.
754
831
  configuration = pulpcore.client.pulp_service.Configuration(
755
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
832
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
756
833
  )
757
834
 
758
835
  # The client must configure the authentication and authorization parameters
@@ -838,10 +915,10 @@ from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_
838
915
  from pulpcore.client.pulp_service.rest import ApiException
839
916
  from pprint import pprint
840
917
 
841
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
918
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
842
919
  # See configuration.py for a list of all supported configuration parameters.
843
920
  configuration = pulpcore.client.pulp_service.Configuration(
844
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
921
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
845
922
  )
846
923
 
847
924
  # The client must configure the authentication and authorization parameters
@@ -965,10 +1042,10 @@ from pulpcore.client.pulp_service.models.object_roles_response import ObjectRole
965
1042
  from pulpcore.client.pulp_service.rest import ApiException
966
1043
  from pprint import pprint
967
1044
 
968
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
1045
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
969
1046
  # See configuration.py for a list of all supported configuration parameters.
970
1047
  configuration = pulpcore.client.pulp_service.Configuration(
971
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
1048
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
972
1049
  )
973
1050
 
974
1051
  # The client must configure the authentication and authorization parameters
@@ -1060,10 +1137,10 @@ from pulpcore.client.pulp_service.models.my_permissions_response import MyPermis
1060
1137
  from pulpcore.client.pulp_service.rest import ApiException
1061
1138
  from pprint import pprint
1062
1139
 
1063
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
1140
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1064
1141
  # See configuration.py for a list of all supported configuration parameters.
1065
1142
  configuration = pulpcore.client.pulp_service.Configuration(
1066
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
1143
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1067
1144
  )
1068
1145
 
1069
1146
  # The client must configure the authentication and authorization parameters
@@ -1156,10 +1233,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
1156
1233
  from pulpcore.client.pulp_service.rest import ApiException
1157
1234
  from pprint import pprint
1158
1235
 
1159
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
1236
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1160
1237
  # See configuration.py for a list of all supported configuration parameters.
1161
1238
  configuration = pulpcore.client.pulp_service.Configuration(
1162
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
1239
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1163
1240
  )
1164
1241
 
1165
1242
  # The client must configure the authentication and authorization parameters
@@ -1249,10 +1326,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
1249
1326
  from pulpcore.client.pulp_service.rest import ApiException
1250
1327
  from pprint import pprint
1251
1328
 
1252
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
1329
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1253
1330
  # See configuration.py for a list of all supported configuration parameters.
1254
1331
  configuration = pulpcore.client.pulp_service.Configuration(
1255
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
1332
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1256
1333
  )
1257
1334
 
1258
1335
  # The client must configure the authentication and authorization parameters
@@ -1345,10 +1422,10 @@ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleR
1345
1422
  from pulpcore.client.pulp_service.rest import ApiException
1346
1423
  from pprint import pprint
1347
1424
 
1348
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
1425
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1349
1426
  # See configuration.py for a list of all supported configuration parameters.
1350
1427
  configuration = pulpcore.client.pulp_service.Configuration(
1351
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
1428
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1352
1429
  )
1353
1430
 
1354
1431
  # The client must configure the authentication and authorization parameters
@@ -1439,10 +1516,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
1439
1516
  from pulpcore.client.pulp_service.rest import ApiException
1440
1517
  from pprint import pprint
1441
1518
 
1442
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
1519
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
1443
1520
  # See configuration.py for a list of all supported configuration parameters.
1444
1521
  configuration = pulpcore.client.pulp_service.Configuration(
1445
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
1522
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
1446
1523
  )
1447
1524
 
1448
1525
  # The client must configure the authentication and authorization parameters
@@ -2050,7 +2127,7 @@ task_response_from_dict = TaskResponse.from_dict(task_response_dict)
2050
2127
 
2051
2128
  # pulpcore.client.pulp_service.TasksApi
2052
2129
 
2053
- All URIs are relative to *https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com*
2130
+ All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
2054
2131
 
2055
2132
  Method | HTTP request | Description
2056
2133
  ------------- | ------------- | -------------
@@ -2076,10 +2153,10 @@ from pulpcore.client.pulp_service.models.paginated_task_response_list import Pag
2076
2153
  from pulpcore.client.pulp_service.rest import ApiException
2077
2154
  from pprint import pprint
2078
2155
 
2079
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
2156
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
2080
2157
  # See configuration.py for a list of all supported configuration parameters.
2081
2158
  configuration = pulpcore.client.pulp_service.Configuration(
2082
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
2159
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
2083
2160
  )
2084
2161
 
2085
2162
  # The client must configure the authentication and authorization parameters
@@ -2261,7 +2338,7 @@ Name | Type | Description | Notes
2261
2338
 
2262
2339
  # pulpcore.client.pulp_service.VulnReportServiceApi
2263
2340
 
2264
- All URIs are relative to *https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com*
2341
+ All URIs are relative to *https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com*
2265
2342
 
2266
2343
  Method | HTTP request | Description
2267
2344
  ------------- | ------------- | -------------
@@ -2290,10 +2367,10 @@ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOp
2290
2367
  from pulpcore.client.pulp_service.rest import ApiException
2291
2368
  from pprint import pprint
2292
2369
 
2293
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
2370
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
2294
2371
  # See configuration.py for a list of all supported configuration parameters.
2295
2372
  configuration = pulpcore.client.pulp_service.Configuration(
2296
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
2373
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
2297
2374
  )
2298
2375
 
2299
2376
  # The client must configure the authentication and authorization parameters
@@ -2384,10 +2461,10 @@ import pulpcore.client.pulp_service
2384
2461
  from pulpcore.client.pulp_service.rest import ApiException
2385
2462
  from pprint import pprint
2386
2463
 
2387
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
2464
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
2388
2465
  # See configuration.py for a list of all supported configuration parameters.
2389
2466
  configuration = pulpcore.client.pulp_service.Configuration(
2390
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
2467
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
2391
2468
  )
2392
2469
 
2393
2470
  # The client must configure the authentication and authorization parameters
@@ -2473,10 +2550,10 @@ from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_r
2473
2550
  from pulpcore.client.pulp_service.rest import ApiException
2474
2551
  from pprint import pprint
2475
2552
 
2476
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
2553
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
2477
2554
  # See configuration.py for a list of all supported configuration parameters.
2478
2555
  configuration = pulpcore.client.pulp_service.Configuration(
2479
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
2556
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
2480
2557
  )
2481
2558
 
2482
2559
  # The client must configure the authentication and authorization parameters
@@ -2572,10 +2649,10 @@ from pulpcore.client.pulp_service.models.service_vulnerability_report_response i
2572
2649
  from pulpcore.client.pulp_service.rest import ApiException
2573
2650
  from pprint import pprint
2574
2651
 
2575
- # Defining the host is optional and defaults to https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
2652
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com
2576
2653
  # See configuration.py for a list of all supported configuration parameters.
2577
2654
  configuration = pulpcore.client.pulp_service.Configuration(
2578
- host = "https://env-ephemeral-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
2655
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
2579
2656
  )
2580
2657
 
2581
2658
  # 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: 20251121.1
7
+ - Package version: 20260108.3
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-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-kfyjxp.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-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-kfyjxp.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -101,12 +101,13 @@ 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-faxyr5.apps.crc-eph.r9lp.p1.openshiftapps.com*
104
+ All URIs are relative to *https://env-ephemeral-kfyjxp.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
+ *ApiDebugDatabaseTriggersApi* | [**get**](docs/ApiDebugDatabaseTriggersApi.md#get) | **GET** /api/pulp/debug/database-triggers/ |
110
111
  *ApiRdsConnectionTestsApi* | [**get**](docs/ApiRdsConnectionTestsApi.md#get) | **GET** /api/pulp/rds-connection-tests/ |
111
112
  *ApiRdsConnectionTestsApi* | [**post**](docs/ApiRdsConnectionTestsApi.md#post) | **POST** /api/pulp/rds-connection-tests/ | Dispatch RDS connection tests
112
113
  *ApiTestRandomLockTasksApi* | [**get**](docs/ApiTestRandomLockTasksApi.md#get) | **GET** /api/pulp/test/random_lock_tasks/ |