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
- (
- String!, :
- String!, :
- TagInput!] : [
- ): ObservabilityRunbook!
- }