Configuration Management
Task Name | Description | Argument Template |
---|---|---|
DeleteAllNIMPortfolio | For systems utilizing the Client List Import, deletes the Non-Interval Metered Portfolio. |
|
DeleteNIMPortfolio | For systems utilizing the Client List Import, deletes a subset of the Non-Interval Metered Portfolio. Takes an XDriver filter string, e.g. CUSTOM1="Group 1" as a required argument. | <args> <arg name="FilterString" value="{filterstring}" /> </args> |
DeleteMeters | Deletes a subset of Meters based on the specified filter (e.g. CUSTOM1=’Group1’). Also delete any relationships associated with the Meter. Takes a filter string e.g. CUSTOM1=’Group1’ as a required argument. | <args> <arg name="FilterString" value="{filterstring}" /> </args> |
MaintainAllMeter Groups | This task maintains the InEst Status of the contributing Meters based on the contract dates and length of data available over any associated model estimation ranges. Takes Data Pct Complete as a required argument. | <args> <arg name="DataPctComp" value="{0-100.0}" type="System.Single" /> </args> |
MaintainMeterGroups | This task maintains the InEst Status of the contributing Meters basde on the contract dates and length of data available over any associated model estimation ranges. Takes Data Pct Complete as a required argument. | <args> <arg name="FilterString" value="{filterstring}" /> <arg name="DataPctComp" value="{0-100.0}" type="System.Single" /> </args> |
RefreshAllNIMPortfolio | For systems utilizing the Client List Import, refreshes all the Non-Interval Metered Portfolio XDriver Data. |
|
RefreshNIMPortfolio | For systems utilizing the Client List Import, refreshes a subset of the Non-Interval Metered Portfolio XDriver Data. Takes a filter string, e.g. CUSTOM1="Group 1" as a required argument. | <args> <arg name="FilterString" value="{filterstring}"/> </args> |
DeleteAllNIMPortfolio | For systems utilizing the Client List Import, deletes the Non-Interval Metered Portfolio. |
|