Class ApiInformationService


  • public class ApiInformationService
    extends Object
    • Constructor Detail

      • ApiInformationService

        public ApiInformationService()
    • Method Detail

      • getAllDeployedApis

        public APIStats getAllDeployedApis​(@Context
                                           javax.ws.rs.core.HttpHeaders httpHeaders)
      • getAllDeployedApisForTenant

        public APIStats getAllDeployedApisForTenant​(String tenantDomain,
                                                    int tenantId,
                                                    @Context
                                                    javax.ws.rs.core.HttpHeaders httpHeaders)
      • getApiStatus

        public APIStatusData getApiStatus​(String apiName,
                                          String version,
                                          @Context
                                          javax.ws.rs.core.HttpHeaders httpHeaders)
      • getApiStatusForTenant

        public APIStatusData getApiStatusForTenant​(String tenantDomain,
                                                   int tenantId,
                                                   String apiName,
                                                   String version,
                                                   @Context
                                                   javax.ws.rs.core.HttpHeaders httpHeaders)