CreateFilterRequestType

CreateFilterRequestType
CreateFilterRequestType

The parameters of CreateFilter.

JSON Example
{
    "spec": {
        "_typeName": "string",
        "propSet": [
            {
                "_typeName": "string",
                "type": "string",
                "all": false,
                "pathSet": [
                    "string"
                ]
            }
        ],
        "objectSet": [
            {
                "_typeName": "string",
                "obj": {
                    "_typeName": "string",
                    "type": "string",
                    "value": "string"
                },
                "skip": false,
                "selectSet": [
                    {
                        "_typeName": "string",
                        "name": "string"
                    }
                ]
            }
        ],
        "reportMissingObjectsInResults": false
    },
    "partialUpdates": false
}
spec
Required

Specify the property data that is included in a filter.

A filter can specify part of a single managed object, or parts of multiple related managed objects in an inventory hierarchy - for example, to collect updates from all virtual machines in a given folder.

boolean
partialUpdates
Required

Flag to specify whether a change to a nested property should report only the nested change or the entire specified property value. If the value is true, a change should report only the nested property. If the value is false, a change should report the enclosing property named in the filter.