crc-pulpcore-client 20251001.3__py3-none-any.whl → 20251001.4__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.3.dist-info → crc_pulpcore_client-20251001.4.dist-info}/METADATA +1 -1
- {crc_pulpcore_client-20251001.3.dist-info → crc_pulpcore_client-20251001.4.dist-info}/RECORD +21 -21
- pulpcore/client/pulpcore/__init__.py +1 -1
- pulpcore/client/pulpcore/api/distributions_openpgp_api.py +10 -16
- pulpcore/client/pulpcore/api/domains_api.py +7 -13
- pulpcore/client/pulpcore/api/exporters_filesystem_api.py +10 -16
- pulpcore/client/pulpcore/api/exporters_pulp_api.py +10 -16
- pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py +10 -16
- pulpcore/client/pulpcore/api/tasks_api.py +35 -0
- pulpcore/client/pulpcore/configuration.py +3 -3
- pulpcore/client/pulpcore/models/artifact_distribution_response.py +16 -16
- 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 +1 -6
- 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 +1 -11
- {crc_pulpcore_client-20251001.3.dist-info → crc_pulpcore_client-20251001.4.dist-info}/WHEEL +0 -0
- {crc_pulpcore_client-20251001.3.dist-info → crc_pulpcore_client-20251001.4.dist-info}/top_level.txt +0 -0
{crc_pulpcore_client-20251001.3.dist-info → crc_pulpcore_client-20251001.4.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=seNnGBI6MLvqJS2twpv0A7SOhkd-Gg1YcXWhd77mnjY,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=eRHr-OJlldqm8Dy3EMd9usToNicfAXug_FAb3YcLVzk,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=3qiysIiDNNbX7ICI3vGAkuJbxntYJZx_2l5oXzHLRnI,116989
|
|
27
|
+
pulpcore/client/pulpcore/api/domains_api.py,sha256=mKFB3YUNSBDvbmkRignzAZ_mr8WllFIsmY9zyzv0Fco,135806
|
|
28
|
+
pulpcore/client/pulpcore/api/exporters_filesystem_api.py,sha256=UziNsJ7cSXo0LtceA5Bd4bdfJRT3PfQUGosWr5jsP1U,95145
|
|
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=k8OMnlqQaBbEjous-f8LBMFfjoGLaMpE9ENJCIUnvM0,93573
|
|
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=OnDP35qE9g-dU4UFG-TYo_pzZGJ6mxfGSP9rLnqcYOI,200463
|
|
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=W5I-fVSmxZojKMgaSHDqQqjXAxrB6HBvZsz_JrojTag,211323
|
|
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=BTXqAM_5mPoXqX0OcNeJNQbEcx8UdkccZ5y-umy4d2k,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=1-amDTEus2w4yPYo8ipZg0lIPLGJMZ3CWiTtPTJlJ9o,3112
|
|
84
|
+
pulpcore/client/pulpcore/models/filesystem_exporter_response.py,sha256=8QsFc95ytOykb-HQ459efwOnpkyR7866BAi5Yh6xZz4,4131
|
|
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=j1Lom5fnHXbotfu0SkT0FxKwn0jfkT7JjmFWVFpdL-I,5351
|
|
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=0cxDEcHQhYGL7kSiaYNscWbmdzk7a8jx4f8JIqmF04k,3181
|
|
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=8tMsOYeqDEc_ovDG-UMUZxKe0x6RkvYVD8HP7RFEbpA,3403
|
|
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=eTu1AF4O8FLaCGWP2UepB4UG7O7UdpzzagElKxtqSQk,3317
|
|
189
|
+
pulpcore/client/pulpcore/models/pulp_exporter_response.py,sha256=gV5SsdZk0xkuXboUFYIqCAES6-51yt0xUjb0M-Egw6I,4325
|
|
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=JzCGnKTtTFn5xMaeFu2HdOO11SYlqG0pxbV2McB-Ne8,8640
|
|
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-20251001.
|
|
236
|
-
crc_pulpcore_client-20251001.
|
|
237
|
-
crc_pulpcore_client-20251001.
|
|
238
|
-
crc_pulpcore_client-20251001.
|
|
235
|
+
crc_pulpcore_client-20251001.4.dist-info/METADATA,sha256=BZkVqKmqqpR1L38VyDB4wQHTS65zFAkPU9p_Z411Xx8,638
|
|
236
|
+
crc_pulpcore_client-20251001.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
237
|
+
crc_pulpcore_client-20251001.4.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
238
|
+
crc_pulpcore_client-20251001.4.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
|
+
) -> AsyncOperationResponse:
|
|
1147
1147
|
"""Update an open pgp distribution
|
|
1148
1148
|
|
|
1149
|
-
|
|
1149
|
+
Trigger an asynchronous partial update task
|
|
1150
1150
|
|
|
1151
1151
|
:param open_p_g_p_distribution_href: (required)
|
|
1152
1152
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1187,7 +1187,6 @@ class DistributionsOpenpgpApi:
|
|
|
1187
1187
|
)
|
|
1188
1188
|
|
|
1189
1189
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1190
|
-
'200': "OpenPGPDistributionResponse",
|
|
1191
1190
|
'202': "AsyncOperationResponse",
|
|
1192
1191
|
}
|
|
1193
1192
|
response_data = self.api_client.call_api(
|
|
@@ -1219,10 +1218,10 @@ class DistributionsOpenpgpApi:
|
|
|
1219
1218
|
_content_type: Optional[StrictStr] = None,
|
|
1220
1219
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1221
1220
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1222
|
-
) -> ApiResponse[
|
|
1221
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
1223
1222
|
"""Update an open pgp distribution
|
|
1224
1223
|
|
|
1225
|
-
|
|
1224
|
+
Trigger an asynchronous partial update task
|
|
1226
1225
|
|
|
1227
1226
|
:param open_p_g_p_distribution_href: (required)
|
|
1228
1227
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1263,7 +1262,6 @@ class DistributionsOpenpgpApi:
|
|
|
1263
1262
|
)
|
|
1264
1263
|
|
|
1265
1264
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1266
|
-
'200': "OpenPGPDistributionResponse",
|
|
1267
1265
|
'202': "AsyncOperationResponse",
|
|
1268
1266
|
}
|
|
1269
1267
|
response_data = self.api_client.call_api(
|
|
@@ -1298,7 +1296,7 @@ class DistributionsOpenpgpApi:
|
|
|
1298
1296
|
) -> RESTResponseType:
|
|
1299
1297
|
"""Update an open pgp distribution
|
|
1300
1298
|
|
|
1301
|
-
|
|
1299
|
+
Trigger an asynchronous partial update task
|
|
1302
1300
|
|
|
1303
1301
|
:param open_p_g_p_distribution_href: (required)
|
|
1304
1302
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1339,7 +1337,6 @@ class DistributionsOpenpgpApi:
|
|
|
1339
1337
|
)
|
|
1340
1338
|
|
|
1341
1339
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1342
|
-
'200': "OpenPGPDistributionResponse",
|
|
1343
1340
|
'202': "AsyncOperationResponse",
|
|
1344
1341
|
}
|
|
1345
1342
|
response_data = self.api_client.call_api(
|
|
@@ -2388,10 +2385,10 @@ class DistributionsOpenpgpApi:
|
|
|
2388
2385
|
_content_type: Optional[StrictStr] = None,
|
|
2389
2386
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2390
2387
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2391
|
-
) ->
|
|
2388
|
+
) -> AsyncOperationResponse:
|
|
2392
2389
|
"""Update an open pgp distribution
|
|
2393
2390
|
|
|
2394
|
-
|
|
2391
|
+
Trigger an asynchronous update task
|
|
2395
2392
|
|
|
2396
2393
|
:param open_p_g_p_distribution_href: (required)
|
|
2397
2394
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2432,7 +2429,6 @@ class DistributionsOpenpgpApi:
|
|
|
2432
2429
|
)
|
|
2433
2430
|
|
|
2434
2431
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2435
|
-
'200': "OpenPGPDistributionResponse",
|
|
2436
2432
|
'202': "AsyncOperationResponse",
|
|
2437
2433
|
}
|
|
2438
2434
|
response_data = self.api_client.call_api(
|
|
@@ -2464,10 +2460,10 @@ class DistributionsOpenpgpApi:
|
|
|
2464
2460
|
_content_type: Optional[StrictStr] = None,
|
|
2465
2461
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2466
2462
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2467
|
-
) -> ApiResponse[
|
|
2463
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
2468
2464
|
"""Update an open pgp distribution
|
|
2469
2465
|
|
|
2470
|
-
|
|
2466
|
+
Trigger an asynchronous update task
|
|
2471
2467
|
|
|
2472
2468
|
:param open_p_g_p_distribution_href: (required)
|
|
2473
2469
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2508,7 +2504,6 @@ class DistributionsOpenpgpApi:
|
|
|
2508
2504
|
)
|
|
2509
2505
|
|
|
2510
2506
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2511
|
-
'200': "OpenPGPDistributionResponse",
|
|
2512
2507
|
'202': "AsyncOperationResponse",
|
|
2513
2508
|
}
|
|
2514
2509
|
response_data = self.api_client.call_api(
|
|
@@ -2543,7 +2538,7 @@ class DistributionsOpenpgpApi:
|
|
|
2543
2538
|
) -> RESTResponseType:
|
|
2544
2539
|
"""Update an open pgp distribution
|
|
2545
2540
|
|
|
2546
|
-
|
|
2541
|
+
Trigger an asynchronous update task
|
|
2547
2542
|
|
|
2548
2543
|
:param open_p_g_p_distribution_href: (required)
|
|
2549
2544
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2584,7 +2579,6 @@ class DistributionsOpenpgpApi:
|
|
|
2584
2579
|
)
|
|
2585
2580
|
|
|
2586
2581
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2587
|
-
'200': "OpenPGPDistributionResponse",
|
|
2588
2582
|
'202': "AsyncOperationResponse",
|
|
2589
2583
|
}
|
|
2590
2584
|
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
|
+
) -> AsyncOperationResponse:
|
|
1577
1577
|
"""Update a domain
|
|
1578
1578
|
|
|
1579
|
-
|
|
1579
|
+
Trigger an asynchronous partial update task
|
|
1580
1580
|
|
|
1581
1581
|
:param domain_href: (required)
|
|
1582
1582
|
:type domain_href: str
|
|
@@ -1617,7 +1617,6 @@ class DomainsApi:
|
|
|
1617
1617
|
)
|
|
1618
1618
|
|
|
1619
1619
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1620
|
-
'200': "DomainResponse",
|
|
1621
1620
|
'202': "AsyncOperationResponse",
|
|
1622
1621
|
}
|
|
1623
1622
|
response_data = self.api_client.call_api(
|
|
@@ -1649,10 +1648,10 @@ class DomainsApi:
|
|
|
1649
1648
|
_content_type: Optional[StrictStr] = None,
|
|
1650
1649
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1651
1650
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1652
|
-
) -> ApiResponse[
|
|
1651
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
1653
1652
|
"""Update a domain
|
|
1654
1653
|
|
|
1655
|
-
|
|
1654
|
+
Trigger an asynchronous partial update task
|
|
1656
1655
|
|
|
1657
1656
|
:param domain_href: (required)
|
|
1658
1657
|
:type domain_href: str
|
|
@@ -1693,7 +1692,6 @@ class DomainsApi:
|
|
|
1693
1692
|
)
|
|
1694
1693
|
|
|
1695
1694
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1696
|
-
'200': "DomainResponse",
|
|
1697
1695
|
'202': "AsyncOperationResponse",
|
|
1698
1696
|
}
|
|
1699
1697
|
response_data = self.api_client.call_api(
|
|
@@ -1728,7 +1726,7 @@ class DomainsApi:
|
|
|
1728
1726
|
) -> RESTResponseType:
|
|
1729
1727
|
"""Update a domain
|
|
1730
1728
|
|
|
1731
|
-
|
|
1729
|
+
Trigger an asynchronous partial update task
|
|
1732
1730
|
|
|
1733
1731
|
:param domain_href: (required)
|
|
1734
1732
|
:type domain_href: str
|
|
@@ -1769,7 +1767,6 @@ class DomainsApi:
|
|
|
1769
1767
|
)
|
|
1770
1768
|
|
|
1771
1769
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1772
|
-
'200': "DomainResponse",
|
|
1773
1770
|
'202': "AsyncOperationResponse",
|
|
1774
1771
|
}
|
|
1775
1772
|
response_data = self.api_client.call_api(
|
|
@@ -2818,7 +2815,7 @@ class DomainsApi:
|
|
|
2818
2815
|
_content_type: Optional[StrictStr] = None,
|
|
2819
2816
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2820
2817
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2821
|
-
) ->
|
|
2818
|
+
) -> AsyncOperationResponse:
|
|
2822
2819
|
"""Update a domain
|
|
2823
2820
|
|
|
2824
2821
|
Trigger an asynchronous update task
|
|
@@ -2862,7 +2859,6 @@ class DomainsApi:
|
|
|
2862
2859
|
)
|
|
2863
2860
|
|
|
2864
2861
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2865
|
-
'200': "DomainResponse",
|
|
2866
2862
|
'202': "AsyncOperationResponse",
|
|
2867
2863
|
}
|
|
2868
2864
|
response_data = self.api_client.call_api(
|
|
@@ -2894,7 +2890,7 @@ class DomainsApi:
|
|
|
2894
2890
|
_content_type: Optional[StrictStr] = None,
|
|
2895
2891
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2896
2892
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2897
|
-
) -> ApiResponse[
|
|
2893
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
2898
2894
|
"""Update a domain
|
|
2899
2895
|
|
|
2900
2896
|
Trigger an asynchronous update task
|
|
@@ -2938,7 +2934,6 @@ class DomainsApi:
|
|
|
2938
2934
|
)
|
|
2939
2935
|
|
|
2940
2936
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2941
|
-
'200': "DomainResponse",
|
|
2942
2937
|
'202': "AsyncOperationResponse",
|
|
2943
2938
|
}
|
|
2944
2939
|
response_data = self.api_client.call_api(
|
|
@@ -3014,7 +3009,6 @@ class DomainsApi:
|
|
|
3014
3009
|
)
|
|
3015
3010
|
|
|
3016
3011
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3017
|
-
'200': "DomainResponse",
|
|
3018
3012
|
'202': "AsyncOperationResponse",
|
|
3019
3013
|
}
|
|
3020
3014
|
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
|
+
) -> AsyncOperationResponse:
|
|
1246
1246
|
"""Update a filesystem exporter
|
|
1247
1247
|
|
|
1248
|
-
|
|
1248
|
+
Trigger an asynchronous partial update task
|
|
1249
1249
|
|
|
1250
1250
|
:param filesystem_exporter_href: (required)
|
|
1251
1251
|
:type filesystem_exporter_href: str
|
|
@@ -1286,7 +1286,6 @@ class ExportersFilesystemApi:
|
|
|
1286
1286
|
)
|
|
1287
1287
|
|
|
1288
1288
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1289
|
-
'200': "FilesystemExporterResponse",
|
|
1290
1289
|
'202': "AsyncOperationResponse",
|
|
1291
1290
|
}
|
|
1292
1291
|
response_data = self.api_client.call_api(
|
|
@@ -1318,10 +1317,10 @@ class ExportersFilesystemApi:
|
|
|
1318
1317
|
_content_type: Optional[StrictStr] = None,
|
|
1319
1318
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1320
1319
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1321
|
-
) -> ApiResponse[
|
|
1320
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
1322
1321
|
"""Update a filesystem exporter
|
|
1323
1322
|
|
|
1324
|
-
|
|
1323
|
+
Trigger an asynchronous partial update task
|
|
1325
1324
|
|
|
1326
1325
|
:param filesystem_exporter_href: (required)
|
|
1327
1326
|
:type filesystem_exporter_href: str
|
|
@@ -1362,7 +1361,6 @@ class ExportersFilesystemApi:
|
|
|
1362
1361
|
)
|
|
1363
1362
|
|
|
1364
1363
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1365
|
-
'200': "FilesystemExporterResponse",
|
|
1366
1364
|
'202': "AsyncOperationResponse",
|
|
1367
1365
|
}
|
|
1368
1366
|
response_data = self.api_client.call_api(
|
|
@@ -1397,7 +1395,7 @@ class ExportersFilesystemApi:
|
|
|
1397
1395
|
) -> RESTResponseType:
|
|
1398
1396
|
"""Update a filesystem exporter
|
|
1399
1397
|
|
|
1400
|
-
|
|
1398
|
+
Trigger an asynchronous partial update task
|
|
1401
1399
|
|
|
1402
1400
|
:param filesystem_exporter_href: (required)
|
|
1403
1401
|
:type filesystem_exporter_href: str
|
|
@@ -1438,7 +1436,6 @@ class ExportersFilesystemApi:
|
|
|
1438
1436
|
)
|
|
1439
1437
|
|
|
1440
1438
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1441
|
-
'200': "FilesystemExporterResponse",
|
|
1442
1439
|
'202': "AsyncOperationResponse",
|
|
1443
1440
|
}
|
|
1444
1441
|
response_data = self.api_client.call_api(
|
|
@@ -1869,10 +1866,10 @@ class ExportersFilesystemApi:
|
|
|
1869
1866
|
_content_type: Optional[StrictStr] = None,
|
|
1870
1867
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1871
1868
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1872
|
-
) ->
|
|
1869
|
+
) -> AsyncOperationResponse:
|
|
1873
1870
|
"""Update a filesystem exporter
|
|
1874
1871
|
|
|
1875
|
-
|
|
1872
|
+
Trigger an asynchronous update task
|
|
1876
1873
|
|
|
1877
1874
|
:param filesystem_exporter_href: (required)
|
|
1878
1875
|
:type filesystem_exporter_href: str
|
|
@@ -1913,7 +1910,6 @@ class ExportersFilesystemApi:
|
|
|
1913
1910
|
)
|
|
1914
1911
|
|
|
1915
1912
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1916
|
-
'200': "FilesystemExporterResponse",
|
|
1917
1913
|
'202': "AsyncOperationResponse",
|
|
1918
1914
|
}
|
|
1919
1915
|
response_data = self.api_client.call_api(
|
|
@@ -1945,10 +1941,10 @@ class ExportersFilesystemApi:
|
|
|
1945
1941
|
_content_type: Optional[StrictStr] = None,
|
|
1946
1942
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1947
1943
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1948
|
-
) -> ApiResponse[
|
|
1944
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
1949
1945
|
"""Update a filesystem exporter
|
|
1950
1946
|
|
|
1951
|
-
|
|
1947
|
+
Trigger an asynchronous update task
|
|
1952
1948
|
|
|
1953
1949
|
:param filesystem_exporter_href: (required)
|
|
1954
1950
|
:type filesystem_exporter_href: str
|
|
@@ -1989,7 +1985,6 @@ class ExportersFilesystemApi:
|
|
|
1989
1985
|
)
|
|
1990
1986
|
|
|
1991
1987
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1992
|
-
'200': "FilesystemExporterResponse",
|
|
1993
1988
|
'202': "AsyncOperationResponse",
|
|
1994
1989
|
}
|
|
1995
1990
|
response_data = self.api_client.call_api(
|
|
@@ -2024,7 +2019,7 @@ class ExportersFilesystemApi:
|
|
|
2024
2019
|
) -> RESTResponseType:
|
|
2025
2020
|
"""Update a filesystem exporter
|
|
2026
2021
|
|
|
2027
|
-
|
|
2022
|
+
Trigger an asynchronous update task
|
|
2028
2023
|
|
|
2029
2024
|
:param filesystem_exporter_href: (required)
|
|
2030
2025
|
:type filesystem_exporter_href: str
|
|
@@ -2065,7 +2060,6 @@ class ExportersFilesystemApi:
|
|
|
2065
2060
|
)
|
|
2066
2061
|
|
|
2067
2062
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2068
|
-
'200': "FilesystemExporterResponse",
|
|
2069
2063
|
'202': "AsyncOperationResponse",
|
|
2070
2064
|
}
|
|
2071
2065
|
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
|
+
) -> AsyncOperationResponse:
|
|
1246
1246
|
"""Update a pulp exporter
|
|
1247
1247
|
|
|
1248
|
-
|
|
1248
|
+
Trigger an asynchronous partial update task
|
|
1249
1249
|
|
|
1250
1250
|
:param pulp_exporter_href: (required)
|
|
1251
1251
|
:type pulp_exporter_href: str
|
|
@@ -1286,7 +1286,6 @@ class ExportersPulpApi:
|
|
|
1286
1286
|
)
|
|
1287
1287
|
|
|
1288
1288
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1289
|
-
'200': "PulpExporterResponse",
|
|
1290
1289
|
'202': "AsyncOperationResponse",
|
|
1291
1290
|
}
|
|
1292
1291
|
response_data = self.api_client.call_api(
|
|
@@ -1318,10 +1317,10 @@ class ExportersPulpApi:
|
|
|
1318
1317
|
_content_type: Optional[StrictStr] = None,
|
|
1319
1318
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1320
1319
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1321
|
-
) -> ApiResponse[
|
|
1320
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
1322
1321
|
"""Update a pulp exporter
|
|
1323
1322
|
|
|
1324
|
-
|
|
1323
|
+
Trigger an asynchronous partial update task
|
|
1325
1324
|
|
|
1326
1325
|
:param pulp_exporter_href: (required)
|
|
1327
1326
|
:type pulp_exporter_href: str
|
|
@@ -1362,7 +1361,6 @@ class ExportersPulpApi:
|
|
|
1362
1361
|
)
|
|
1363
1362
|
|
|
1364
1363
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1365
|
-
'200': "PulpExporterResponse",
|
|
1366
1364
|
'202': "AsyncOperationResponse",
|
|
1367
1365
|
}
|
|
1368
1366
|
response_data = self.api_client.call_api(
|
|
@@ -1397,7 +1395,7 @@ class ExportersPulpApi:
|
|
|
1397
1395
|
) -> RESTResponseType:
|
|
1398
1396
|
"""Update a pulp exporter
|
|
1399
1397
|
|
|
1400
|
-
|
|
1398
|
+
Trigger an asynchronous partial update task
|
|
1401
1399
|
|
|
1402
1400
|
:param pulp_exporter_href: (required)
|
|
1403
1401
|
:type pulp_exporter_href: str
|
|
@@ -1438,7 +1436,6 @@ class ExportersPulpApi:
|
|
|
1438
1436
|
)
|
|
1439
1437
|
|
|
1440
1438
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1441
|
-
'200': "PulpExporterResponse",
|
|
1442
1439
|
'202': "AsyncOperationResponse",
|
|
1443
1440
|
}
|
|
1444
1441
|
response_data = self.api_client.call_api(
|
|
@@ -1869,10 +1866,10 @@ class ExportersPulpApi:
|
|
|
1869
1866
|
_content_type: Optional[StrictStr] = None,
|
|
1870
1867
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1871
1868
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1872
|
-
) ->
|
|
1869
|
+
) -> AsyncOperationResponse:
|
|
1873
1870
|
"""Update a pulp exporter
|
|
1874
1871
|
|
|
1875
|
-
|
|
1872
|
+
Trigger an asynchronous update task
|
|
1876
1873
|
|
|
1877
1874
|
:param pulp_exporter_href: (required)
|
|
1878
1875
|
:type pulp_exporter_href: str
|
|
@@ -1913,7 +1910,6 @@ class ExportersPulpApi:
|
|
|
1913
1910
|
)
|
|
1914
1911
|
|
|
1915
1912
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1916
|
-
'200': "PulpExporterResponse",
|
|
1917
1913
|
'202': "AsyncOperationResponse",
|
|
1918
1914
|
}
|
|
1919
1915
|
response_data = self.api_client.call_api(
|
|
@@ -1945,10 +1941,10 @@ class ExportersPulpApi:
|
|
|
1945
1941
|
_content_type: Optional[StrictStr] = None,
|
|
1946
1942
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1947
1943
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1948
|
-
) -> ApiResponse[
|
|
1944
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
1949
1945
|
"""Update a pulp exporter
|
|
1950
1946
|
|
|
1951
|
-
|
|
1947
|
+
Trigger an asynchronous update task
|
|
1952
1948
|
|
|
1953
1949
|
:param pulp_exporter_href: (required)
|
|
1954
1950
|
:type pulp_exporter_href: str
|
|
@@ -1989,7 +1985,6 @@ class ExportersPulpApi:
|
|
|
1989
1985
|
)
|
|
1990
1986
|
|
|
1991
1987
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1992
|
-
'200': "PulpExporterResponse",
|
|
1993
1988
|
'202': "AsyncOperationResponse",
|
|
1994
1989
|
}
|
|
1995
1990
|
response_data = self.api_client.call_api(
|
|
@@ -2024,7 +2019,7 @@ class ExportersPulpApi:
|
|
|
2024
2019
|
) -> RESTResponseType:
|
|
2025
2020
|
"""Update a pulp exporter
|
|
2026
2021
|
|
|
2027
|
-
|
|
2022
|
+
Trigger an asynchronous update task
|
|
2028
2023
|
|
|
2029
2024
|
:param pulp_exporter_href: (required)
|
|
2030
2025
|
:type pulp_exporter_href: str
|
|
@@ -2065,7 +2060,6 @@ class ExportersPulpApi:
|
|
|
2065
2060
|
)
|
|
2066
2061
|
|
|
2067
2062
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2068
|
-
'200': "PulpExporterResponse",
|
|
2069
2063
|
'202': "AsyncOperationResponse",
|
|
2070
2064
|
}
|
|
2071
2065
|
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
|
+
) -> AsyncOperationResponse:
|
|
2708
2708
|
"""Update an open pgp keyring
|
|
2709
2709
|
|
|
2710
|
-
|
|
2710
|
+
Trigger an asynchronous partial update task
|
|
2711
2711
|
|
|
2712
2712
|
:param open_p_g_p_keyring_href: (required)
|
|
2713
2713
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2748,7 +2748,6 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2748
2748
|
)
|
|
2749
2749
|
|
|
2750
2750
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2751
|
-
'200': "OpenPGPKeyringResponse",
|
|
2752
2751
|
'202': "AsyncOperationResponse",
|
|
2753
2752
|
}
|
|
2754
2753
|
response_data = self.api_client.call_api(
|
|
@@ -2780,10 +2779,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2780
2779
|
_content_type: Optional[StrictStr] = None,
|
|
2781
2780
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2782
2781
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2783
|
-
) -> ApiResponse[
|
|
2782
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
2784
2783
|
"""Update an open pgp keyring
|
|
2785
2784
|
|
|
2786
|
-
|
|
2785
|
+
Trigger an asynchronous partial update task
|
|
2787
2786
|
|
|
2788
2787
|
:param open_p_g_p_keyring_href: (required)
|
|
2789
2788
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2824,7 +2823,6 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2824
2823
|
)
|
|
2825
2824
|
|
|
2826
2825
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2827
|
-
'200': "OpenPGPKeyringResponse",
|
|
2828
2826
|
'202': "AsyncOperationResponse",
|
|
2829
2827
|
}
|
|
2830
2828
|
response_data = self.api_client.call_api(
|
|
@@ -2859,7 +2857,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2859
2857
|
) -> RESTResponseType:
|
|
2860
2858
|
"""Update an open pgp keyring
|
|
2861
2859
|
|
|
2862
|
-
|
|
2860
|
+
Trigger an asynchronous partial update task
|
|
2863
2861
|
|
|
2864
2862
|
:param open_p_g_p_keyring_href: (required)
|
|
2865
2863
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2900,7 +2898,6 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2900
2898
|
)
|
|
2901
2899
|
|
|
2902
2900
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2903
|
-
'200': "OpenPGPKeyringResponse",
|
|
2904
2901
|
'202': "AsyncOperationResponse",
|
|
2905
2902
|
}
|
|
2906
2903
|
response_data = self.api_client.call_api(
|
|
@@ -4258,10 +4255,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4258
4255
|
_content_type: Optional[StrictStr] = None,
|
|
4259
4256
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4260
4257
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4261
|
-
) ->
|
|
4258
|
+
) -> AsyncOperationResponse:
|
|
4262
4259
|
"""Update an open pgp keyring
|
|
4263
4260
|
|
|
4264
|
-
|
|
4261
|
+
Trigger an asynchronous update task
|
|
4265
4262
|
|
|
4266
4263
|
:param open_p_g_p_keyring_href: (required)
|
|
4267
4264
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4302,7 +4299,6 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4302
4299
|
)
|
|
4303
4300
|
|
|
4304
4301
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4305
|
-
'200': "OpenPGPKeyringResponse",
|
|
4306
4302
|
'202': "AsyncOperationResponse",
|
|
4307
4303
|
}
|
|
4308
4304
|
response_data = self.api_client.call_api(
|
|
@@ -4334,10 +4330,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4334
4330
|
_content_type: Optional[StrictStr] = None,
|
|
4335
4331
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4336
4332
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4337
|
-
) -> ApiResponse[
|
|
4333
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
4338
4334
|
"""Update an open pgp keyring
|
|
4339
4335
|
|
|
4340
|
-
|
|
4336
|
+
Trigger an asynchronous update task
|
|
4341
4337
|
|
|
4342
4338
|
:param open_p_g_p_keyring_href: (required)
|
|
4343
4339
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4378,7 +4374,6 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4378
4374
|
)
|
|
4379
4375
|
|
|
4380
4376
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4381
|
-
'200': "OpenPGPKeyringResponse",
|
|
4382
4377
|
'202': "AsyncOperationResponse",
|
|
4383
4378
|
}
|
|
4384
4379
|
response_data = self.api_client.call_api(
|
|
@@ -4413,7 +4408,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4413
4408
|
) -> RESTResponseType:
|
|
4414
4409
|
"""Update an open pgp keyring
|
|
4415
4410
|
|
|
4416
|
-
|
|
4411
|
+
Trigger an asynchronous update task
|
|
4417
4412
|
|
|
4418
4413
|
:param open_p_g_p_keyring_href: (required)
|
|
4419
4414
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4454,7 +4449,6 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4454
4449
|
)
|
|
4455
4450
|
|
|
4456
4451
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4457
|
-
'200': "OpenPGPKeyringResponse",
|
|
4458
4452
|
'202': "AsyncOperationResponse",
|
|
4459
4453
|
}
|
|
4460
4454
|
response_data = self.api_client.call_api(
|
|
@@ -690,6 +690,8 @@ 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,
|
|
693
695
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
694
696
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
695
697
|
pulp_domain: StrictStr = "default",
|
|
@@ -824,6 +826,10 @@ class TasksApi:
|
|
|
824
826
|
:type unblocked_at__range: List[datetime]
|
|
825
827
|
:param worker:
|
|
826
828
|
: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
|
|
827
833
|
:param fields: A list of fields to include in the response.
|
|
828
834
|
:type fields: List[str]
|
|
829
835
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -908,6 +914,8 @@ class TasksApi:
|
|
|
908
914
|
unblocked_at__lte=unblocked_at__lte,
|
|
909
915
|
unblocked_at__range=unblocked_at__range,
|
|
910
916
|
worker=worker,
|
|
917
|
+
worker__in=worker__in,
|
|
918
|
+
worker__isnull=worker__isnull,
|
|
911
919
|
fields=fields,
|
|
912
920
|
exclude_fields=exclude_fields,
|
|
913
921
|
_request_auth=_request_auth,
|
|
@@ -989,6 +997,8 @@ class TasksApi:
|
|
|
989
997
|
unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
|
|
990
998
|
unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
|
|
991
999
|
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,
|
|
992
1002
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
993
1003
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
994
1004
|
pulp_domain: StrictStr = "default",
|
|
@@ -1123,6 +1133,10 @@ class TasksApi:
|
|
|
1123
1133
|
:type unblocked_at__range: List[datetime]
|
|
1124
1134
|
:param worker:
|
|
1125
1135
|
: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
|
|
1126
1140
|
:param fields: A list of fields to include in the response.
|
|
1127
1141
|
:type fields: List[str]
|
|
1128
1142
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -1207,6 +1221,8 @@ class TasksApi:
|
|
|
1207
1221
|
unblocked_at__lte=unblocked_at__lte,
|
|
1208
1222
|
unblocked_at__range=unblocked_at__range,
|
|
1209
1223
|
worker=worker,
|
|
1224
|
+
worker__in=worker__in,
|
|
1225
|
+
worker__isnull=worker__isnull,
|
|
1210
1226
|
fields=fields,
|
|
1211
1227
|
exclude_fields=exclude_fields,
|
|
1212
1228
|
_request_auth=_request_auth,
|
|
@@ -1288,6 +1304,8 @@ class TasksApi:
|
|
|
1288
1304
|
unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
|
|
1289
1305
|
unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
|
|
1290
1306
|
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,
|
|
1291
1309
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
1292
1310
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
1293
1311
|
pulp_domain: StrictStr = "default",
|
|
@@ -1422,6 +1440,10 @@ class TasksApi:
|
|
|
1422
1440
|
:type unblocked_at__range: List[datetime]
|
|
1423
1441
|
:param worker:
|
|
1424
1442
|
: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
|
|
1425
1447
|
:param fields: A list of fields to include in the response.
|
|
1426
1448
|
:type fields: List[str]
|
|
1427
1449
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -1506,6 +1528,8 @@ class TasksApi:
|
|
|
1506
1528
|
unblocked_at__lte=unblocked_at__lte,
|
|
1507
1529
|
unblocked_at__range=unblocked_at__range,
|
|
1508
1530
|
worker=worker,
|
|
1531
|
+
worker__in=worker__in,
|
|
1532
|
+
worker__isnull=worker__isnull,
|
|
1509
1533
|
fields=fields,
|
|
1510
1534
|
exclude_fields=exclude_fields,
|
|
1511
1535
|
_request_auth=_request_auth,
|
|
@@ -1583,6 +1607,8 @@ class TasksApi:
|
|
|
1583
1607
|
unblocked_at__lte,
|
|
1584
1608
|
unblocked_at__range,
|
|
1585
1609
|
worker,
|
|
1610
|
+
worker__in,
|
|
1611
|
+
worker__isnull,
|
|
1586
1612
|
fields,
|
|
1587
1613
|
exclude_fields,
|
|
1588
1614
|
_request_auth,
|
|
@@ -1608,6 +1634,7 @@ class TasksApi:
|
|
|
1608
1634
|
'started_at__range': 'csv',
|
|
1609
1635
|
'state__in': 'csv',
|
|
1610
1636
|
'unblocked_at__range': 'csv',
|
|
1637
|
+
'worker__in': 'csv',
|
|
1611
1638
|
'fields': 'multi',
|
|
1612
1639
|
'exclude_fields': 'multi',
|
|
1613
1640
|
}
|
|
@@ -2025,6 +2052,14 @@ class TasksApi:
|
|
|
2025
2052
|
|
|
2026
2053
|
_query_params.append(('worker', worker))
|
|
2027
2054
|
|
|
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
|
+
|
|
2028
2063
|
if fields is not None:
|
|
2029
2064
|
|
|
2030
2065
|
_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-ubj90w.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: 20251001.
|
|
560
|
+
"SDK Package Version: 20251001.4".\
|
|
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-ubj90w.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
|
-
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
32
|
-
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\")")
|
|
33
|
-
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.")
|
|
34
|
-
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
35
|
-
content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
|
|
36
31
|
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
37
32
|
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
38
33
|
pulp_href: Optional[StrictStr] = None
|
|
34
|
+
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
35
|
+
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
|
|
39
37
|
base_url: Optional[StrictStr] = Field(default=None, description="The URL for accessing the publication as defined by this distribution.")
|
|
40
38
|
hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
|
|
41
|
-
|
|
42
|
-
|
|
39
|
+
content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
|
|
40
|
+
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
|
+
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
|
+
__properties: ClassVar[List[str]] = ["name", "pulp_created", "pulp_href", "prn", "no_content_change_since", "pulp_labels", "base_url", "hidden", "content_guard", "base_path", "pulp_last_updated"]
|
|
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_last_updated",
|
|
83
|
-
"prn",
|
|
84
82
|
"pulp_created",
|
|
85
83
|
"pulp_href",
|
|
86
|
-
"
|
|
84
|
+
"prn",
|
|
87
85
|
"no_content_change_since",
|
|
86
|
+
"base_url",
|
|
87
|
+
"pulp_last_updated",
|
|
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
|
-
"pulp_labels": obj.get("pulp_labels"),
|
|
113
|
-
"base_path": obj.get("base_path"),
|
|
114
|
-
"pulp_last_updated": obj.get("pulp_last_updated"),
|
|
115
|
-
"prn": obj.get("prn"),
|
|
116
|
-
"content_guard": obj.get("content_guard"),
|
|
117
112
|
"name": obj.get("name"),
|
|
118
113
|
"pulp_created": obj.get("pulp_created"),
|
|
119
114
|
"pulp_href": obj.get("pulp_href"),
|
|
115
|
+
"prn": obj.get("prn"),
|
|
116
|
+
"no_content_change_since": obj.get("no_content_change_since"),
|
|
117
|
+
"pulp_labels": obj.get("pulp_labels"),
|
|
120
118
|
"base_url": obj.get("base_url"),
|
|
121
119
|
"hidden": obj.get("hidden") if obj.get("hidden") is not None else False,
|
|
122
|
-
"
|
|
120
|
+
"content_guard": obj.get("content_guard"),
|
|
121
|
+
"base_path": obj.get("base_path"),
|
|
122
|
+
"pulp_last_updated": obj.get("pulp_last_updated")
|
|
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 exporter.")
|
|
32
|
+
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Unique name of the file system 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 exporter.")
|
|
36
|
+
name: StrictStr = Field(description="Unique name of the file system 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="The worker associated with this task. This field is empty if a worker is not yet assigned.")
|
|
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,11 +97,6 @@ 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
|
-
|
|
105
100
|
return _dict
|
|
106
101
|
|
|
107
102
|
@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 exporter.")
|
|
32
|
+
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Unique name of the file system 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 exporter.")
|
|
31
|
+
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Unique name of the file system 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 exporter.")
|
|
31
|
+
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="Unique name of the file system 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 exporter.")
|
|
35
|
+
name: StrictStr = Field(description="Unique name of the file system 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="The worker associated with this task. This field is empty if a worker is not yet assigned.")
|
|
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,16 +133,6 @@ 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
|
-
|
|
146
136
|
# set to None if result (nullable) is None
|
|
147
137
|
# and model_fields_set contains the field
|
|
148
138
|
if self.result is None and "result" in self.model_fields_set:
|
|
File without changes
|
{crc_pulpcore_client-20251001.3.dist-info → crc_pulpcore_client-20251001.4.dist-info}/top_level.txt
RENAMED
|
File without changes
|