Security Center
security_center
Security Center
Insights
security_center.insights
Methods
Retrieves Security Center Insights -> V4PagePagination<{ count, issues, page, 1 more... }>
get/{accounts_or_zones}/{account_or_zone_id}/security-center/insights
Lists all Security Center insights for the account or zone, showing security findings and recommendations.
Archives Security Center Insight -> { errors, messages, success }
put/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/{issue_id}/dismiss
Archives a Security Center insight for an account or zone, removing it from the active insights list while preserving historical data.
security_center.insights.class
Methods
Retrieves Security Center Insight Counts By Class -> Envelope<Array<{ count, value }>>
get/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/class
Retrieves Security Center insight counts aggregated by classification class.
security_center.insights.severity
Methods
Retrieves Security Center Insight Counts By Severity -> Envelope<Array<{ count, value }>>
get/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/severity
Retrieves Security Center insight counts aggregated by severity level (critical, high, medium, low).
security_center.insights.type
Methods
Retrieves Security Center Insight Counts By Type -> Envelope<Array<{ count, value }>>
get/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/type
Retrieves Security Center insight counts aggregated by insight type.