Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.Application
-
-
Uses of Application in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest that return types with arguments of type Application Modifier and Type Method Description List<Application>
DynatraceServerConnection. getApplications()
-
Uses of Application in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.api
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.api that return types with arguments of type Application Modifier and Type Method Description retrofit2.Call<List<Application>>
TopologySmartscapeApplicationApi. getApplications(Long startTimestamp, Long endTimestamp, String relativeTime, List<String> tag, List<String> entity)
Gets the list of all applications in your environment along with their parameters You can optionally specify timeframe, to filter the output only to applications, active in specified time.retrofit2.Call<Application>
TopologySmartscapeApplicationApi. getSingleApplication(String meIdentifier)
Gets parameters of the specified application -
Uses of Application in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
-