crc-pulp-service-client 20251215.1__tar.gz → 20260116.4__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.
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/PKG-INFO +226 -51
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/README.md +6 -4
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/crc_pulp_service_client.egg-info/PKG-INFO +226 -51
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/crc_pulp_service_client.egg-info/SOURCES.txt +4 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/__init__.py +3 -1
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api/__init__.py +2 -0
- crc_pulp_service_client-20260116.4/pulpcore/client/pulp_service/api/api_debug_database_triggers_api.py +329 -0
- crc_pulp_service_client-20260116.4/pulpcore/client/pulp_service/api/api_debug_release_task_locks_api.py +332 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/configuration.py +3 -3
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pyproject.toml +1 -1
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/setup.py +1 -1
- crc_pulp_service_client-20260116.4/test/test_api_debug_database_triggers_api.py +38 -0
- crc_pulp_service_client-20260116.4/test/test_api_debug_release_task_locks_api.py +38 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/crc_pulp_service_client.egg-info/dependency_links.txt +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/crc_pulp_service_client.egg-info/requires.txt +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/crc_pulp_service_client.egg-info/top_level.txt +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/__init__.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/__init__.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api/api_create_domain_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api/api_debug_auth_header_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api/api_rds_connection_tests_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api/api_test_random_lock_tasks_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api/api_test_tasks_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api/contentguards_feature_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api/tasks_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api/vuln_report_service_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api_client.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/api_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/exceptions.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/__init__.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/async_operation_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/domain.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/domain_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/my_permissions_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/nested_role.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/nested_role_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/object_roles_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/paginated_task_response_list.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/paginatedservice_feature_content_guard_response_list.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/paginatedservice_vulnerability_report_response_list.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/patchedservice_feature_content_guard.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/progress_report_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/service_feature_content_guard.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/service_feature_content_guard_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/service_vulnerability_report_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/storage_class_enum.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/models/task_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/py.typed +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/pulpcore/client/pulp_service/rest.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/setup.cfg +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_api_create_domain_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_api_debug_auth_header_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_api_rds_connection_tests_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_api_test_random_lock_tasks_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_api_test_tasks_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_async_operation_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_contentguards_feature_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_domain.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_domain_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_my_permissions_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_nested_role.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_nested_role_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_object_roles_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_paginated_task_response_list.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_paginatedservice_feature_content_guard_response_list.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_paginatedservice_vulnerability_report_response_list.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_patchedservice_feature_content_guard.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_progress_report_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_service_feature_content_guard.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_service_feature_content_guard_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_service_vulnerability_report_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_storage_class_enum.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_task_response.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/test/test_tasks_api.py +0 -0
- {crc_pulp_service_client-20251215.1 → crc_pulp_service_client-20260116.4}/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:
|
|
3
|
+
Version: 20260116.4
|
|
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-
|
|
26
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.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-
|
|
53
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.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-
|
|
56
|
+
host = "https://env-ephemeral-nvwxai.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-
|
|
127
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.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-
|
|
149
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.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-
|
|
152
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
153
153
|
)
|
|
154
154
|
|
|
155
155
|
|
|
@@ -199,9 +199,184 @@ No authorization required
|
|
|
199
199
|
|
|
200
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
201
|
|
|
202
|
+
# pulpcore.client.pulp_service.ApiDebugDatabaseTriggersApi
|
|
203
|
+
|
|
204
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.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-nvwxai.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-nvwxai.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
|
+
|
|
249
|
+
### Parameters
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
Name | Type | Description | Notes
|
|
253
|
+
------------- | ------------- | ------------- | -------------
|
|
254
|
+
**x_task_diagnostics** | [**List[str]**](str.md)| List of profilers to use on tasks. | [optional]
|
|
255
|
+
**fields** | [**List[str]**](str.md)| A list of fields to include in the response. | [optional]
|
|
256
|
+
**exclude_fields** | [**List[str]**](str.md)| A list of fields to exclude from the response. | [optional]
|
|
257
|
+
|
|
258
|
+
### Return type
|
|
259
|
+
|
|
260
|
+
void (empty response body)
|
|
261
|
+
|
|
262
|
+
### Authorization
|
|
263
|
+
|
|
264
|
+
No authorization required
|
|
265
|
+
|
|
266
|
+
### HTTP request headers
|
|
267
|
+
|
|
268
|
+
- **Content-Type**: Not defined
|
|
269
|
+
- **Accept**: Not defined
|
|
270
|
+
|
|
271
|
+
### HTTP response details
|
|
272
|
+
|
|
273
|
+
| Status code | Description | Response headers |
|
|
274
|
+
|-------------|-------------|------------------|
|
|
275
|
+
**200** | No response body | - |
|
|
276
|
+
|
|
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
|
+
|
|
279
|
+
# pulpcore.client.pulp_service.ApiDebugReleaseTaskLocksApi
|
|
280
|
+
|
|
281
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.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-nvwxai.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-nvwxai.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
|
+
|
|
202
377
|
# pulpcore.client.pulp_service.ApiRdsConnectionTestsApi
|
|
203
378
|
|
|
204
|
-
All URIs are relative to *https://env-ephemeral-
|
|
379
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
205
380
|
|
|
206
381
|
Method | HTTP request | Description
|
|
207
382
|
------------- | ------------- | -------------
|
|
@@ -224,10 +399,10 @@ import pulpcore.client.pulp_service
|
|
|
224
399
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
225
400
|
from pprint import pprint
|
|
226
401
|
|
|
227
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
402
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
228
403
|
# See configuration.py for a list of all supported configuration parameters.
|
|
229
404
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
230
|
-
host = "https://env-ephemeral-
|
|
405
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
231
406
|
)
|
|
232
407
|
|
|
233
408
|
|
|
@@ -293,10 +468,10 @@ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOp
|
|
|
293
468
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
294
469
|
from pprint import pprint
|
|
295
470
|
|
|
296
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
471
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
297
472
|
# See configuration.py for a list of all supported configuration parameters.
|
|
298
473
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
299
|
-
host = "https://env-ephemeral-
|
|
474
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
300
475
|
)
|
|
301
476
|
|
|
302
477
|
|
|
@@ -347,7 +522,7 @@ No authorization required
|
|
|
347
522
|
|
|
348
523
|
# pulpcore.client.pulp_service.ApiTestRandomLockTasksApi
|
|
349
524
|
|
|
350
|
-
All URIs are relative to *https://env-ephemeral-
|
|
525
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
351
526
|
|
|
352
527
|
Method | HTTP request | Description
|
|
353
528
|
------------- | ------------- | -------------
|
|
@@ -367,10 +542,10 @@ import pulpcore.client.pulp_service
|
|
|
367
542
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
368
543
|
from pprint import pprint
|
|
369
544
|
|
|
370
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
545
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
371
546
|
# See configuration.py for a list of all supported configuration parameters.
|
|
372
547
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
373
|
-
host = "https://env-ephemeral-
|
|
548
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
374
549
|
)
|
|
375
550
|
|
|
376
551
|
|
|
@@ -422,7 +597,7 @@ No authorization required
|
|
|
422
597
|
|
|
423
598
|
# pulpcore.client.pulp_service.ApiTestTasksApi
|
|
424
599
|
|
|
425
|
-
All URIs are relative to *https://env-ephemeral-
|
|
600
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
426
601
|
|
|
427
602
|
Method | HTTP request | Description
|
|
428
603
|
------------- | ------------- | -------------
|
|
@@ -442,10 +617,10 @@ import pulpcore.client.pulp_service
|
|
|
442
617
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
443
618
|
from pprint import pprint
|
|
444
619
|
|
|
445
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
620
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
446
621
|
# See configuration.py for a list of all supported configuration parameters.
|
|
447
622
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
448
|
-
host = "https://env-ephemeral-
|
|
623
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
449
624
|
)
|
|
450
625
|
|
|
451
626
|
|
|
@@ -527,7 +702,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
|
|
|
527
702
|
|
|
528
703
|
# pulpcore.client.pulp_service.ContentguardsFeatureApi
|
|
529
704
|
|
|
530
|
-
All URIs are relative to *https://env-ephemeral-
|
|
705
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
531
706
|
|
|
532
707
|
Method | HTTP request | Description
|
|
533
708
|
------------- | ------------- | -------------
|
|
@@ -563,10 +738,10 @@ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleR
|
|
|
563
738
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
564
739
|
from pprint import pprint
|
|
565
740
|
|
|
566
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
741
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
567
742
|
# See configuration.py for a list of all supported configuration parameters.
|
|
568
743
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
569
|
-
host = "https://env-ephemeral-
|
|
744
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
570
745
|
)
|
|
571
746
|
|
|
572
747
|
# The client must configure the authentication and authorization parameters
|
|
@@ -657,10 +832,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
|
|
|
657
832
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
658
833
|
from pprint import pprint
|
|
659
834
|
|
|
660
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
835
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
661
836
|
# See configuration.py for a list of all supported configuration parameters.
|
|
662
837
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
663
|
-
host = "https://env-ephemeral-
|
|
838
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
664
839
|
)
|
|
665
840
|
|
|
666
841
|
# The client must configure the authentication and authorization parameters
|
|
@@ -749,10 +924,10 @@ import pulpcore.client.pulp_service
|
|
|
749
924
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
750
925
|
from pprint import pprint
|
|
751
926
|
|
|
752
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
927
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
753
928
|
# See configuration.py for a list of all supported configuration parameters.
|
|
754
929
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
755
|
-
host = "https://env-ephemeral-
|
|
930
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
756
931
|
)
|
|
757
932
|
|
|
758
933
|
# The client must configure the authentication and authorization parameters
|
|
@@ -838,10 +1013,10 @@ from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_
|
|
|
838
1013
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
839
1014
|
from pprint import pprint
|
|
840
1015
|
|
|
841
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1016
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
842
1017
|
# See configuration.py for a list of all supported configuration parameters.
|
|
843
1018
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
844
|
-
host = "https://env-ephemeral-
|
|
1019
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
845
1020
|
)
|
|
846
1021
|
|
|
847
1022
|
# The client must configure the authentication and authorization parameters
|
|
@@ -965,10 +1140,10 @@ from pulpcore.client.pulp_service.models.object_roles_response import ObjectRole
|
|
|
965
1140
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
966
1141
|
from pprint import pprint
|
|
967
1142
|
|
|
968
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1143
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
969
1144
|
# See configuration.py for a list of all supported configuration parameters.
|
|
970
1145
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
971
|
-
host = "https://env-ephemeral-
|
|
1146
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
972
1147
|
)
|
|
973
1148
|
|
|
974
1149
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1060,10 +1235,10 @@ from pulpcore.client.pulp_service.models.my_permissions_response import MyPermis
|
|
|
1060
1235
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
1061
1236
|
from pprint import pprint
|
|
1062
1237
|
|
|
1063
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1238
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1064
1239
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1065
1240
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
1066
|
-
host = "https://env-ephemeral-
|
|
1241
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1067
1242
|
)
|
|
1068
1243
|
|
|
1069
1244
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1156,10 +1331,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
|
|
|
1156
1331
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
1157
1332
|
from pprint import pprint
|
|
1158
1333
|
|
|
1159
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1334
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1160
1335
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1161
1336
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
1162
|
-
host = "https://env-ephemeral-
|
|
1337
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1163
1338
|
)
|
|
1164
1339
|
|
|
1165
1340
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1249,10 +1424,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
|
|
|
1249
1424
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
1250
1425
|
from pprint import pprint
|
|
1251
1426
|
|
|
1252
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1427
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1253
1428
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1254
1429
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
1255
|
-
host = "https://env-ephemeral-
|
|
1430
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1256
1431
|
)
|
|
1257
1432
|
|
|
1258
1433
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1345,10 +1520,10 @@ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleR
|
|
|
1345
1520
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
1346
1521
|
from pprint import pprint
|
|
1347
1522
|
|
|
1348
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1523
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1349
1524
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1350
1525
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
1351
|
-
host = "https://env-ephemeral-
|
|
1526
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1352
1527
|
)
|
|
1353
1528
|
|
|
1354
1529
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1439,10 +1614,10 @@ from pulpcore.client.pulp_service.models.service_feature_content_guard_response
|
|
|
1439
1614
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
1440
1615
|
from pprint import pprint
|
|
1441
1616
|
|
|
1442
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1617
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1443
1618
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1444
1619
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
1445
|
-
host = "https://env-ephemeral-
|
|
1620
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1446
1621
|
)
|
|
1447
1622
|
|
|
1448
1623
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2050,7 +2225,7 @@ task_response_from_dict = TaskResponse.from_dict(task_response_dict)
|
|
|
2050
2225
|
|
|
2051
2226
|
# pulpcore.client.pulp_service.TasksApi
|
|
2052
2227
|
|
|
2053
|
-
All URIs are relative to *https://env-ephemeral-
|
|
2228
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
2054
2229
|
|
|
2055
2230
|
Method | HTTP request | Description
|
|
2056
2231
|
------------- | ------------- | -------------
|
|
@@ -2076,10 +2251,10 @@ from pulpcore.client.pulp_service.models.paginated_task_response_list import Pag
|
|
|
2076
2251
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
2077
2252
|
from pprint import pprint
|
|
2078
2253
|
|
|
2079
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2254
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2080
2255
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2081
2256
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
2082
|
-
host = "https://env-ephemeral-
|
|
2257
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2083
2258
|
)
|
|
2084
2259
|
|
|
2085
2260
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2261,7 +2436,7 @@ Name | Type | Description | Notes
|
|
|
2261
2436
|
|
|
2262
2437
|
# pulpcore.client.pulp_service.VulnReportServiceApi
|
|
2263
2438
|
|
|
2264
|
-
All URIs are relative to *https://env-ephemeral-
|
|
2439
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
2265
2440
|
|
|
2266
2441
|
Method | HTTP request | Description
|
|
2267
2442
|
------------- | ------------- | -------------
|
|
@@ -2290,10 +2465,10 @@ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOp
|
|
|
2290
2465
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
2291
2466
|
from pprint import pprint
|
|
2292
2467
|
|
|
2293
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2468
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2294
2469
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2295
2470
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
2296
|
-
host = "https://env-ephemeral-
|
|
2471
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2297
2472
|
)
|
|
2298
2473
|
|
|
2299
2474
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2384,10 +2559,10 @@ import pulpcore.client.pulp_service
|
|
|
2384
2559
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
2385
2560
|
from pprint import pprint
|
|
2386
2561
|
|
|
2387
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2562
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2388
2563
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2389
2564
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
2390
|
-
host = "https://env-ephemeral-
|
|
2565
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2391
2566
|
)
|
|
2392
2567
|
|
|
2393
2568
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2473,10 +2648,10 @@ from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_r
|
|
|
2473
2648
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
2474
2649
|
from pprint import pprint
|
|
2475
2650
|
|
|
2476
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2651
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2477
2652
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2478
2653
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
2479
|
-
host = "https://env-ephemeral-
|
|
2654
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2480
2655
|
)
|
|
2481
2656
|
|
|
2482
2657
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2572,10 +2747,10 @@ from pulpcore.client.pulp_service.models.service_vulnerability_report_response i
|
|
|
2572
2747
|
from pulpcore.client.pulp_service.rest import ApiException
|
|
2573
2748
|
from pprint import pprint
|
|
2574
2749
|
|
|
2575
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2750
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2576
2751
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2577
2752
|
configuration = pulpcore.client.pulp_service.Configuration(
|
|
2578
|
-
host = "https://env-ephemeral-
|
|
2753
|
+
host = "https://env-ephemeral-nvwxai.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2579
2754
|
)
|
|
2580
2755
|
|
|
2581
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:
|
|
7
|
+
- Package version: 20260116.4
|
|
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-
|
|
59
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nvwxai.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-
|
|
62
|
+
host = "https://env-ephemeral-nvwxai.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,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-
|
|
104
|
+
All URIs are relative to *https://env-ephemeral-nvwxai.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/ |
|
|
111
|
+
*ApiDebugReleaseTaskLocksApi* | [**get**](docs/ApiDebugReleaseTaskLocksApi.md#get) | **GET** /api/pulp/debug/release-task-locks/ |
|
|
110
112
|
*ApiRdsConnectionTestsApi* | [**get**](docs/ApiRdsConnectionTestsApi.md#get) | **GET** /api/pulp/rds-connection-tests/ |
|
|
111
113
|
*ApiRdsConnectionTestsApi* | [**post**](docs/ApiRdsConnectionTestsApi.md#post) | **POST** /api/pulp/rds-connection-tests/ | Dispatch RDS connection tests
|
|
112
114
|
*ApiTestRandomLockTasksApi* | [**get**](docs/ApiTestRandomLockTasksApi.md#get) | **GET** /api/pulp/test/random_lock_tasks/ |
|