@@ -134,7 +134,7 @@ def add_asset_tag_with_http_info(self, id, tag_id, **kwargs): # noqa: E501
134
134
files = local_var_files ,
135
135
response_type = 'Links' , # noqa: E501
136
136
auth_settings = auth_settings ,
137
- async = params .get ('async' ),
137
+ async_ = params .get ('async' ),
138
138
_return_http_data_only = params .get ('_return_http_data_only' ),
139
139
_preload_content = params .get ('_preload_content' , True ),
140
140
_request_timeout = params .get ('_request_timeout' ),
@@ -237,7 +237,7 @@ def create_asset_with_http_info(self, id, **kwargs): # noqa: E501
237
237
files = local_var_files ,
238
238
response_type = 'CreatedReference' , # noqa: E501
239
239
auth_settings = auth_settings ,
240
- async = params .get ('async' ),
240
+ async_ = params .get ('async' ),
241
241
_return_http_data_only = params .get ('_return_http_data_only' ),
242
242
_preload_content = params .get ('_preload_content' , True ),
243
243
_request_timeout = params .get ('_request_timeout' ),
@@ -336,7 +336,7 @@ def delete_asset_with_http_info(self, id, **kwargs): # noqa: E501
336
336
files = local_var_files ,
337
337
response_type = 'Links' , # noqa: E501
338
338
auth_settings = auth_settings ,
339
- async = params .get ('async' ),
339
+ async_ = params .get ('async' ),
340
340
_return_http_data_only = params .get ('_return_http_data_only' ),
341
341
_preload_content = params .get ('_preload_content' , True ),
342
342
_request_timeout = params .get ('_request_timeout' ),
@@ -448,7 +448,7 @@ def find_assets_with_http_info(self, param1, **kwargs): # noqa: E501
448
448
files = local_var_files ,
449
449
response_type = 'PageOfAsset' , # noqa: E501
450
450
auth_settings = auth_settings ,
451
- async = params .get ('async' ),
451
+ async_ = params .get ('async' ),
452
452
_return_http_data_only = params .get ('_return_http_data_only' ),
453
453
_preload_content = params .get ('_preload_content' , True ),
454
454
_request_timeout = params .get ('_request_timeout' ),
@@ -547,7 +547,7 @@ def get_asset_with_http_info(self, id, **kwargs): # noqa: E501
547
547
files = local_var_files ,
548
548
response_type = 'Asset' , # noqa: E501
549
549
auth_settings = auth_settings ,
550
- async = params .get ('async' ),
550
+ async_ = params .get ('async' ),
551
551
_return_http_data_only = params .get ('_return_http_data_only' ),
552
552
_preload_content = params .get ('_preload_content' , True ),
553
553
_request_timeout = params .get ('_request_timeout' ),
@@ -646,7 +646,7 @@ def get_asset_databases_with_http_info(self, id, **kwargs): # noqa: E501
646
646
files = local_var_files ,
647
647
response_type = 'ResourcesDatabase' , # noqa: E501
648
648
auth_settings = auth_settings ,
649
- async = params .get ('async' ),
649
+ async_ = params .get ('async' ),
650
650
_return_http_data_only = params .get ('_return_http_data_only' ),
651
651
_preload_content = params .get ('_preload_content' , True ),
652
652
_request_timeout = params .get ('_request_timeout' ),
@@ -745,7 +745,7 @@ def get_asset_files_with_http_info(self, id, **kwargs): # noqa: E501
745
745
files = local_var_files ,
746
746
response_type = 'ResourcesFile' , # noqa: E501
747
747
auth_settings = auth_settings ,
748
- async = params .get ('async' ),
748
+ async_ = params .get ('async' ),
749
749
_return_http_data_only = params .get ('_return_http_data_only' ),
750
750
_preload_content = params .get ('_preload_content' , True ),
751
751
_request_timeout = params .get ('_request_timeout' ),
@@ -860,7 +860,7 @@ def get_asset_service_with_http_info(self, id, protocol, port, **kwargs): # noq
860
860
files = local_var_files ,
861
861
response_type = 'Service' , # noqa: E501
862
862
auth_settings = auth_settings ,
863
- async = params .get ('async' ),
863
+ async_ = params .get ('async' ),
864
864
_return_http_data_only = params .get ('_return_http_data_only' ),
865
865
_preload_content = params .get ('_preload_content' , True ),
866
866
_request_timeout = params .get ('_request_timeout' ),
@@ -975,7 +975,7 @@ def get_asset_service_configurations_with_http_info(self, id, protocol, port, **
975
975
files = local_var_files ,
976
976
response_type = 'ResourcesConfiguration' , # noqa: E501
977
977
auth_settings = auth_settings ,
978
- async = params .get ('async' ),
978
+ async_ = params .get ('async' ),
979
979
_return_http_data_only = params .get ('_return_http_data_only' ),
980
980
_preload_content = params .get ('_preload_content' , True ),
981
981
_request_timeout = params .get ('_request_timeout' ),
@@ -1090,7 +1090,7 @@ def get_asset_service_databases_with_http_info(self, id, protocol, port, **kwarg
1090
1090
files = local_var_files ,
1091
1091
response_type = 'ResourcesDatabase' , # noqa: E501
1092
1092
auth_settings = auth_settings ,
1093
- async = params .get ('async' ),
1093
+ async_ = params .get ('async' ),
1094
1094
_return_http_data_only = params .get ('_return_http_data_only' ),
1095
1095
_preload_content = params .get ('_preload_content' , True ),
1096
1096
_request_timeout = params .get ('_request_timeout' ),
@@ -1205,7 +1205,7 @@ def get_asset_service_user_groups_with_http_info(self, id, protocol, port, **kwa
1205
1205
files = local_var_files ,
1206
1206
response_type = 'ResourcesGroupAccount' , # noqa: E501
1207
1207
auth_settings = auth_settings ,
1208
- async = params .get ('async' ),
1208
+ async_ = params .get ('async' ),
1209
1209
_return_http_data_only = params .get ('_return_http_data_only' ),
1210
1210
_preload_content = params .get ('_preload_content' , True ),
1211
1211
_request_timeout = params .get ('_request_timeout' ),
@@ -1320,7 +1320,7 @@ def get_asset_service_users_with_http_info(self, id, protocol, port, **kwargs):
1320
1320
files = local_var_files ,
1321
1321
response_type = 'ResourcesUserAccount' , # noqa: E501
1322
1322
auth_settings = auth_settings ,
1323
- async = params .get ('async' ),
1323
+ async_ = params .get ('async' ),
1324
1324
_return_http_data_only = params .get ('_return_http_data_only' ),
1325
1325
_preload_content = params .get ('_preload_content' , True ),
1326
1326
_request_timeout = params .get ('_request_timeout' ),
@@ -1443,7 +1443,7 @@ def get_asset_service_web_application_with_http_info(self, id, protocol, port, w
1443
1443
files = local_var_files ,
1444
1444
response_type = 'WebApplication' , # noqa: E501
1445
1445
auth_settings = auth_settings ,
1446
- async = params .get ('async' ),
1446
+ async_ = params .get ('async' ),
1447
1447
_return_http_data_only = params .get ('_return_http_data_only' ),
1448
1448
_preload_content = params .get ('_preload_content' , True ),
1449
1449
_request_timeout = params .get ('_request_timeout' ),
@@ -1558,7 +1558,7 @@ def get_asset_service_web_applications_with_http_info(self, id, protocol, port,
1558
1558
files = local_var_files ,
1559
1559
response_type = 'ReferencesWithWebApplicationIDLink' , # noqa: E501
1560
1560
auth_settings = auth_settings ,
1561
- async = params .get ('async' ),
1561
+ async_ = params .get ('async' ),
1562
1562
_return_http_data_only = params .get ('_return_http_data_only' ),
1563
1563
_preload_content = params .get ('_preload_content' , True ),
1564
1564
_request_timeout = params .get ('_request_timeout' ),
@@ -1657,7 +1657,7 @@ def get_asset_services_with_http_info(self, id, **kwargs): # noqa: E501
1657
1657
files = local_var_files ,
1658
1658
response_type = 'ReferencesWithReferenceWithEndpointIDLinkServiceLink' , # noqa: E501
1659
1659
auth_settings = auth_settings ,
1660
- async = params .get ('async' ),
1660
+ async_ = params .get ('async' ),
1661
1661
_return_http_data_only = params .get ('_return_http_data_only' ),
1662
1662
_preload_content = params .get ('_preload_content' , True ),
1663
1663
_request_timeout = params .get ('_request_timeout' ),
@@ -1756,7 +1756,7 @@ def get_asset_software_with_http_info(self, id, **kwargs): # noqa: E501
1756
1756
files = local_var_files ,
1757
1757
response_type = 'ResourcesSoftware' , # noqa: E501
1758
1758
auth_settings = auth_settings ,
1759
- async = params .get ('async' ),
1759
+ async_ = params .get ('async' ),
1760
1760
_return_http_data_only = params .get ('_return_http_data_only' ),
1761
1761
_preload_content = params .get ('_preload_content' , True ),
1762
1762
_request_timeout = params .get ('_request_timeout' ),
@@ -1855,7 +1855,7 @@ def get_asset_tags_with_http_info(self, id, **kwargs): # noqa: E501
1855
1855
files = local_var_files ,
1856
1856
response_type = 'ResourcesAssetTag' , # noqa: E501
1857
1857
auth_settings = auth_settings ,
1858
- async = params .get ('async' ),
1858
+ async_ = params .get ('async' ),
1859
1859
_return_http_data_only = params .get ('_return_http_data_only' ),
1860
1860
_preload_content = params .get ('_preload_content' , True ),
1861
1861
_request_timeout = params .get ('_request_timeout' ),
@@ -1954,7 +1954,7 @@ def get_asset_user_groups_with_http_info(self, id, **kwargs): # noqa: E501
1954
1954
files = local_var_files ,
1955
1955
response_type = 'ResourcesGroupAccount' , # noqa: E501
1956
1956
auth_settings = auth_settings ,
1957
- async = params .get ('async' ),
1957
+ async_ = params .get ('async' ),
1958
1958
_return_http_data_only = params .get ('_return_http_data_only' ),
1959
1959
_preload_content = params .get ('_preload_content' , True ),
1960
1960
_request_timeout = params .get ('_request_timeout' ),
@@ -2053,7 +2053,7 @@ def get_asset_users_with_http_info(self, id, **kwargs): # noqa: E501
2053
2053
files = local_var_files ,
2054
2054
response_type = 'ResourcesUserAccount' , # noqa: E501
2055
2055
auth_settings = auth_settings ,
2056
- async = params .get ('async' ),
2056
+ async_ = params .get ('async' ),
2057
2057
_return_http_data_only = params .get ('_return_http_data_only' ),
2058
2058
_preload_content = params .get ('_preload_content' , True ),
2059
2059
_request_timeout = params .get ('_request_timeout' ),
@@ -2157,7 +2157,7 @@ def get_assets_with_http_info(self, **kwargs): # noqa: E501
2157
2157
files = local_var_files ,
2158
2158
response_type = 'PageOfAsset' , # noqa: E501
2159
2159
auth_settings = auth_settings ,
2160
- async = params .get ('async' ),
2160
+ async_ = params .get ('async' ),
2161
2161
_return_http_data_only = params .get ('_return_http_data_only' ),
2162
2162
_preload_content = params .get ('_preload_content' , True ),
2163
2163
_request_timeout = params .get ('_request_timeout' ),
@@ -2256,7 +2256,7 @@ def get_operating_system_with_http_info(self, id, **kwargs): # noqa: E501
2256
2256
files = local_var_files ,
2257
2257
response_type = 'OperatingSystem' , # noqa: E501
2258
2258
auth_settings = auth_settings ,
2259
- async = params .get ('async' ),
2259
+ async_ = params .get ('async' ),
2260
2260
_return_http_data_only = params .get ('_return_http_data_only' ),
2261
2261
_preload_content = params .get ('_preload_content' , True ),
2262
2262
_request_timeout = params .get ('_request_timeout' ),
@@ -2360,7 +2360,7 @@ def get_operating_systems_with_http_info(self, **kwargs): # noqa: E501
2360
2360
files = local_var_files ,
2361
2361
response_type = 'PageOfOperatingSystem' , # noqa: E501
2362
2362
auth_settings = auth_settings ,
2363
- async = params .get ('async' ),
2363
+ async_ = params .get ('async' ),
2364
2364
_return_http_data_only = params .get ('_return_http_data_only' ),
2365
2365
_preload_content = params .get ('_preload_content' , True ),
2366
2366
_request_timeout = params .get ('_request_timeout' ),
@@ -2459,7 +2459,7 @@ def get_software_with_http_info(self, id, **kwargs): # noqa: E501
2459
2459
files = local_var_files ,
2460
2460
response_type = 'Software' , # noqa: E501
2461
2461
auth_settings = auth_settings ,
2462
- async = params .get ('async' ),
2462
+ async_ = params .get ('async' ),
2463
2463
_return_http_data_only = params .get ('_return_http_data_only' ),
2464
2464
_preload_content = params .get ('_preload_content' , True ),
2465
2465
_request_timeout = params .get ('_request_timeout' ),
@@ -2563,7 +2563,7 @@ def get_softwares_with_http_info(self, **kwargs): # noqa: E501
2563
2563
files = local_var_files ,
2564
2564
response_type = 'PageOfSoftware' , # noqa: E501
2565
2565
auth_settings = auth_settings ,
2566
- async = params .get ('async' ),
2566
+ async_ = params .get ('async' ),
2567
2567
_return_http_data_only = params .get ('_return_http_data_only' ),
2568
2568
_preload_content = params .get ('_preload_content' , True ),
2569
2569
_request_timeout = params .get ('_request_timeout' ),
@@ -2670,7 +2670,7 @@ def remove_asset_tag_with_http_info(self, id, tag_id, **kwargs): # noqa: E501
2670
2670
files = local_var_files ,
2671
2671
response_type = 'Links' , # noqa: E501
2672
2672
auth_settings = auth_settings ,
2673
- async = params .get ('async' ),
2673
+ async_ = params .get ('async' ),
2674
2674
_return_http_data_only = params .get ('_return_http_data_only' ),
2675
2675
_preload_content = params .get ('_preload_content' , True ),
2676
2676
_request_timeout = params .get ('_request_timeout' ),
0 commit comments