Skip to main content

AlertData

No description

type AlertData {
code: ID!
name: String
description: String
configuration: AlertConfiguration!
isActive: Boolean!
history(relay: RelayInput, filter: AlertFilterInput): AlertConnection!
editor: Member!
events(relay: RelayInput, filter: AlertFilterInput): AlertEventConnection!
group: Group!
}

Fields

AlertData.code ● ID! non-null scalar

AlertData.name ● String scalar

Alert name

AlertData.description ● String scalar

Alert description

AlertData.configuration ● AlertConfiguration! non-null object

Alert configuration

AlertData.isActive ● Boolean! non-null scalar

Indicates if the alert is being checked by the service.

AlertData.history ● AlertConnection! non-null object

Records of each update made of the alert

AlertData.history.relay ● RelayInput input
AlertData.history.filter ● AlertFilterInput input

AlertData.editor ● Member! non-null object

Member has edit the actual alert data

AlertData.events ● AlertEventConnection! non-null object

Records of the last 10 events triggered

AlertData.events.relay ● RelayInput input
AlertData.events.filter ● AlertFilterInput input

AlertData.group ● Group! non-null object

Group where the alert is saved

Member Of

Alert object