OBJECT

ObservationTrendResultItem

link GraphQL Schema definition

  • type ObservationTrendResultItem {
  • # Optional hyperlinks associated with the name
  • hyperLinks: [HyperLink!]
  • # last 7 days count
  • last7Days: Int!
  • # last 7 days change percentage
  • last7DaysChangePct: Int!
  • # the most recent creation time
  • maxDateTime: DateTime!
  • # the most severity level
  • maxSeverity: InsightSeverity!
  • # observation name
  • name: String!
  • # Count related observation ids
  • observationCount: Int!
  • observationType: String!
  • source: ObservationSource!
  • }