HooksHookInfo

HooksHookInfo
HooksHookInfo

Contains information for a raised hook.

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"
    },
    "solution": "string",
    "hookType": "string",
    "raisedAt": "string"
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

string
solution
Required

Solution the Virtual Machine belongs to.

string
hookType
Required

Type of the hook HooksHookTypeEnum.

string As date-time As date-time
raisedAt
Required

Time the hook was raised.