OBJECT

InsightRuleQuery

Insight Rule queries

link GraphQL Schema definition

  • type InsightRuleQuery {
  • # Query observation runbook
  • #
  • # Arguments
  • # foundation: Foundation Name
  • # runbookTemplateId: Runbook template id
  • # templateVariables: Optional list of key/value pairs for
  • # resolving runbook template variables
  • queryRunbook(
  • foundation: String!,
  • runbookTemplateId: String!,
  • templateVariables: [TagInput!]
  • ): ObservabilityRunbook!
  • }