HooksHookListSpec

HooksHookListSpec
HooksHookListSpec

Limits the hooks reported to the user.

This structure may be used only with operations rendered under /eam.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "solutions": [
        "string"
    ],
    "hosts": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
array of string
solutions
Optional

If specified - will report hooks only for agents from the specified solutions, otherwise - will report hooks for agents from all solutions.

hosts
Optional

If specified - will report hooks only for agents on the specified hosts, otherwise - will report hooks for agents on all hosts.