ASNAlert
The ASN alert object that contains information about an alert associated with an ASN.
type ASNAlert {
additionalInfo: String
alertCode: String!
asn: ASN!
asnId: ID!
id: ID!
message: String!
severity: ASNAlertSeverityEnum!
solution: String
}
Fields
ASNAlert.additionalInfo ● String scalar
ASNAlert.alertCode ● String! non-null scalar
ASNAlert.asn ● ASN! non-null object
The order object of the status.
ASNAlert.asnId ● ID! non-null scalar
ASNAlert.id ● ID! non-null scalar
ASNAlert.message ● String! non-null scalar
ASNAlert.severity ● ASNAlertSeverityEnum! non-null enum
ASNAlert.solution ● String scalar
Member Of
ASN object