SHAPredefinedPluginProfileData
SHAPredefinedPluginProfileData
Describes a config item for System Health profile.
JSON Example
{
"check_interval": 0,
"report_interval": 0,
"smallest_report_interval_if_change": 0
}
integer As int64
As int64
check_interval
Optional
The interval of plugin to check the status.
integer As int64
As int64
report_interval
Optional
The interval of plugin to report the status.
integer As int64
As int64
smallest_report_interval_if_change
Optional
The smallest report interval if the status is changed. The value of smallest_report_interval_if_change should be less than the value of report_interval