throw AmbariApiException.CANNOT_CONNECT_AMBARI_SERVER(e);
}
String clustersJson = handleAmbariResponse(response);
logger.debug("Response of cluster list from ambari server:");
logger.debug(clustersJson);
ApiClusterList apiClusterList =
ApiUtils.jsonToObject(ApiClusterList.class, clustersJson);
return apiClusterList;
}