Package ai.reveng.api
Class AnalysesDynamicExecutionApi
java.lang.Object
ai.reveng.api.AnalysesDynamicExecutionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDynamicExecutionStatus(Integer analysisId) Get the status of a dynamic execution taskokhttp3.CallgetDynamicExecutionStatusAsync(Integer analysisId, ApiCallback<BaseResponseDynamicExecutionStatus> _callback) Get the status of a dynamic execution task (asynchronously)okhttp3.CallgetDynamicExecutionStatusCall(Integer analysisId, ApiCallback _callback) Build call for getDynamicExecutionStatusgetDynamicExecutionStatusWithHttpInfo(Integer analysisId) Get the status of a dynamic execution taskintgetNetworkOverview(Integer analysisId) Get the dynamic execution results for network overviewokhttp3.CallgetNetworkOverviewAsync(Integer analysisId, ApiCallback<BaseResponseNetworkOverviewResponse> _callback) Get the dynamic execution results for network overview (asynchronously)okhttp3.CallgetNetworkOverviewCall(Integer analysisId, ApiCallback _callback) Build call for getNetworkOverviewgetNetworkOverviewWithHttpInfo(Integer analysisId) Get the dynamic execution results for network overviewgetProcessDump(Integer analysisId, String dumpName) Get the dynamic execution results for a specific process dumpokhttp3.CallgetProcessDumpAsync(Integer analysisId, String dumpName, ApiCallback<Object> _callback) Get the dynamic execution results for a specific process dump (asynchronously)okhttp3.CallgetProcessDumpCall(Integer analysisId, String dumpName, ApiCallback _callback) Build call for getProcessDumpgetProcessDumps(Integer analysisId) Get the dynamic execution results for process dumpsokhttp3.CallgetProcessDumpsAsync(Integer analysisId, ApiCallback<BaseResponseProcessDumps> _callback) Get the dynamic execution results for process dumps (asynchronously)okhttp3.CallgetProcessDumpsCall(Integer analysisId, ApiCallback _callback) Build call for getProcessDumpsgetProcessDumpsWithHttpInfo(Integer analysisId) Get the dynamic execution results for process dumpsgetProcessDumpWithHttpInfo(Integer analysisId, String dumpName) Get the dynamic execution results for a specific process dumpgetProcessRegistry(Integer analysisId) Get the dynamic execution results for process registryokhttp3.CallgetProcessRegistryAsync(Integer analysisId, ApiCallback<BaseResponseProcessRegistry> _callback) Get the dynamic execution results for process registry (asynchronously)okhttp3.CallgetProcessRegistryCall(Integer analysisId, ApiCallback _callback) Build call for getProcessRegistrygetProcessRegistryWithHttpInfo(Integer analysisId) Get the dynamic execution results for process registrygetProcessTree(Integer analysisId) Get the dynamic execution results for process treeokhttp3.CallgetProcessTreeAsync(Integer analysisId, ApiCallback<BaseResponseProcessTree> _callback) Get the dynamic execution results for process tree (asynchronously)okhttp3.CallgetProcessTreeCall(Integer analysisId, ApiCallback _callback) Build call for getProcessTreegetProcessTreeWithHttpInfo(Integer analysisId) Get the dynamic execution results for process treeGet the dynamic execution results for ttpsokhttp3.CallgetTtpsAsync(Integer analysisId, ApiCallback<BaseResponseTTPS> _callback) Get the dynamic execution results for ttps (asynchronously)okhttp3.CallgetTtpsCall(Integer analysisId, ApiCallback _callback) Build call for getTtpsgetTtpsWithHttpInfo(Integer analysisId) Get the dynamic execution results for ttpsvoidsetApiClient(ApiClient apiClient) voidsetCustomBaseUrl(String customBaseUrl) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
AnalysesDynamicExecutionApi
public AnalysesDynamicExecutionApi() -
AnalysesDynamicExecutionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
getDynamicExecutionStatusCall
public okhttp3.Call getDynamicExecutionStatusCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getDynamicExecutionStatus- 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 -
-
getDynamicExecutionStatus
public BaseResponseDynamicExecutionStatus getDynamicExecutionStatus(@Nonnull Integer analysisId) throws ApiException Get the status of a dynamic execution task- Parameters:
analysisId- (required)- Returns:
- BaseResponseDynamicExecutionStatus
- 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 -
-
getDynamicExecutionStatusWithHttpInfo
public ApiResponse<BaseResponseDynamicExecutionStatus> getDynamicExecutionStatusWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get the status of a dynamic execution task- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseDynamicExecutionStatus>
- 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 -
-
getDynamicExecutionStatusAsync
public okhttp3.Call getDynamicExecutionStatusAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseDynamicExecutionStatus> _callback) throws ApiException Get the status of a dynamic execution task (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 -
-
getNetworkOverviewCall
public okhttp3.Call getNetworkOverviewCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getNetworkOverview- 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 -
-
getNetworkOverview
public BaseResponseNetworkOverviewResponse getNetworkOverview(@Nonnull Integer analysisId) throws ApiException Get the dynamic execution results for network overview- Parameters:
analysisId- (required)- Returns:
- BaseResponseNetworkOverviewResponse
- 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 -
-
getNetworkOverviewWithHttpInfo
public ApiResponse<BaseResponseNetworkOverviewResponse> getNetworkOverviewWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get the dynamic execution results for network overview- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseNetworkOverviewResponse>
- 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 -
-
getNetworkOverviewAsync
public okhttp3.Call getNetworkOverviewAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseNetworkOverviewResponse> _callback) throws ApiException Get the dynamic execution results for network overview (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 -
-
getProcessDumpCall
public okhttp3.Call getProcessDumpCall(@Nonnull Integer analysisId, @Nonnull String dumpName, ApiCallback _callback) throws ApiException Build call for getProcessDump- Parameters:
analysisId- (required)dumpName- (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 -
-
getProcessDump
public Object getProcessDump(@Nonnull Integer analysisId, @Nonnull String dumpName) throws ApiException Get the dynamic execution results for a specific process dump- Parameters:
analysisId- (required)dumpName- (required)- Returns:
- Object
- 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 -
-
getProcessDumpWithHttpInfo
public ApiResponse<Object> getProcessDumpWithHttpInfo(@Nonnull Integer analysisId, @Nonnull String dumpName) throws ApiException Get the dynamic execution results for a specific process dump- Parameters:
analysisId- (required)dumpName- (required)- Returns:
- ApiResponse<Object>
- 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 -
-
getProcessDumpAsync
public okhttp3.Call getProcessDumpAsync(@Nonnull Integer analysisId, @Nonnull String dumpName, ApiCallback<Object> _callback) throws ApiException Get the dynamic execution results for a specific process dump (asynchronously)- Parameters:
analysisId- (required)dumpName- (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 -
-
getProcessDumpsCall
public okhttp3.Call getProcessDumpsCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getProcessDumps- 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 -
-
getProcessDumps
Get the dynamic execution results for process dumps- Parameters:
analysisId- (required)- Returns:
- BaseResponseProcessDumps
- 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 -
-
getProcessDumpsWithHttpInfo
public ApiResponse<BaseResponseProcessDumps> getProcessDumpsWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get the dynamic execution results for process dumps- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseProcessDumps>
- 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 -
-
getProcessDumpsAsync
public okhttp3.Call getProcessDumpsAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseProcessDumps> _callback) throws ApiException Get the dynamic execution results for process dumps (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 -
-
getProcessRegistryCall
public okhttp3.Call getProcessRegistryCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getProcessRegistry- 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 -
-
getProcessRegistry
public BaseResponseProcessRegistry getProcessRegistry(@Nonnull Integer analysisId) throws ApiException Get the dynamic execution results for process registry- Parameters:
analysisId- (required)- Returns:
- BaseResponseProcessRegistry
- 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 -
-
getProcessRegistryWithHttpInfo
public ApiResponse<BaseResponseProcessRegistry> getProcessRegistryWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get the dynamic execution results for process registry- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseProcessRegistry>
- 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 -
-
getProcessRegistryAsync
public okhttp3.Call getProcessRegistryAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseProcessRegistry> _callback) throws ApiException Get the dynamic execution results for process registry (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 -
-
getProcessTreeCall
public okhttp3.Call getProcessTreeCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getProcessTree- 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 -
-
getProcessTree
Get the dynamic execution results for process tree- Parameters:
analysisId- (required)- Returns:
- BaseResponseProcessTree
- 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 -
-
getProcessTreeWithHttpInfo
public ApiResponse<BaseResponseProcessTree> getProcessTreeWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get the dynamic execution results for process tree- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseProcessTree>
- 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 -
-
getProcessTreeAsync
public okhttp3.Call getProcessTreeAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseProcessTree> _callback) throws ApiException Get the dynamic execution results for process tree (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 -
-
getTtpsCall
public okhttp3.Call getTtpsCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getTtps- 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 -
-
getTtps
Get the dynamic execution results for ttps- Parameters:
analysisId- (required)- Returns:
- BaseResponseTTPS
- 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 -
-
getTtpsWithHttpInfo
public ApiResponse<BaseResponseTTPS> getTtpsWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get the dynamic execution results for ttps- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseTTPS>
- 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 -
-
getTtpsAsync
public okhttp3.Call getTtpsAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseTTPS> _callback) throws ApiException Get the dynamic execution results for ttps (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 -
-