Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GetAlarmHistoryRequest

example

Click here to see how to use GetAlarmHistoryRequest.

Properties

Optional alarmHistorytype

alarmHistorytype: AlarmHistorytype

The type of history entries to retrieve. State history (STATE_HISTORY), state transition history (STATE_TRANSITION_HISTORY), rule history (RULE_HISTORY) or rule transition history (RULE_TRANSITION_HISTORY). If not specified, entries of all types are retrieved.

Example: {@code STATE_HISTORY}

alarmId

alarmId: string

The OCID of an alarm.

Optional limit

limit: undefined | number

For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see List Pagination.

Default: 1000

Example: 500

Optional opcRequestId

opcRequestId: undefined | string

Customer part of the request identifier token. If you need to contact Oracle about a particular request, please provide the complete request ID.

Optional page

page: undefined | string

For list pagination. The value of the {@code opc-next-page} response header from the previous "List" call. For important details about how pagination works, see List Pagination.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional timestampGreaterThanOrEqualTo

timestampGreaterThanOrEqualTo: Date

A filter to return only alarm history entries with timestamps occurring on or after the specified date and time. Format defined by RFC3339.

Example: {@code 2023-01-01T01:00:00.789Z}

Optional timestampLessThan

timestampLessThan: Date

A filter to return only alarm history entries with timestamps occurring before the specified date and time. Format defined by RFC3339.

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