Alert
No description
type Alert {
body: String!
count: Int!
dashPath: String!
fingerprint: String!
first_seen_at: DateTimeISO!
id: ID!
kind: String!
last_seen_at: DateTimeISO!
payload: JSONObject!
reference_id: ID!
resolution_note: String
resolved_at: DateTimeISO
resolved_by: ID
severity: AlertSeverity!
status: AlertStatus!
subject: [AlertSubjectRef!]!
title: String!
}
Fields
Alert.body ● String! non-null scalar
Alert.count ● Int! non-null scalar
Alert.dashPath ● String! non-null scalar
Alert.fingerprint ● String! non-null scalar
Alert.first_seen_at ● DateTimeISO! non-null scalar
Alert.id ● ID! non-null scalar
Alert.kind ● String! non-null scalar
Alert.last_seen_at ● DateTimeISO! non-null scalar
Alert.payload ● JSONObject! non-null scalar
Alert.reference_id ● ID! non-null scalar
Alert.resolution_note ● String scalar
Alert.resolved_at ● DateTimeISO scalar
Alert.resolved_by ● ID scalar
Alert.severity ● AlertSeverity! non-null enum
Alert.status ● AlertStatus! non-null enum
Alert.subject ● [AlertSubjectRef!]! non-null object
Alert.title ● String! non-null scalar
Returned By
alerts query ● resolveAlert mutation