Forecast Monitor

Task Name

Description

Argument Template

ImportMtrActuals

Imports actuals from MetrixIDR into Forecast Monitor. This export is configured using the Monitor Configuration Module in MetrixIDR.

<args>

<arg name="NItervalsBack" value="0" type="System.Int32" />

</args>

ImportMtrForecast

Imports forecast from MetrixIDR into Forecast Monitor. This export is configured using the Monitor Configuration Dialog in MetrixIDR.

<args>

<arg name="FcstType" value="DA" />

<arg name="ExtractForecast" value="true" type="System.Boolean" />

<arg name="ExtractWeather" value="true" type="System.Boolean" />

<arg name="ExtractSimDays" value="true" type="System.Boolean" />

</args>

ImportMtrForecast WithOffset

Imports forecast from MetrixIDR into Forecast Monitor using the specified Action Role. This export is configured using the Monitor Configuration Dialog in MetrixIDR.

<args>

<arg name="ActionRole" value="{ActionRole}" />

<arg name="FcstType" value="DA" />

<arg name="ExtractForecast" value="true" type="System.Boolean" />

<arg name="ExtractWeather" value="true" type="System.Boolean" />

<arg name="ExtractSimDays" value="true" type="System.Boolean" />

<arg name="ExportWeather" value="true" type="System.Boolean" />

</args>

PublishMtrForecast

Publishes forecast from Forecast Monitor. This publish is configured using the Monitor Configuration Dialog in MetrixIDR.

<args>

<arg name="FcstType" value="DA" />

<arg name="Comment" value="{Comment}" />

</args>

ExportMtrForecast

Exports (but not publish) forecast from Forecast Monitor. This export is configured using the Monitor Configuration Dialog in MetrixIDR.

<args>

<arg name="FcstType" value="DA" />

<arg name="Comment" value="{Comment}" />

</args>

TruncateMonitorData

Deletes old Forecasts from Forecast Monitor. Takes an optional argument DaysToKeep.

<args>

<arg name="DaysToKeep" value="7" type = "System.Int32"/>

</args>

TruncateMonitor Forecasts

Deletes old Forecasts from Forecast Monitor. Takes required Forecast Type and HoursToKeep arguments.

<args>

<arg name="FcstType" value="DA" />

<arg name="HoursToKeep" value="24" type="System.Int32" />

</args>