crc-pulp-service-client 20250819.1__py3-none-any.whl → 20250821.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.
Potentially problematic release.
This version of crc-pulp-service-client might be problematic. Click here for more details.
- crc-pulp_service-client/api/__init__.py +1 -0
- services-pulp_service-client/api/api_test_tasks_api.py → crc-pulp_service-client/api/api_test_random_lock_tasks_api.py +5 -5
- crc-pulp_service-client/api_client.py +1 -1
- crc-pulp_service-client/configuration.py +3 -3
- {crc_pulp_service_client-20250819.1.dist-info → crc_pulp_service_client-20250821.1.dist-info}/METADATA +1 -1
- crc_pulp_service_client-20250821.1.dist-info/RECORD +44 -0
- crc_pulp_service_client-20250821.1.dist-info/top_level.txt +1 -0
- crc_pulp_service_client-20250819.1.dist-info/RECORD +0 -82
- crc_pulp_service_client-20250819.1.dist-info/top_level.txt +0 -2
- services-pulp_service-client/__init__.py +0 -2
- services-pulp_service-client/api/__init__.py +0 -11
- services-pulp_service-client/api/api_create_domain_api.py +0 -335
- services-pulp_service-client/api/api_debug_auth_header_api.py +0 -329
- services-pulp_service-client/api/content_rpmpackages_api.py +0 -1899
- services-pulp_service-client/api/contentguards_feature_api.py +0 -3401
- services-pulp_service-client/api/tasks_api.py +0 -1504
- services-pulp_service-client/api/vuln_report_api.py +0 -1301
- services-pulp_service-client/api_client.py +0 -798
- services-pulp_service-client/api_response.py +0 -21
- services-pulp_service-client/configuration.py +0 -628
- services-pulp_service-client/exceptions.py +0 -200
- services-pulp_service-client/models/__init__.py +0 -40
- services-pulp_service-client/models/async_operation_response.py +0 -88
- services-pulp_service-client/models/domain.py +0 -114
- services-pulp_service-client/models/domain_response.py +0 -131
- services-pulp_service-client/models/my_permissions_response.py +0 -88
- services-pulp_service-client/models/nested_role.py +0 -93
- services-pulp_service-client/models/nested_role_response.py +0 -92
- services-pulp_service-client/models/object_roles_response.py +0 -96
- services-pulp_service-client/models/paginated_task_response_list.py +0 -112
- services-pulp_service-client/models/paginatedrpm_package_response_list.py +0 -112
- services-pulp_service-client/models/paginatedservice_feature_content_guard_response_list.py +0 -112
- services-pulp_service-client/models/paginatedservice_vulnerability_report_response_list.py +0 -112
- services-pulp_service-client/models/patchedservice_feature_content_guard.py +0 -107
- services-pulp_service-client/models/progress_report_response.py +0 -115
- services-pulp_service-client/models/rpm_package_response.py +0 -325
- services-pulp_service-client/models/service_feature_content_guard.py +0 -107
- services-pulp_service-client/models/service_feature_content_guard_response.py +0 -123
- services-pulp_service-client/models/service_vulnerability_report_response.py +0 -110
- services-pulp_service-client/models/set_label.py +0 -103
- services-pulp_service-client/models/set_label_response.py +0 -103
- services-pulp_service-client/models/storage_class_enum.py +0 -40
- services-pulp_service-client/models/task_response.py +0 -167
- services-pulp_service-client/models/unset_label.py +0 -96
- services-pulp_service-client/models/unset_label_response.py +0 -100
- services-pulp_service-client/py.typed +0 -0
- services-pulp_service-client/rest.py +0 -258
- {crc_pulp_service_client-20250819.1.dist-info → crc_pulp_service_client-20250821.1.dist-info}/WHEEL +0 -0
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
# import apis into api package
|
|
4
4
|
from crc-pulp_service-client.api.api_create_domain_api import ApiCreateDomainApi
|
|
5
5
|
from crc-pulp_service-client.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
|
|
6
|
+
from crc-pulp_service-client.api.api_test_random_lock_tasks_api import ApiTestRandomLockTasksApi
|
|
6
7
|
from crc-pulp_service-client.api.api_test_tasks_api import ApiTestTasksApi
|
|
7
8
|
from crc-pulp_service-client.api.content_rpmpackages_api import ContentRpmpackagesApi
|
|
8
9
|
from crc-pulp_service-client.api.contentguards_feature_api import ContentguardsFeatureApi
|
|
@@ -21,12 +21,12 @@ from pydantic import Field, StrictStr
|
|
|
21
21
|
from typing import List, Optional
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
23
|
|
|
24
|
-
from
|
|
25
|
-
from
|
|
26
|
-
from
|
|
24
|
+
from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
|
|
25
|
+
from crc-pulp_service-client.api_response import ApiResponse
|
|
26
|
+
from crc-pulp_service-client.rest import RESTResponseType
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
class
|
|
29
|
+
class ApiTestRandomLockTasksApi:
|
|
30
30
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
31
31
|
Ref: https://openapi-generator.tech
|
|
32
32
|
|
|
@@ -310,7 +310,7 @@ class ApiTestTasksApi:
|
|
|
310
310
|
|
|
311
311
|
return self.api_client.param_serialize(
|
|
312
312
|
method='GET',
|
|
313
|
-
resource_path='/api/pulp/test/
|
|
313
|
+
resource_path='/api/pulp/test/random_lock_tasks/',
|
|
314
314
|
path_params=_path_params,
|
|
315
315
|
query_params=_query_params,
|
|
316
316
|
header_params=_header_params,
|
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'OpenAPI-Generator/
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/20250821.1/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
|
@@ -225,7 +225,7 @@ conf = crc-pulp_service-client.Configuration(
|
|
|
225
225
|
) -> None:
|
|
226
226
|
"""Constructor
|
|
227
227
|
"""
|
|
228
|
-
self._base_path = "https://env-ephemeral-
|
|
228
|
+
self._base_path = "https://env-ephemeral-iqasyf.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 = crc-pulp_service-client.Configuration(
|
|
|
557
557
|
"OS: {env}\n"\
|
|
558
558
|
"Python Version: {pyversion}\n"\
|
|
559
559
|
"Version of the API: v3\n"\
|
|
560
|
-
"SDK Package Version:
|
|
560
|
+
"SDK Package Version: 20250821.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 = crc-pulp_service-client.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-iqasyf.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
crc-pulp_service-client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
|
+
crc-pulp_service-client/api_client.py,sha256=K2gSYqT10fJXxTcCTuvwn7GTPeBxx9o9Qho-vaOGriI,27511
|
|
3
|
+
crc-pulp_service-client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
+
crc-pulp_service-client/configuration.py,sha256=rLLyN9Y28heY4tN_C5WGOGan3Wk9o0Wdp7ikvZ3ljwE,19671
|
|
5
|
+
crc-pulp_service-client/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
6
|
+
crc-pulp_service-client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
crc-pulp_service-client/rest.py,sha256=8qAQWTeWWsigAzyDI6IRs7XRH2NvXX1xaT5J0hRTUW4,9406
|
|
8
|
+
crc-pulp_service-client/api/__init__.py,sha256=shiqHYmpzbkBAMI0rK0-bqyCPKPdVaaeZQgghBw52s4,694
|
|
9
|
+
crc-pulp_service-client/api/api_create_domain_api.py,sha256=fL7kxbs4XTscV7DI7O9KXorarh6foJLPD9c2Rl6Xl5w,12733
|
|
10
|
+
crc-pulp_service-client/api/api_debug_auth_header_api.py,sha256=z0sMGgceGbBJz1doCtb1Ia4Iv4tAlddSZuNZhFOpVKc,13119
|
|
11
|
+
crc-pulp_service-client/api/api_test_random_lock_tasks_api.py,sha256=5Qkr2e4nemuo4w9s811e0ZE1hy3EO22TWUeXMdDNXBA,12951
|
|
12
|
+
crc-pulp_service-client/api/api_test_tasks_api.py,sha256=J-Lt11KD1MpDJnbk_jwiClx1EJiX6U5ZX0SE2M4t2SE,12929
|
|
13
|
+
crc-pulp_service-client/api/content_rpmpackages_api.py,sha256=MuMZJZQ3oLqWY0Xz3H1ZMtj_cUDo-cvWwo44RzxSv-E,83587
|
|
14
|
+
crc-pulp_service-client/api/contentguards_feature_api.py,sha256=_i-gRJ4vEs41NC3SqAC3obQ7SlrZQM1Lx8XURK0dj1I,149307
|
|
15
|
+
crc-pulp_service-client/api/tasks_api.py,sha256=WksMOsbSJ2uIJkNwIrVieI0UiCdZNZ4mrMJzndyX6ks,92237
|
|
16
|
+
crc-pulp_service-client/api/vuln_report_api.py,sha256=ZY_qhPxvHQTddvv3tGECBc0GS40FuV3yEm0c8EAgQ4o,64973
|
|
17
|
+
crc-pulp_service-client/models/__init__.py,sha256=Z5sUGw2bqhwdoCmgJ_9pIPTzVXihxcvtpAI6RMW2iTg,2453
|
|
18
|
+
crc-pulp_service-client/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
19
|
+
crc-pulp_service-client/models/domain.py,sha256=-uOAywOSxkY6BGpMWubdiRMnfFsFEWupxWVCQyUFTGw,4846
|
|
20
|
+
crc-pulp_service-client/models/domain_response.py,sha256=_0_wRRLGKBxc_O15WPGbrkzrFOjALXa0xTbvZYO6Lck,5919
|
|
21
|
+
crc-pulp_service-client/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
|
|
22
|
+
crc-pulp_service-client/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
|
|
23
|
+
crc-pulp_service-client/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
|
|
24
|
+
crc-pulp_service-client/models/object_roles_response.py,sha256=Lwt-xVCwEyFRQfj2FKbm_c8c3G5eWOt4RA8Zm7bvtoU,2972
|
|
25
|
+
crc-pulp_service-client/models/paginated_task_response_list.py,sha256=94JByVw04x1a3zfXYBovu_6f8_l5g4JIiYO2a9Bbt-E,3690
|
|
26
|
+
crc-pulp_service-client/models/paginatedrpm_package_response_list.py,sha256=mFURgnzdL-SD3MvDxFr9fcs5NfTrFJR4anvqJ5YRyxs,3739
|
|
27
|
+
crc-pulp_service-client/models/paginatedservice_feature_content_guard_response_list.py,sha256=J4ZZiO14nFBe0p_n_jnN31xp096FI9SpzxpaqAljd3s,3869
|
|
28
|
+
crc-pulp_service-client/models/paginatedservice_vulnerability_report_response_list.py,sha256=4SHsepimjX7L72WSNXZJEjqyaTHcSEh71e4p3OUhtjA,3868
|
|
29
|
+
crc-pulp_service-client/models/patchedservice_feature_content_guard.py,sha256=N-j_foG7gvzpzvJPzqr-RndEJN64BZr-53NYd5a0BZg,3852
|
|
30
|
+
crc-pulp_service-client/models/progress_report_response.py,sha256=0NtqBu9tx7dTliiB_gbmJG_HVYTQbXObBRDe7ZhstVA,4481
|
|
31
|
+
crc-pulp_service-client/models/rpm_package_response.py,sha256=nPEJqZdG5l88WaNF_2tqqBsSS45AbPDdiMBCc_NOnUI,16894
|
|
32
|
+
crc-pulp_service-client/models/service_feature_content_guard.py,sha256=AFrYuWWSuEwbrnaB4Qv1HJbdpUE4pCWiII8j-TbOJ6M,3766
|
|
33
|
+
crc-pulp_service-client/models/service_feature_content_guard_response.py,sha256=Jsuil4ljXafL3cGgk1b0u-uNyEguCqLSA3tGEi6vHE0,4668
|
|
34
|
+
crc-pulp_service-client/models/service_vulnerability_report_response.py,sha256=q2xsiNvYK5WCIgvZFmf0DWXkLO1skj9hvApYtegsvgI,3880
|
|
35
|
+
crc-pulp_service-client/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
|
|
36
|
+
crc-pulp_service-client/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
|
|
37
|
+
crc-pulp_service-client/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHELE1Hlw6c9dU6SCytz6f0D5c0E,1383
|
|
38
|
+
crc-pulp_service-client/models/task_response.py,sha256=y8GoIq6W8Jpj4uB0c2A4yPjbJXOmZYk9gd8nrhWNou0,8221
|
|
39
|
+
crc-pulp_service-client/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
40
|
+
crc-pulp_service-client/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
41
|
+
crc_pulp_service_client-20250821.1.dist-info/METADATA,sha256=VEDRLX065yarqIFYGr1XBp-5hfZH_dVVbPFkrutfBOM,642
|
|
42
|
+
crc_pulp_service_client-20250821.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
43
|
+
crc_pulp_service_client-20250821.1.dist-info/top_level.txt,sha256=4iezlxht2-5610eskEanBNuHGio_v4LXGcWgJaTBwBc,24
|
|
44
|
+
crc_pulp_service_client-20250821.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
crc-pulp_service-client
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
crc-pulp_service-client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
|
-
crc-pulp_service-client/api_client.py,sha256=Lc29k3NRDBB4DSrVFpZUKovWrqQwScO4jqXGqJamSfk,27511
|
|
3
|
-
crc-pulp_service-client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
crc-pulp_service-client/configuration.py,sha256=y48tFBRoB_sVu9S1Xu6gf5kGGilei5LI0W9S4d9Y9do,19671
|
|
5
|
-
crc-pulp_service-client/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
6
|
-
crc-pulp_service-client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
crc-pulp_service-client/rest.py,sha256=8qAQWTeWWsigAzyDI6IRs7XRH2NvXX1xaT5J0hRTUW4,9406
|
|
8
|
-
crc-pulp_service-client/api/__init__.py,sha256=H84ULTNYL2cXxsFdYNGxAUcYxGzhnHEuLtBsfKrz9bY,597
|
|
9
|
-
crc-pulp_service-client/api/api_create_domain_api.py,sha256=fL7kxbs4XTscV7DI7O9KXorarh6foJLPD9c2Rl6Xl5w,12733
|
|
10
|
-
crc-pulp_service-client/api/api_debug_auth_header_api.py,sha256=z0sMGgceGbBJz1doCtb1Ia4Iv4tAlddSZuNZhFOpVKc,13119
|
|
11
|
-
crc-pulp_service-client/api/api_test_tasks_api.py,sha256=J-Lt11KD1MpDJnbk_jwiClx1EJiX6U5ZX0SE2M4t2SE,12929
|
|
12
|
-
crc-pulp_service-client/api/content_rpmpackages_api.py,sha256=MuMZJZQ3oLqWY0Xz3H1ZMtj_cUDo-cvWwo44RzxSv-E,83587
|
|
13
|
-
crc-pulp_service-client/api/contentguards_feature_api.py,sha256=_i-gRJ4vEs41NC3SqAC3obQ7SlrZQM1Lx8XURK0dj1I,149307
|
|
14
|
-
crc-pulp_service-client/api/tasks_api.py,sha256=WksMOsbSJ2uIJkNwIrVieI0UiCdZNZ4mrMJzndyX6ks,92237
|
|
15
|
-
crc-pulp_service-client/api/vuln_report_api.py,sha256=ZY_qhPxvHQTddvv3tGECBc0GS40FuV3yEm0c8EAgQ4o,64973
|
|
16
|
-
crc-pulp_service-client/models/__init__.py,sha256=Z5sUGw2bqhwdoCmgJ_9pIPTzVXihxcvtpAI6RMW2iTg,2453
|
|
17
|
-
crc-pulp_service-client/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
18
|
-
crc-pulp_service-client/models/domain.py,sha256=-uOAywOSxkY6BGpMWubdiRMnfFsFEWupxWVCQyUFTGw,4846
|
|
19
|
-
crc-pulp_service-client/models/domain_response.py,sha256=_0_wRRLGKBxc_O15WPGbrkzrFOjALXa0xTbvZYO6Lck,5919
|
|
20
|
-
crc-pulp_service-client/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
|
|
21
|
-
crc-pulp_service-client/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
|
|
22
|
-
crc-pulp_service-client/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
|
|
23
|
-
crc-pulp_service-client/models/object_roles_response.py,sha256=Lwt-xVCwEyFRQfj2FKbm_c8c3G5eWOt4RA8Zm7bvtoU,2972
|
|
24
|
-
crc-pulp_service-client/models/paginated_task_response_list.py,sha256=94JByVw04x1a3zfXYBovu_6f8_l5g4JIiYO2a9Bbt-E,3690
|
|
25
|
-
crc-pulp_service-client/models/paginatedrpm_package_response_list.py,sha256=mFURgnzdL-SD3MvDxFr9fcs5NfTrFJR4anvqJ5YRyxs,3739
|
|
26
|
-
crc-pulp_service-client/models/paginatedservice_feature_content_guard_response_list.py,sha256=J4ZZiO14nFBe0p_n_jnN31xp096FI9SpzxpaqAljd3s,3869
|
|
27
|
-
crc-pulp_service-client/models/paginatedservice_vulnerability_report_response_list.py,sha256=4SHsepimjX7L72WSNXZJEjqyaTHcSEh71e4p3OUhtjA,3868
|
|
28
|
-
crc-pulp_service-client/models/patchedservice_feature_content_guard.py,sha256=N-j_foG7gvzpzvJPzqr-RndEJN64BZr-53NYd5a0BZg,3852
|
|
29
|
-
crc-pulp_service-client/models/progress_report_response.py,sha256=0NtqBu9tx7dTliiB_gbmJG_HVYTQbXObBRDe7ZhstVA,4481
|
|
30
|
-
crc-pulp_service-client/models/rpm_package_response.py,sha256=nPEJqZdG5l88WaNF_2tqqBsSS45AbPDdiMBCc_NOnUI,16894
|
|
31
|
-
crc-pulp_service-client/models/service_feature_content_guard.py,sha256=AFrYuWWSuEwbrnaB4Qv1HJbdpUE4pCWiII8j-TbOJ6M,3766
|
|
32
|
-
crc-pulp_service-client/models/service_feature_content_guard_response.py,sha256=Jsuil4ljXafL3cGgk1b0u-uNyEguCqLSA3tGEi6vHE0,4668
|
|
33
|
-
crc-pulp_service-client/models/service_vulnerability_report_response.py,sha256=q2xsiNvYK5WCIgvZFmf0DWXkLO1skj9hvApYtegsvgI,3880
|
|
34
|
-
crc-pulp_service-client/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
|
|
35
|
-
crc-pulp_service-client/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
|
|
36
|
-
crc-pulp_service-client/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHELE1Hlw6c9dU6SCytz6f0D5c0E,1383
|
|
37
|
-
crc-pulp_service-client/models/task_response.py,sha256=y8GoIq6W8Jpj4uB0c2A4yPjbJXOmZYk9gd8nrhWNou0,8221
|
|
38
|
-
crc-pulp_service-client/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
39
|
-
crc-pulp_service-client/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
40
|
-
services-pulp_service-client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
41
|
-
services-pulp_service-client/api_client.py,sha256=3CbfCUaifXFYdhEAvR57-72itJwQNjt2Ur-gSrEroLk,27541
|
|
42
|
-
services-pulp_service-client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
43
|
-
services-pulp_service-client/configuration.py,sha256=ohWlKh8PiHjTF6q-Q2T8Qn-svMt8vVhXNMLdxT6YuA0,19686
|
|
44
|
-
services-pulp_service-client/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
45
|
-
services-pulp_service-client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
|
-
services-pulp_service-client/rest.py,sha256=yTYNs9yD5Cxl-j3wIR-QDz41LBTM4Cmp3YP7amOo37o,9411
|
|
47
|
-
services-pulp_service-client/api/__init__.py,sha256=tLNGt4qq4cdgfitSLqFEh4gCjWQpchXQgIJWOLrr3yI,632
|
|
48
|
-
services-pulp_service-client/api/api_create_domain_api.py,sha256=ZnL9E0aXz20x7O0rQFvv0GLVpI5VTP46GR1TKwQ_Vno,12758
|
|
49
|
-
services-pulp_service-client/api/api_debug_auth_header_api.py,sha256=Xhq5wzqycxYiC5On-_kwYuhwoSCIUdZeB7OXP3eTs9g,13134
|
|
50
|
-
services-pulp_service-client/api/api_test_tasks_api.py,sha256=AFb9yFJyoEd634hWbQVeEGMpAvvA1eZzqi-kdIa1MA4,12944
|
|
51
|
-
services-pulp_service-client/api/content_rpmpackages_api.py,sha256=1d04tT241FVahXPAZ20E8kHRrRYwWkQyAouusqnY31c,83632
|
|
52
|
-
services-pulp_service-client/api/contentguards_feature_api.py,sha256=8vVML9DQ6DBQJZgpB10QDBqowVqx_6o_sedi5l9cZGM,149362
|
|
53
|
-
services-pulp_service-client/api/tasks_api.py,sha256=vLisUxs0D5H6E1JoXIIlDAVTderppylzp1CL1fu6l_g,92257
|
|
54
|
-
services-pulp_service-client/api/vuln_report_api.py,sha256=tUyCAakp65QOVEiOEN2SoRMXWv2_Z078XajIqyHfgHk,65003
|
|
55
|
-
services-pulp_service-client/models/__init__.py,sha256=8g7wACAqp9UN3I2VbJBJRsIe00n_IZkr2wNTJsRNwNk,2568
|
|
56
|
-
services-pulp_service-client/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
57
|
-
services-pulp_service-client/models/domain.py,sha256=-EBwWlERzSbn6C5eLTocSX44J_K2dxz3PA7VtxN-a9E,4851
|
|
58
|
-
services-pulp_service-client/models/domain_response.py,sha256=K9m-yN2CrwSjBW92hHBnpk5rJucVr8YX4HnCka-LepA,5924
|
|
59
|
-
services-pulp_service-client/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
|
|
60
|
-
services-pulp_service-client/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
|
|
61
|
-
services-pulp_service-client/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
|
|
62
|
-
services-pulp_service-client/models/object_roles_response.py,sha256=l98nP9p9JtZazsIoQKUxVx0nie52X2BCOXXSXw81u0w,2977
|
|
63
|
-
services-pulp_service-client/models/paginated_task_response_list.py,sha256=SdAd5EYM4Wlsh2-77ohzLCK6y0MxfcH1oDPSnK6p5kA,3695
|
|
64
|
-
services-pulp_service-client/models/paginatedrpm_package_response_list.py,sha256=ZfpcMPt-7Ui2LLjj_xKG97896fb0y1URP6aeXbaVl0U,3744
|
|
65
|
-
services-pulp_service-client/models/paginatedservice_feature_content_guard_response_list.py,sha256=aZWOvEZ64htGLF6FBtlxKqIz6FvfT706mHkmV6Tg7N0,3874
|
|
66
|
-
services-pulp_service-client/models/paginatedservice_vulnerability_report_response_list.py,sha256=5TKf23C5CnhSPe4GGAI7-A2_unz0xLLai19W0jSPdZE,3873
|
|
67
|
-
services-pulp_service-client/models/patchedservice_feature_content_guard.py,sha256=N-j_foG7gvzpzvJPzqr-RndEJN64BZr-53NYd5a0BZg,3852
|
|
68
|
-
services-pulp_service-client/models/progress_report_response.py,sha256=0NtqBu9tx7dTliiB_gbmJG_HVYTQbXObBRDe7ZhstVA,4481
|
|
69
|
-
services-pulp_service-client/models/rpm_package_response.py,sha256=nPEJqZdG5l88WaNF_2tqqBsSS45AbPDdiMBCc_NOnUI,16894
|
|
70
|
-
services-pulp_service-client/models/service_feature_content_guard.py,sha256=AFrYuWWSuEwbrnaB4Qv1HJbdpUE4pCWiII8j-TbOJ6M,3766
|
|
71
|
-
services-pulp_service-client/models/service_feature_content_guard_response.py,sha256=Jsuil4ljXafL3cGgk1b0u-uNyEguCqLSA3tGEi6vHE0,4668
|
|
72
|
-
services-pulp_service-client/models/service_vulnerability_report_response.py,sha256=q2xsiNvYK5WCIgvZFmf0DWXkLO1skj9hvApYtegsvgI,3880
|
|
73
|
-
services-pulp_service-client/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
|
|
74
|
-
services-pulp_service-client/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
|
|
75
|
-
services-pulp_service-client/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHELE1Hlw6c9dU6SCytz6f0D5c0E,1383
|
|
76
|
-
services-pulp_service-client/models/task_response.py,sha256=DF_bR0fXPM7pMZRR59gDUaEq12eRI4iAoctjtk5IWkg,8226
|
|
77
|
-
services-pulp_service-client/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
78
|
-
services-pulp_service-client/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
79
|
-
crc_pulp_service_client-20250819.1.dist-info/METADATA,sha256=ysiMmf7d2Fgt0UewY9GNnFodVSKbSi5ohKD4bF6ImgA,642
|
|
80
|
-
crc_pulp_service_client-20250819.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
81
|
-
crc_pulp_service_client-20250819.1.dist-info/top_level.txt,sha256=6LKdb-m9awOIbIGkvDUF4sAi4mUbLg-_fT5q3Qrbvwg,53
|
|
82
|
-
crc_pulp_service_client-20250819.1.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# flake8: noqa
|
|
2
|
-
|
|
3
|
-
# import apis into api package
|
|
4
|
-
from services-pulp_service-client.api.api_create_domain_api import ApiCreateDomainApi
|
|
5
|
-
from services-pulp_service-client.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
|
|
6
|
-
from services-pulp_service-client.api.api_test_tasks_api import ApiTestTasksApi
|
|
7
|
-
from services-pulp_service-client.api.content_rpmpackages_api import ContentRpmpackagesApi
|
|
8
|
-
from services-pulp_service-client.api.contentguards_feature_api import ContentguardsFeatureApi
|
|
9
|
-
from services-pulp_service-client.api.tasks_api import TasksApi
|
|
10
|
-
from services-pulp_service-client.api.vuln_report_api import VulnReportApi
|
|
11
|
-
|
|
@@ -1,335 +0,0 @@
|
|
|
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
|
-
from services-pulp_service-client.models.domain import Domain
|
|
24
|
-
from services-pulp_service-client.models.domain_response import DomainResponse
|
|
25
|
-
|
|
26
|
-
from services-pulp_service-client.api_client import ApiClient, RequestSerialized
|
|
27
|
-
from services-pulp_service-client.api_response import ApiResponse
|
|
28
|
-
from services-pulp_service-client.rest import RESTResponseType
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
class ApiCreateDomainApi:
|
|
32
|
-
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
33
|
-
Ref: https://openapi-generator.tech
|
|
34
|
-
|
|
35
|
-
Do not edit the class manually.
|
|
36
|
-
"""
|
|
37
|
-
|
|
38
|
-
def __init__(self, api_client=None) -> None:
|
|
39
|
-
if api_client is None:
|
|
40
|
-
api_client = ApiClient.get_default()
|
|
41
|
-
self.api_client = api_client
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
@validate_call
|
|
45
|
-
def post(
|
|
46
|
-
self,
|
|
47
|
-
domain: Domain,
|
|
48
|
-
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
49
|
-
_request_timeout: Union[
|
|
50
|
-
None,
|
|
51
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
52
|
-
Tuple[
|
|
53
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
54
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
55
|
-
]
|
|
56
|
-
] = None,
|
|
57
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
58
|
-
_content_type: Optional[StrictStr] = None,
|
|
59
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
60
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
61
|
-
) -> DomainResponse:
|
|
62
|
-
"""Create domain
|
|
63
|
-
|
|
64
|
-
Create a new domain for from S3 template domain, self-service path
|
|
65
|
-
|
|
66
|
-
:param domain: (required)
|
|
67
|
-
:type domain: Domain
|
|
68
|
-
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
69
|
-
:type x_task_diagnostics: List[str]
|
|
70
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
71
|
-
number provided, it will be total request
|
|
72
|
-
timeout. It can also be a pair (tuple) of
|
|
73
|
-
(connection, read) timeouts.
|
|
74
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
75
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
76
|
-
request; this effectively ignores the
|
|
77
|
-
authentication in the spec for a single request.
|
|
78
|
-
:type _request_auth: dict, optional
|
|
79
|
-
:param _content_type: force content-type for the request.
|
|
80
|
-
:type _content_type: str, Optional
|
|
81
|
-
:param _headers: set to override the headers for a single
|
|
82
|
-
request; this effectively ignores the headers
|
|
83
|
-
in the spec for a single request.
|
|
84
|
-
:type _headers: dict, optional
|
|
85
|
-
:param _host_index: set to override the host_index for a single
|
|
86
|
-
request; this effectively ignores the host_index
|
|
87
|
-
in the spec for a single request.
|
|
88
|
-
:type _host_index: int, optional
|
|
89
|
-
:return: Returns the result object.
|
|
90
|
-
""" # noqa: E501
|
|
91
|
-
|
|
92
|
-
_param = self._post_serialize(
|
|
93
|
-
domain=domain,
|
|
94
|
-
x_task_diagnostics=x_task_diagnostics,
|
|
95
|
-
_request_auth=_request_auth,
|
|
96
|
-
_content_type=_content_type,
|
|
97
|
-
_headers=_headers,
|
|
98
|
-
_host_index=_host_index
|
|
99
|
-
)
|
|
100
|
-
|
|
101
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
102
|
-
'201': "DomainResponse",
|
|
103
|
-
}
|
|
104
|
-
response_data = self.api_client.call_api(
|
|
105
|
-
*_param,
|
|
106
|
-
_request_timeout=_request_timeout
|
|
107
|
-
)
|
|
108
|
-
response_data.read()
|
|
109
|
-
return self.api_client.response_deserialize(
|
|
110
|
-
response_data=response_data,
|
|
111
|
-
response_types_map=_response_types_map,
|
|
112
|
-
).data
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
@validate_call
|
|
116
|
-
def post_with_http_info(
|
|
117
|
-
self,
|
|
118
|
-
domain: Domain,
|
|
119
|
-
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
120
|
-
_request_timeout: Union[
|
|
121
|
-
None,
|
|
122
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
123
|
-
Tuple[
|
|
124
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
125
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
126
|
-
]
|
|
127
|
-
] = None,
|
|
128
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
129
|
-
_content_type: Optional[StrictStr] = None,
|
|
130
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
131
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
132
|
-
) -> ApiResponse[DomainResponse]:
|
|
133
|
-
"""Create domain
|
|
134
|
-
|
|
135
|
-
Create a new domain for from S3 template domain, self-service path
|
|
136
|
-
|
|
137
|
-
:param domain: (required)
|
|
138
|
-
:type domain: Domain
|
|
139
|
-
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
140
|
-
:type x_task_diagnostics: List[str]
|
|
141
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
142
|
-
number provided, it will be total request
|
|
143
|
-
timeout. It can also be a pair (tuple) of
|
|
144
|
-
(connection, read) timeouts.
|
|
145
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
146
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
147
|
-
request; this effectively ignores the
|
|
148
|
-
authentication in the spec for a single request.
|
|
149
|
-
:type _request_auth: dict, optional
|
|
150
|
-
:param _content_type: force content-type for the request.
|
|
151
|
-
:type _content_type: str, Optional
|
|
152
|
-
:param _headers: set to override the headers for a single
|
|
153
|
-
request; this effectively ignores the headers
|
|
154
|
-
in the spec for a single request.
|
|
155
|
-
:type _headers: dict, optional
|
|
156
|
-
:param _host_index: set to override the host_index for a single
|
|
157
|
-
request; this effectively ignores the host_index
|
|
158
|
-
in the spec for a single request.
|
|
159
|
-
:type _host_index: int, optional
|
|
160
|
-
:return: Returns the result object.
|
|
161
|
-
""" # noqa: E501
|
|
162
|
-
|
|
163
|
-
_param = self._post_serialize(
|
|
164
|
-
domain=domain,
|
|
165
|
-
x_task_diagnostics=x_task_diagnostics,
|
|
166
|
-
_request_auth=_request_auth,
|
|
167
|
-
_content_type=_content_type,
|
|
168
|
-
_headers=_headers,
|
|
169
|
-
_host_index=_host_index
|
|
170
|
-
)
|
|
171
|
-
|
|
172
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
173
|
-
'201': "DomainResponse",
|
|
174
|
-
}
|
|
175
|
-
response_data = self.api_client.call_api(
|
|
176
|
-
*_param,
|
|
177
|
-
_request_timeout=_request_timeout
|
|
178
|
-
)
|
|
179
|
-
response_data.read()
|
|
180
|
-
return self.api_client.response_deserialize(
|
|
181
|
-
response_data=response_data,
|
|
182
|
-
response_types_map=_response_types_map,
|
|
183
|
-
)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
@validate_call
|
|
187
|
-
def post_without_preload_content(
|
|
188
|
-
self,
|
|
189
|
-
domain: Domain,
|
|
190
|
-
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
191
|
-
_request_timeout: Union[
|
|
192
|
-
None,
|
|
193
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
194
|
-
Tuple[
|
|
195
|
-
Annotated[StrictFloat, Field(gt=0)],
|
|
196
|
-
Annotated[StrictFloat, Field(gt=0)]
|
|
197
|
-
]
|
|
198
|
-
] = None,
|
|
199
|
-
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
200
|
-
_content_type: Optional[StrictStr] = None,
|
|
201
|
-
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
202
|
-
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
203
|
-
) -> RESTResponseType:
|
|
204
|
-
"""Create domain
|
|
205
|
-
|
|
206
|
-
Create a new domain for from S3 template domain, self-service path
|
|
207
|
-
|
|
208
|
-
:param domain: (required)
|
|
209
|
-
:type domain: Domain
|
|
210
|
-
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
211
|
-
:type x_task_diagnostics: List[str]
|
|
212
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
213
|
-
number provided, it will be total request
|
|
214
|
-
timeout. It can also be a pair (tuple) of
|
|
215
|
-
(connection, read) timeouts.
|
|
216
|
-
:type _request_timeout: int, tuple(int, int), optional
|
|
217
|
-
:param _request_auth: set to override the auth_settings for an a single
|
|
218
|
-
request; this effectively ignores the
|
|
219
|
-
authentication in the spec for a single request.
|
|
220
|
-
:type _request_auth: dict, optional
|
|
221
|
-
:param _content_type: force content-type for the request.
|
|
222
|
-
:type _content_type: str, Optional
|
|
223
|
-
:param _headers: set to override the headers for a single
|
|
224
|
-
request; this effectively ignores the headers
|
|
225
|
-
in the spec for a single request.
|
|
226
|
-
:type _headers: dict, optional
|
|
227
|
-
:param _host_index: set to override the host_index for a single
|
|
228
|
-
request; this effectively ignores the host_index
|
|
229
|
-
in the spec for a single request.
|
|
230
|
-
:type _host_index: int, optional
|
|
231
|
-
:return: Returns the result object.
|
|
232
|
-
""" # noqa: E501
|
|
233
|
-
|
|
234
|
-
_param = self._post_serialize(
|
|
235
|
-
domain=domain,
|
|
236
|
-
x_task_diagnostics=x_task_diagnostics,
|
|
237
|
-
_request_auth=_request_auth,
|
|
238
|
-
_content_type=_content_type,
|
|
239
|
-
_headers=_headers,
|
|
240
|
-
_host_index=_host_index
|
|
241
|
-
)
|
|
242
|
-
|
|
243
|
-
_response_types_map: Dict[str, Optional[str]] = {
|
|
244
|
-
'201': "DomainResponse",
|
|
245
|
-
}
|
|
246
|
-
response_data = self.api_client.call_api(
|
|
247
|
-
*_param,
|
|
248
|
-
_request_timeout=_request_timeout
|
|
249
|
-
)
|
|
250
|
-
return response_data.response
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
def _post_serialize(
|
|
254
|
-
self,
|
|
255
|
-
domain,
|
|
256
|
-
x_task_diagnostics,
|
|
257
|
-
_request_auth,
|
|
258
|
-
_content_type,
|
|
259
|
-
_headers,
|
|
260
|
-
_host_index,
|
|
261
|
-
) -> RequestSerialized:
|
|
262
|
-
|
|
263
|
-
_host = None
|
|
264
|
-
|
|
265
|
-
_collection_formats: Dict[str, str] = {
|
|
266
|
-
'X-Task-Diagnostics': 'csv',
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
_path_params: Dict[str, str] = {}
|
|
270
|
-
_query_params: List[Tuple[str, str]] = []
|
|
271
|
-
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
272
|
-
_form_params: List[Tuple[str, str]] = []
|
|
273
|
-
_files: Dict[
|
|
274
|
-
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
275
|
-
] = {}
|
|
276
|
-
_body_params: Optional[bytes] = None
|
|
277
|
-
|
|
278
|
-
# process the path parameters
|
|
279
|
-
# process the query parameters
|
|
280
|
-
# process the header parameters
|
|
281
|
-
if x_task_diagnostics is not None:
|
|
282
|
-
_header_params['X-Task-Diagnostics'] = x_task_diagnostics
|
|
283
|
-
# process the form parameters
|
|
284
|
-
# process the body parameter
|
|
285
|
-
if domain is not None:
|
|
286
|
-
_body_params = domain
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
# set the HTTP header `Accept`
|
|
290
|
-
if 'Accept' not in _header_params:
|
|
291
|
-
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
292
|
-
[
|
|
293
|
-
'application/json'
|
|
294
|
-
]
|
|
295
|
-
)
|
|
296
|
-
|
|
297
|
-
# set the HTTP header `Content-Type`
|
|
298
|
-
if _content_type:
|
|
299
|
-
_header_params['Content-Type'] = _content_type
|
|
300
|
-
else:
|
|
301
|
-
_default_content_type = (
|
|
302
|
-
self.api_client.select_header_content_type(
|
|
303
|
-
[
|
|
304
|
-
'application/json',
|
|
305
|
-
'application/x-www-form-urlencoded',
|
|
306
|
-
'multipart/form-data'
|
|
307
|
-
]
|
|
308
|
-
)
|
|
309
|
-
)
|
|
310
|
-
if _default_content_type is not None:
|
|
311
|
-
_header_params['Content-Type'] = _default_content_type
|
|
312
|
-
|
|
313
|
-
# authentication setting
|
|
314
|
-
_auth_settings: List[str] = [
|
|
315
|
-
'json_header_remote_authentication',
|
|
316
|
-
'basicAuth',
|
|
317
|
-
'cookieAuth'
|
|
318
|
-
]
|
|
319
|
-
|
|
320
|
-
return self.api_client.param_serialize(
|
|
321
|
-
method='POST',
|
|
322
|
-
resource_path='/api/pulp/create-domain/',
|
|
323
|
-
path_params=_path_params,
|
|
324
|
-
query_params=_query_params,
|
|
325
|
-
header_params=_header_params,
|
|
326
|
-
body=_body_params,
|
|
327
|
-
post_params=_form_params,
|
|
328
|
-
files=_files,
|
|
329
|
-
auth_settings=_auth_settings,
|
|
330
|
-
collection_formats=_collection_formats,
|
|
331
|
-
_host=_host,
|
|
332
|
-
_request_auth=_request_auth
|
|
333
|
-
)
|
|
334
|
-
|
|
335
|
-
|