SolutionsHookInfo
SolutionsHookInfo
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",
"config": {
"_typeName": "string",
"type": "string",
"acknowledgement": {
"_typeName": "string"
},
"timeout": 0
},
"raisedAt": "string"
}
vm
Required
Virtual Machine, the hook was raised for.
string
solution
Required
Solution the Virtual Machine belongs to.
config
Required
Configuration of the hook.
string As date-time
As date-time
raisedAt
Required
Time the hook was raised.