public class AlertConfigurationApi extends Object
| Constructor and Description |
|---|
AlertConfigurationApi() |
AlertConfigurationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
AlertConfigDTO |
addAlertConfig(String alertType,
String configurationId,
Map<String,String> requestBody)
Add AbnormalRequestsPerMin Alert Configurations.
|
okhttp3.Call |
addAlertConfigAsync(String alertType,
String configurationId,
Map<String,String> requestBody,
ApiCallback<AlertConfigDTO> _callback)
Add AbnormalRequestsPerMin Alert Configurations.
|
okhttp3.Call |
addAlertConfigCall(String alertType,
String configurationId,
Map<String,String> requestBody,
ApiCallback _callback)
Build call for addAlertConfig
|
ApiResponse<AlertConfigDTO> |
addAlertConfigWithHttpInfo(String alertType,
String configurationId,
Map<String,String> requestBody)
Add AbnormalRequestsPerMin Alert Configurations.
|
void |
deleteAlertConfig(String alertType,
String configurationId)
Delete the Selected Configuration from AbnormalRequestsPerMin Alert Type.
|
okhttp3.Call |
deleteAlertConfigAsync(String alertType,
String configurationId,
ApiCallback<Void> _callback)
Delete the Selected Configuration from AbnormalRequestsPerMin Alert Type.
|
okhttp3.Call |
deleteAlertConfigCall(String alertType,
String configurationId,
ApiCallback _callback)
Build call for deleteAlertConfig
|
ApiResponse<Void> |
deleteAlertConfigWithHttpInfo(String alertType,
String configurationId)
Delete the Selected Configuration from AbnormalRequestsPerMin Alert Type.
|
AlertConfigListDTO |
getAllAlertConfigs(String alertType)
Get All AbnormalRequestsPerMin Alert Configurations
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
okhttp3.Call |
getAllAlertConfigsAsync(String alertType,
ApiCallback<AlertConfigListDTO> _callback)
Get All AbnormalRequestsPerMin Alert Configurations (asynchronously)
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
okhttp3.Call |
getAllAlertConfigsCall(String alertType,
ApiCallback _callback)
Build call for getAllAlertConfigs
|
ApiResponse<AlertConfigListDTO> |
getAllAlertConfigsWithHttpInfo(String alertType)
Get All AbnormalRequestsPerMin Alert Configurations
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AlertConfigurationApi()
public AlertConfigurationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call addAlertConfigCall(String alertType, String configurationId, Map<String,String> requestBody, ApiCallback _callback) throws ApiException
alertType - The alert type. (required)configurationId - The alert configuration id. Base64 encoded value of 'apiName#apiVersion#applicationName'. (required)requestBody - Configuration for AbnormalRequestCount alert type (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic AlertConfigDTO addAlertConfig(String alertType, String configurationId, Map<String,String> requestBody) throws ApiException
alertType - The alert type. (required)configurationId - The alert configuration id. Base64 encoded value of 'apiName#apiVersion#applicationName'. (required)requestBody - Configuration for AbnormalRequestCount alert type (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AlertConfigDTO> addAlertConfigWithHttpInfo(String alertType, String configurationId, Map<String,String> requestBody) throws ApiException
alertType - The alert type. (required)configurationId - The alert configuration id. Base64 encoded value of 'apiName#apiVersion#applicationName'. (required)requestBody - Configuration for AbnormalRequestCount alert type (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call addAlertConfigAsync(String alertType, String configurationId, Map<String,String> requestBody, ApiCallback<AlertConfigDTO> _callback) throws ApiException
alertType - The alert type. (required)configurationId - The alert configuration id. Base64 encoded value of 'apiName#apiVersion#applicationName'. (required)requestBody - Configuration for AbnormalRequestCount alert type (required)_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 deleteAlertConfigCall(String alertType, String configurationId, ApiCallback _callback) throws ApiException
alertType - The alert type. (required)configurationId - The alert configuration id. Base64 encoded value of 'apiName#apiVersion#applicationName'. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void deleteAlertConfig(String alertType, String configurationId) throws ApiException
alertType - The alert type. (required)configurationId - The alert configuration id. Base64 encoded value of 'apiName#apiVersion#applicationName'. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteAlertConfigWithHttpInfo(String alertType, String configurationId) throws ApiException
alertType - The alert type. (required)configurationId - The alert configuration id. Base64 encoded value of 'apiName#apiVersion#applicationName'. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteAlertConfigAsync(String alertType, String configurationId, ApiCallback<Void> _callback) throws ApiException
alertType - The alert type. (required)configurationId - The alert configuration id. Base64 encoded value of 'apiName#apiVersion#applicationName'. (required)_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 getAllAlertConfigsCall(String alertType, ApiCallback _callback) throws ApiException
alertType - The alert type. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic AlertConfigListDTO getAllAlertConfigs(String alertType) throws ApiException
alertType - The alert type. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AlertConfigListDTO> getAllAlertConfigsWithHttpInfo(String alertType) throws ApiException
alertType - The alert type. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getAllAlertConfigsAsync(String alertType, ApiCallback<AlertConfigListDTO> _callback) throws ApiException
alertType - The alert type. (required)_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 © 2021 WSO2 Inc. All rights reserved.