Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.ProcessGroupInstance
-
-
Uses of ProcessGroupInstance in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest that return types with arguments of type ProcessGroupInstance Modifier and Type Method Description List<ProcessGroupInstance>DynatraceServerConnection. getProcesses() -
Uses of ProcessGroupInstance 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 ProcessGroupInstance Modifier and Type Method Description retrofit2.Call<List<ProcessGroupInstance>>TopologySmartscapeProcessApi. getProcesses(Long startTimestamp, Long endTimestamp, String relativeTime, List<String> tag, List<String> entity, List<String> hostTag, List<String> host, String actualMonitoringState, String expectedMonitoringState)List all monitored processes along with their parameters You can narrow down the output by specifying filtering parameters of the request.retrofit2.Call<ProcessGroupInstance>TopologySmartscapeProcessApi. getSingleProcess(String meIdentifier)List properties of the specified process -
Uses of ProcessGroupInstance in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
-