Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.Service
-
-
Uses of Service in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest that return types with arguments of type Service Modifier and Type Method Description List<Service>
DynatraceServerConnection. getServices()
-
Uses of Service 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 Service Modifier and Type Method Description retrofit2.Call<List<Service>>
TopologySmartscapeServiceApi. getServices(Long startTimestamp, Long endTimestamp, String relativeTime, List<String> tag, List<String> entity)
Lists all available services in your environment You can narrow down the output by specifying filtering parameters of the request.retrofit2.Call<Service>
TopologySmartscapeServiceApi. getSingleService(String meIdentifier)
Gets parameters of the specified service -
Uses of Service in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
-