OBJECT
GOOSEAnomalyDetails
Details of IEC 61850 GOOSE anomaly events
link GraphQL Schema definition
- type GOOSEAnomalyDetails {
- # GOOSE Control Block Reference
- : String
- # GOOSE ID
- : String
- # Dataset reference
- : String
- # Configuration revision
- : UnsignedInt
- # Previous value (sqNum, stNum, or confRev)
- : UnsignedInt
- # New value (sqNum, stNum, or confRev)
- : UnsignedInt
- # Type of anomaly detected
- : GOOSEAnomalyType
- }