healthDefinition
      
      
            Health definition contains properties that describe health report.
JSON Example
 {
  "thresholds":[
   {
    "propertyName":"Util",
    "units":"percent",
    "value":80
   }
  ],
  "definitionId":0,
  "name":null,
  "reportType":"Health",
  "objectType":"Interfaces",
  "group":"Capacity",
  "subGroup":"isNotNull",
  "query":null,
  "filter":null,
  "objectKeys":null,
  "timeRangeUnits":"month",
  "timeRangeValue":"1",
  "timeFrom":null,
  "timeTo":null,
  "hasCumulativeSum":false,
  "cumulativeGroupBy":null
 }
          
      JSON
      
        
          | property | 
          type | 
          description | 
        
        
          | thresholds | 
          
              array of thresholds (threshold)
           | 
          
            
                Util threshold values
              
           |