Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit ad001c9

Browse files
committed
Update generated library to version: 1.0.0-6.5.41
1 parent ac1e1d8 commit ad001c9

34 files changed

+379
-337
lines changed

api-files/api_history.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[]
1+
[]

api-files/console-swagger-6.5.10.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api-files/console-swagger-6.5.19.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api-files/console-swagger-6.5.5-no_discriminator.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api-files/console-swagger-6.5.5.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api-files/console-swagger.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

docs/AdhocScan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6+
**asset_group_ids** | **list[int]** | The asset groups that should be included as a part of the scan. Only asset groups assigned to the site can be specified for a scan. This value should be an array of integers representing the unique identifiers of the asset groups. | [optional]
67
**engine_id** | **int** | The identifier of the scan engine. | [optional]
78
**hosts** | **list[str]** | The hosts that should be included as a part of the scan. This should be a mixture of IP Addresses and Hostnames as a String array. | [optional]
89
**name** | **str** | The user-driven scan name for the scan. | [optional]

git_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ "$git_repo_id" = "" ]; then
1818
fi
1919

2020
if [ "$release_note" = "" ]; then
21-
release_note="Update generated library to version: 0.0.1-6.5.19"
21+
release_note="Update generated library to version: 1.0.0-6.5.41"
2222
echo "[INFO] No command line input provided. Set \$release_note to $release_note"
2323
fi
2424

rapid7vmconsole/api/administration_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def activate_license_with_http_info(self, **kwargs): # noqa: E501
126126
files=local_var_files,
127127
response_type='Links', # noqa: E501
128128
auth_settings=auth_settings,
129-
async=params.get('async'),
129+
async_=params.get('async'),
130130
_return_http_data_only=params.get('_return_http_data_only'),
131131
_preload_content=params.get('_preload_content', True),
132132
_request_timeout=params.get('_request_timeout'),
@@ -221,7 +221,7 @@ def execute_command_with_http_info(self, **kwargs): # noqa: E501
221221
files=local_var_files,
222222
response_type='ConsoleCommandOutput', # noqa: E501
223223
auth_settings=auth_settings,
224-
async=params.get('async'),
224+
async_=params.get('async'),
225225
_return_http_data_only=params.get('_return_http_data_only'),
226226
_preload_content=params.get('_preload_content', True),
227227
_request_timeout=params.get('_request_timeout'),
@@ -312,7 +312,7 @@ def get_info_with_http_info(self, **kwargs): # noqa: E501
312312
files=local_var_files,
313313
response_type='Info', # noqa: E501
314314
auth_settings=auth_settings,
315-
async=params.get('async'),
315+
async_=params.get('async'),
316316
_return_http_data_only=params.get('_return_http_data_only'),
317317
_preload_content=params.get('_preload_content', True),
318318
_request_timeout=params.get('_request_timeout'),
@@ -403,7 +403,7 @@ def get_license_with_http_info(self, **kwargs): # noqa: E501
403403
files=local_var_files,
404404
response_type='License', # noqa: E501
405405
auth_settings=auth_settings,
406-
async=params.get('async'),
406+
async_=params.get('async'),
407407
_return_http_data_only=params.get('_return_http_data_only'),
408408
_preload_content=params.get('_preload_content', True),
409409
_request_timeout=params.get('_request_timeout'),
@@ -494,7 +494,7 @@ def get_properties_with_http_info(self, **kwargs): # noqa: E501
494494
files=local_var_files,
495495
response_type='EnvironmentProperties', # noqa: E501
496496
auth_settings=auth_settings,
497-
async=params.get('async'),
497+
async_=params.get('async'),
498498
_return_http_data_only=params.get('_return_http_data_only'),
499499
_preload_content=params.get('_preload_content', True),
500500
_request_timeout=params.get('_request_timeout'),
@@ -585,7 +585,7 @@ def get_settings_with_http_info(self, **kwargs): # noqa: E501
585585
files=local_var_files,
586586
response_type='Settings', # noqa: E501
587587
auth_settings=auth_settings,
588-
async=params.get('async'),
588+
async_=params.get('async'),
589589
_return_http_data_only=params.get('_return_http_data_only'),
590590
_preload_content=params.get('_preload_content', True),
591591
_request_timeout=params.get('_request_timeout'),

