ENUM
ReportCategory
Description
ReportCategory is the functional category of a report.
link GraphQL Schema definition
- enum ReportCategory {
- # Reports for audit trails, compliance monitoring, and regulatory
- # requirements.
- # Reports focused on storage, resource utilization, and capacity planning.
- # Reports related to system health metrics and performance monitoring.
- # Reports that don't fit into the above categories.
- # Unspecified report category.
- # Reports related to user activity, organization structure, and access
- # management.
- }
link Require by
- AllCustomReportsInputRetrieves all custom reports with filtering options.
- AllReportTemplatesByCategoriesInputRetrieves all report templates by categories.
- CustomReportInfoSimplified report information for custom reports.
- ReportTemplatesByCategoryReport category along with all available report templates that belong to that category.