Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MonitorStatusCountMap

Details of the monitor count per state. Example: {@code { "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }}

Properties

disabled

disabled: number

Number of disabled monitors using the script. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

enabled

enabled: number

Number of enabled monitors using the script. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

invalid

invalid: number

Number of invalid monitors using the script. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

total

total: number

Total number of monitors using the script. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj