crc-pulp-service-client 20251209.2__py3-none-any.whl → 20260105.1__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_service-client
3
- Version: 20251209.2
3
+ Version: 20260105.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
53
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
56
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com*
127
+ All URIs are relative to *https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
149
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
152
+ host = "https://env-ephemeral-hyxvkl.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-hyxvkl.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-hyxvkl.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-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com*
281
+ All URIs are relative to *https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
304
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
307
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
373
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
376
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com*
427
+ All URIs are relative to *https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
447
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
450
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com*
502
+ All URIs are relative to *https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
522
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
525
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com*
607
+ All URIs are relative to *https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
643
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
646
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
737
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
740
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
829
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
832
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
918
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
921
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
1045
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
1048
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
1140
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
1143
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
1236
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
1239
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
1329
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
1332
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
1425
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
1428
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
1519
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
1522
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com*
2130
+ All URIs are relative to *https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
2156
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
2159
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com*
2341
+ All URIs are relative to *https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
2370
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
2373
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
2464
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
2467
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
2553
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
2556
+ host = "https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com
2652
+ # Defining the host is optional and defaults to https://env-ephemeral-hyxvkl.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-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com"
2655
+ host = "https://env-ephemeral-hyxvkl.apps.crc-eph.r9lp.p1.openshiftapps.com"
2579
2656
  )
2580
2657
 
2581
2658
  # The client must configure the authentication and authorization parameters
@@ -1,15 +1,16 @@
1
1
  pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
2
2
  pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
3
- pulpcore/client/pulp_service/__init__.py,sha256=ws6K60ZPL6lYbT_A6jylxxpFYeRiwuTU7aAzDDSVYnM,3439
3
+ pulpcore/client/pulp_service/__init__.py,sha256=T7DrNHWwjg-BEFqtyQqPO2yISUQB8gWlfVDblao7t2g,3544
4
4
  pulpcore/client/pulp_service/api_client.py,sha256=bUn0ja4iSmsk-aqlEycpPJ_A2kS3Z8Od7rN0w8WXpS0,27521
5
5
  pulpcore/client/pulp_service/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
- pulpcore/client/pulp_service/configuration.py,sha256=44GSFDpWsaQ-1eF47hIrO67Ld8zVsdAFIdtRgmy3-GE,19686
6
+ pulpcore/client/pulp_service/configuration.py,sha256=Y2qDCIomnBPf0VqodB7MrmH3LlwXSdWAQfJALTBQo1E,19686
7
7
  pulpcore/client/pulp_service/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
8
8
  pulpcore/client/pulp_service/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  pulpcore/client/pulp_service/rest.py,sha256=XBy6U2uDmD3JVaVMJshqRczy8zYdLoUpM0tT5uu10ao,9411
10
- pulpcore/client/pulp_service/api/__init__.py,sha256=P-oYqblWLbN6TEbGMxkO9Clu5GV8CBrwpmEYKL4DCFM,757
10
+ pulpcore/client/pulp_service/api/__init__.py,sha256=-RMfVl3f92qhpaPyCn512DFxsWzUaI9d2ET-ATGz64U,862
11
11
  pulpcore/client/pulp_service/api/api_create_domain_api.py,sha256=TIJc_bQ7KjDnjlfoaOlvE353AwdLbFVGMTGOVZvzORs,12758
12
12
  pulpcore/client/pulp_service/api/api_debug_auth_header_api.py,sha256=72p90hUugvu-YK3I93bcDqCbilQfzQU6WQhQzsxTdoo,13134
13
+ pulpcore/client/pulp_service/api/api_debug_database_triggers_api.py,sha256=IuwCFR28bUtWcs6vBV7RcJMc9qVzcUO3kyyBIECj4wY,13191
13
14
  pulpcore/client/pulp_service/api/api_rds_connection_tests_api.py,sha256=CuetHQ9QqDa98Q4q8pg2BuzKJjU98230DUenivcUImg,23773
