Sha256: 52bc176a3f1584711cae496532db39e6ebbe718aed2e8a6f7321e2575a3fafb7
Contents?: true
Size: 849 Bytes
Versions: 37
Compression:
Stored size: 849 Bytes
Contents
=begin #Datadog API V1 Collection #Collection of all Datadog Public endpoints. The version of the OpenAPI document: 1.0 Contact: support@datadoghq.com Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2020-Present Datadog, Inc. =end require 'date' require 'time' module DatadogAPIClient::V1 # The different states your monitor can be in. class MonitorOverallStates include BaseEnumModel ALERT = "Alert".freeze IGNORED = "Ignored".freeze NO_DATA = "No Data".freeze OK = "OK".freeze SKIPPED = "Skipped".freeze UNKNOWN = "Unknown".freeze WARN = "Warn".freeze end end
Version data entries
37 entries across 37 versions & 1 rubygems