Name: SyncReplAlertThreshold

Synchronous replication alert threshold. It contains the following attributes:
  • Number of seconds the system should wait before raising alert when synchronous replication configuration stays at "error" state.
  • The frequency period in seconds the notification is sent when this error alert remains.
  • Number of seconds the system should wait before raising alert when synchronous replication configuration stays at "syncing" state.
  • The frequency period in seconds the notification is sent when this syncing alert remains.

  • Data Structure
    {
       "typeId": "com.tintri.api.rest.v310.dto.domain.beans.syncrepl.SyncReplAlertThreshold",
       "errorAlertInitialDelayInMinutes": <Number>,
       "errorAlertIntervalInMinutes": <Number>,
       "outOfSyncAlertInitialDelayInMinutes": <Number>,
       "outOfSyncAlertIntervalInMinutes": <Number>,
       "lastUpdatedTime": DateTime,
    }
    

    Elements
    NameTypeDescription
    lastUpdatedTimeDateTimeThe last time this bean has been updated.

    Attributes
    NameTypeDescription
    errorAlertInitialDelayInMinutesxsd:intNumber of minutes the system should wait before raising alert when synchronous replication configuration stays at "error" state. This is to avoid unnecessary alerts when intermittent error happens. Minimum value is 1 minutes Max value is 2147483647 (Integer.MAX_VALUE) Default value is 30 minutes.
    errorAlertIntervalInMinutesxsd:intThe frequency period in minute the notification is sent when the error alert remains. Minimum effective value is 1 minute. Max value is 2147483647 (Integer.MAX_VALUE). If this is set to 0, the alert will not be repeated. Default value is 0.
    outOfSyncAlertInitialDelayInMinutesxsd:intNumber of minutes the system should wait before raising alert when synchronous replication configuration stays at "syncing" state. Minimum value is 1 minute. Max value is 2147483647 (Integer.MAX_VALUE) Default value is 60 minutes.
    outOfSyncAlertIntervalInMinutesxsd:intThe frequency period in minutes the notification is sent when the syncing alert remains. Minimum effective value is 1 minute. Max value is 2147483647 (Integer.MAX_VALUE). If this is set to 0, the alert will not be repeated. Default value is 0.