ShaPredefinedPluginProfileData (type)

{
  "additionalProperties": false, 
  "description": "Describes a config item for System Health profile.", 
  "id": "ShaPredefinedPluginProfileData", 
  "module_id": "PolicySha", 
  "properties": {
    "check_interval": {
      "description": "The interval of plugin to check the status.", 
      "title": "The check interval", 
      "type": "integer"
    }, 
    "report_interval": {
      "description": "The interval of plugin to report the status.", 
      "title": "The report interval", 
      "type": "integer"
    }, 
    "smallest_report_interval_if_change": {
      "description": "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", 
      "title": "The smallest report interval", 
      "type": "integer"
    }
  }, 
  "title": "System Health Plugin Config Item", 
  "type": "object"
}