SolutionsHookConfig
SolutionsHookConfig
Configuration for System Virtual Machine's lifecycle hooks.
This structure may be used only with operations rendered under /eam
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"type": "string",
"acknowledgement": {
"_typeName": "string"
},
"timeout": 0
}
acknowledgement
Required
Type of acknoledgement of the configured hook.
integer As int64
As int64
timeout
Optional
The maximum time in seconds to wait for a hook to be processed.
An issue is raised if the time elapsed and the hook is still not processed. If omitted - defaults to 10 hours.