TaskFilterSpecByEntity

TaskFilterSpecByEntity
TaskFilterSpecByEntity

This data object type specifies a managed entity used to filter task history.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "entity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "recursion": "string"
}
entity
Required

Reference to an instance of the ManagedEntity managed object.

recursion
Required

This option specifies how to select tasks based on child relationships in the inventory hierarchy.

If a managed entity has children, their tasks can be retrieved with this filter option.

Possible values:

  • self: Returns tasks that pertain only to the specified managed entity, and not its children.

  • children: Returns tasks pertaining to child entities only.

    Excludes tasks pertaining to the specified managed entity itself.

  • all: Returns tasks pertaining either to the specified managed entity or to its child entities.

Possible values are : self, children, all,