MonitoringConditionDTO Data Type

Represents a monitoring condition, e.g. available disk size threshold. com.wandisco.application.monitor.DiskMonitoringCondition Copyright 2013 WANdisco.

Properties
name data type constraints description
capacityThreshold number required Get the threshold capacity for a disk resource.
message string   the message

Example

{
  "capacityThreshold" : 12345,
  "message" : "..."
}