public class MgmtRoleCommandsResourceApi extends Object
Constructor and Description |
---|
MgmtRoleCommandsResourceApi() |
MgmtRoleCommandsResourceApi(ApiClient apiClient) |
public MgmtRoleCommandsResourceApi()
public MgmtRoleCommandsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call jmapDumpCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- the names of the roles to jmap. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList jmapDump(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jmap. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> jmapDumpWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jmap. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call jmapDumpAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- the names of the roles to jmap. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call jmapHistoCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- the names of the roles to jmap. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList jmapHisto(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jmap. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> jmapHistoWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jmap. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call jmapHistoAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- the names of the roles to jmap. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call jstackCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- the names of the roles to jstack. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList jstack(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jstack. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> jstackWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- the names of the roles to jstack. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call jstackAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- the names of the roles to jstack. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call lsofCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- the names of the roles to lsof. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList lsof(ApiRoleNameList body) throws ApiException
body
- the names of the roles to lsof. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> lsofWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- the names of the roles to lsof. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call lsofAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- the names of the roles to lsof. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call restartCommandCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The roles to restart. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList restartCommand(ApiRoleNameList body) throws ApiException
body
- The roles to restart. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> restartCommandWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- The roles to restart. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call restartCommandAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- The roles to restart. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call startCommandCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The roles to start. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList startCommand(ApiRoleNameList body) throws ApiException
body
- The roles to start. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> startCommandWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- The roles to start. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call startCommandAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- The roles to start. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call stopCommandCall(ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- The roles to stop. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiBulkCommandList stopCommand(ApiRoleNameList body) throws ApiException
body
- The roles to stop. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiBulkCommandList> stopCommandWithHttpInfo(ApiRoleNameList body) throws ApiException
body
- The roles to stop. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call stopCommandAsync(ApiRoleNameList body, ApiCallback<ApiBulkCommandList> callback) throws ApiException
body
- The roles to stop. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2024. All rights reserved.