crc-pulpcore-client 20251001.4__py3-none-any.whl → 20251006.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-pulpcore-client might be problematic. Click here for more details.
- {crc_pulpcore_client-20251001.4.dist-info → crc_pulpcore_client-20251006.1.dist-info}/METADATA +1 -1
- {crc_pulpcore_client-20251001.4.dist-info → crc_pulpcore_client-20251006.1.dist-info}/RECORD +21 -21
- pulpcore/client/pulpcore/__init__.py +1 -1
- pulpcore/client/pulpcore/api/distributions_openpgp_api.py +16 -10
- pulpcore/client/pulpcore/api/domains_api.py +13 -7
- pulpcore/client/pulpcore/api/exporters_filesystem_api.py +16 -10
- pulpcore/client/pulpcore/api/exporters_pulp_api.py +16 -10
- pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py +16 -10
- pulpcore/client/pulpcore/api/tasks_api.py +0 -35
- pulpcore/client/pulpcore/configuration.py +3 -3
- pulpcore/client/pulpcore/models/artifact_distribution_response.py +17 -17
- pulpcore/client/pulpcore/models/filesystem_exporter.py +1 -1
- pulpcore/client/pulpcore/models/filesystem_exporter_response.py +1 -1
- pulpcore/client/pulpcore/models/minimal_task_response.py +6 -1
- pulpcore/client/pulpcore/models/patched_filesystem_exporter.py +1 -1
- pulpcore/client/pulpcore/models/patched_pulp_exporter.py +1 -1
- pulpcore/client/pulpcore/models/pulp_exporter.py +1 -1
- pulpcore/client/pulpcore/models/pulp_exporter_response.py +1 -1
- pulpcore/client/pulpcore/models/task_response.py +11 -1
- {crc_pulpcore_client-20251001.4.dist-info → crc_pulpcore_client-20251006.1.dist-info}/WHEEL +0 -0
- {crc_pulpcore_client-20251001.4.dist-info → crc_pulpcore_client-20251006.1.dist-info}/top_level.txt +0 -0
{crc_pulpcore_client-20251001.4.dist-info → crc_pulpcore_client-20251006.1.dist-info}/RECORD
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
2
|
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
-
pulpcore/client/pulpcore/__init__.py,sha256=
|
|
3
|
+
pulpcore/client/pulpcore/__init__.py,sha256=xlpmYx8P6IXgUfXKgrcQ9yjISI38qQSqd8KecifQ0us,21079
|
|
4
4
|
pulpcore/client/pulpcore/api_client.py,sha256=PwPouKKDUha6P7TCj1lX0C1c65pnJw498lmNEOmk8_Y,27497
|
|
5
5
|
pulpcore/client/pulpcore/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
pulpcore/client/pulpcore/configuration.py,sha256=
|
|
6
|
+
pulpcore/client/pulpcore/configuration.py,sha256=l6X_GaZI6thSFhEuWV3DNr7mNpF85trwcmbcmyia9gY,19674
|
|
7
7
|
pulpcore/client/pulpcore/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
|
|
8
8
|
pulpcore/client/pulpcore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
pulpcore/client/pulpcore/rest.py,sha256=ZFqHiM-CIVneED6Dl_oqo7zt3Uqa_fBHPCvoMvLG0YY,9407
|
|
@@ -23,11 +23,11 @@ pulpcore/client/pulpcore/api/contentguards_header_api.py,sha256=Bp66ZrDm4W5Ji9U7
|
|
|
23
23
|
pulpcore/client/pulpcore/api/contentguards_rbac_api.py,sha256=9PCzLYGw3pdSi6FuQ4QznMB4xS1aef4OVtFfCEVHPI4,148951
|
|
24
24
|
pulpcore/client/pulpcore/api/distributions_api.py,sha256=0aoy7XnFfaEKt6LAvdC40uVvu5jYZJgQVP53K3VP3fQ,49221
|
|
25
25
|
pulpcore/client/pulpcore/api/distributions_artifacts_api.py,sha256=9oSSoa7cF2j5U-KHYtxvmpGevqQp1zBRydQ1pqEAY7k,56409
|
|
26
|
-
pulpcore/client/pulpcore/api/distributions_openpgp_api.py,sha256=
|
|
27
|
-
pulpcore/client/pulpcore/api/domains_api.py,sha256=
|
|
28
|
-
pulpcore/client/pulpcore/api/exporters_filesystem_api.py,sha256=
|
|
26
|
+
pulpcore/client/pulpcore/api/distributions_openpgp_api.py,sha256=ifTWdBMgUfc7cCOCNAKcFPx1YjPB6E0vD07OyVNB6p0,117483
|
|
27
|
+
pulpcore/client/pulpcore/api/domains_api.py,sha256=V1b3vlaoFqwGh8GZEjKQ3oAfn7jGKZ32m3whEXAiDT0,136086
|
|
28
|
+
pulpcore/client/pulpcore/api/exporters_filesystem_api.py,sha256=sEXHNqY6s0hxQGHxYt6O4rzL3_oDgag7jtDj_bMNBFc,95629
|
|
29
29
|
pulpcore/client/pulpcore/api/exporters_filesystem_exports_api.py,sha256=t2YxvRKZIJ9bioJbg4E6Ydk1zql3JNJvteIFkVNv_CA,53639
|
|
30
|
-
pulpcore/client/pulpcore/api/exporters_pulp_api.py,sha256=
|
|
30
|
+
pulpcore/client/pulpcore/api/exporters_pulp_api.py,sha256=djkoOiW6mmZY0O5-1l3aY0Y_F7xytlwVcPlUAuMDQg0,93997
|
|
31
31
|
pulpcore/client/pulpcore/api/exporters_pulp_exports_api.py,sha256=YSOTbMgA29zlWu5pUTmkVKLg5NeCvg0fDcT9oy4Jx0s,52667
|
|
32
32
|
pulpcore/client/pulpcore/api/groups_api.py,sha256=L4WI5eRzZjjhn0wtqwplpmrNACzRD_AhJyTGHHh1kpY,137556
|
|
33
33
|
pulpcore/client/pulpcore/api/groups_roles_api.py,sha256=jY-WgWX3DUuJ4azKf4jl9R9_8cz8jvRr-nWb3vUdHa4,62911
|
|
@@ -43,7 +43,7 @@ pulpcore/client/pulpcore/api/publications_api.py,sha256=mjHLmq4g0m30Ng5WzUvgL-d5
|
|
|
43
43
|
pulpcore/client/pulpcore/api/remotes_api.py,sha256=gs6RVX0XEOZbWWlrIhCcnpaRMPUlM_yevZYSkfeelKE,61936
|
|
44
44
|
pulpcore/client/pulpcore/api/repair_api.py,sha256=DhDlOP7EyhC-VCAhAxZy32l0HocsuQ8rHv2wOSzzIMw,13523
|
|
45
45
|
pulpcore/client/pulpcore/api/repositories_api.py,sha256=TJs2SqIfAmWsi1x62d5P7EQzf2ipveXNIo4pxr1eXPg,54703
|
|
46
|
-
pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py,sha256=
|
|
46
|
+
pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py,sha256=414ng2hAwz9VpZC4dvnUWaVl4uPB8u8v66jsvKwCOiw,200907
|
|
47
47
|
pulpcore/client/pulpcore/api/repositories_reclaim_space_api.py,sha256=MfYx15m0pXhQiDzx52mKidcQxiT4F9lyN5oBqlG89v0,13526
|
|
48
48
|
pulpcore/client/pulpcore/api/repository_versions_api.py,sha256=Cvf4EbxS36-v0NmU8FUefAqowdWDBfmlMpa-ef-mktQ,40755
|
|
49
49
|
pulpcore/client/pulpcore/api/roles_api.py,sha256=-XPC7X87ZyhJA1RAoFy5LwMRrdwX_nrSy9NhQ-B27Io,98772
|
|
@@ -51,7 +51,7 @@ pulpcore/client/pulpcore/api/signing_services_api.py,sha256=n6giLpn_QI8n1SkG1Dtk
|
|
|
51
51
|
pulpcore/client/pulpcore/api/status_api.py,sha256=_edDx86cvkLqvVZlIl-gmkHab_ThOVDBKokNQLohMwA,14162
|
|
52
52
|
pulpcore/client/pulpcore/api/task_groups_api.py,sha256=Q-JCdKms9Zjb-aeyurmxOka_huZoNfzb9Whlr9RFKFE,41402
|
|
53
53
|
pulpcore/client/pulpcore/api/task_schedules_api.py,sha256=T3icLSAJ3OuCrwUe5XXGB4NRIU16iCuxE2KACxMtZSA,92151
|
|
54
|
-
pulpcore/client/pulpcore/api/tasks_api.py,sha256=
|
|
54
|
+
pulpcore/client/pulpcore/api/tasks_api.py,sha256=R_LnLw45YF0XnUKnxCMVfIKZA9GtivwOAUIAQdjXVpU,209178
|
|
55
55
|
pulpcore/client/pulpcore/api/uploads_api.py,sha256=Kxhc7bkNG3hfoKS9HIXeSdTsbYYUdemyBHH0LjUe22k,138949
|
|
56
56
|
pulpcore/client/pulpcore/api/upstream_pulps_api.py,sha256=tCr2Hs8r3b7fcREUPU-m-3RHMApcB6_DLyQqoZcgiB4,181206
|
|
57
57
|
pulpcore/client/pulpcore/api/users_api.py,sha256=lQz5XmvSNSkCiY-ULZC8n9S-ZSmYTqwzew_LCyGeEcg,107397
|
|
@@ -62,7 +62,7 @@ pulpcore/client/pulpcore/models/__init__.py,sha256=i68BXgoQ6TL3jw3uyMyfH0YAgfVxp
|
|
|
62
62
|
pulpcore/client/pulpcore/models/access_policy.py,sha256=o_UQkz1odEC7WkNVr1Wd7FUBF3Sa8MyS2rOvb-ozwbc,3427
|
|
63
63
|
pulpcore/client/pulpcore/models/access_policy_response.py,sha256=xz4QOVu46bgH8_rMh0yiilUE6zHv846XScHyBAufGM0,5127
|
|
64
64
|
pulpcore/client/pulpcore/models/app_status_response.py,sha256=7Rwrum0tCejkwY-KCBAtgO3HCs892layz8_UlbEUIFY,3210
|
|
65
|
-
pulpcore/client/pulpcore/models/artifact_distribution_response.py,sha256=
|
|
65
|
+
pulpcore/client/pulpcore/models/artifact_distribution_response.py,sha256=ADPf230-Y06E5jQSuiMRvHxaaH5oqWgbLa7QGY0Li7Y,5474
|
|
66
66
|
pulpcore/client/pulpcore/models/artifact_response.py,sha256=RRXzTZXO-RP9ashupuQIn7yt2UWHh85_PW6Dh9IjyDM,6276
|
|
67
67
|
pulpcore/client/pulpcore/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
|
|
68
68
|
pulpcore/client/pulpcore/models/composite_content_guard.py,sha256=7GRHt4V0-OB23eq4sCc4nsoj_gK2eiMPmN3RQn517BY,3260
|
|
@@ -80,8 +80,8 @@ pulpcore/client/pulpcore/models/domain_response.py,sha256=seQsL_eAWxio2zd7cbqCzQ
|
|
|
80
80
|
pulpcore/client/pulpcore/models/evaluation_response.py,sha256=0aKhrXPx7fXizNYgthngY1uGs3m_sqNW6HEZOS9VTu0,2942
|
|
81
81
|
pulpcore/client/pulpcore/models/filesystem_export.py,sha256=rMOAiuOnPXsBx5b8dAIO53ZJAtOoPK8wYhZrwjkTlG4,3408
|
|
82
82
|
pulpcore/client/pulpcore/models/filesystem_export_response.py,sha256=Rmh_lcx_7MXgdCMOw5O9PLEx3HjAXDQL2lhmBqFKsKg,4458
|
|
83
|
-
pulpcore/client/pulpcore/models/filesystem_exporter.py,sha256=
|
|
84
|
-
pulpcore/client/pulpcore/models/filesystem_exporter_response.py,sha256=
|
|
83
|
+
pulpcore/client/pulpcore/models/filesystem_exporter.py,sha256=hekFKG7y2pYggs8ar7AY3A6XJ3trzbPgS9U1hkA51Qw,3100
|
|
84
|
+
pulpcore/client/pulpcore/models/filesystem_exporter_response.py,sha256=SAvXBn77-BOQsB2vWstaSbAwWcAOTquDIbwxGpFF2Qo,4119
|
|
85
85
|
pulpcore/client/pulpcore/models/generic_remote_response.py,sha256=jBdNCU1lTYZFeCXU_5tdooxUhg6ucYcK40sBDTF58KU,11363
|
|
86
86
|
pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py,sha256=d8VXwJCqqiixfsId6JYEeek6QbFUI4w-JiOnSAHGKYE,2639
|
|
87
87
|
pulpcore/client/pulpcore/models/generic_remote_response_policy_enum.py,sha256=axJQP4PmoGPxT2r0UfRov_hDDF20W5EREc9gqhLPhko,1296
|
|
@@ -97,7 +97,7 @@ pulpcore/client/pulpcore/models/header_content_guard_response.py,sha256=s7h4WP_9
|
|
|
97
97
|
pulpcore/client/pulpcore/models/import_response.py,sha256=nyH6TZYIhkC6IpzzAVjZKMphVnH8p3_aOKCKbfM-Vns,3800
|
|
98
98
|
pulpcore/client/pulpcore/models/login_response.py,sha256=TTMol_I40G_F6cIIpq58CwFT2kDcRtil-bADnGtI_Jw,2894
|
|
99
99
|
pulpcore/client/pulpcore/models/method_enum.py,sha256=TJzoZFKWGG2af_E-LhXkn9E1WQOToc2qkDCgc6rUilY,845
|
|
100
|
-
pulpcore/client/pulpcore/models/minimal_task_response.py,sha256=
|
|
100
|
+
pulpcore/client/pulpcore/models/minimal_task_response.py,sha256=KFOvG5narKk0xJnX-Qzm7hV0C-BGpJMkwKDeNIzhkUU,5492
|
|
101
101
|
pulpcore/client/pulpcore/models/multiple_artifact_content_response.py,sha256=ZQm4kPGLhw-UpCdm6amvzbSq10XDsuPwdHg08szFpik,4537
|
|
102
102
|
pulpcore/client/pulpcore/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
|
|
103
103
|
pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py,sha256=hIjgFAhJwnvdCYVkWHK3_L7ZBwh-4TcIEO_7KTFp56w,3016
|
|
@@ -167,12 +167,12 @@ pulpcore/client/pulpcore/models/patched_access_policy.py,sha256=bAi2TNUkqXMzwupl
|
|
|
167
167
|
pulpcore/client/pulpcore/models/patched_composite_content_guard.py,sha256=i1WYi5tId4JWkMiwrtjOa_4zJJDU76EKigGeYe9vguY,3305
|
|
168
168
|
pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py,sha256=oOSNXpN5Y98LmYzOLW38lYRhIWgR2P8I1rHcvUz_k4Y,3128
|
|
169
169
|
pulpcore/client/pulpcore/models/patched_domain.py,sha256=Qb0sKXj_dN8lJ4PtWtMsloWVvCRE0_jtKK94RwqujgQ,4992
|
|
170
|
-
pulpcore/client/pulpcore/models/patched_filesystem_exporter.py,sha256=
|
|
170
|
+
pulpcore/client/pulpcore/models/patched_filesystem_exporter.py,sha256=S5R7NG5qbS_nKyPP-iuOuGwo_b_GWBQ-kp-_XkFvfjc,3169
|
|
171
171
|
pulpcore/client/pulpcore/models/patched_group.py,sha256=RJ70rpMdIKTXEA90RBosPe1GM131pdidgy34JyDV54k,2611
|
|
172
172
|
pulpcore/client/pulpcore/models/patched_header_content_guard.py,sha256=rGtYrCyb7mR_Vl4sbwyoN1y__ijX2Pt3MDcgi7Y8n-k,4067
|
|
173
173
|
pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py,sha256=lNDtgYOT1LLku8BreDom6eRl4LFDYtgZX8shnrzPfnY,5920
|
|
174
174
|
pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py,sha256=IRzp66QnOtTjt4UpUCBsh_NjHuIBzV_9SwupHE0UHpM,4449
|
|
175
|
-
pulpcore/client/pulpcore/models/patched_pulp_exporter.py,sha256=
|
|
175
|
+
pulpcore/client/pulpcore/models/patched_pulp_exporter.py,sha256=O1YkOYrNWRx-zefwgWxu0x0VX-M8XcORbT8Mqa3rXG4,3391
|
|
176
176
|
pulpcore/client/pulpcore/models/patched_pulp_importer.py,sha256=cO804yzmEHy22Ckkg53D3sDIhQhD8VXFE1HLU_nQS8g,3047
|
|
177
177
|
pulpcore/client/pulpcore/models/patched_rbac_content_guard.py,sha256=mMs4yoKjDEyVTvw-QFhkd4MVZTNCCc3fTjyNg0FqwuU,3091
|
|
178
178
|
pulpcore/client/pulpcore/models/patched_role.py,sha256=yg5WXO2M_RrUn7a6lsJT-N2jHRUseyFA2EZ7N9yZbfg,3236
|
|
@@ -185,8 +185,8 @@ pulpcore/client/pulpcore/models/progress_report_response.py,sha256=0NtqBu9tx7dTl
|
|
|
185
185
|
pulpcore/client/pulpcore/models/publication_response.py,sha256=9ABbF_CBOVrrbJS4Vw2N0gF1UxA7TqXh9BFrRLQcI1U,4143
|
|
186
186
|
pulpcore/client/pulpcore/models/pulp_export.py,sha256=julGiG-TZqs6VKEv5EH0Ag4eerXYle8XTrHlzYKOOnw,3991
|
|
187
187
|
pulpcore/client/pulpcore/models/pulp_export_response.py,sha256=cyqkVQtSwc3V-4w5MhbREIlhDVhI81tFWtJwvBUDXls,5023
|
|
188
|
-
pulpcore/client/pulpcore/models/pulp_exporter.py,sha256=
|
|
189
|
-
pulpcore/client/pulpcore/models/pulp_exporter_response.py,sha256=
|
|
188
|
+
pulpcore/client/pulpcore/models/pulp_exporter.py,sha256=LC2IJriUf3BmflrCTHFPWFimVgrcxkpkKIJbky-cg68,3305
|
|
189
|
+
pulpcore/client/pulpcore/models/pulp_exporter_response.py,sha256=TkcOfQNiFLpIiO9kvb5jEkKTPNZ5V2m_Qonc-e5-h3A,4313
|
|
190
190
|
pulpcore/client/pulpcore/models/pulp_import.py,sha256=frTBaaU9xBtNLPLfoc4-iyjjk8qjkTGTH82SC7X5_Wg,3205
|
|
191
191
|
pulpcore/client/pulpcore/models/pulp_import_check.py,sha256=zwY-LI4-u7a5aBLhXryTXx3J1BGXRIQWBGostt_nhUg,3398
|
|
192
192
|
pulpcore/client/pulpcore/models/pulp_import_check_response.py,sha256=1xp99uNtl82dAXerjCbSXzghvOsLCG6Grc8ytiWYfUI,3791
|
|
@@ -212,7 +212,7 @@ pulpcore/client/pulpcore/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHEL
|
|
|
212
212
|
pulpcore/client/pulpcore/models/storage_response.py,sha256=LXL3U2LzqiAzIc3kLe23xBG8txCW-xplG3UXIQJIaKc,3536
|
|
213
213
|
pulpcore/client/pulpcore/models/task_group_operation_response.py,sha256=78pUJXTIErFTVy3AFbqzjGppZyJdi582pYqxbquQnBw,2625
|
|
214
214
|
pulpcore/client/pulpcore/models/task_group_response.py,sha256=Uem_AeiwF6IJY-4rjox3vk3VRqlmUXNsyr4JhP4CNhQ,6744
|
|
215
|
-
pulpcore/client/pulpcore/models/task_response.py,sha256=
|
|
215
|
+
pulpcore/client/pulpcore/models/task_response.py,sha256=bGO7dKMS3Ozfb5YLP9_Em0f73CjfjtdImXzGekuy834,9004
|
|
216
216
|
pulpcore/client/pulpcore/models/task_schedule_response.py,sha256=-rDoM-GPirSTDvkq_st9wKv-LvXQ1r71HtdWLAvl9Ug,5293
|
|
217
217
|
pulpcore/client/pulpcore/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
|
|
218
218
|
pulpcore/client/pulpcore/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
|
|
@@ -232,7 +232,7 @@ pulpcore/client/pulpcore/models/user_role_response.py,sha256=bm3iqxiBLZbOYeqAqDF
|
|
|
232
232
|
pulpcore/client/pulpcore/models/version_response.py,sha256=0rUURzqK9Y-zSLgRVMsGEYCxoxobrP7cGNYxds9c9rU,3200
|
|
233
233
|
pulpcore/client/pulpcore/models/vulnerability_report_response.py,sha256=y1k92R0X6_g-CoNxD6yGI3JKn-cC5ELF-BmR9BnmDX0,4150
|
|
234
234
|
pulpcore/client/pulpcore/models/worker_response.py,sha256=UcYlVB38did0eeYVgG9wgUaHqpUzHBM7pWLZmtaxh7I,4899
|
|
235
|
-
crc_pulpcore_client-
|
|
236
|
-
crc_pulpcore_client-
|
|
237
|
-
crc_pulpcore_client-
|
|
238
|
-
crc_pulpcore_client-
|
|
235
|
+
crc_pulpcore_client-20251006.1.dist-info/METADATA,sha256=Naa2-z_q6_XHa6z9r_RnZIXG4NfUd0ri_iiWdjCl9GU,638
|
|
236
|
+
crc_pulpcore_client-20251006.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
237
|
+
crc_pulpcore_client-20251006.1.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
238
|
+
crc_pulpcore_client-20251006.1.dist-info/RECORD,,
|
|
@@ -1143,10 +1143,10 @@ class DistributionsOpenpgpApi:
|
|
|
1143
1143
|
_content_type: Optional[StrictStr] = None,
|
|
1144
1144
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1145
1145
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1146
|
-
) ->
|
|
1146
|
+
) -> OpenPGPDistributionResponse:
|
|
1147
1147
|
"""Update an open pgp distribution
|
|
1148
1148
|
|
|
1149
|
-
|
|
1149
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1150
1150
|
|
|
1151
1151
|
:param open_p_g_p_distribution_href: (required)
|
|
1152
1152
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1187,6 +1187,7 @@ class DistributionsOpenpgpApi:
|
|
|
1187
1187
|
)
|
|
1188
1188
|
|
|
1189
1189
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1190
|
+
'200': "OpenPGPDistributionResponse",
|
|
1190
1191
|
'202': "AsyncOperationResponse",
|
|
1191
1192
|
}
|
|
1192
1193
|
response_data = self.api_client.call_api(
|
|
@@ -1218,10 +1219,10 @@ class DistributionsOpenpgpApi:
|
|
|
1218
1219
|
_content_type: Optional[StrictStr] = None,
|
|
1219
1220
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1220
1221
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1221
|
-
) -> ApiResponse[
|
|
1222
|
+
) -> ApiResponse[OpenPGPDistributionResponse]:
|
|
1222
1223
|
"""Update an open pgp distribution
|
|
1223
1224
|
|
|
1224
|
-
|
|
1225
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1225
1226
|
|
|
1226
1227
|
:param open_p_g_p_distribution_href: (required)
|
|
1227
1228
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1262,6 +1263,7 @@ class DistributionsOpenpgpApi:
|
|
|
1262
1263
|
)
|
|
1263
1264
|
|
|
1264
1265
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1266
|
+
'200': "OpenPGPDistributionResponse",
|
|
1265
1267
|
'202': "AsyncOperationResponse",
|
|
1266
1268
|
}
|
|
1267
1269
|
response_data = self.api_client.call_api(
|
|
@@ -1296,7 +1298,7 @@ class DistributionsOpenpgpApi:
|
|
|
1296
1298
|
) -> RESTResponseType:
|
|
1297
1299
|
"""Update an open pgp distribution
|
|
1298
1300
|
|
|
1299
|
-
|
|
1301
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1300
1302
|
|
|
1301
1303
|
:param open_p_g_p_distribution_href: (required)
|
|
1302
1304
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1337,6 +1339,7 @@ class DistributionsOpenpgpApi:
|
|
|
1337
1339
|
)
|
|
1338
1340
|
|
|
1339
1341
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1342
|
+
'200': "OpenPGPDistributionResponse",
|
|
1340
1343
|
'202': "AsyncOperationResponse",
|
|
1341
1344
|
}
|
|
1342
1345
|
response_data = self.api_client.call_api(
|
|
@@ -2385,10 +2388,10 @@ class DistributionsOpenpgpApi:
|
|
|
2385
2388
|
_content_type: Optional[StrictStr] = None,
|
|
2386
2389
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2387
2390
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2388
|
-
) ->
|
|
2391
|
+
) -> OpenPGPDistributionResponse:
|
|
2389
2392
|
"""Update an open pgp distribution
|
|
2390
2393
|
|
|
2391
|
-
|
|
2394
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2392
2395
|
|
|
2393
2396
|
:param open_p_g_p_distribution_href: (required)
|
|
2394
2397
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2429,6 +2432,7 @@ class DistributionsOpenpgpApi:
|
|
|
2429
2432
|
)
|
|
2430
2433
|
|
|
2431
2434
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2435
|
+
'200': "OpenPGPDistributionResponse",
|
|
2432
2436
|
'202': "AsyncOperationResponse",
|
|
2433
2437
|
}
|
|
2434
2438
|
response_data = self.api_client.call_api(
|
|
@@ -2460,10 +2464,10 @@ class DistributionsOpenpgpApi:
|
|
|
2460
2464
|
_content_type: Optional[StrictStr] = None,
|
|
2461
2465
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2462
2466
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2463
|
-
) -> ApiResponse[
|
|
2467
|
+
) -> ApiResponse[OpenPGPDistributionResponse]:
|
|
2464
2468
|
"""Update an open pgp distribution
|
|
2465
2469
|
|
|
2466
|
-
|
|
2470
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2467
2471
|
|
|
2468
2472
|
:param open_p_g_p_distribution_href: (required)
|
|
2469
2473
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2504,6 +2508,7 @@ class DistributionsOpenpgpApi:
|
|
|
2504
2508
|
)
|
|
2505
2509
|
|
|
2506
2510
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2511
|
+
'200': "OpenPGPDistributionResponse",
|
|
2507
2512
|
'202': "AsyncOperationResponse",
|
|
2508
2513
|
}
|
|
2509
2514
|
response_data = self.api_client.call_api(
|
|
@@ -2538,7 +2543,7 @@ class DistributionsOpenpgpApi:
|
|
|
2538
2543
|
) -> RESTResponseType:
|
|
2539
2544
|
"""Update an open pgp distribution
|
|
2540
2545
|
|
|
2541
|
-
|
|
2546
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2542
2547
|
|
|
2543
2548
|
:param open_p_g_p_distribution_href: (required)
|
|
2544
2549
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2579,6 +2584,7 @@ class DistributionsOpenpgpApi:
|
|
|
2579
2584
|
)
|
|
2580
2585
|
|
|
2581
2586
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2587
|
+
'200': "OpenPGPDistributionResponse",
|
|
2582
2588
|
'202': "AsyncOperationResponse",
|
|
2583
2589
|
}
|
|
2584
2590
|
response_data = self.api_client.call_api(
|
|
@@ -1573,10 +1573,10 @@ class DomainsApi:
|
|
|
1573
1573
|
_content_type: Optional[StrictStr] = None,
|
|
1574
1574
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1575
1575
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1576
|
-
) ->
|
|
1576
|
+
) -> DomainResponse:
|
|
1577
1577
|
"""Update a domain
|
|
1578
1578
|
|
|
1579
|
-
|
|
1579
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1580
1580
|
|
|
1581
1581
|
:param domain_href: (required)
|
|
1582
1582
|
:type domain_href: str
|
|
@@ -1617,6 +1617,7 @@ class DomainsApi:
|
|
|
1617
1617
|
)
|
|
1618
1618
|
|
|
1619
1619
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1620
|
+
'200': "DomainResponse",
|
|
1620
1621
|
'202': "AsyncOperationResponse",
|
|
1621
1622
|
}
|
|
1622
1623
|
response_data = self.api_client.call_api(
|
|
@@ -1648,10 +1649,10 @@ class DomainsApi:
|
|
|
1648
1649
|
_content_type: Optional[StrictStr] = None,
|
|
1649
1650
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1650
1651
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1651
|
-
) -> ApiResponse[
|
|
1652
|
+
) -> ApiResponse[DomainResponse]:
|
|
1652
1653
|
"""Update a domain
|
|
1653
1654
|
|
|
1654
|
-
|
|
1655
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1655
1656
|
|
|
1656
1657
|
:param domain_href: (required)
|
|
1657
1658
|
:type domain_href: str
|
|
@@ -1692,6 +1693,7 @@ class DomainsApi:
|
|
|
1692
1693
|
)
|
|
1693
1694
|
|
|
1694
1695
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1696
|
+
'200': "DomainResponse",
|
|
1695
1697
|
'202': "AsyncOperationResponse",
|
|
1696
1698
|
}
|
|
1697
1699
|
response_data = self.api_client.call_api(
|
|
@@ -1726,7 +1728,7 @@ class DomainsApi:
|
|
|
1726
1728
|
) -> RESTResponseType:
|
|
1727
1729
|
"""Update a domain
|
|
1728
1730
|
|
|
1729
|
-
|
|
1731
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1730
1732
|
|
|
1731
1733
|
:param domain_href: (required)
|
|
1732
1734
|
:type domain_href: str
|
|
@@ -1767,6 +1769,7 @@ class DomainsApi:
|
|
|
1767
1769
|
)
|
|
1768
1770
|
|
|
1769
1771
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1772
|
+
'200': "DomainResponse",
|
|
1770
1773
|
'202': "AsyncOperationResponse",
|
|
1771
1774
|
}
|
|
1772
1775
|
response_data = self.api_client.call_api(
|
|
@@ -2815,7 +2818,7 @@ class DomainsApi:
|
|
|
2815
2818
|
_content_type: Optional[StrictStr] = None,
|
|
2816
2819
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2817
2820
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2818
|
-
) ->
|
|
2821
|
+
) -> DomainResponse:
|
|
2819
2822
|
"""Update a domain
|
|
2820
2823
|
|
|
2821
2824
|
Trigger an asynchronous update task
|
|
@@ -2859,6 +2862,7 @@ class DomainsApi:
|
|
|
2859
2862
|
)
|
|
2860
2863
|
|
|
2861
2864
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2865
|
+
'200': "DomainResponse",
|
|
2862
2866
|
'202': "AsyncOperationResponse",
|
|
2863
2867
|
}
|
|
2864
2868
|
response_data = self.api_client.call_api(
|
|
@@ -2890,7 +2894,7 @@ class DomainsApi:
|
|
|
2890
2894
|
_content_type: Optional[StrictStr] = None,
|
|
2891
2895
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2892
2896
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2893
|
-
) -> ApiResponse[
|
|
2897
|
+
) -> ApiResponse[DomainResponse]:
|
|
2894
2898
|
"""Update a domain
|
|
2895
2899
|
|
|
2896
2900
|
Trigger an asynchronous update task
|
|
@@ -2934,6 +2938,7 @@ class DomainsApi:
|
|
|
2934
2938
|
)
|
|
2935
2939
|
|
|
2936
2940
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2941
|
+
'200': "DomainResponse",
|
|
2937
2942
|
'202': "AsyncOperationResponse",
|
|
2938
2943
|
}
|
|
2939
2944
|
response_data = self.api_client.call_api(
|
|
@@ -3009,6 +3014,7 @@ class DomainsApi:
|
|
|
3009
3014
|
)
|
|
3010
3015
|
|
|
3011
3016
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3017
|
+
'200': "DomainResponse",
|
|
3012
3018
|
'202': "AsyncOperationResponse",
|
|
3013
3019
|
}
|
|
3014
3020
|
response_data = self.api_client.call_api(
|
|
@@ -1242,10 +1242,10 @@ class ExportersFilesystemApi:
|
|
|
1242
1242
|
_content_type: Optional[StrictStr] = None,
|
|
1243
1243
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1244
1244
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1245
|
-
) ->
|
|
1245
|
+
) -> FilesystemExporterResponse:
|
|
1246
1246
|
"""Update a filesystem exporter
|
|
1247
1247
|
|
|
1248
|
-
|
|
1248
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1249
1249
|
|
|
1250
1250
|
:param filesystem_exporter_href: (required)
|
|
1251
1251
|
:type filesystem_exporter_href: str
|
|
@@ -1286,6 +1286,7 @@ class ExportersFilesystemApi:
|
|
|
1286
1286
|
)
|
|
1287
1287
|
|
|
1288
1288
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1289
|
+
'200': "FilesystemExporterResponse",
|
|
1289
1290
|
'202': "AsyncOperationResponse",
|
|
1290
1291
|
}
|
|
1291
1292
|
response_data = self.api_client.call_api(
|
|
@@ -1317,10 +1318,10 @@ class ExportersFilesystemApi:
|
|
|
1317
1318
|
_content_type: Optional[StrictStr] = None,
|
|
1318
1319
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1319
1320
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1320
|
-
) -> ApiResponse[
|
|
1321
|
+
) -> ApiResponse[FilesystemExporterResponse]:
|
|
1321
1322
|
"""Update a filesystem exporter
|
|
1322
1323
|
|
|
1323
|
-
|
|
1324
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1324
1325
|
|
|
1325
1326
|
:param filesystem_exporter_href: (required)
|
|
1326
1327
|
:type filesystem_exporter_href: str
|
|
@@ -1361,6 +1362,7 @@ class ExportersFilesystemApi:
|
|
|
1361
1362
|
)
|
|
1362
1363
|
|
|
1363
1364
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1365
|
+
'200': "FilesystemExporterResponse",
|
|
1364
1366
|
'202': "AsyncOperationResponse",
|
|
1365
1367
|
}
|
|
1366
1368
|
response_data = self.api_client.call_api(
|
|
@@ -1395,7 +1397,7 @@ class ExportersFilesystemApi:
|
|
|
1395
1397
|
) -> RESTResponseType:
|
|
1396
1398
|
"""Update a filesystem exporter
|
|
1397
1399
|
|
|
1398
|
-
|
|
1400
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1399
1401
|
|
|
1400
1402
|
:param filesystem_exporter_href: (required)
|
|
1401
1403
|
:type filesystem_exporter_href: str
|
|
@@ -1436,6 +1438,7 @@ class ExportersFilesystemApi:
|
|
|
1436
1438
|
)
|
|
1437
1439
|
|
|
1438
1440
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1441
|
+
'200': "FilesystemExporterResponse",
|
|
1439
1442
|
'202': "AsyncOperationResponse",
|
|
1440
1443
|
}
|
|
1441
1444
|
response_data = self.api_client.call_api(
|
|
@@ -1866,10 +1869,10 @@ class ExportersFilesystemApi:
|
|
|
1866
1869
|
_content_type: Optional[StrictStr] = None,
|
|
1867
1870
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1868
1871
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1869
|
-
) ->
|
|
1872
|
+
) -> FilesystemExporterResponse:
|
|
1870
1873
|
"""Update a filesystem exporter
|
|
1871
1874
|
|
|
1872
|
-
|
|
1875
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1873
1876
|
|
|
1874
1877
|
:param filesystem_exporter_href: (required)
|
|
1875
1878
|
:type filesystem_exporter_href: str
|
|
@@ -1910,6 +1913,7 @@ class ExportersFilesystemApi:
|
|
|
1910
1913
|
)
|
|
1911
1914
|
|
|
1912
1915
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1916
|
+
'200': "FilesystemExporterResponse",
|
|
1913
1917
|
'202': "AsyncOperationResponse",
|
|
1914
1918
|
}
|
|
1915
1919
|
response_data = self.api_client.call_api(
|
|
@@ -1941,10 +1945,10 @@ class ExportersFilesystemApi:
|
|
|
1941
1945
|
_content_type: Optional[StrictStr] = None,
|
|
1942
1946
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1943
1947
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1944
|
-
) -> ApiResponse[
|
|
1948
|
+
) -> ApiResponse[FilesystemExporterResponse]:
|
|
1945
1949
|
"""Update a filesystem exporter
|
|
1946
1950
|
|
|
1947
|
-
|
|
1951
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1948
1952
|
|
|
1949
1953
|
:param filesystem_exporter_href: (required)
|
|
1950
1954
|
:type filesystem_exporter_href: str
|
|
@@ -1985,6 +1989,7 @@ class ExportersFilesystemApi:
|
|
|
1985
1989
|
)
|
|
1986
1990
|
|
|
1987
1991
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1992
|
+
'200': "FilesystemExporterResponse",
|
|
1988
1993
|
'202': "AsyncOperationResponse",
|
|
1989
1994
|
}
|
|
1990
1995
|
response_data = self.api_client.call_api(
|
|
@@ -2019,7 +2024,7 @@ class ExportersFilesystemApi:
|
|
|
2019
2024
|
) -> RESTResponseType:
|
|
2020
2025
|
"""Update a filesystem exporter
|
|
2021
2026
|
|
|
2022
|
-
|
|
2027
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2023
2028
|
|
|
2024
2029
|
:param filesystem_exporter_href: (required)
|
|
2025
2030
|
:type filesystem_exporter_href: str
|
|
@@ -2060,6 +2065,7 @@ class ExportersFilesystemApi:
|
|
|
2060
2065
|
)
|
|
2061
2066
|
|
|
2062
2067
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2068
|
+
'200': "FilesystemExporterResponse",
|
|
2063
2069
|
'202': "AsyncOperationResponse",
|
|
2064
2070
|
}
|
|
2065
2071
|
response_data = self.api_client.call_api(
|
|
@@ -1242,10 +1242,10 @@ class ExportersPulpApi:
|
|
|
1242
1242
|
_content_type: Optional[StrictStr] = None,
|
|
1243
1243
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1244
1244
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1245
|
-
) ->
|
|
1245
|
+
) -> PulpExporterResponse:
|
|
1246
1246
|
"""Update a pulp exporter
|
|
1247
1247
|
|
|
1248
|
-
|
|
1248
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1249
1249
|
|
|
1250
1250
|
:param pulp_exporter_href: (required)
|
|
1251
1251
|
:type pulp_exporter_href: str
|
|
@@ -1286,6 +1286,7 @@ class ExportersPulpApi:
|
|
|
1286
1286
|
)
|
|
1287
1287
|
|
|
1288
1288
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1289
|
+
'200': "PulpExporterResponse",
|
|
1289
1290
|
'202': "AsyncOperationResponse",
|
|
1290
1291
|
}
|
|
1291
1292
|
response_data = self.api_client.call_api(
|
|
@@ -1317,10 +1318,10 @@ class ExportersPulpApi:
|
|
|
1317
1318
|
_content_type: Optional[StrictStr] = None,
|
|
1318
1319
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1319
1320
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1320
|
-
) -> ApiResponse[
|
|
1321
|
+
) -> ApiResponse[PulpExporterResponse]:
|
|
1321
1322
|
"""Update a pulp exporter
|
|
1322
1323
|
|
|
1323
|
-
|
|
1324
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1324
1325
|
|
|
1325
1326
|
:param pulp_exporter_href: (required)
|
|
1326
1327
|
:type pulp_exporter_href: str
|
|
@@ -1361,6 +1362,7 @@ class ExportersPulpApi:
|
|
|
1361
1362
|
)
|
|
1362
1363
|
|
|
1363
1364
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1365
|
+
'200': "PulpExporterResponse",
|
|
1364
1366
|
'202': "AsyncOperationResponse",
|
|
1365
1367
|
}
|
|
1366
1368
|
response_data = self.api_client.call_api(
|
|
@@ -1395,7 +1397,7 @@ class ExportersPulpApi:
|
|
|
1395
1397
|
) -> RESTResponseType:
|
|
1396
1398
|
"""Update a pulp exporter
|
|
1397
1399
|
|
|
1398
|
-
|
|
1400
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1399
1401
|
|
|
1400
1402
|
:param pulp_exporter_href: (required)
|
|
1401
1403
|
:type pulp_exporter_href: str
|
|
@@ -1436,6 +1438,7 @@ class ExportersPulpApi:
|
|
|
1436
1438
|
)
|
|
1437
1439
|
|
|
1438
1440
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1441
|
+
'200': "PulpExporterResponse",
|
|
1439
1442
|
'202': "AsyncOperationResponse",
|
|
1440
1443
|
}
|
|
1441
1444
|
response_data = self.api_client.call_api(
|
|
@@ -1866,10 +1869,10 @@ class ExportersPulpApi:
|
|
|
1866
1869
|
_content_type: Optional[StrictStr] = None,
|
|
1867
1870
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1868
1871
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1869
|
-
) ->
|
|
1872
|
+
) -> PulpExporterResponse:
|
|
1870
1873
|
"""Update a pulp exporter
|
|
1871
1874
|
|
|
1872
|
-
|
|
1875
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1873
1876
|
|
|
1874
1877
|
:param pulp_exporter_href: (required)
|
|
1875
1878
|
:type pulp_exporter_href: str
|
|
@@ -1910,6 +1913,7 @@ class ExportersPulpApi:
|
|
|
1910
1913
|
)
|
|
1911
1914
|
|
|
1912
1915
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1916
|
+
'200': "PulpExporterResponse",
|
|
1913
1917
|
'202': "AsyncOperationResponse",
|
|
1914
1918
|
}
|
|
1915
1919
|
response_data = self.api_client.call_api(
|
|
@@ -1941,10 +1945,10 @@ class ExportersPulpApi:
|
|
|
1941
1945
|
_content_type: Optional[StrictStr] = None,
|
|
1942
1946
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1943
1947
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1944
|
-
) -> ApiResponse[
|
|
1948
|
+
) -> ApiResponse[PulpExporterResponse]:
|
|
1945
1949
|
"""Update a pulp exporter
|
|
1946
1950
|
|
|
1947
|
-
|
|
1951
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1948
1952
|
|
|
1949
1953
|
:param pulp_exporter_href: (required)
|
|
1950
1954
|
:type pulp_exporter_href: str
|
|
@@ -1985,6 +1989,7 @@ class ExportersPulpApi:
|
|
|
1985
1989
|
)
|
|
1986
1990
|
|
|
1987
1991
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1992
|
+
'200': "PulpExporterResponse",
|
|
1988
1993
|
'202': "AsyncOperationResponse",
|
|
1989
1994
|
}
|
|
1990
1995
|
response_data = self.api_client.call_api(
|
|
@@ -2019,7 +2024,7 @@ class ExportersPulpApi:
|
|
|
2019
2024
|
) -> RESTResponseType:
|
|
2020
2025
|
"""Update a pulp exporter
|
|
2021
2026
|
|
|
2022
|
-
|
|
2027
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2023
2028
|
|
|
2024
2029
|
:param pulp_exporter_href: (required)
|
|
2025
2030
|
:type pulp_exporter_href: str
|
|
@@ -2060,6 +2065,7 @@ class ExportersPulpApi:
|
|
|
2060
2065
|
)
|
|
2061
2066
|
|
|
2062
2067
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2068
|
+
'200': "PulpExporterResponse",
|
|
2063
2069
|
'202': "AsyncOperationResponse",
|
|
2064
2070
|
}
|
|
2065
2071
|
response_data = self.api_client.call_api(
|
|
@@ -2704,10 +2704,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2704
2704
|
_content_type: Optional[StrictStr] = None,
|
|
2705
2705
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2706
2706
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2707
|
-
) ->
|
|
2707
|
+
) -> OpenPGPKeyringResponse:
|
|
2708
2708
|
"""Update an open pgp keyring
|
|
2709
2709
|
|
|
2710
|
-
|
|
2710
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
2711
2711
|
|
|
2712
2712
|
:param open_p_g_p_keyring_href: (required)
|
|
2713
2713
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2748,6 +2748,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2748
2748
|
)
|
|
2749
2749
|
|
|
2750
2750
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2751
|
+
'200': "OpenPGPKeyringResponse",
|
|
2751
2752
|
'202': "AsyncOperationResponse",
|
|
2752
2753
|
}
|
|
2753
2754
|
response_data = self.api_client.call_api(
|
|
@@ -2779,10 +2780,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2779
2780
|
_content_type: Optional[StrictStr] = None,
|
|
2780
2781
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2781
2782
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2782
|
-
) -> ApiResponse[
|
|
2783
|
+
) -> ApiResponse[OpenPGPKeyringResponse]:
|
|
2783
2784
|
"""Update an open pgp keyring
|
|
2784
2785
|
|
|
2785
|
-
|
|
2786
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
2786
2787
|
|
|
2787
2788
|
:param open_p_g_p_keyring_href: (required)
|
|
2788
2789
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2823,6 +2824,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2823
2824
|
)
|
|
2824
2825
|
|
|
2825
2826
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2827
|
+
'200': "OpenPGPKeyringResponse",
|
|
2826
2828
|
'202': "AsyncOperationResponse",
|
|
2827
2829
|
}
|
|
2828
2830
|
response_data = self.api_client.call_api(
|
|
@@ -2857,7 +2859,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2857
2859
|
) -> RESTResponseType:
|
|
2858
2860
|
"""Update an open pgp keyring
|
|
2859
2861
|
|
|
2860
|
-
|
|
2862
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
2861
2863
|
|
|
2862
2864
|
:param open_p_g_p_keyring_href: (required)
|
|
2863
2865
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2898,6 +2900,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2898
2900
|
)
|
|
2899
2901
|
|
|
2900
2902
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2903
|
+
'200': "OpenPGPKeyringResponse",
|
|
2901
2904
|
'202': "AsyncOperationResponse",
|
|
2902
2905
|
}
|
|
2903
2906
|
response_data = self.api_client.call_api(
|
|
@@ -4255,10 +4258,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4255
4258
|
_content_type: Optional[StrictStr] = None,
|
|
4256
4259
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4257
4260
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4258
|
-
) ->
|
|
4261
|
+
) -> OpenPGPKeyringResponse:
|
|
4259
4262
|
"""Update an open pgp keyring
|
|
4260
4263
|
|
|
4261
|
-
|
|
4264
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
4262
4265
|
|
|
4263
4266
|
:param open_p_g_p_keyring_href: (required)
|
|
4264
4267
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4299,6 +4302,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4299
4302
|
)
|
|
4300
4303
|
|
|
4301
4304
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4305
|
+
'200': "OpenPGPKeyringResponse",
|
|
4302
4306
|
'202': "AsyncOperationResponse",
|
|
4303
4307
|
}
|
|
4304
4308
|
response_data = self.api_client.call_api(
|
|
@@ -4330,10 +4334,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4330
4334
|
_content_type: Optional[StrictStr] = None,
|
|
4331
4335
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4332
4336
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4333
|
-
) -> ApiResponse[
|
|
4337
|
+
) -> ApiResponse[OpenPGPKeyringResponse]:
|
|
4334
4338
|
"""Update an open pgp keyring
|
|
4335
4339
|
|
|
4336
|
-
|
|
4340
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
4337
4341
|
|
|
4338
4342
|
:param open_p_g_p_keyring_href: (required)
|
|
4339
4343
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4374,6 +4378,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4374
4378
|
)
|
|
4375
4379
|
|
|
4376
4380
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4381
|
+
'200': "OpenPGPKeyringResponse",
|
|
4377
4382
|
'202': "AsyncOperationResponse",
|
|
4378
4383
|
}
|
|
4379
4384
|
response_data = self.api_client.call_api(
|
|
@@ -4408,7 +4413,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4408
4413
|
) -> RESTResponseType:
|
|
4409
4414
|
"""Update an open pgp keyring
|
|
4410
4415
|
|
|
4411
|
-
|
|
4416
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
4412
4417
|
|
|
4413
4418
|
:param open_p_g_p_keyring_href: (required)
|
|
4414
4419
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4449,6 +4454,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4449
4454
|
)
|
|
4450
4455
|
|
|
4451
4456
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4457
|
+
'200': "OpenPGPKeyringResponse",
|
|
4452
4458
|
'202': "AsyncOperationResponse",
|
|
4453
4459
|
}
|
|
4454
4460
|
response_data = self.api_client.call_api(
|
|
@@ -690,8 +690,6 @@ class TasksApi:
|
|
|
690
690
|
unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
|
|
691
691
|
unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
|
|
692
692
|
worker: Optional[StrictStr] = None,
|
|
693
|
-
worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
|
|
694
|
-
worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
|
|
695
693
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
696
694
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
697
695
|
pulp_domain: StrictStr = "default",
|
|
@@ -826,10 +824,6 @@ class TasksApi:
|
|
|
826
824
|
:type unblocked_at__range: List[datetime]
|
|
827
825
|
:param worker:
|
|
828
826
|
:type worker: str
|
|
829
|
-
:param worker__in: Filter results where worker is in a comma-separated list of values
|
|
830
|
-
:type worker__in: List[str]
|
|
831
|
-
:param worker__isnull: Filter results where worker has a null value
|
|
832
|
-
:type worker__isnull: bool
|
|
833
827
|
:param fields: A list of fields to include in the response.
|
|
834
828
|
:type fields: List[str]
|
|
835
829
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -914,8 +908,6 @@ class TasksApi:
|
|
|
914
908
|
unblocked_at__lte=unblocked_at__lte,
|
|
915
909
|
unblocked_at__range=unblocked_at__range,
|
|
916
910
|
worker=worker,
|
|
917
|
-
worker__in=worker__in,
|
|
918
|
-
worker__isnull=worker__isnull,
|
|
919
911
|
fields=fields,
|
|
920
912
|
exclude_fields=exclude_fields,
|
|
921
913
|
_request_auth=_request_auth,
|
|
@@ -997,8 +989,6 @@ class TasksApi:
|
|
|
997
989
|
unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
|
|
998
990
|
unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
|
|
999
991
|
worker: Optional[StrictStr] = None,
|
|
1000
|
-
worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
|
|
1001
|
-
worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
|
|
1002
992
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
1003
993
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
1004
994
|
pulp_domain: StrictStr = "default",
|
|
@@ -1133,10 +1123,6 @@ class TasksApi:
|
|
|
1133
1123
|
:type unblocked_at__range: List[datetime]
|
|
1134
1124
|
:param worker:
|
|
1135
1125
|
:type worker: str
|
|
1136
|
-
:param worker__in: Filter results where worker is in a comma-separated list of values
|
|
1137
|
-
:type worker__in: List[str]
|
|
1138
|
-
:param worker__isnull: Filter results where worker has a null value
|
|
1139
|
-
:type worker__isnull: bool
|
|
1140
1126
|
:param fields: A list of fields to include in the response.
|
|
1141
1127
|
:type fields: List[str]
|
|
1142
1128
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -1221,8 +1207,6 @@ class TasksApi:
|
|
|
1221
1207
|
unblocked_at__lte=unblocked_at__lte,
|
|
1222
1208
|
unblocked_at__range=unblocked_at__range,
|
|
1223
1209
|
worker=worker,
|
|
1224
|
-
worker__in=worker__in,
|
|
1225
|
-
worker__isnull=worker__isnull,
|
|
1226
1210
|
fields=fields,
|
|
1227
1211
|
exclude_fields=exclude_fields,
|
|
1228
1212
|
_request_auth=_request_auth,
|
|
@@ -1304,8 +1288,6 @@ class TasksApi:
|
|
|
1304
1288
|
unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
|
|
1305
1289
|
unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
|
|
1306
1290
|
worker: Optional[StrictStr] = None,
|
|
1307
|
-
worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
|
|
1308
|
-
worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
|
|
1309
1291
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
1310
1292
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
1311
1293
|
pulp_domain: StrictStr = "default",
|
|
@@ -1440,10 +1422,6 @@ class TasksApi:
|
|
|
1440
1422
|
:type unblocked_at__range: List[datetime]
|
|
1441
1423
|
:param worker:
|
|
1442
1424
|
:type worker: str
|
|
1443
|
-
:param worker__in: Filter results where worker is in a comma-separated list of values
|
|
1444
|
-
:type worker__in: List[str]
|
|
1445
|
-
:param worker__isnull: Filter results where worker has a null value
|
|
1446
|
-
:type worker__isnull: bool
|
|
1447
1425
|
:param fields: A list of fields to include in the response.
|
|
1448
1426
|
:type fields: List[str]
|
|
1449
1427
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -1528,8 +1506,6 @@ class TasksApi:
|
|
|
1528
1506
|
unblocked_at__lte=unblocked_at__lte,
|
|
1529
1507
|
unblocked_at__range=unblocked_at__range,
|
|
1530
1508
|
worker=worker,
|
|
1531
|
-
worker__in=worker__in,
|
|
1532
|
-
worker__isnull=worker__isnull,
|
|
1533
1509
|
fields=fields,
|
|
1534
1510
|
exclude_fields=exclude_fields,
|
|
1535
1511
|
_request_auth=_request_auth,
|
|
@@ -1607,8 +1583,6 @@ class TasksApi:
|
|
|
1607
1583
|
unblocked_at__lte,
|
|
1608
1584
|
unblocked_at__range,
|
|
1609
1585
|
worker,
|
|
1610
|
-
worker__in,
|
|
1611
|
-
worker__isnull,
|
|
1612
1586
|
fields,
|
|
1613
1587
|
exclude_fields,
|
|
1614
1588
|
_request_auth,
|
|
@@ -1634,7 +1608,6 @@ class TasksApi:
|
|
|
1634
1608
|
'started_at__range': 'csv',
|
|
1635
1609
|
'state__in': 'csv',
|
|
1636
1610
|
'unblocked_at__range': 'csv',
|
|
1637
|
-
'worker__in': 'csv',
|
|
1638
1611
|
'fields': 'multi',
|
|
1639
1612
|
'exclude_fields': 'multi',
|
|
1640
1613
|
}
|
|
@@ -2052,14 +2025,6 @@ class TasksApi:
|
|
|
2052
2025
|
|
|
2053
2026
|
_query_params.append(('worker', worker))
|
|
2054
2027
|
|
|
2055
|
-
if worker__in is not None:
|
|
2056
|
-
|
|
2057
|
-
_query_params.append(('worker__in', worker__in))
|
|
2058
|
-
|
|
2059
|
-
if worker__isnull is not None:
|
|
2060
|
-
|
|
2061
|
-
_query_params.append(('worker__isnull', worker__isnull))
|
|
2062
|
-
|
|
2063
2028
|
if fields is not None:
|
|
2064
2029
|
|
|
2065
2030
|
_query_params.append(('fields', fields))
|
|
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulpcore.Configuration(
|
|
|
225
225
|
) -> None:
|
|
226
226
|
"""Constructor
|
|
227
227
|
"""
|
|
228
|
-
self._base_path = "https://env-ephemeral-
|
|
228
|
+
self._base_path = "https://env-ephemeral-nkejpc.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.pulpcore.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: 20251006.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.pulpcore.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-nkejpc.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
|
@@ -28,18 +28,18 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
A serializer for ArtifactDistribution.
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
32
|
-
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
33
|
-
pulp_href: Optional[StrictStr] = None
|
|
34
|
-
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
35
31
|
no_content_change_since: Optional[StrictStr] = Field(default=None, description="Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.")
|
|
36
|
-
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
37
32
|
base_url: Optional[StrictStr] = Field(default=None, description="The URL for accessing the publication as defined by this distribution.")
|
|
38
|
-
|
|
33
|
+
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
39
34
|
content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
|
|
35
|
+
hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
|
|
36
|
+
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
37
|
+
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
38
|
+
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
40
39
|
base_path: StrictStr = Field(description="The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")")
|
|
41
40
|
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
42
|
-
|
|
41
|
+
pulp_href: Optional[StrictStr] = None
|
|
42
|
+
__properties: ClassVar[List[str]] = ["no_content_change_since", "base_url", "name", "content_guard", "hidden", "pulp_labels", "prn", "pulp_created", "base_path", "pulp_last_updated", "pulp_href"]
|
|
43
43
|
|
|
44
44
|
model_config = ConfigDict(
|
|
45
45
|
populate_by_name=True,
|
|
@@ -79,12 +79,12 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
79
79
|
* OpenAPI `readOnly` fields are excluded.
|
|
80
80
|
"""
|
|
81
81
|
excluded_fields: Set[str] = set([
|
|
82
|
-
"pulp_created",
|
|
83
|
-
"pulp_href",
|
|
84
|
-
"prn",
|
|
85
82
|
"no_content_change_since",
|
|
86
83
|
"base_url",
|
|
84
|
+
"prn",
|
|
85
|
+
"pulp_created",
|
|
87
86
|
"pulp_last_updated",
|
|
87
|
+
"pulp_href",
|
|
88
88
|
])
|
|
89
89
|
|
|
90
90
|
_dict = self.model_dump(
|
|
@@ -109,17 +109,17 @@ class ArtifactDistributionResponse(BaseModel):
|
|
|
109
109
|
return cls.model_validate(obj)
|
|
110
110
|
|
|
111
111
|
_obj = cls.model_validate({
|
|
112
|
-
"name": obj.get("name"),
|
|
113
|
-
"pulp_created": obj.get("pulp_created"),
|
|
114
|
-
"pulp_href": obj.get("pulp_href"),
|
|
115
|
-
"prn": obj.get("prn"),
|
|
116
112
|
"no_content_change_since": obj.get("no_content_change_since"),
|
|
117
|
-
"pulp_labels": obj.get("pulp_labels"),
|
|
118
113
|
"base_url": obj.get("base_url"),
|
|
119
|
-
"
|
|
114
|
+
"name": obj.get("name"),
|
|
120
115
|
"content_guard": obj.get("content_guard"),
|
|
116
|
+
"hidden": obj.get("hidden") if obj.get("hidden") is not None else False,
|
|
117
|
+
"pulp_labels": obj.get("pulp_labels"),
|
|
118
|
+
"prn": obj.get("prn"),
|
|
119
|
+
"pulp_created": obj.get("pulp_created"),
|
|
121
120
|
"base_path": obj.get("base_path"),
|
|
122
|
-
"pulp_last_updated": obj.get("pulp_last_updated")
|
|
121
|
+
"pulp_last_updated": obj.get("pulp_last_updated"),
|
|
122
|
+
"pulp_href": obj.get("pulp_href")
|
|
123
123
|
})
|
|
124
124
|
return _obj
|
|
125
125
|
|
|
@@ -29,7 +29,7 @@ class FilesystemExporter(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
Serializer for FilesystemExporters.
|
|
31
31
|
""" # noqa: E501
|
|
32
|
-
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Unique name of the
|
|
32
|
+
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Unique name of the exporter.")
|
|
33
33
|
path: Annotated[str, Field(min_length=1, strict=True)] = Field(description="File system location to export to.")
|
|
34
34
|
method: Optional[MethodEnum] = Field(default=None, description="Method of exporting * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking")
|
|
35
35
|
__properties: ClassVar[List[str]] = ["name", "path", "method"]
|
|
@@ -33,7 +33,7 @@ class FilesystemExporterResponse(BaseModel):
|
|
|
33
33
|
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
34
34
|
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
35
35
|
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
36
|
-
name: StrictStr = Field(description="Unique name of the
|
|
36
|
+
name: StrictStr = Field(description="Unique name of the exporter.")
|
|
37
37
|
path: StrictStr = Field(description="File system location to export to.")
|
|
38
38
|
method: Optional[MethodEnum] = Field(default=None, description="Method of exporting * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking")
|
|
39
39
|
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "name", "path", "method"]
|
|
@@ -37,7 +37,7 @@ class MinimalTaskResponse(BaseModel):
|
|
|
37
37
|
unblocked_at: Optional[datetime] = Field(default=None, description="Timestamp of when this task was identified ready for pickup.")
|
|
38
38
|
started_at: Optional[datetime] = Field(default=None, description="Timestamp of when this task started execution.")
|
|
39
39
|
finished_at: Optional[datetime] = Field(default=None, description="Timestamp of when this task stopped execution.")
|
|
40
|
-
worker: Optional[StrictStr] = Field(default=None, description="
|
|
40
|
+
worker: Optional[StrictStr] = Field(default=None, description="DEPRECATED - Always null")
|
|
41
41
|
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "name", "state", "unblocked_at", "started_at", "finished_at", "worker"]
|
|
42
42
|
|
|
43
43
|
model_config = ConfigDict(
|
|
@@ -97,6 +97,11 @@ class MinimalTaskResponse(BaseModel):
|
|
|
97
97
|
exclude=excluded_fields,
|
|
98
98
|
exclude_none=True,
|
|
99
99
|
)
|
|
100
|
+
# set to None if worker (nullable) is None
|
|
101
|
+
# and model_fields_set contains the field
|
|
102
|
+
if self.worker is None and "worker" in self.model_fields_set:
|
|
103
|
+
_dict['worker'] = None
|
|
104
|
+
|
|
100
105
|
return _dict
|
|
101
106
|
|
|
102
107
|
@classmethod
|
|
@@ -29,7 +29,7 @@ class PatchedFilesystemExporter(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
Serializer for FilesystemExporters.
|
|
31
31
|
""" # noqa: E501
|
|
32
|
-
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Unique name of the
|
|
32
|
+
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Unique name of the exporter.")
|
|
33
33
|
path: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="File system location to export to.")
|
|
34
34
|
method: Optional[MethodEnum] = Field(default=None, description="Method of exporting * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking")
|
|
35
35
|
__properties: ClassVar[List[str]] = ["name", "path", "method"]
|
|
@@ -28,7 +28,7 @@ class PatchedPulpExporter(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
Serializer for pulp exporters.
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Unique name of the
|
|
31
|
+
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Unique name of the exporter.")
|
|
32
32
|
path: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="File system directory to store exported tar.gzs.")
|
|
33
33
|
repositories: Optional[List[StrictStr]] = None
|
|
34
34
|
last_export: Optional[StrictStr] = Field(default=None, description="Last attempted export for this PulpExporter")
|
|
@@ -28,7 +28,7 @@ class PulpExporter(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
Serializer for pulp exporters.
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Unique name of the
|
|
31
|
+
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Unique name of the exporter.")
|
|
32
32
|
path: Annotated[str, Field(min_length=1, strict=True)] = Field(description="File system directory to store exported tar.gzs.")
|
|
33
33
|
repositories: List[StrictStr]
|
|
34
34
|
last_export: Optional[StrictStr] = Field(default=None, description="Last attempted export for this PulpExporter")
|
|
@@ -32,7 +32,7 @@ class PulpExporterResponse(BaseModel):
|
|
|
32
32
|
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
33
33
|
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
34
34
|
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
35
|
-
name: StrictStr = Field(description="Unique name of the
|
|
35
|
+
name: StrictStr = Field(description="Unique name of the exporter.")
|
|
36
36
|
path: StrictStr = Field(description="File system directory to store exported tar.gzs.")
|
|
37
37
|
repositories: List[StrictStr]
|
|
38
38
|
last_export: Optional[StrictStr] = Field(default=None, description="Last attempted export for this PulpExporter")
|
|
@@ -41,7 +41,7 @@ class TaskResponse(BaseModel):
|
|
|
41
41
|
started_at: Optional[datetime] = Field(default=None, description="Timestamp of when this task started execution.")
|
|
42
42
|
finished_at: Optional[datetime] = Field(default=None, description="Timestamp of when this task stopped execution.")
|
|
43
43
|
error: Optional[Dict[str, Any]] = Field(default=None, description="A JSON Object of a fatal error encountered during the execution of this task.")
|
|
44
|
-
worker: Optional[StrictStr] = Field(default=None, description="
|
|
44
|
+
worker: Optional[StrictStr] = Field(default=None, description="DEPRECATED - Always null")
|
|
45
45
|
parent_task: Optional[StrictStr] = Field(default=None, description="The parent task that spawned this task.")
|
|
46
46
|
child_tasks: Optional[List[StrictStr]] = Field(default=None, description="Any tasks spawned by this task.")
|
|
47
47
|
task_group: Optional[StrictStr] = Field(default=None, description="The task group that this task is a member of.")
|
|
@@ -133,6 +133,16 @@ class TaskResponse(BaseModel):
|
|
|
133
133
|
if _item_progress_reports:
|
|
134
134
|
_items.append(_item_progress_reports.to_dict())
|
|
135
135
|
_dict['progress_reports'] = _items
|
|
136
|
+
# set to None if created_by (nullable) is None
|
|
137
|
+
# and model_fields_set contains the field
|
|
138
|
+
if self.created_by is None and "created_by" in self.model_fields_set:
|
|
139
|
+
_dict['created_by'] = None
|
|
140
|
+
|
|
141
|
+
# set to None if worker (nullable) is None
|
|
142
|
+
# and model_fields_set contains the field
|
|
143
|
+
if self.worker is None and "worker" in self.model_fields_set:
|
|
144
|
+
_dict['worker'] = None
|
|
145
|
+
|
|
136
146
|
# set to None if result (nullable) is None
|
|
137
147
|
# and model_fields_set contains the field
|
|
138
148
|
if self.result is None and "result" in self.model_fields_set:
|
|
File without changes
|
{crc_pulpcore_client-20251001.4.dist-info → crc_pulpcore_client-20251006.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|