Process Metric Data
This service returns various aggregated process metric data for a specified process and time range. The data is derived from the process instances that were active during the time range. Cycle time statistical calculations can be derived from either the optional statsInterval parameter or from the size of the given range.
The following table lists the time ranges and the statistical intervals.
Time Range | Statistical Interval |
<= 12 hours | 1 hour |
<= 2 days | 4 hours |
<= 2 weeks | 1 day |
<= 4 weeks | 1 week |
> 4 weeks | 4 weeks |
The URL format is as follows:
http://${optimize host}:${port}/services/rest/api/ProcessAnalytics/
ProcessMetrics?processModelId=${processModelId}&startTime=${startTime}&endTime
=${endTime}&statsInterval=${statsInterval}