Sha256: a4d044a93bd5ab32e60d1f9b803e8a58baae32dda284102058cafaa7adb8d443
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
# DatadogAPIClient::V1::HostMuteSettings ## Properties | Name | Type | Description | Notes | | ------------ | ----------- | ----------------------------------------------------------------------------------------------------------------- | ---------- | | **\_end** | **Integer** | POSIX timestamp in seconds when the host is unmuted. If omitted, the host remains muted until explicitly unmuted. | [optional] | | **message** | **String** | Message to associate with the muting of this host. | [optional] | | **override** | **Boolean** | If true and the host is already muted, replaces existing host mute settings. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::HostMuteSettings.new( _end: 1579098130, message: Muting this host for a test!, override: false ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/HostMuteSettings.md |
datadog_api_client-1.5.0 | docs/v1/HostMuteSettings.md |