OBJECT

GooseStream

A discovered GOOSE stream from passive monitoring

link GraphQL Schema definition

  • type GooseStream {
  • id: String!
  • assetId: String!
  • # Multicast destination MAC address
  • dstMac: String!
  • # GOOSE Control Block Reference (Report Name)
  • gocbRef: String!
  • # GOOSE ID (Report ID)
  • goId: String
  • # Data Set name
  • datSet: String
  • # Application ID
  • appId: Int
  • # Configuration revision
  • confRev: Int
  • discoveredAt: String!
  • }