OBJECT

IecReportClient

Report and Client of IED from the SCD file

link GraphQL Schema definition

  • type IecReportClient {
  • # ID of the report from SCD file
  • reportId: String
  • # Name of the report
  • reportName: String!
  • # Name of the dataset connected to the report
  • dataset: String
  • # Name of client subscribed to the report
  • clientName: String
  • # Asset representing this client
  • client: LeanAsset
  • # The project to which the report belongs
  • project: String!
  • # The substation to which the report belongs
  • substation: String!
  • }