Package ai.reveng.api

Class AgentApi

java.lang.Object
ai.reveng.api.AgentApi

public class AgentApi extends Object
  • Constructor Details

    • AgentApi

      public AgentApi()
    • AgentApi

      public AgentApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getHostIndex

      public int getHostIndex()
    • setHostIndex

      public void setHostIndex(int hostIndex)
    • getCustomBaseUrl

      public String getCustomBaseUrl()
    • setCustomBaseUrl

      public void setCustomBaseUrl(String customBaseUrl)
    • 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 -