Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.ProcessGroup
-
-
Uses of ProcessGroup in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest that return types with arguments of type ProcessGroup Modifier and Type Method Description List<ProcessGroup>
DynatraceServerConnection. getProcessGroups()
-
Uses of ProcessGroup 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 ProcessGroup Modifier and Type Method Description retrofit2.Call<List<ProcessGroup>>
TopologySmartscapeProcessGroupApi. getProcessGroups(Long startTimestamp, Long endTimestamp, String relativeTime, List<String> tag, List<String> entity)
Lists all process groups of your environment, along with their parameters You can narrow down the output by specifying filtering paramters of the request.retrofit2.Call<ProcessGroup>
TopologySmartscapeProcessGroupApi. getSingleProcessGroup(String meIdentifier)
List properties of the specified process group -
Uses of ProcessGroup in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
-