INPUT_OBJECT
InsightFilter
Input parameter for insights query
link GraphQL Schema definition
- input InsightFilter {
- # Query Insight based on the title of insights
- String :
- # Filter insights by entities
- EntityId!] : [
- # Query Insight based on the entity type
- String!] : [
- # Include insights from findings, default: false
- Boolean! :
- # If set to true only return insights with with faulty observation
- Boolean! :
- # If set to true returns insights originating at the entity, otherwise returns
- # insights impacting entity.
- # entityId field is used for filtering with this flag
- Boolean! :
- # Query Insight based on the resource types
- String!] : [
- # Query Insight based on the source of the observation
- ObservationSource!] : [
- # Include insights with matching tag search criteria
- InsightTagSearchCriteria :
- }
link Require by
- EntityPrimary Entity type in the graph, implementing the individual EntityNode interface and with additional fields permitting traversals to other entities in the entity topology and to access other graph nodes with information related to the entity.
- InsightHistogramInputSpecify input details for insight histogram
- InsightQueryInsight queries