You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*ConfidenceApi* | [**getAnalysisTagScore**](docs/ConfidenceApi.md#getAnalysisTagScore) | **POST** /v2/confidence/analysis/{analysis_id}/tag_score | Calculate Tag Confidence Score for an Analysis
132
133
*ExternalSourcesApi* | [**createExternalTaskMb**](docs/ExternalSourcesApi.md#createExternalTaskMb) | **POST** /v2/analysis/{analysis_id}/external/mb | Pulls data from VirusTotal
133
134
*ExternalSourcesApi* | [**createExternalTaskVt**](docs/ExternalSourcesApi.md#createExternalTaskVt) | **POST** /v2/analysis/{analysis_id}/external/vt | Pulls data from VirusTotal
134
135
*ExternalSourcesApi* | [**getMbData**](docs/ExternalSourcesApi.md#getMbData) | **GET** /v2/analysis/{analysis_id}/external/mb | Get MalwareBazaar data
|[**getAnalysisTagScore**](ConfidenceApi.md#getAnalysisTagScore)|**POST** /v2/confidence/analysis/{analysis_id}/tag_score | Calculate Tag Confidence Score for an Analysis |
|**binaryIds**|**List<Integer>**| ID's of binaries to limit the search to, if empty, search all scoped binaries |[optional]|
11
11
|**collectionIds**|**List<Integer>**| ID's of collections to limit the search to, if empty, search all scoped collections |[optional]|
12
-
|**functionIds**|**List<Integer>**| ID's of functions to limit the search to, if empty, search all scoped functions |[optional]|
12
+
|**functionIds**|**List<Long>**| ID's of functions to limit the search to, if empty, search all scoped functions |[optional]|
13
13
|**debugTypes**|[**List<DebugTypesEnum>**](#List<DebugTypesEnum>)| Limit the search to specific debug types, if empty, search all scoped debug & non-debug functions |[optional]|
0 commit comments