NSX-T Data Center REST API
SHAPredefinedPluginProfileData (type)
{
"additionalProperties": false,
"description": "Describes a config item for System Health profile.",
"id": "SHAPredefinedPluginProfileData",
"module_id": "SystemHealthAgent",
"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 Config Item",
"type": "object"
}