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 :
- }