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