Strise Connect API Docs
TypesObjects

AlertConnectionEdge

No description

type AlertConnectionEdge {
  node: Alert!
  monitoredEntityId: ID!
  monitoredEntity: MonitoredEntityLike
}

Fields

node Alert! non-null object

Alert!

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

Member Of

AlertConnection object

On this page