HooksMarkAsProcessedSpec

HooksMarkAsProcessedSpec
HooksMarkAsProcessedSpec

Specification for marking a raised hook on an agent Virtual Machine as processed.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "hookType": "string",
    "success": false
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

string
hookType
Required

Type of hook to be marked as processed HooksHookTypeEnum.

boolean
success
Required

True - if the hook was processed successfully, False - if the hook could not be processed.