Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-files/api_history.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[]
[]
2 changes: 1 addition & 1 deletion api-files/console-swagger-6.5.10.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-files/console-swagger-6.5.19.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-files/console-swagger-6.5.5-no_discriminator.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-files/console-swagger-6.5.5.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions api-files/console-swagger.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/AdhocScan.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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]
**engine_id** | **int** | The identifier of the scan engine. | [optional]
**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]
**name** | **str** | The user-driven scan name for the scan. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion git_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ "$git_repo_id" = "" ]; then
fi

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

Expand Down
12 changes: 6 additions & 6 deletions rapid7vmconsole/api/administration_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def activate_license_with_http_info(self, **kwargs): # noqa: E501
files=local_var_files,
response_type='Links', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -221,7 +221,7 @@ def execute_command_with_http_info(self, **kwargs): # noqa: E501
files=local_var_files,
response_type='ConsoleCommandOutput', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -312,7 +312,7 @@ def get_info_with_http_info(self, **kwargs): # noqa: E501
files=local_var_files,
response_type='Info', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -403,7 +403,7 @@ def get_license_with_http_info(self, **kwargs): # noqa: E501
files=local_var_files,
response_type='License', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -494,7 +494,7 @@ def get_properties_with_http_info(self, **kwargs): # noqa: E501
files=local_var_files,
response_type='EnvironmentProperties', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -585,7 +585,7 @@ def get_settings_with_http_info(self, **kwargs): # noqa: E501
files=local_var_files,
response_type='Settings', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down
50 changes: 25 additions & 25 deletions rapid7vmconsole/api/asset_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def add_asset_tag_with_http_info(self, id, tag_id, **kwargs): # noqa: E501
files=local_var_files,
response_type='Links', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -237,7 +237,7 @@ def create_asset_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='CreatedReference', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -336,7 +336,7 @@ def delete_asset_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='Links', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -448,7 +448,7 @@ def find_assets_with_http_info(self, param1, **kwargs): # noqa: E501
files=local_var_files,
response_type='PageOfAsset', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -547,7 +547,7 @@ def get_asset_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='Asset', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -646,7 +646,7 @@ def get_asset_databases_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='ResourcesDatabase', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -745,7 +745,7 @@ def get_asset_files_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='ResourcesFile', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -860,7 +860,7 @@ def get_asset_service_with_http_info(self, id, protocol, port, **kwargs): # noq
files=local_var_files,
response_type='Service', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -975,7 +975,7 @@ def get_asset_service_configurations_with_http_info(self, id, protocol, port, **
files=local_var_files,
response_type='ResourcesConfiguration', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -1090,7 +1090,7 @@ def get_asset_service_databases_with_http_info(self, id, protocol, port, **kwarg
files=local_var_files,
response_type='ResourcesDatabase', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -1205,7 +1205,7 @@ def get_asset_service_user_groups_with_http_info(self, id, protocol, port, **kwa
files=local_var_files,
response_type='ResourcesGroupAccount', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -1320,7 +1320,7 @@ def get_asset_service_users_with_http_info(self, id, protocol, port, **kwargs):
files=local_var_files,
response_type='ResourcesUserAccount', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -1443,7 +1443,7 @@ def get_asset_service_web_application_with_http_info(self, id, protocol, port, w
files=local_var_files,
response_type='WebApplication', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -1558,7 +1558,7 @@ def get_asset_service_web_applications_with_http_info(self, id, protocol, port,
files=local_var_files,
response_type='ReferencesWithWebApplicationIDLink', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -1657,7 +1657,7 @@ def get_asset_services_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='ReferencesWithReferenceWithEndpointIDLinkServiceLink', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -1756,7 +1756,7 @@ def get_asset_software_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='ResourcesSoftware', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -1855,7 +1855,7 @@ def get_asset_tags_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='ResourcesAssetTag', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -1954,7 +1954,7 @@ def get_asset_user_groups_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='ResourcesGroupAccount', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -2053,7 +2053,7 @@ def get_asset_users_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='ResourcesUserAccount', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -2157,7 +2157,7 @@ def get_assets_with_http_info(self, **kwargs): # noqa: E501
files=local_var_files,
response_type='PageOfAsset', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -2256,7 +2256,7 @@ def get_operating_system_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='OperatingSystem', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -2360,7 +2360,7 @@ def get_operating_systems_with_http_info(self, **kwargs): # noqa: E501
files=local_var_files,
response_type='PageOfOperatingSystem', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -2459,7 +2459,7 @@ def get_software_with_http_info(self, id, **kwargs): # noqa: E501
files=local_var_files,
response_type='Software', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -2563,7 +2563,7 @@ def get_softwares_with_http_info(self, **kwargs): # noqa: E501
files=local_var_files,
response_type='PageOfSoftware', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down Expand Up @@ -2670,7 +2670,7 @@ def remove_asset_tag_with_http_info(self, id, tag_id, **kwargs): # noqa: E501
files=local_var_files,
response_type='Links', # noqa: E501
auth_settings=auth_settings,
async=params.get('async'),
async_=params.get('async'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_request_timeout=params.get('_request_timeout'),
Expand Down
Loading