Table of Contents

GetTrendDataCustomTimespanForParameter

Use this method to retrieve the trend data for a particular parameter within a custom time range. Available from DataMiner 9.5.8 onwards.

Input

Item Format Description
connection String The connection ID. See ConnectApp.
dmaID Integer The DataMiner Agent ID.
elementID Integer The element ID.
parameterID Integer The parameter ID.
tableIndex String The (optional) table index (which, if specified, must be the display column).
trendingSpanType String The trending span type: LastHour, LastDay, LastWeek, LastMonth, LastYear, CustomAmountHours or Custom.
customAmountHours Integer The custom amount of hours for the trend span in case TrendSpan is set to CustomAmountHours.
utcCustomStartTime Long integer The custom start time of the trend span in case TrendingSpanType is set to Custom.
utcCustomEndTime Long integer The custom end time of the trend span in case TrendingSpanType is set to Custom.

Output

Item Format Description
GetTrendDataCustomTimespanForParameterResult DMATrendData The trend data of the specified parameter.