Package ai.reveng.api
Class AgentApi
java.lang.Object
ai.reveng.api.AgentApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCheck the status of a capabilities analysis workflowokhttp3.CallcheckCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGetAsync(Integer analysisId, ApiCallback<TaskStatusResponse> _callback) Check the status of a capabilities analysis workflow (asynchronously)okhttp3.CallcheckCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGetCall(Integer analysisId, ApiCallback _callback) Build call for checkCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGetcheckCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGetWithHttpInfo(Integer analysisId) Check the status of a capabilities analysis workflowCheck the status of a report analysis workflowokhttp3.CallcheckReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGetAsync(Integer analysisId, ApiCallback<TaskStatusResponse> _callback) Check the status of a report analysis workflow (asynchronously)okhttp3.CallcheckReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGetCall(Integer analysisId, ApiCallback _callback) Build call for checkReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGetcheckReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGetWithHttpInfo(Integer analysisId) Check the status of a report analysis workflowCheck the status of a triage analysis workflowokhttp3.CallcheckTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGetAsync(Integer analysisId, ApiCallback<TaskStatusResponse> _callback) Check the status of a triage analysis workflow (asynchronously)okhttp3.CallcheckTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGetCall(Integer analysisId, ApiCallback _callback) Build call for checkTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGetCheck the status of a triage analysis workflowQueues a capabilities analysis workflow processokhttp3.CallcreateCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPostAsync(Integer analysisId, ApiCallback<BaseResponseQueuedWorkflowTaskResponse> _callback) Queues a capabilities analysis workflow process (asynchronously)okhttp3.CallcreateCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPostCall(Integer analysisId, ApiCallback _callback) Build call for createCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPostQueues a capabilities analysis workflow processQueues a combined report analysis workflow processokhttp3.CallcreateReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPostAsync(Integer analysisId, ApiCallback<QueuedWorkflowTaskResponse> _callback) Queues a combined report analysis workflow process (asynchronously)okhttp3.CallcreateReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPostCall(Integer analysisId, ApiCallback _callback) Build call for createReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPostQueues a combined report analysis workflow processQueues a triage analysis workflow processokhttp3.CallcreateTriageTaskV2AnalysesAnalysisIdAgentTriagePostAsync(Integer analysisId, ApiCallback<BaseResponseQueuedWorkflowTaskResponse> _callback) Queues a triage analysis workflow process (asynchronously)okhttp3.CallcreateTriageTaskV2AnalysesAnalysisIdAgentTriagePostCall(Integer analysisId, ApiCallback _callback) Build call for createTriageTaskV2AnalysesAnalysisIdAgentTriagePostQueues a triage analysis workflow processGet Capabilities Resultokhttp3.CallgetCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGetAsync(Integer analysisId, ApiCallback<BaseResponseCapabilitiesAgentResponse> _callback) Get Capabilities Result (asynchronously)okhttp3.CallgetCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGetCall(Integer analysisId, ApiCallback _callback) Build call for getCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGetGet Capabilities ResultintGet Report Analysis Result Returns: - A summary of the analysis - The software type of the binary - An attack flow summary - List of IOCs - List of MITRE executable techniques - A YARA ruleokhttp3.CallgetReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGetAsync(Integer analysisId, ApiCallback<BaseResponseReportAnalysisResponse> _callback) Get Report Analysis Result (asynchronously) Returns: - A summary of the analysis - The software type of the binary - An attack flow summary - List of IOCs - List of MITRE executable techniques - A YARA ruleokhttp3.CallgetReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGetCall(Integer analysisId, ApiCallback _callback) Build call for getReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGetGet Report Analysis Result Returns: - A summary of the analysis - The software type of the binary - An attack flow summary - List of IOCs - List of MITRE executable techniques - A YARA ruleGet Triage Resultokhttp3.CallgetTriageResultV2AnalysesAnalysisIdAgentTriageGetAsync(Integer analysisId, ApiCallback<BaseResponseTriageReportResponse> _callback) Get Triage Result (asynchronously)okhttp3.CallgetTriageResultV2AnalysesAnalysisIdAgentTriageGetCall(Integer analysisId, ApiCallback _callback) Build call for getTriageResultV2AnalysesAnalysisIdAgentTriageGetGet Triage ResultvoidsetApiClient(ApiClient apiClient) voidsetCustomBaseUrl(String customBaseUrl) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
AgentApi
public AgentApi() -
AgentApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
checkCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGetCall
public okhttp3.Call checkCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGetCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for checkCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGet- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGet
public TaskStatusResponse checkCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGet(@Nonnull Integer analysisId) throws ApiException Check the status of a capabilities analysis workflow- Parameters:
analysisId- (required)- Returns:
- TaskStatusResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGetWithHttpInfo
public ApiResponse<TaskStatusResponse> checkCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGetWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Check the status of a capabilities analysis workflow- Parameters:
analysisId- (required)- Returns:
- ApiResponse<TaskStatusResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGetAsync
public okhttp3.Call checkCapabilitiesTaskStatusV2AnalysesAnalysisIdAgentCapabilitiesStatusGetAsync(@Nonnull Integer analysisId, ApiCallback<TaskStatusResponse> _callback) throws ApiException Check the status of a capabilities analysis workflow (asynchronously)- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGetCall
public okhttp3.Call checkReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGetCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for checkReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGet- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGet
public TaskStatusResponse checkReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGet(@Nonnull Integer analysisId) throws ApiException Check the status of a report analysis workflow- Parameters:
analysisId- (required)- Returns:
- TaskStatusResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGetWithHttpInfo
public ApiResponse<TaskStatusResponse> checkReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGetWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Check the status of a report analysis workflow- Parameters:
analysisId- (required)- Returns:
- ApiResponse<TaskStatusResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGetAsync
public okhttp3.Call checkReportAnalysisTaskStatusV2AnalysesAnalysisIdAgentReportAnalysisStatusGetAsync(@Nonnull Integer analysisId, ApiCallback<TaskStatusResponse> _callback) throws ApiException Check the status of a report analysis workflow (asynchronously)- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGetCall
public okhttp3.Call checkTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGetCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for checkTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGet- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGet
public TaskStatusResponse checkTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGet(@Nonnull Integer analysisId) throws ApiException Check the status of a triage analysis workflow- Parameters:
analysisId- (required)- Returns:
- TaskStatusResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGetWithHttpInfo
public ApiResponse<TaskStatusResponse> checkTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGetWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Check the status of a triage analysis workflow- Parameters:
analysisId- (required)- Returns:
- ApiResponse<TaskStatusResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
checkTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGetAsync
public okhttp3.Call checkTriageTaskStatusV2AnalysesAnalysisIdAgentTriageStatusGetAsync(@Nonnull Integer analysisId, ApiCallback<TaskStatusResponse> _callback) throws ApiException Check the status of a triage analysis workflow (asynchronously)- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
createCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPostCall
public okhttp3.Call createCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPostCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for createCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPost- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters -
-
createCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPost
public BaseResponseQueuedWorkflowTaskResponse createCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPost(@Nonnull Integer analysisId) throws ApiException Queues a capabilities analysis workflow process- Parameters:
analysisId- (required)- Returns:
- BaseResponseQueuedWorkflowTaskResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters -
-
createCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPostWithHttpInfo
public ApiResponse<BaseResponseQueuedWorkflowTaskResponse> createCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPostWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Queues a capabilities analysis workflow process- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseQueuedWorkflowTaskResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters -
-
createCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPostAsync
public okhttp3.Call createCapabilitiesTaskV2AnalysesAnalysisIdAgentCapabilitiesPostAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseQueuedWorkflowTaskResponse> _callback) throws ApiException Queues a capabilities analysis workflow process (asynchronously)- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters -
-
createReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPostCall
public okhttp3.Call createReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPostCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for createReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPost- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters - 409 Task already completed or queued -
-
createReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPost
public QueuedWorkflowTaskResponse createReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPost(@Nonnull Integer analysisId) throws ApiException Queues a combined report analysis workflow process- Parameters:
analysisId- (required)- Returns:
- QueuedWorkflowTaskResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters - 409 Task already completed or queued -
-
createReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPostWithHttpInfo
public ApiResponse<QueuedWorkflowTaskResponse> createReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPostWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Queues a combined report analysis workflow process- Parameters:
analysisId- (required)- Returns:
- ApiResponse<QueuedWorkflowTaskResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters - 409 Task already completed or queued -
-
createReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPostAsync
public okhttp3.Call createReportAnalysisTaskV2AnalysesAnalysisIdAgentReportAnalysisPostAsync(@Nonnull Integer analysisId, ApiCallback<QueuedWorkflowTaskResponse> _callback) throws ApiException Queues a combined report analysis workflow process (asynchronously)- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters - 409 Task already completed or queued -
-
createTriageTaskV2AnalysesAnalysisIdAgentTriagePostCall
public okhttp3.Call createTriageTaskV2AnalysesAnalysisIdAgentTriagePostCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for createTriageTaskV2AnalysesAnalysisIdAgentTriagePost- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters -
-
createTriageTaskV2AnalysesAnalysisIdAgentTriagePost
public BaseResponseQueuedWorkflowTaskResponse createTriageTaskV2AnalysesAnalysisIdAgentTriagePost(@Nonnull Integer analysisId) throws ApiException Queues a triage analysis workflow process- Parameters:
analysisId- (required)- Returns:
- BaseResponseQueuedWorkflowTaskResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters -
-
createTriageTaskV2AnalysesAnalysisIdAgentTriagePostWithHttpInfo
public ApiResponse<BaseResponseQueuedWorkflowTaskResponse> createTriageTaskV2AnalysesAnalysisIdAgentTriagePostWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Queues a triage analysis workflow process- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseQueuedWorkflowTaskResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters -
-
createTriageTaskV2AnalysesAnalysisIdAgentTriagePostAsync
public okhttp3.Call createTriageTaskV2AnalysesAnalysisIdAgentTriagePostAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseQueuedWorkflowTaskResponse> _callback) throws ApiException Queues a triage analysis workflow process (asynchronously)- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 202 Successful Response - 422 Invalid request parameters -
-
getCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGetCall
public okhttp3.Call getCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGetCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGet- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGet
public BaseResponseCapabilitiesAgentResponse getCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGet(@Nonnull Integer analysisId) throws ApiException Get Capabilities Result- Parameters:
analysisId- (required)- Returns:
- BaseResponseCapabilitiesAgentResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGetWithHttpInfo
public ApiResponse<BaseResponseCapabilitiesAgentResponse> getCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGetWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get Capabilities Result- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseCapabilitiesAgentResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGetAsync
public okhttp3.Call getCapabilitiesResultV2AnalysesAnalysisIdAgentCapabilitiesGetAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseCapabilitiesAgentResponse> _callback) throws ApiException Get Capabilities Result (asynchronously)- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGetCall
public okhttp3.Call getReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGetCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGet- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGet
public BaseResponseReportAnalysisResponse getReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGet(@Nonnull Integer analysisId) throws ApiException Get Report Analysis Result Returns: - A summary of the analysis - The software type of the binary - An attack flow summary - List of IOCs - List of MITRE executable techniques - A YARA rule- Parameters:
analysisId- (required)- Returns:
- BaseResponseReportAnalysisResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGetWithHttpInfo
public ApiResponse<BaseResponseReportAnalysisResponse> getReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGetWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get Report Analysis Result Returns: - A summary of the analysis - The software type of the binary - An attack flow summary - List of IOCs - List of MITRE executable techniques - A YARA rule- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseReportAnalysisResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGetAsync
public okhttp3.Call getReportAnalysisResultV2AnalysesAnalysisIdAgentReportAnalysisGetAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseReportAnalysisResponse> _callback) throws ApiException Get Report Analysis Result (asynchronously) Returns: - A summary of the analysis - The software type of the binary - An attack flow summary - List of IOCs - List of MITRE executable techniques - A YARA rule- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getTriageResultV2AnalysesAnalysisIdAgentTriageGetCall
public okhttp3.Call getTriageResultV2AnalysesAnalysisIdAgentTriageGetCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getTriageResultV2AnalysesAnalysisIdAgentTriageGet- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getTriageResultV2AnalysesAnalysisIdAgentTriageGet
public BaseResponseTriageReportResponse getTriageResultV2AnalysesAnalysisIdAgentTriageGet(@Nonnull Integer analysisId) throws ApiException Get Triage Result- Parameters:
analysisId- (required)- Returns:
- BaseResponseTriageReportResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getTriageResultV2AnalysesAnalysisIdAgentTriageGetWithHttpInfo
public ApiResponse<BaseResponseTriageReportResponse> getTriageResultV2AnalysesAnalysisIdAgentTriageGetWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get Triage Result- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseTriageReportResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getTriageResultV2AnalysesAnalysisIdAgentTriageGetAsync
public okhttp3.Call getTriageResultV2AnalysesAnalysisIdAgentTriageGetAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseTriageReportResponse> _callback) throws ApiException Get Triage Result (asynchronously)- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-