Class EnvironmentsApi

java.lang.Object
org.wso2.am.integration.clients.admin.api.EnvironmentsApi

public class EnvironmentsApi extends Object
  • Constructor Details

    • EnvironmentsApi

      public EnvironmentsApi()
    • EnvironmentsApi

      public EnvironmentsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • environmentsEnvironmentIdGatewaysGetCall

      public okhttp3.Call environmentsEnvironmentIdGatewaysGetCall(String environmentId, ApiCallback _callback) throws ApiException
      Build call for environmentsEnvironmentIdGatewaysGet
      Parameters:
      environmentId - Environment UUID (or Environment name defined in config) (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • environmentsEnvironmentIdGatewaysGet

      public GatewayInstanceListDTO environmentsEnvironmentIdGatewaysGet(String environmentId) throws ApiException
      Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.
      Parameters:
      environmentId - Environment UUID (or Environment name defined in config) (required)
      Returns:
      GatewayInstanceListDTO
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • environmentsEnvironmentIdGatewaysGetWithHttpInfo

      public ApiResponse<GatewayInstanceListDTO> environmentsEnvironmentIdGatewaysGetWithHttpInfo(String environmentId) throws ApiException
      Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.
      Parameters:
      environmentId - Environment UUID (or Environment name defined in config) (required)
      Returns:
      ApiResponse<GatewayInstanceListDTO>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • environmentsEnvironmentIdGatewaysGetAsync

      public okhttp3.Call environmentsEnvironmentIdGatewaysGetAsync(String environmentId, ApiCallback<GatewayInstanceListDTO> _callback) throws ApiException
      Get Gateway Instances in a Gateway Environment (asynchronously) Retrieve list of gateway Instances in the gateway environment.
      Parameters:
      environmentId - Environment UUID (or Environment name defined in config) (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