rapid7vmconsole/api/asset_api.py

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def add_asset_tag_with_http_info(self, id, tag_id, **kwargs): # noqa: E501
134134
files=local_var_files,
135135
response_type='Links', # noqa: E501
136136
auth_settings=auth_settings,
137-
async=params.get('async'),
137+
async_=params.get('async'),
138138
_return_http_data_only=params.get('_return_http_data_only'),
139139
_preload_content=params.get('_preload_content', True),
140140
_request_timeout=params.get('_request_timeout'),
@@ -237,7 +237,7 @@ def create_asset_with_http_info(self, id, **kwargs): # noqa: E501
237237
files=local_var_files,
238238
response_type='CreatedReference', # noqa: E501
239239
auth_settings=auth_settings,
240-
async=params.get('async'),
240+
async_=params.get('async'),
241241
_return_http_data_only=params.get('_return_http_data_only'),
242242
_preload_content=params.get('_preload_content', True),
243243
_request_timeout=params.get('_request_timeout'),
@@ -336,7 +336,7 @@ def delete_asset_with_http_info(self, id, **kwargs): # noqa: E501
336336
files=local_var_files,
337337
response_type='Links', # noqa: E501
338338
auth_settings=auth_settings,
339-
async=params.get('async'),
339+
async_=params.get('async'),
340340
_return_http_data_only=params.get('_return_http_data_only'),
341341
_preload_content=params.get('_preload_content', True),
342342
_request_timeout=params.get('_request_timeout'),
@@ -448,7 +448,7 @@ def find_assets_with_http_info(self, param1, **kwargs): # noqa: E501
448448
files=local_var_files,
449449
response_type='PageOfAsset', # noqa: E501
450450
auth_settings=auth_settings,
451-
async=params.get('async'),
451+
async_=params.get('async'),
452452
_return_http_data_only=params.get('_return_http_data_only'),
453453
_preload_content=params.get('_preload_content', True),
454454
_request_timeout=params.get('_request_timeout'),
@@ -547,7 +547,7 @@ def get_asset_with_http_info(self, id, **kwargs): # noqa: E501
547547
files=local_var_files,
548548
response_type='Asset', # noqa: E501
549549
auth_settings=auth_settings,
550-
async=params.get('async'),
550+
async_=params.get('async'),
551551
_return_http_data_only=params.get('_return_http_data_only'),
552552
_preload_content=params.get('_preload_content', True),
553553
_request_timeout=params.get('_request_timeout'),
@@ -646,7 +646,7 @@ def get_asset_databases_with_http_info(self, id, **kwargs): # noqa: E501
646646
files=local_var_files,
647647
response_type='ResourcesDatabase', # noqa: E501
648648
auth_settings=auth_settings,
649-
async=params.get('async'),
649+
async_=params.get('async'),
650650
_return_http_data_only=params.get('_return_http_data_only'),
651651
_preload_content=params.get('_preload_content', True),
652652
_request_timeout=params.get('_request_timeout'),
@@ -745,7 +745,7 @@ def get_asset_files_with_http_info(self, id, **kwargs): # noqa: E501
745745
files=local_var_files,
746746
response_type='ResourcesFile', # noqa: E501
747747
auth_settings=auth_settings,
748-
async=params.get('async'),
748+
async_=params.get('async'),
749749
_return_http_data_only=params.get('_return_http_data_only'),
750750
_preload_content=params.get('_preload_content', True),
751751
_request_timeout=params.get('_request_timeout'),
@@ -860,7 +860,7 @@ def get_asset_service_with_http_info(self, id, protocol, port, **kwargs): # noq
860860
files=local_var_files,
861861
response_type='Service', # noqa: E501
862862
auth_settings=auth_settings,
863-
async=params.get('async'),
863+
async_=params.get('async'),
864864
_return_http_data_only=params.get('_return_http_data_only'),
865865
_preload_content=params.get('_preload_content', True),
866866
_request_timeout=params.get('_request_timeout'),
@@ -975,7 +975,7 @@ def get_asset_service_configurations_with_http_info(self, id, protocol, port, **
975975
files=local_var_files,
976976
response_type='ResourcesConfiguration', # noqa: E501
977977
auth_settings=auth_settings,
978-
async=params.get('async'),
978+
async_=params.get('async'),
979979
_return_http_data_only=params.get('_return_http_data_only'),
980980
_preload_content=params.get('_preload_content', True),
981981
_request_timeout=params.get('_request_timeout'),
@@ -1090,7 +1090,7 @@ def get_asset_service_databases_with_http_info(self, id, protocol, port, **kwarg
10901090
files=local_var_files,
10911091
response_type='ResourcesDatabase', # noqa: E501
10921092
auth_settings=auth_settings,
1093-
async=params.get('async'),
1093+
async_=params.get('async'),
10941094
_return_http_data_only=params.get('_return_http_data_only'),
10951095
_preload_content=params.get('_preload_content', True),
10961096
_request_timeout=params.get('_request_timeout'),
@@ -1205,7 +1205,7 @@ def get_asset_service_user_groups_with_http_info(self, id, protocol, port, **kwa
12051205
files=local_var_files,
12061206
response_type='ResourcesGroupAccount', # noqa: E501
12071207
auth_settings=auth_settings,
1208-
async=params.get('async'),
1208+
async_=params.get('async'),
12091209
_return_http_data_only=params.get('_return_http_data_only'),
12101210
_preload_content=params.get('_preload_content', True),
12111211
_request_timeout=params.get('_request_timeout'),
@@ -1320,7 +1320,7 @@ def get_asset_service_users_with_http_info(self, id, protocol, port, **kwargs):
13201320
files=local_var_files,
13211321
response_type='ResourcesUserAccount', # noqa: E501
13221322
auth_settings=auth_settings,
1323-
async=params.get('async'),
1323+
async_=params.get('async'),
13241324
_return_http_data_only=params.get('_return_http_data_only'),
13251325
_preload_content=params.get('_preload_content', True),
13261326
_request_timeout=params.get('_request_timeout'),
@@ -1443,7 +1443,7 @@ def get_asset_service_web_application_with_http_info(self, id, protocol, port, w
14431443
files=local_var_files,
14441444
response_type='WebApplication', # noqa: E501
14451445
auth_settings=auth_settings,
1446-
async=params.get('async'),
1446+
async_=params.get('async'),
14471447
_return_http_data_only=params.get('_return_http_data_only'),
14481448
_preload_content=params.get('_preload_content', True),
14491449
_request_timeout=params.get('_request_timeout'),
@@ -1558,7 +1558,7 @@ def get_asset_service_web_applications_with_http_info(self, id, protocol, port,
15581558
files=local_var_files,
15591559
response_type='ReferencesWithWebApplicationIDLink', # noqa: E501
15601560
auth_settings=auth_settings,
1561-
async=params.get('async'),
1561+
async_=params.get('async'),
15621562
_return_http_data_only=params.get('_return_http_data_only'),
15631563
_preload_content=params.get('_preload_content', True),
15641564
_request_timeout=params.get('_request_timeout'),
@@ -1657,7 +1657,7 @@ def get_asset_services_with_http_info(self, id, **kwargs): # noqa: E501
16571657
files=local_var_files,
16581658
response_type='ReferencesWithReferenceWithEndpointIDLinkServiceLink', # noqa: E501
16591659
auth_settings=auth_settings,
1660-
async=params.get('async'),
1660+
async_=params.get('async'),
16611661
_return_http_data_only=params.get('_return_http_data_only'),
16621662
_preload_content=params.get('_preload_content', True),
16631663
_request_timeout=params.get('_request_timeout'),
@@ -1756,7 +1756,7 @@ def get_asset_software_with_http_info(self, id, **kwargs): # noqa: E501
17561756
files=local_var_files,
17571757
response_type='ResourcesSoftware', # noqa: E501
17581758
auth_settings=auth_settings,
1759-
async=params.get('async'),
1759+
async_=params.get('async'),
17601760
_return_http_data_only=params.get('_return_http_data_only'),
17611761
_preload_content=params.get('_preload_content', True),
17621762
_request_timeout=params.get('_request_timeout'),
@@ -1855,7 +1855,7 @@ def get_asset_tags_with_http_info(self, id, **kwargs): # noqa: E501
18551855
files=local_var_files,
18561856
response_type='ResourcesAssetTag', # noqa: E501
18571857
auth_settings=auth_settings,
1858-
async=params.get('async'),
1858+
async_=params.get('async'),
18591859
_return_http_data_only=params.get('_return_http_data_only'),
18601860
_preload_content=params.get('_preload_content', True),
18611861
_request_timeout=params.get('_request_timeout'),
@@ -1954,7 +1954,7 @@ def get_asset_user_groups_with_http_info(self, id, **kwargs): # noqa: E501
19541954
files=local_var_files,
19551955
response_type='ResourcesGroupAccount', # noqa: E501
19561956
auth_settings=auth_settings,
1957-
async=params.get('async'),
1957+
async_=params.get('async'),
19581958
_return_http_data_only=params.get('_return_http_data_only'),
19591959
_preload_content=params.get('_preload_content', True),
19601960
_request_timeout=params.get('_request_timeout'),
@@ -2053,7 +2053,7 @@ def get_asset_users_with_http_info(self, id, **kwargs): # noqa: E501
20532053
files=local_var_files,
20542054
response_type='ResourcesUserAccount', # noqa: E501
20552055
auth_settings=auth_settings,
2056-
async=params.get('async'),
2056+
async_=params.get('async'),
20572057
_return_http_data_only=params.get('_return_http_data_only'),
20582058
_preload_content=params.get('_preload_content', True),
20592059
_request_timeout=params.get('_request_timeout'),
@@ -2157,7 +2157,7 @@ def get_assets_with_http_info(self, **kwargs): # noqa: E501
21572157
files=local_var_files,
21582158
response_type='PageOfAsset', # noqa: E501
21592159
auth_settings=auth_settings,
2160-
async=params.get('async'),
2160+
async_=params.get('async'),
21612161
_return_http_data_only=params.get('_return_http_data_only'),
21622162
_preload_content=params.get('_preload_content', True),
21632163
_request_timeout=params.get('_request_timeout'),
@@ -2256,7 +2256,7 @@ def get_operating_system_with_http_info(self, id, **kwargs): # noqa: E501
22562256
files=local_var_files,
22572257
response_type='OperatingSystem', # noqa: E501
22582258
auth_settings=auth_settings,
2259-
async=params.get('async'),
2259+
async_=params.get('async'),
22602260
_return_http_data_only=params.get('_return_http_data_only'),
22612261
_preload_content=params.get('_preload_content', True),
22622262
_request_timeout=params.get('_request_timeout'),
@@ -2360,7 +2360,7 @@ def get_operating_systems_with_http_info(self, **kwargs): # noqa: E501
23602360
files=local_var_files,
23612361
response_type='PageOfOperatingSystem', # noqa: E501
23622362
auth_settings=auth_settings,
2363-
async=params.get('async'),
2363+
async_=params.get('async'),
23642364
_return_http_data_only=params.get('_return_http_data_only'),
23652365
_preload_content=params.get('_preload_content', True),
23662366
_request_timeout=params.get('_request_timeout'),
@@ -2459,7 +2459,7 @@ def get_software_with_http_info(self, id, **kwargs): # noqa: E501
24592459
files=local_var_files,
24602460
response_type='Software', # noqa: E501
24612461
auth_settings=auth_settings,
2462-
async=params.get('async'),
2462+
async_=params.get('async'),
24632463
_return_http_data_only=params.get('_return_http_data_only'),
24642464
_preload_content=params.get('_preload_content', True),
24652465
_request_timeout=params.get('_request_timeout'),
@@ -2563,7 +2563,7 @@ def get_softwares_with_http_info(self, **kwargs): # noqa: E501
25632563
files=local_var_files,
25642564
response_type='PageOfSoftware', # noqa: E501
25652565
auth_settings=auth_settings,
2566-
async=params.get('async'),
2566+
async_=params.get('async'),
25672567
_return_http_data_only=params.get('_return_http_data_only'),
25682568
_preload_content=params.get('_preload_content', True),
25692569
_request_timeout=params.get('_request_timeout'),
@@ -2670,7 +2670,7 @@ def remove_asset_tag_with_http_info(self, id, tag_id, **kwargs): # noqa: E501
26702670
files=local_var_files,
26712671
response_type='Links', # noqa: E501
26722672
auth_settings=auth_settings,
2673-
async=params.get('async'),
2673+
async_=params.get('async'),
26742674
_return_http_data_only=params.get('_return_http_data_only'),
26752675
_preload_content=params.get('_preload_content', True),
26762676
_request_timeout=params.get('_request_timeout'),

0 commit comments

Comments
 (0)