waldur-api-client 8.0.7.dev136__py3-none-any.whl → 8.0.7.dev137__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.
- waldur_api_client/api/booking_resources/booking_resources_count.py +15 -0
- waldur_api_client/api/booking_resources/booking_resources_list.py +21 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +15 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_history_list.py +21 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +21 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +15 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_history_list.py +21 -0
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +21 -0
- waldur_api_client/api-map.md +8 -8
- waldur_api_client/llms-full.txt +17 -9
- waldur_api_client/llms.txt +1 -1
- waldur_api_client/models/constance_settings.py +15 -0
- waldur_api_client/models/constance_settings_request.py +15 -0
- waldur_api_client/models/constance_settings_request_form.py +15 -0
- waldur_api_client/models/constance_settings_request_multipart.py +23 -0
- {waldur_api_client-8.0.7.dev136.dist-info → waldur_api_client-8.0.7.dev137.dist-info}/METADATA +1 -1
- {waldur_api_client-8.0.7.dev136.dist-info → waldur_api_client-8.0.7.dev137.dist-info}/RECORD +19 -19
- {waldur_api_client-8.0.7.dev136.dist-info → waldur_api_client-8.0.7.dev137.dist-info}/WHEEL +0 -0
- {waldur_api_client-8.0.7.dev136.dist-info → waldur_api_client-8.0.7.dev137.dist-info}/licenses/LICENSE +0 -0
|
@@ -52,6 +52,7 @@ def _get_kwargs(
|
|
|
52
52
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
53
53
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
54
54
|
query: Union[Unset, str] = UNSET,
|
|
55
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
55
56
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
56
57
|
runtime_state: Union[Unset, str] = UNSET,
|
|
57
58
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -194,6 +195,8 @@ def _get_kwargs(
|
|
|
194
195
|
|
|
195
196
|
params["query"] = query
|
|
196
197
|
|
|
198
|
+
params["resource_attributes"] = resource_attributes
|
|
199
|
+
|
|
197
200
|
params["restrict_member_access"] = restrict_member_access
|
|
198
201
|
|
|
199
202
|
params["runtime_state"] = runtime_state
|
|
@@ -295,6 +298,7 @@ def sync_detailed(
|
|
|
295
298
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
296
299
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
297
300
|
query: Union[Unset, str] = UNSET,
|
|
301
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
298
302
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
299
303
|
runtime_state: Union[Unset, str] = UNSET,
|
|
300
304
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -343,6 +347,7 @@ def sync_detailed(
|
|
|
343
347
|
project_uuid (Union[Unset, UUID]):
|
|
344
348
|
provider_uuid (Union[Unset, UUID]):
|
|
345
349
|
query (Union[Unset, str]):
|
|
350
|
+
resource_attributes (Union[Unset, str]):
|
|
346
351
|
restrict_member_access (Union[Unset, bool]):
|
|
347
352
|
runtime_state (Union[Unset, str]):
|
|
348
353
|
service_manager_uuid (Union[Unset, UUID]):
|
|
@@ -397,6 +402,7 @@ def sync_detailed(
|
|
|
397
402
|
project_uuid=project_uuid,
|
|
398
403
|
provider_uuid=provider_uuid,
|
|
399
404
|
query=query,
|
|
405
|
+
resource_attributes=resource_attributes,
|
|
400
406
|
restrict_member_access=restrict_member_access,
|
|
401
407
|
runtime_state=runtime_state,
|
|
402
408
|
service_manager_uuid=service_manager_uuid,
|
|
@@ -453,6 +459,7 @@ def sync(
|
|
|
453
459
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
454
460
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
455
461
|
query: Union[Unset, str] = UNSET,
|
|
462
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
456
463
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
457
464
|
runtime_state: Union[Unset, str] = UNSET,
|
|
458
465
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -501,6 +508,7 @@ def sync(
|
|
|
501
508
|
project_uuid (Union[Unset, UUID]):
|
|
502
509
|
provider_uuid (Union[Unset, UUID]):
|
|
503
510
|
query (Union[Unset, str]):
|
|
511
|
+
resource_attributes (Union[Unset, str]):
|
|
504
512
|
restrict_member_access (Union[Unset, bool]):
|
|
505
513
|
runtime_state (Union[Unset, str]):
|
|
506
514
|
service_manager_uuid (Union[Unset, UUID]):
|
|
@@ -556,6 +564,7 @@ def sync(
|
|
|
556
564
|
project_uuid=project_uuid,
|
|
557
565
|
provider_uuid=provider_uuid,
|
|
558
566
|
query=query,
|
|
567
|
+
resource_attributes=resource_attributes,
|
|
559
568
|
restrict_member_access=restrict_member_access,
|
|
560
569
|
runtime_state=runtime_state,
|
|
561
570
|
service_manager_uuid=service_manager_uuid,
|
|
@@ -606,6 +615,7 @@ async def asyncio_detailed(
|
|
|
606
615
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
607
616
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
608
617
|
query: Union[Unset, str] = UNSET,
|
|
618
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
609
619
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
610
620
|
runtime_state: Union[Unset, str] = UNSET,
|
|
611
621
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -654,6 +664,7 @@ async def asyncio_detailed(
|
|
|
654
664
|
project_uuid (Union[Unset, UUID]):
|
|
655
665
|
provider_uuid (Union[Unset, UUID]):
|
|
656
666
|
query (Union[Unset, str]):
|
|
667
|
+
resource_attributes (Union[Unset, str]):
|
|
657
668
|
restrict_member_access (Union[Unset, bool]):
|
|
658
669
|
runtime_state (Union[Unset, str]):
|
|
659
670
|
service_manager_uuid (Union[Unset, UUID]):
|
|
@@ -708,6 +719,7 @@ async def asyncio_detailed(
|
|
|
708
719
|
project_uuid=project_uuid,
|
|
709
720
|
provider_uuid=provider_uuid,
|
|
710
721
|
query=query,
|
|
722
|
+
resource_attributes=resource_attributes,
|
|
711
723
|
restrict_member_access=restrict_member_access,
|
|
712
724
|
runtime_state=runtime_state,
|
|
713
725
|
service_manager_uuid=service_manager_uuid,
|
|
@@ -762,6 +774,7 @@ async def asyncio(
|
|
|
762
774
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
763
775
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
764
776
|
query: Union[Unset, str] = UNSET,
|
|
777
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
765
778
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
766
779
|
runtime_state: Union[Unset, str] = UNSET,
|
|
767
780
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -810,6 +823,7 @@ async def asyncio(
|
|
|
810
823
|
project_uuid (Union[Unset, UUID]):
|
|
811
824
|
provider_uuid (Union[Unset, UUID]):
|
|
812
825
|
query (Union[Unset, str]):
|
|
826
|
+
resource_attributes (Union[Unset, str]):
|
|
813
827
|
restrict_member_access (Union[Unset, bool]):
|
|
814
828
|
runtime_state (Union[Unset, str]):
|
|
815
829
|
service_manager_uuid (Union[Unset, UUID]):
|
|
@@ -866,6 +880,7 @@ async def asyncio(
|
|
|
866
880
|
project_uuid=project_uuid,
|
|
867
881
|
provider_uuid=provider_uuid,
|
|
868
882
|
query=query,
|
|
883
|
+
resource_attributes=resource_attributes,
|
|
869
884
|
restrict_member_access=restrict_member_access,
|
|
870
885
|
runtime_state=runtime_state,
|
|
871
886
|
service_manager_uuid=service_manager_uuid,
|
|
@@ -56,6 +56,7 @@ def _get_kwargs(
|
|
|
56
56
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
57
57
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
58
58
|
query: Union[Unset, str] = UNSET,
|
|
59
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
59
60
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
60
61
|
runtime_state: Union[Unset, str] = UNSET,
|
|
61
62
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -207,6 +208,8 @@ def _get_kwargs(
|
|
|
207
208
|
|
|
208
209
|
params["query"] = query
|
|
209
210
|
|
|
211
|
+
params["resource_attributes"] = resource_attributes
|
|
212
|
+
|
|
210
213
|
params["restrict_member_access"] = restrict_member_access
|
|
211
214
|
|
|
212
215
|
params["runtime_state"] = runtime_state
|
|
@@ -309,6 +312,7 @@ def sync_detailed(
|
|
|
309
312
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
310
313
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
311
314
|
query: Union[Unset, str] = UNSET,
|
|
315
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
312
316
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
313
317
|
runtime_state: Union[Unset, str] = UNSET,
|
|
314
318
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -357,6 +361,7 @@ def sync_detailed(
|
|
|
357
361
|
project_uuid (Union[Unset, UUID]):
|
|
358
362
|
provider_uuid (Union[Unset, UUID]):
|
|
359
363
|
query (Union[Unset, str]):
|
|
364
|
+
resource_attributes (Union[Unset, str]):
|
|
360
365
|
restrict_member_access (Union[Unset, bool]):
|
|
361
366
|
runtime_state (Union[Unset, str]):
|
|
362
367
|
service_manager_uuid (Union[Unset, UUID]):
|
|
@@ -412,6 +417,7 @@ def sync_detailed(
|
|
|
412
417
|
project_uuid=project_uuid,
|
|
413
418
|
provider_uuid=provider_uuid,
|
|
414
419
|
query=query,
|
|
420
|
+
resource_attributes=resource_attributes,
|
|
415
421
|
restrict_member_access=restrict_member_access,
|
|
416
422
|
runtime_state=runtime_state,
|
|
417
423
|
service_manager_uuid=service_manager_uuid,
|
|
@@ -469,6 +475,7 @@ def sync(
|
|
|
469
475
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
470
476
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
471
477
|
query: Union[Unset, str] = UNSET,
|
|
478
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
472
479
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
473
480
|
runtime_state: Union[Unset, str] = UNSET,
|
|
474
481
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -517,6 +524,7 @@ def sync(
|
|
|
517
524
|
project_uuid (Union[Unset, UUID]):
|
|
518
525
|
provider_uuid (Union[Unset, UUID]):
|
|
519
526
|
query (Union[Unset, str]):
|
|
527
|
+
resource_attributes (Union[Unset, str]):
|
|
520
528
|
restrict_member_access (Union[Unset, bool]):
|
|
521
529
|
runtime_state (Union[Unset, str]):
|
|
522
530
|
service_manager_uuid (Union[Unset, UUID]):
|
|
@@ -573,6 +581,7 @@ def sync(
|
|
|
573
581
|
project_uuid=project_uuid,
|
|
574
582
|
provider_uuid=provider_uuid,
|
|
575
583
|
query=query,
|
|
584
|
+
resource_attributes=resource_attributes,
|
|
576
585
|
restrict_member_access=restrict_member_access,
|
|
577
586
|
runtime_state=runtime_state,
|
|
578
587
|
service_manager_uuid=service_manager_uuid,
|
|
@@ -624,6 +633,7 @@ async def asyncio_detailed(
|
|
|
624
633
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
625
634
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
626
635
|
query: Union[Unset, str] = UNSET,
|
|
636
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
627
637
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
628
638
|
runtime_state: Union[Unset, str] = UNSET,
|
|
629
639
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -672,6 +682,7 @@ async def asyncio_detailed(
|
|
|
672
682
|
project_uuid (Union[Unset, UUID]):
|
|
673
683
|
provider_uuid (Union[Unset, UUID]):
|
|
674
684
|
query (Union[Unset, str]):
|
|
685
|
+
resource_attributes (Union[Unset, str]):
|
|
675
686
|
restrict_member_access (Union[Unset, bool]):
|
|
676
687
|
runtime_state (Union[Unset, str]):
|
|
677
688
|
service_manager_uuid (Union[Unset, UUID]):
|
|
@@ -727,6 +738,7 @@ async def asyncio_detailed(
|
|
|
727
738
|
project_uuid=project_uuid,
|
|
728
739
|
provider_uuid=provider_uuid,
|
|
729
740
|
query=query,
|
|
741
|
+
resource_attributes=resource_attributes,
|
|
730
742
|
restrict_member_access=restrict_member_access,
|
|
731
743
|
runtime_state=runtime_state,
|
|
732
744
|
service_manager_uuid=service_manager_uuid,
|
|
@@ -782,6 +794,7 @@ async def asyncio(
|
|
|
782
794
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
783
795
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
784
796
|
query: Union[Unset, str] = UNSET,
|
|
797
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
785
798
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
786
799
|
runtime_state: Union[Unset, str] = UNSET,
|
|
787
800
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -830,6 +843,7 @@ async def asyncio(
|
|
|
830
843
|
project_uuid (Union[Unset, UUID]):
|
|
831
844
|
provider_uuid (Union[Unset, UUID]):
|
|
832
845
|
query (Union[Unset, str]):
|
|
846
|
+
resource_attributes (Union[Unset, str]):
|
|
833
847
|
restrict_member_access (Union[Unset, bool]):
|
|
834
848
|
runtime_state (Union[Unset, str]):
|
|
835
849
|
service_manager_uuid (Union[Unset, UUID]):
|
|
@@ -887,6 +901,7 @@ async def asyncio(
|
|
|
887
901
|
project_uuid=project_uuid,
|
|
888
902
|
provider_uuid=provider_uuid,
|
|
889
903
|
query=query,
|
|
904
|
+
resource_attributes=resource_attributes,
|
|
890
905
|
restrict_member_access=restrict_member_access,
|
|
891
906
|
runtime_state=runtime_state,
|
|
892
907
|
service_manager_uuid=service_manager_uuid,
|
|
@@ -937,6 +952,7 @@ def sync_all(
|
|
|
937
952
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
938
953
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
939
954
|
query: Union[Unset, str] = UNSET,
|
|
955
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
940
956
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
941
957
|
runtime_state: Union[Unset, str] = UNSET,
|
|
942
958
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -989,6 +1005,7 @@ def sync_all(
|
|
|
989
1005
|
project_uuid (Union[Unset, UUID]):
|
|
990
1006
|
provider_uuid (Union[Unset, UUID]):
|
|
991
1007
|
query (Union[Unset, str]):
|
|
1008
|
+
resource_attributes (Union[Unset, str]):
|
|
992
1009
|
restrict_member_access (Union[Unset, bool]):
|
|
993
1010
|
runtime_state (Union[Unset, str]):
|
|
994
1011
|
service_manager_uuid (Union[Unset, UUID]):
|
|
@@ -1046,6 +1063,7 @@ def sync_all(
|
|
|
1046
1063
|
project_uuid=project_uuid,
|
|
1047
1064
|
provider_uuid=provider_uuid,
|
|
1048
1065
|
query=query,
|
|
1066
|
+
resource_attributes=resource_attributes,
|
|
1049
1067
|
restrict_member_access=restrict_member_access,
|
|
1050
1068
|
runtime_state=runtime_state,
|
|
1051
1069
|
service_manager_uuid=service_manager_uuid,
|
|
@@ -1136,6 +1154,7 @@ async def asyncio_all(
|
|
|
1136
1154
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
1137
1155
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
1138
1156
|
query: Union[Unset, str] = UNSET,
|
|
1157
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
1139
1158
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
1140
1159
|
runtime_state: Union[Unset, str] = UNSET,
|
|
1141
1160
|
service_manager_uuid: Union[Unset, UUID] = UNSET,
|
|
@@ -1188,6 +1207,7 @@ async def asyncio_all(
|
|
|
1188
1207
|
project_uuid (Union[Unset, UUID]):
|
|
1189
1208
|
provider_uuid (Union[Unset, UUID]):
|
|
1190
1209
|
query (Union[Unset, str]):
|
|
1210
|
+
resource_attributes (Union[Unset, str]):
|
|
1191
1211
|
restrict_member_access (Union[Unset, bool]):
|
|
1192
1212
|
runtime_state (Union[Unset, str]):
|
|
1193
1213
|
service_manager_uuid (Union[Unset, UUID]):
|
|
@@ -1245,6 +1265,7 @@ async def asyncio_all(
|
|
|
1245
1265
|
project_uuid=project_uuid,
|
|
1246
1266
|
provider_uuid=provider_uuid,
|
|
1247
1267
|
query=query,
|
|
1268
|
+
resource_attributes=resource_attributes,
|
|
1248
1269
|
restrict_member_access=restrict_member_access,
|
|
1249
1270
|
runtime_state=runtime_state,
|
|
1250
1271
|
service_manager_uuid=service_manager_uuid,
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py
CHANGED
|
@@ -51,6 +51,7 @@ def _get_kwargs(
|
|
|
51
51
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
52
52
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
53
53
|
query: Union[Unset, str] = UNSET,
|
|
54
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
54
55
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
55
56
|
runtime_state: Union[Unset, str] = UNSET,
|
|
56
57
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -189,6 +190,8 @@ def _get_kwargs(
|
|
|
189
190
|
|
|
190
191
|
params["query"] = query
|
|
191
192
|
|
|
193
|
+
params["resource_attributes"] = resource_attributes
|
|
194
|
+
|
|
192
195
|
params["restrict_member_access"] = restrict_member_access
|
|
193
196
|
|
|
194
197
|
params["runtime_state"] = runtime_state
|
|
@@ -291,6 +294,7 @@ def sync_detailed(
|
|
|
291
294
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
292
295
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
293
296
|
query: Union[Unset, str] = UNSET,
|
|
297
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
294
298
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
295
299
|
runtime_state: Union[Unset, str] = UNSET,
|
|
296
300
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -341,6 +345,7 @@ def sync_detailed(
|
|
|
341
345
|
project_uuid (Union[Unset, UUID]):
|
|
342
346
|
provider_uuid (Union[Unset, UUID]):
|
|
343
347
|
query (Union[Unset, str]):
|
|
348
|
+
resource_attributes (Union[Unset, str]):
|
|
344
349
|
restrict_member_access (Union[Unset, bool]):
|
|
345
350
|
runtime_state (Union[Unset, str]):
|
|
346
351
|
scope (Union[Unset, str]):
|
|
@@ -395,6 +400,7 @@ def sync_detailed(
|
|
|
395
400
|
project_uuid=project_uuid,
|
|
396
401
|
provider_uuid=provider_uuid,
|
|
397
402
|
query=query,
|
|
403
|
+
resource_attributes=resource_attributes,
|
|
398
404
|
restrict_member_access=restrict_member_access,
|
|
399
405
|
runtime_state=runtime_state,
|
|
400
406
|
scope=scope,
|
|
@@ -451,6 +457,7 @@ def sync(
|
|
|
451
457
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
452
458
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
453
459
|
query: Union[Unset, str] = UNSET,
|
|
460
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
454
461
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
455
462
|
runtime_state: Union[Unset, str] = UNSET,
|
|
456
463
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -501,6 +508,7 @@ def sync(
|
|
|
501
508
|
project_uuid (Union[Unset, UUID]):
|
|
502
509
|
provider_uuid (Union[Unset, UUID]):
|
|
503
510
|
query (Union[Unset, str]):
|
|
511
|
+
resource_attributes (Union[Unset, str]):
|
|
504
512
|
restrict_member_access (Union[Unset, bool]):
|
|
505
513
|
runtime_state (Union[Unset, str]):
|
|
506
514
|
scope (Union[Unset, str]):
|
|
@@ -556,6 +564,7 @@ def sync(
|
|
|
556
564
|
project_uuid=project_uuid,
|
|
557
565
|
provider_uuid=provider_uuid,
|
|
558
566
|
query=query,
|
|
567
|
+
resource_attributes=resource_attributes,
|
|
559
568
|
restrict_member_access=restrict_member_access,
|
|
560
569
|
runtime_state=runtime_state,
|
|
561
570
|
scope=scope,
|
|
@@ -606,6 +615,7 @@ async def asyncio_detailed(
|
|
|
606
615
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
607
616
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
608
617
|
query: Union[Unset, str] = UNSET,
|
|
618
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
609
619
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
610
620
|
runtime_state: Union[Unset, str] = UNSET,
|
|
611
621
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -656,6 +666,7 @@ async def asyncio_detailed(
|
|
|
656
666
|
project_uuid (Union[Unset, UUID]):
|
|
657
667
|
provider_uuid (Union[Unset, UUID]):
|
|
658
668
|
query (Union[Unset, str]):
|
|
669
|
+
resource_attributes (Union[Unset, str]):
|
|
659
670
|
restrict_member_access (Union[Unset, bool]):
|
|
660
671
|
runtime_state (Union[Unset, str]):
|
|
661
672
|
scope (Union[Unset, str]):
|
|
@@ -710,6 +721,7 @@ async def asyncio_detailed(
|
|
|
710
721
|
project_uuid=project_uuid,
|
|
711
722
|
provider_uuid=provider_uuid,
|
|
712
723
|
query=query,
|
|
724
|
+
resource_attributes=resource_attributes,
|
|
713
725
|
restrict_member_access=restrict_member_access,
|
|
714
726
|
runtime_state=runtime_state,
|
|
715
727
|
scope=scope,
|
|
@@ -764,6 +776,7 @@ async def asyncio(
|
|
|
764
776
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
765
777
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
766
778
|
query: Union[Unset, str] = UNSET,
|
|
779
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
767
780
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
768
781
|
runtime_state: Union[Unset, str] = UNSET,
|
|
769
782
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -814,6 +827,7 @@ async def asyncio(
|
|
|
814
827
|
project_uuid (Union[Unset, UUID]):
|
|
815
828
|
provider_uuid (Union[Unset, UUID]):
|
|
816
829
|
query (Union[Unset, str]):
|
|
830
|
+
resource_attributes (Union[Unset, str]):
|
|
817
831
|
restrict_member_access (Union[Unset, bool]):
|
|
818
832
|
runtime_state (Union[Unset, str]):
|
|
819
833
|
scope (Union[Unset, str]):
|
|
@@ -870,6 +884,7 @@ async def asyncio(
|
|
|
870
884
|
project_uuid=project_uuid,
|
|
871
885
|
provider_uuid=provider_uuid,
|
|
872
886
|
query=query,
|
|
887
|
+
resource_attributes=resource_attributes,
|
|
873
888
|
restrict_member_access=restrict_member_access,
|
|
874
889
|
runtime_state=runtime_state,
|
|
875
890
|
scope=scope,
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_history_list.py
CHANGED
|
@@ -55,6 +55,7 @@ def _get_kwargs(
|
|
|
55
55
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
56
56
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
57
57
|
query: Union[Unset, str] = UNSET,
|
|
58
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
58
59
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
59
60
|
runtime_state: Union[Unset, str] = UNSET,
|
|
60
61
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -192,6 +193,8 @@ def _get_kwargs(
|
|
|
192
193
|
|
|
193
194
|
params["query"] = query
|
|
194
195
|
|
|
196
|
+
params["resource_attributes"] = resource_attributes
|
|
197
|
+
|
|
195
198
|
params["restrict_member_access"] = restrict_member_access
|
|
196
199
|
|
|
197
200
|
params["runtime_state"] = runtime_state
|
|
@@ -296,6 +299,7 @@ def sync_detailed(
|
|
|
296
299
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
297
300
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
298
301
|
query: Union[Unset, str] = UNSET,
|
|
302
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
299
303
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
300
304
|
runtime_state: Union[Unset, str] = UNSET,
|
|
301
305
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -348,6 +352,7 @@ def sync_detailed(
|
|
|
348
352
|
project_uuid (Union[Unset, UUID]):
|
|
349
353
|
provider_uuid (Union[Unset, UUID]):
|
|
350
354
|
query (Union[Unset, str]):
|
|
355
|
+
resource_attributes (Union[Unset, str]):
|
|
351
356
|
restrict_member_access (Union[Unset, bool]):
|
|
352
357
|
runtime_state (Union[Unset, str]):
|
|
353
358
|
scope (Union[Unset, str]):
|
|
@@ -404,6 +409,7 @@ def sync_detailed(
|
|
|
404
409
|
project_uuid=project_uuid,
|
|
405
410
|
provider_uuid=provider_uuid,
|
|
406
411
|
query=query,
|
|
412
|
+
resource_attributes=resource_attributes,
|
|
407
413
|
restrict_member_access=restrict_member_access,
|
|
408
414
|
runtime_state=runtime_state,
|
|
409
415
|
scope=scope,
|
|
@@ -462,6 +468,7 @@ def sync(
|
|
|
462
468
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
463
469
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
464
470
|
query: Union[Unset, str] = UNSET,
|
|
471
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
465
472
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
466
473
|
runtime_state: Union[Unset, str] = UNSET,
|
|
467
474
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -514,6 +521,7 @@ def sync(
|
|
|
514
521
|
project_uuid (Union[Unset, UUID]):
|
|
515
522
|
provider_uuid (Union[Unset, UUID]):
|
|
516
523
|
query (Union[Unset, str]):
|
|
524
|
+
resource_attributes (Union[Unset, str]):
|
|
517
525
|
restrict_member_access (Union[Unset, bool]):
|
|
518
526
|
runtime_state (Union[Unset, str]):
|
|
519
527
|
scope (Union[Unset, str]):
|
|
@@ -571,6 +579,7 @@ def sync(
|
|
|
571
579
|
project_uuid=project_uuid,
|
|
572
580
|
provider_uuid=provider_uuid,
|
|
573
581
|
query=query,
|
|
582
|
+
resource_attributes=resource_attributes,
|
|
574
583
|
restrict_member_access=restrict_member_access,
|
|
575
584
|
runtime_state=runtime_state,
|
|
576
585
|
scope=scope,
|
|
@@ -623,6 +632,7 @@ async def asyncio_detailed(
|
|
|
623
632
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
624
633
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
625
634
|
query: Union[Unset, str] = UNSET,
|
|
635
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
626
636
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
627
637
|
runtime_state: Union[Unset, str] = UNSET,
|
|
628
638
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -675,6 +685,7 @@ async def asyncio_detailed(
|
|
|
675
685
|
project_uuid (Union[Unset, UUID]):
|
|
676
686
|
provider_uuid (Union[Unset, UUID]):
|
|
677
687
|
query (Union[Unset, str]):
|
|
688
|
+
resource_attributes (Union[Unset, str]):
|
|
678
689
|
restrict_member_access (Union[Unset, bool]):
|
|
679
690
|
runtime_state (Union[Unset, str]):
|
|
680
691
|
scope (Union[Unset, str]):
|
|
@@ -731,6 +742,7 @@ async def asyncio_detailed(
|
|
|
731
742
|
project_uuid=project_uuid,
|
|
732
743
|
provider_uuid=provider_uuid,
|
|
733
744
|
query=query,
|
|
745
|
+
resource_attributes=resource_attributes,
|
|
734
746
|
restrict_member_access=restrict_member_access,
|
|
735
747
|
runtime_state=runtime_state,
|
|
736
748
|
scope=scope,
|
|
@@ -787,6 +799,7 @@ async def asyncio(
|
|
|
787
799
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
788
800
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
789
801
|
query: Union[Unset, str] = UNSET,
|
|
802
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
790
803
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
791
804
|
runtime_state: Union[Unset, str] = UNSET,
|
|
792
805
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -839,6 +852,7 @@ async def asyncio(
|
|
|
839
852
|
project_uuid (Union[Unset, UUID]):
|
|
840
853
|
provider_uuid (Union[Unset, UUID]):
|
|
841
854
|
query (Union[Unset, str]):
|
|
855
|
+
resource_attributes (Union[Unset, str]):
|
|
842
856
|
restrict_member_access (Union[Unset, bool]):
|
|
843
857
|
runtime_state (Union[Unset, str]):
|
|
844
858
|
scope (Union[Unset, str]):
|
|
@@ -897,6 +911,7 @@ async def asyncio(
|
|
|
897
911
|
project_uuid=project_uuid,
|
|
898
912
|
provider_uuid=provider_uuid,
|
|
899
913
|
query=query,
|
|
914
|
+
resource_attributes=resource_attributes,
|
|
900
915
|
restrict_member_access=restrict_member_access,
|
|
901
916
|
runtime_state=runtime_state,
|
|
902
917
|
scope=scope,
|
|
@@ -948,6 +963,7 @@ def sync_all(
|
|
|
948
963
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
949
964
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
950
965
|
query: Union[Unset, str] = UNSET,
|
|
966
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
951
967
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
952
968
|
runtime_state: Union[Unset, str] = UNSET,
|
|
953
969
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -1001,6 +1017,7 @@ def sync_all(
|
|
|
1001
1017
|
project_uuid (Union[Unset, UUID]):
|
|
1002
1018
|
provider_uuid (Union[Unset, UUID]):
|
|
1003
1019
|
query (Union[Unset, str]):
|
|
1020
|
+
resource_attributes (Union[Unset, str]):
|
|
1004
1021
|
restrict_member_access (Union[Unset, bool]):
|
|
1005
1022
|
runtime_state (Union[Unset, str]):
|
|
1006
1023
|
scope (Union[Unset, str]):
|
|
@@ -1059,6 +1076,7 @@ def sync_all(
|
|
|
1059
1076
|
project_uuid=project_uuid,
|
|
1060
1077
|
provider_uuid=provider_uuid,
|
|
1061
1078
|
query=query,
|
|
1079
|
+
resource_attributes=resource_attributes,
|
|
1062
1080
|
restrict_member_access=restrict_member_access,
|
|
1063
1081
|
runtime_state=runtime_state,
|
|
1064
1082
|
scope=scope,
|
|
@@ -1150,6 +1168,7 @@ async def asyncio_all(
|
|
|
1150
1168
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
1151
1169
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
1152
1170
|
query: Union[Unset, str] = UNSET,
|
|
1171
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
1153
1172
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
1154
1173
|
runtime_state: Union[Unset, str] = UNSET,
|
|
1155
1174
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -1203,6 +1222,7 @@ async def asyncio_all(
|
|
|
1203
1222
|
project_uuid (Union[Unset, UUID]):
|
|
1204
1223
|
provider_uuid (Union[Unset, UUID]):
|
|
1205
1224
|
query (Union[Unset, str]):
|
|
1225
|
+
resource_attributes (Union[Unset, str]):
|
|
1206
1226
|
restrict_member_access (Union[Unset, bool]):
|
|
1207
1227
|
runtime_state (Union[Unset, str]):
|
|
1208
1228
|
scope (Union[Unset, str]):
|
|
@@ -1261,6 +1281,7 @@ async def asyncio_all(
|
|
|
1261
1281
|
project_uuid=project_uuid,
|
|
1262
1282
|
provider_uuid=provider_uuid,
|
|
1263
1283
|
query=query,
|
|
1284
|
+
resource_attributes=resource_attributes,
|
|
1264
1285
|
restrict_member_access=restrict_member_access,
|
|
1265
1286
|
runtime_state=runtime_state,
|
|
1266
1287
|
scope=scope,
|
|
@@ -55,6 +55,7 @@ def _get_kwargs(
|
|
|
55
55
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
56
56
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
57
57
|
query: Union[Unset, str] = UNSET,
|
|
58
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
58
59
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
59
60
|
runtime_state: Union[Unset, str] = UNSET,
|
|
60
61
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -202,6 +203,8 @@ def _get_kwargs(
|
|
|
202
203
|
|
|
203
204
|
params["query"] = query
|
|
204
205
|
|
|
206
|
+
params["resource_attributes"] = resource_attributes
|
|
207
|
+
|
|
205
208
|
params["restrict_member_access"] = restrict_member_access
|
|
206
209
|
|
|
207
210
|
params["runtime_state"] = runtime_state
|
|
@@ -305,6 +308,7 @@ def sync_detailed(
|
|
|
305
308
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
306
309
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
307
310
|
query: Union[Unset, str] = UNSET,
|
|
311
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
308
312
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
309
313
|
runtime_state: Union[Unset, str] = UNSET,
|
|
310
314
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -357,6 +361,7 @@ def sync_detailed(
|
|
|
357
361
|
project_uuid (Union[Unset, UUID]):
|
|
358
362
|
provider_uuid (Union[Unset, UUID]):
|
|
359
363
|
query (Union[Unset, str]):
|
|
364
|
+
resource_attributes (Union[Unset, str]):
|
|
360
365
|
restrict_member_access (Union[Unset, bool]):
|
|
361
366
|
runtime_state (Union[Unset, str]):
|
|
362
367
|
scope (Union[Unset, str]):
|
|
@@ -412,6 +417,7 @@ def sync_detailed(
|
|
|
412
417
|
project_uuid=project_uuid,
|
|
413
418
|
provider_uuid=provider_uuid,
|
|
414
419
|
query=query,
|
|
420
|
+
resource_attributes=resource_attributes,
|
|
415
421
|
restrict_member_access=restrict_member_access,
|
|
416
422
|
runtime_state=runtime_state,
|
|
417
423
|
scope=scope,
|
|
@@ -469,6 +475,7 @@ def sync(
|
|
|
469
475
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
470
476
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
471
477
|
query: Union[Unset, str] = UNSET,
|
|
478
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
472
479
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
473
480
|
runtime_state: Union[Unset, str] = UNSET,
|
|
474
481
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -521,6 +528,7 @@ def sync(
|
|
|
521
528
|
project_uuid (Union[Unset, UUID]):
|
|
522
529
|
provider_uuid (Union[Unset, UUID]):
|
|
523
530
|
query (Union[Unset, str]):
|
|
531
|
+
resource_attributes (Union[Unset, str]):
|
|
524
532
|
restrict_member_access (Union[Unset, bool]):
|
|
525
533
|
runtime_state (Union[Unset, str]):
|
|
526
534
|
scope (Union[Unset, str]):
|
|
@@ -577,6 +585,7 @@ def sync(
|
|
|
577
585
|
project_uuid=project_uuid,
|
|
578
586
|
provider_uuid=provider_uuid,
|
|
579
587
|
query=query,
|
|
588
|
+
resource_attributes=resource_attributes,
|
|
580
589
|
restrict_member_access=restrict_member_access,
|
|
581
590
|
runtime_state=runtime_state,
|
|
582
591
|
scope=scope,
|
|
@@ -628,6 +637,7 @@ async def asyncio_detailed(
|
|
|
628
637
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
629
638
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
630
639
|
query: Union[Unset, str] = UNSET,
|
|
640
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
631
641
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
632
642
|
runtime_state: Union[Unset, str] = UNSET,
|
|
633
643
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -680,6 +690,7 @@ async def asyncio_detailed(
|
|
|
680
690
|
project_uuid (Union[Unset, UUID]):
|
|
681
691
|
provider_uuid (Union[Unset, UUID]):
|
|
682
692
|
query (Union[Unset, str]):
|
|
693
|
+
resource_attributes (Union[Unset, str]):
|
|
683
694
|
restrict_member_access (Union[Unset, bool]):
|
|
684
695
|
runtime_state (Union[Unset, str]):
|
|
685
696
|
scope (Union[Unset, str]):
|
|
@@ -735,6 +746,7 @@ async def asyncio_detailed(
|
|
|
735
746
|
project_uuid=project_uuid,
|
|
736
747
|
provider_uuid=provider_uuid,
|
|
737
748
|
query=query,
|
|
749
|
+
resource_attributes=resource_attributes,
|
|
738
750
|
restrict_member_access=restrict_member_access,
|
|
739
751
|
runtime_state=runtime_state,
|
|
740
752
|
scope=scope,
|
|
@@ -790,6 +802,7 @@ async def asyncio(
|
|
|
790
802
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
791
803
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
792
804
|
query: Union[Unset, str] = UNSET,
|
|
805
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
793
806
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
794
807
|
runtime_state: Union[Unset, str] = UNSET,
|
|
795
808
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -842,6 +855,7 @@ async def asyncio(
|
|
|
842
855
|
project_uuid (Union[Unset, UUID]):
|
|
843
856
|
provider_uuid (Union[Unset, UUID]):
|
|
844
857
|
query (Union[Unset, str]):
|
|
858
|
+
resource_attributes (Union[Unset, str]):
|
|
845
859
|
restrict_member_access (Union[Unset, bool]):
|
|
846
860
|
runtime_state (Union[Unset, str]):
|
|
847
861
|
scope (Union[Unset, str]):
|
|
@@ -899,6 +913,7 @@ async def asyncio(
|
|
|
899
913
|
project_uuid=project_uuid,
|
|
900
914
|
provider_uuid=provider_uuid,
|
|
901
915
|
query=query,
|
|
916
|
+
resource_attributes=resource_attributes,
|
|
902
917
|
restrict_member_access=restrict_member_access,
|
|
903
918
|
runtime_state=runtime_state,
|
|
904
919
|
scope=scope,
|
|
@@ -949,6 +964,7 @@ def sync_all(
|
|
|
949
964
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
950
965
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
951
966
|
query: Union[Unset, str] = UNSET,
|
|
967
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
952
968
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
953
969
|
runtime_state: Union[Unset, str] = UNSET,
|
|
954
970
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -1001,6 +1017,7 @@ def sync_all(
|
|
|
1001
1017
|
project_uuid (Union[Unset, UUID]):
|
|
1002
1018
|
provider_uuid (Union[Unset, UUID]):
|
|
1003
1019
|
query (Union[Unset, str]):
|
|
1020
|
+
resource_attributes (Union[Unset, str]):
|
|
1004
1021
|
restrict_member_access (Union[Unset, bool]):
|
|
1005
1022
|
runtime_state (Union[Unset, str]):
|
|
1006
1023
|
scope (Union[Unset, str]):
|
|
@@ -1058,6 +1075,7 @@ def sync_all(
|
|
|
1058
1075
|
project_uuid=project_uuid,
|
|
1059
1076
|
provider_uuid=provider_uuid,
|
|
1060
1077
|
query=query,
|
|
1078
|
+
resource_attributes=resource_attributes,
|
|
1061
1079
|
restrict_member_access=restrict_member_access,
|
|
1062
1080
|
runtime_state=runtime_state,
|
|
1063
1081
|
scope=scope,
|
|
@@ -1148,6 +1166,7 @@ async def asyncio_all(
|
|
|
1148
1166
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
1149
1167
|
provider_uuid: Union[Unset, UUID] = UNSET,
|
|
1150
1168
|
query: Union[Unset, str] = UNSET,
|
|
1169
|
+
resource_attributes: Union[Unset, str] = UNSET,
|
|
1151
1170
|
restrict_member_access: Union[Unset, bool] = UNSET,
|
|
1152
1171
|
runtime_state: Union[Unset, str] = UNSET,
|
|
1153
1172
|
scope: Union[Unset, str] = UNSET,
|
|
@@ -1200,6 +1219,7 @@ async def asyncio_all(
|
|
|
1200
1219
|
project_uuid (Union[Unset, UUID]):
|
|
1201
1220
|
provider_uuid (Union[Unset, UUID]):
|
|
1202
1221
|
query (Union[Unset, str]):
|
|
1222
|
+
resource_attributes (Union[Unset, str]):
|
|
1203
1223
|
restrict_member_access (Union[Unset, bool]):
|
|
1204
1224
|
runtime_state (Union[Unset, str]):
|
|
1205
1225
|
scope (Union[Unset, str]):
|
|
@@ -1257,6 +1277,7 @@ async def asyncio_all(
|
|
|
1257
1277
|
project_uuid=project_uuid,
|
|
1258
1278
|
provider_uuid=provider_uuid,
|
|
1259
1279
|
query=query,
|
|
1280
|
+
resource_attributes=resource_attributes,
|
|
1260
1281
|
restrict_member_access=restrict_member_access,
|
|
1261
1282
|
runtime_state=runtime_state,
|
|
1262
1283
|
scope=scope,
|