public class CommonDiscoveryAPI extends Object
| Constructor and Description |
|---|
CommonDiscoveryAPI() |
CommonDiscoveryAPI(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
ResponseDiscoveryOutagesList |
getOutages()
Get Outages
Obtain a list of scheduled outages for the implementation
|
okhttp3.Call |
getOutagesAsync(ApiCallback<ResponseDiscoveryOutagesList> _callback)
Get Outages (asynchronously)
Obtain a list of scheduled outages for the implementation
|
okhttp3.Call |
getOutagesCall(ApiCallback _callback)
Build call for getOutages
|
ApiResponse<ResponseDiscoveryOutagesList> |
getOutagesWithHttpInfo()
Get Outages
Obtain a list of scheduled outages for the implementation
|
CommonDiscoveryStatus |
getStatus()
Get Status
Obtain a health check status for the implementation
|
okhttp3.Call |
getStatusAsync(ApiCallback<CommonDiscoveryStatus> _callback)
Get Status (asynchronously)
Obtain a health check status for the implementation
|
okhttp3.Call |
getStatusCall(ApiCallback _callback)
Build call for getStatus
|
ApiResponse<CommonDiscoveryStatus> |
getStatusWithHttpInfo()
Get Status
Obtain a health check status for the implementation
|
void |
setApiClient(ApiClient apiClient) |
public CommonDiscoveryAPI()
public CommonDiscoveryAPI(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getOutagesCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public ResponseDiscoveryOutagesList getOutages() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public ApiResponse<ResponseDiscoveryOutagesList> getOutagesWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public okhttp3.Call getOutagesAsync(ApiCallback<ResponseDiscoveryOutagesList> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public okhttp3.Call getStatusCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public CommonDiscoveryStatus getStatus() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public ApiResponse<CommonDiscoveryStatus> getStatusWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public okhttp3.Call getStatusAsync(ApiCallback<CommonDiscoveryStatus> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
Copyright © 2019. All rights reserved.