LDAPSLA
| Namespace: | com.unboundid.directory.mon.api.v1.models | 
This defines a LDAP SLA object including the current status/values, and optionally historical values.
JSON
| property | type | description | 
|---|---|---|
| name | string | The name of this SLA. | 
| applicationName | string | The tracked-application name for this SLA. | 
| enabled | boolean | The enabled status of this SLA. | 
| responseTimeState | string | The responseTime state of this SLA. | 
| throughputState | string | The throughput state of this SLA. | 
| currentResponseTime | float | The current response time for this SLA. | 
| currentThroughput | float | The current throughput for this SLA. | 
| averageResponseTime | float | The average response time for this SLA. | 
| averageThroughput | float | The average throughput for this SLA. | 
| responseTimeWarnLimit | float | The response time warning limit for this SLA. | 
| responseTimeCriticalLimit | float | The response time critical limit for this SLA. | 
| throughputWarnLimit | float | The throughput warning limit for this SLA. | 
| throughputCriticalLimit | float | The throughput critical limit for this SLA. | 
| startTime | long | The start time for historical data. | 
| endTime | long | The end time for historical data. | 
| description | description (string) | The description of this SLA. | 
| ldapOps | array of ldapOps/ldapOp (string) | The LDAP operations for this SLA. | 
| servers | array of servers/server (string) | The servers bound to this SLA. | 
| responseTimeSeries | responseTimeSeries (timeInterval) | The response-time history for this SLA. | 
| throughputSeries | throughputSeries (timeInterval) | The throughput history for this SLA. | 
| responseTimeHistogram | responseTimeHistogram (category) | The reponse-time histogram for this SLA. | 
| responseTimeNines | responseTimeNines (string) | The histogram boundaries that match 99.* sample counts. |