INPUT_OBJECT
CustomReportFiltersConfig
link GraphQL Schema definition
- input CustomReportFiltersConfig {
- : [ActivityObjectTypeEnum!]
- # List of cluster ID to filter on.
- : [UUID!]
- : [String!]
- # List of cluster types to filter on.
- : [ClusterTypeEnum!]
- : [ComplianceStatusEnum!]
- # The date for the report.
- : DateTime
- # List of workload types to exclude. This should NOT be specified along with
- # objectType.
- : [ObjectTypeEnum!]
- : [FailoverStatusEnum!]
- : FailoverTypeEnum
- # Whether the snapshot is anomalous or not.
- : Boolean
- # List of activity types to filter on.
- : [ActivityStatusEnum!]
- # List of activity types to filter on.
- : [ActivityTypeEnum!]
- # List of managed ids to filter data on.
- : [String!]
- # List of snappable types to filter on.
- : [ObjectTypeEnum!]
- # List of organization IDs to filter on.
- : [String!]
- # List of policy IDs to filter on.
- : [String!]
- : [ProtectionStatusEnum!]
- : [String!]
- : String
- # Whether to apply whitelists for the report.
- : Boolean
- # List of sla domain ids to filter on.
- : [String!]
- : SlaComplianceTimeRange
- : [HierarchyObjectTypeEnum!]
- : [String!]
- : [String!]
- : [String!]
- : [String!]
- : [String!]
- # Start and end time range to filter data on.
- : GenericTimeRangeInput
- # List of object types to filter on for Audits.
- : [UserAuditObjectTypeEnum!]
- # List of user audit status to filter on.
- : [UserAuditStatusEnum!]
- # List of user audit types to filter on.
- : [UserAuditTypeEnum!]
- }