14
15
  pulpcore/client/pulp_service/api/api_test_random_lock_tasks_api.py,sha256=y3bW5lr5xGYfOCkltuTiBrPP_ldpk78-SrNlnTmKgrg,12966
15
16
  pulpcore/client/pulp_service/api/api_test_tasks_api.py,sha256=SXhf3JT4Mfi7-DifFxTzA04eexVVLU09Dt7f_qpUsi4,12944
@@ -34,7 +35,7 @@ pulpcore/client/pulp_service/models/service_feature_content_guard_response.py,sh
34
35
  pulpcore/client/pulp_service/models/service_vulnerability_report_response.py,sha256=q2xsiNvYK5WCIgvZFmf0DWXkLO1skj9hvApYtegsvgI,3880
35
36
  pulpcore/client/pulp_service/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHELE1Hlw6c9dU6SCytz6f0D5c0E,1383
36
37
  pulpcore/client/pulp_service/models/task_response.py,sha256=eObQXKMC0MEW0KHU_NpsxmztTUX65_sQzCZa7oM70EI,9008
37
- crc_pulp_service_client-20251209.2.dist-info/METADATA,sha256=OOPYEaT7Pe_MpKWlshnXQ2kJiJzchPl1PJostsGrV5s,131746
38
- crc_pulp_service_client-20251209.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
39
- crc_pulp_service_client-20251209.2.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
40
- crc_pulp_service_client-20251209.2.dist-info/RECORD,,
38
+ crc_pulp_service_client-20260105.1.dist-info/METADATA,sha256=6hAhRz-bXmoruwAGByu7jNEvSewNwI2onYy5FZ3PgFo,134509
39
+ crc_pulp_service_client-20260105.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
40
+ crc_pulp_service_client-20260105.1.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
41
+ crc_pulp_service_client-20260105.1.dist-info/RECORD,,
@@ -15,11 +15,12 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20251209.2"
18
+ __version__ = "20260105.1"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_service.api.api_create_domain_api import ApiCreateDomainApi
22
22
  from pulpcore.client.pulp_service.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
23
+ from pulpcore.client.pulp_service.api.api_debug_database_triggers_api import ApiDebugDatabaseTriggersApi
23
24
  from pulpcore.client.pulp_service.api.api_rds_connection_tests_api import ApiRdsConnectionTestsApi
24
25
  from pulpcore.client.pulp_service.api.api_test_random_lock_tasks_api import ApiTestRandomLockTasksApi
25
26
  from pulpcore.client.pulp_service.api.api_test_tasks_api import ApiTestTasksApi
@@ -3,6 +3,7 @@
3
3
  # import apis into api package
4
4
  from pulpcore.client.pulp_service.api.api_create_domain_api import ApiCreateDomainApi
5
5
  from pulpcore.client.pulp_service.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
6
+ from pulpcore.client.pulp_service.api.api_debug_database_triggers_api import ApiDebugDatabaseTriggersApi
6
7
  from pulpcore.client.pulp_service.api.api_rds_connection_tests_api import ApiRdsConnectionTestsApi
7
8
  from pulpcore.client.pulp_service.api.api_test_random_lock_tasks_api import ApiTestRandomLockTasksApi
8
9
  from pulpcore.client.pulp_service.api.api_test_tasks_api import ApiTestTasksApi
