Class: DatadogAPIClient::V1::SyntheticsTestMonitorStatus

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_test_monitor_status.rb

Overview

The status of your Synthetic monitor.

  • O for not triggered
  • 1 for triggered
  • 2 for no data

Constant Summary collapse

UNTRIGGERED =
0.freeze
TRIGGERED =
1.freeze
NO_DATA =
2.freeze

Method Summary

Methods included from BaseEnumModel

included