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
}
boolean
success
Required
True
- if the hook was processed successfully, False
- if the hook could not be processed.