Stage Metric Data
This service returns various aggregated stage metrics for each stage related to the given process. The data is derived from the stage instances that were active during the given 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/StageMetrics?processModelId=${processModelId}&startTime=${startTime}&endTime=${endTime}&statsInterval=${statsInterval}