OBJECT
InsightRuleQuery
Insight Rule queries
link GraphQL Schema definition
- type InsightRuleQuery {
- # Query to fetch all rules of a given type for a specific Organization
- #
- # Arguments
- # after: [Not documented]
- # filter: [Not documented]
- # first: [Not documented]
- # sort: [Not documented]
- (
- String, :
- InsightRuleFilter!, :
- Int, :
- QuerySort!] : [
- ): InsightRuleConnection
- # Query to fetch specific Rules by Ids
- #
- # Arguments
- # ruleIds: [Not documented]
- ID!]!): [InsightRule!] ( : [
- # 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!
- }