Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SummarizeAlarmSuppressionHistoryDetails

The configuration details for returning history of suppressions for the specified alarm.

Properties

Optional dimensions

dimensions: undefined | object

A filter to suppress only alarm state entries that include the set of specified dimension key-value pairs. If you specify {"availabilityDomain": "phx-ad-1"} and the alarm state entry corresponds to the set {"availabilityDomain": "phx-ad-1" and "resourceId": "ocid1.instance.region1.phx.exampleuniqueID"}, then this alarm will be included for suppression.

Example: {@code {\"resourceId\": \"ocid1.instance.region1.phx.exampleuniqueID\"}}

Optional timeSuppressFromGreaterThanOrEqualTo

timeSuppressFromGreaterThanOrEqualTo: Date

A filter to return only entries with "timeSuppressFrom" time occurring on or after the specified time.

The value cannot be a future time. Format defined by RFC3339.

Example: {@code 2023-02-01T01:02:29.600Z}

Optional timeSuppressFromLessThan

timeSuppressFromLessThan: Date

A filter to return only entries with "timeSuppressFrom" time occurring before the specified time.

The value cannot be a future time. Format defined by RFC3339.

Example: {@code 2023-02-01T01:02:29.600Z}

Functions

getDeserializedJsonObj

getJsonObj