Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AvailabilityConfiguration

Monitor availability configuration details.

Properties

Optional maxAllowedFailuresPerInterval

maxAllowedFailuresPerInterval: undefined | number

Maximum number of failed runs allowed in an interval. If an interval has more failed runs than the specified value, then the interval will be classified as UNAVAILABLE. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional minAllowedRunsPerInterval

minAllowedRunsPerInterval: undefined | number

Minimum number of runs allowed in an interval. If an interval has fewer runs than the specified value, then the interval will be classified as UNKNOWN and will be excluded from the availability calculations. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj