> Task object

    The task object has the following properties:

    The ‘Execute now’ task request object has the following properties.

    PropertyDescription
    itemidstringID of item and low-level discovery rules.

    The diagnostic information task request object has the following properties. Statistic request object for all types of properties is described in detail below.

    PropertyDescription
    historycacheobjectHistory cache statistic request. Available on server and proxy.
    valuecacheobjectItems cache statistic request. Available on server.
    preprocessingobjectPreprocessing manager statistic request. Available on server and proxy.
    alertingobjectAlert manager statistic request. Available on server.
    lldobjectLLD manager statistic request. Available on server.

    Statistic request object

    Statistic request object is used to define what type of information should be collected about server/proxy internal processes. It has the following properties.

    List of statistic fields available for each type of diagnostic information request
    Diagnostic typeAvailable fieldsDescription
    historycacheitemsNumber of cached items.
    valuesNumber of cached values.
    memoryShared memory statistics (free space, number of used chunks, number of free chunks, max size of free chunk).
    memory.dataHistory data cache shared memory statistics.
    memory.indexHistory index cache shared memory statistics.
    valuecacheitemsNumber of cached items.
    valuesNumber of cached values.
    memoryShared memory statistics (free space, number of used chunks, number of free chunks, max size of free chunk).
    modeValue cache mode.
    preprocessingvaluesNumber of queued values.
    preproc.valuesNumber of queued values with preprocessing steps.
    alertingalertsNumber of queued alerts.
    lldrulesNumber of queued rules.
    valuesNumber of queued values.
    List of sorting fields available for each type of diagnostic information request

    Following statistic fields can be used to sort and limit requested information.

    Statistic result object

    Statistic result object is retrieved in field of task object.

    PropertyTypeDescription
    statusintegerStatus of the task result.

    Possible values:
    -1 - error occurred during performing task;
    0 - task result is created.

    :
    - read-only
    datastring/objectResults according the statistic request object of particular diagnostic information task.
    Contains error message string if error occurred during performing task.