@@ -0,0 +1,329 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Pulp 3 API
5
+
6
+ Fetch, Upload, Organize, and Distribute Software Packages
7
+
8
+ The version of the OpenAPI document: v3
9
+ Contact: pulp-list@redhat.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+ import warnings
16
+ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
17
+ from typing import Any, Dict, List, Optional, Tuple, Union
18
+ from typing_extensions import Annotated
19
+
20
+ from pydantic import Field, StrictStr
21
+ from typing import List, Optional
22
+ from typing_extensions import Annotated
23
+
24
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
25
+ from pulpcore.client.pulp_service.api_response import ApiResponse
26
+ from pulpcore.client.pulp_service.rest import RESTResponseType
27
+
28
+
29
+ class ApiDebugDatabaseTriggersApi:
30
+ """NOTE: This class is auto generated by OpenAPI Generator
31
+ Ref: https://openapi-generator.tech
32
+
33
+ Do not edit the class manually.
34
+ """
35
+
36
+ def __init__(self, api_client=None) -> None:
37
+ if api_client is None:
38
+ api_client = ApiClient.get_default()
39
+ self.api_client = api_client
40
+
41
+
42
+ @validate_call
43
+ def get(
44
+ self,
45
+ x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
46
+ fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
47
+ exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
48
+ _request_timeout: Union[
49
+ None,
50
+ Annotated[StrictFloat, Field(gt=0)],
51
+ Tuple[
52
+ Annotated[StrictFloat, Field(gt=0)],
53
+ Annotated[StrictFloat, Field(gt=0)]
54
+ ]
55
+ ] = None,
56
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
57
+ _content_type: Optional[StrictStr] = None,
58
+ _headers: Optional[Dict[StrictStr, Any]] = None,
59
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
60
+ ) -> None:
61
+ """get
62
+
63
+ Query PostgreSQL system catalogs for triggers on core_task table.
64
+
65
+ :param x_task_diagnostics: List of profilers to use on tasks.
66
+ :type x_task_diagnostics: List[str]
67
+ :param fields: A list of fields to include in the response.
68
+ :type fields: List[str]
69
+ :param exclude_fields: A list of fields to exclude from the response.
70
+ :type exclude_fields: List[str]
71
+ :param _request_timeout: timeout setting for this request. If one
72
+ number provided, it will be total request
73
+ timeout. It can also be a pair (tuple) of
74
+ (connection, read) timeouts.
75
+ :type _request_timeout: int, tuple(int, int), optional
76
+ :param _request_auth: set to override the auth_settings for an a single
77
+ request; this effectively ignores the
78
+ authentication in the spec for a single request.
79
+ :type _request_auth: dict, optional
80
+ :param _content_type: force content-type for the request.
81
+ :type _content_type: str, Optional
82
+ :param _headers: set to override the headers for a single
83
+ request; this effectively ignores the headers
84
+ in the spec for a single request.
85
+ :type _headers: dict, optional
86
+ :param _host_index: set to override the host_index for a single
87
+ request; this effectively ignores the host_index
88
+ in the spec for a single request.
89
+ :type _host_index: int, optional
90
+ :return: Returns the result object.
91
+ """ # noqa: E501
92
+
93
+ _param = self._get_serialize(
94
+ x_task_diagnostics=x_task_diagnostics,
95
+ fields=fields,
96
+ exclude_fields=exclude_fields,
97
+ _request_auth=_request_auth,
98
+ _content_type=_content_type,
99
+ _headers=_headers,
100
+ _host_index=_host_index
101
+ )
102
+
103
+ _response_types_map: Dict[str, Optional[str]] = {
104
+ '200': None,
105
+ }
106
+ response_data = self.api_client.call_api(
107
+ *_param,
108
+ _request_timeout=_request_timeout
109
+ )
110
+ response_data.read()
111
+ return self.api_client.response_deserialize(
112
+ response_data=response_data,
113
+ response_types_map=_response_types_map,
114
+ ).data
115
+
116
+
117
+ @validate_call
118
+ def get_with_http_info(
119
+ self,
120
+ x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
121
+ fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
122
+ exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
123
+ _request_timeout: Union[
124
+ None,
125
+ Annotated[StrictFloat, Field(gt=0)],
126
+ Tuple[
127
+ Annotated[StrictFloat, Field(gt=0)],
128
+ Annotated[StrictFloat, Field(gt=0)]
129
+ ]
130
+ ] = None,
131
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
132
+ _content_type: Optional[StrictStr] = None,
133
+ _headers: Optional[Dict[StrictStr, Any]] = None,
134
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
135
+ ) -> ApiResponse[None]:
136
+ """get
137
+
138
+ Query PostgreSQL system catalogs for triggers on core_task table.
139
+
140
+ :param x_task_diagnostics: List of profilers to use on tasks.
141
+ :type x_task_diagnostics: List[str]
142
+ :param fields: A list of fields to include in the response.
143
+ :type fields: List[str]
144
+ :param exclude_fields: A list of fields to exclude from the response.
145
+ :type exclude_fields: List[str]
146
+ :param _request_timeout: timeout setting for this request. If one
147
+ number provided, it will be total request
148
+ timeout. It can also be a pair (tuple) of
149
+ (connection, read) timeouts.
150
+ :type _request_timeout: int, tuple(int, int), optional
151
+ :param _request_auth: set to override the auth_settings for an a single
152
+ request; this effectively ignores the
153
+ authentication in the spec for a single request.
154
+ :type _request_auth: dict, optional
155
+ :param _content_type: force content-type for the request.
156
+ :type _content_type: str, Optional
157
+ :param _headers: set to override the headers for a single
158
+ request; this effectively ignores the headers
159
+ in the spec for a single request.
160
+ :type _headers: dict, optional
161
+ :param _host_index: set to override the host_index for a single
162
+ request; this effectively ignores the host_index
163
+ in the spec for a single request.
164
+ :type _host_index: int, optional
165
+ :return: Returns the result object.
166
+ """ # noqa: E501
167
+
168
+ _param = self._get_serialize(
169
+ x_task_diagnostics=x_task_diagnostics,
170
+ fields=fields,
171
+ exclude_fields=exclude_fields,
172
+ _request_auth=_request_auth,
173
+ _content_type=_content_type,
174
+ _headers=_headers,
175
+ _host_index=_host_index
176
+ )
177
+
178
+ _response_types_map: Dict[str, Optional[str]] = {
179
+ '200': None,
180
+ }
181
+ response_data = self.api_client.call_api(
182
+ *_param,
183
+ _request_timeout=_request_timeout
184
+ )
185
+ response_data.read()
186
+ return self.api_client.response_deserialize(
187
+ response_data=response_data,
188
+ response_types_map=_response_types_map,
189
+ )
190
+
191
+
192
+ @validate_call
193
+ def get_without_preload_content(
194
+ self,
195
+ x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
196
+ fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
197
+ exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
198
+ _request_timeout: Union[
199
+ None,
200
+ Annotated[StrictFloat, Field(gt=0)],
201
+ Tuple[
202
+ Annotated[StrictFloat, Field(gt=0)],
203
+ Annotated[StrictFloat, Field(gt=0)]
204
+ ]
205
+ ] = None,
206
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
207
+ _content_type: Optional[StrictStr] = None,
208
+ _headers: Optional[Dict[StrictStr, Any]] = None,
209
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
210
+ ) -> RESTResponseType:
211
+ """get
212
+
213
+ Query PostgreSQL system catalogs for triggers on core_task table.
214
+
215
+ :param x_task_diagnostics: List of profilers to use on tasks.
216
+ :type x_task_diagnostics: List[str]
217
+ :param fields: A list of fields to include in the response.
218
+ :type fields: List[str]
219
+ :param exclude_fields: A list of fields to exclude from the response.
220
+ :type exclude_fields: List[str]
221
+ :param _request_timeout: timeout setting for this request. If one
222
+ number provided, it will be total request
223
+ timeout. It can also be a pair (tuple) of
224
+ (connection, read) timeouts.
225
+ :type _request_timeout: int, tuple(int, int), optional
226
+ :param _request_auth: set to override the auth_settings for an a single
227
+ request; this effectively ignores the
228
+ authentication in the spec for a single request.
229
+ :type _request_auth: dict, optional
230
+ :param _content_type: force content-type for the request.
231
+ :type _content_type: str, Optional
232
+ :param _headers: set to override the headers for a single
233
+ request; this effectively ignores the headers
234
+ in the spec for a single request.
235
+ :type _headers: dict, optional
236
+ :param _host_index: set to override the host_index for a single
237
+ request; this effectively ignores the host_index
238
+ in the spec for a single request.
239
+ :type _host_index: int, optional
240
+ :return: Returns the result object.
241
+ """ # noqa: E501
242
+
243
+ _param = self._get_serialize(
244
+ x_task_diagnostics=x_task_diagnostics,
245
+ fields=fields,
246
+ exclude_fields=exclude_fields,
247
+ _request_auth=_request_auth,
248
+ _content_type=_content_type,
249
+ _headers=_headers,
250
+ _host_index=_host_index
251
+ )
252
+
253
+ _response_types_map: Dict[str, Optional[str]] = {
254
+ '200': None,
255
+ }
256
+ response_data = self.api_client.call_api(
257
+ *_param,
258
+ _request_timeout=_request_timeout
259
+ )
260
+ return response_data.response
261
+
262
+
263
+ def _get_serialize(
264
+ self,
265
+ x_task_diagnostics,
266
+ fields,
267
+ exclude_fields,
268
+ _request_auth,
269
+ _content_type,
270
+ _headers,
271
+ _host_index,
272
+ ) -> RequestSerialized:
273
+
274
+ _host = None
275
+
276
+ _collection_formats: Dict[str, str] = {
277
+ 'X-Task-Diagnostics': 'csv',
278
+ 'fields': 'multi',
279
+ 'exclude_fields': 'multi',
280
+ }
281
+
282
+ _path_params: Dict[str, str] = {}
283
+ _query_params: List[Tuple[str, str]] = []
284
+ _header_params: Dict[str, Optional[str]] = _headers or {}
285
+ _form_params: List[Tuple[str, str]] = []
286
+ _files: Dict[
287
+ str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
288
+ ] = {}
289
+ _body_params: Optional[bytes] = None
290
+
291
+ # process the path parameters
292
+ # process the query parameters
293
+ if fields is not None:
294
+
295
+ _query_params.append(('fields', fields))
296
+
297
+ if exclude_fields is not None:
298
+
299
+ _query_params.append(('exclude_fields', exclude_fields))
300
+
301
+ # process the header parameters
302
+ if x_task_diagnostics is not None:
303
+ _header_params['X-Task-Diagnostics'] = x_task_diagnostics
304
+ # process the form parameters
305
+ # process the body parameter
306
+
307
+
308
+
309
+
310
+ # authentication setting
311
+ _auth_settings: List[str] = [
312
+ ]
313
+
314
+ return self.api_client.param_serialize(
315
+ method='GET',
316
+ resource_path='/api/pulp/debug/database-triggers/',
317
+ path_params=_path_params,
318
+ query_params=_query_params,
319
+ header_params=_header_params,
320
+ body=_body_params,
321
+ post_params=_form_params,
322
+ files=_files,
323
+ auth_settings=_auth_settings,
324
+ collection_formats=_collection_formats,
325
+ _host=_host,
326
+ _request_auth=_request_auth
327
+ )
328
+
329
+
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_service.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-hyxvkl.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
229
229
  """Default Base url
230
230
  """
231
231
  self.server_index = 0 if server_index is None and host is None else server_index
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulp_service.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20251209.2".\
560
+ "SDK Package Version: 20260105.1".\
561
561
  format(env=sys.platform, pyversion=sys.version)
562
562
 
563
563
  def get_host_settings(self) -> List[HostSetting]:
@@ -567,7 +567,7 @@ conf = pulpcore.client.pulp_service.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-wzyw5m.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-hyxvkl.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]