Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For Developers | Optimize REST Services API | Process Analytics REST API Services | Process Metric Data | Output Parameters
 
Output Parameters
The following table describes the output parameters.
cycleTimeAverage
Returns the cycle time average, in milliseconds, for all process instances that completed during the time range.
cycleTimeHistoricalAverage
Returns the cycle time historical average for the relative statistics interval in milliseconds. This is the statistical calculation for the stats interval in which the time range ends.
cycleTimeMax
Returns the maximum cycle time for all process instances that completed during the time range in milliseconds.
cycleTimeMin
Returns the minimum cycle time for all process instances that completed during the time range in milliseconds.
cycleTimeStandardDeviation
Returns the cycle time standard deviation for the relative stats interval in milliseconds. This is the statistical standard deviation for the stats interval in which the time range ends.
endTime
Returns the given range time as ISO 8601.
endTimeAsJavaEpoch
Returns the range end time as Java epoch.
ruleViolationCount
Returns the total rule violations count for the specified process model/time range.
ruleViolationsOpen
Returns the count of open rule violations for the specified process model/time range.
startTime
Returns the range start time as ISO 8601.
startTimeAsJavaEpoch
Returns the range start time as Java epoch.
volumeCompleted
Returns the count of processes completed during the time range.
volumeInProgress
Returns the count of processes in progress at the end of the time range.
volumeStarted
Returns the count of processes started during the time range.