Strise Connect API Docs
TypesObjects

MonitoringChange

The data change that triggered an alert.

type MonitoringChange {
  monitoredEntityId: ID!
  monitoredEntity: MonitoredEntityLike
  kind: DatasetKind!
  computedAt: DateTime!
  change: ChangeLike!
}

Fields

monitoredEntityId ID! non-null scalar

ID! The ID of the monitored entity. Always present even if the entity itself has been deleted.

monitoredEntity MonitoredEntityLike interface

MonitoredEntityLike

kind DatasetKind! non-null enum

DatasetKind! The type of change. Determines which 'xChanges' fields are populated with data.

computedAt DateTime! non-null scalar

DateTime! The time at which the change was seen (when the difference was computed).

change ChangeLike! non-null interface

ChangeLike! The change data, whose structure is defined by 'kind'.

Returned By

alertData query

On this page