The method allows to retrieve trend data according to the given parameters该方法用于根据规定的参数获取趋势数据.

    Parameters defining the desired output定义所需输出的参数.

    Returns either返回两者其中任一:

    Retrieving item trend data从监控项中检索趋势数据

    Request请求:

    Response响应:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": [
    4. {
    5. "itemid": "23715",
    6. "num": "60",
    7. "value_min": "0.1650",
    8. "value_avg": "0.2168",
    9. "value_max": "0.3500",
    10. }
    11. ],
    12. }