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 description
capacityThreshold number Get the threshold capacity for a disk resource.
message string

Example

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