Security Center
Security CenterInsights
Retrieves Security Center Insights
client.securityCenter.insights.list(InsightListParams { account_id, zone_id, dismissed, 12 more } params?, RequestOptionsoptions?): V4PagePagination<InsightListResponse { count, issues, page, per_page } >
GET/{accounts_or_zones}/{account_or_zone_id}/security-center/insights
Archives Security Center Insight
client.securityCenter.insights.dismiss(stringissueId, InsightDismissParams { account_id, zone_id, dismiss } params, RequestOptionsoptions?): InsightDismissResponse { errors, messages, success }
PUT/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/{issue_id}/dismiss
Security CenterInsightsClass
Retrieves Security Center Insight Counts by Class
client.securityCenter.insights.class.get(ClassGetParams { account_id, zone_id, dismissed, 10 more } params?, RequestOptionsoptions?): ClassGetResponse { count, value }
GET/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/class
Security CenterInsightsSeverity
Retrieves Security Center Insight Counts by Severity
client.securityCenter.insights.severity.get(SeverityGetParams { account_id, zone_id, dismissed, 10 more } params?, RequestOptionsoptions?): SeverityGetResponse { count, value }
GET/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/severity
Security CenterInsightsType
Retrieves Security Center Insight Counts by Type
client.securityCenter.insights.type.get(TypeGetParams { account_id, zone_id, dismissed, 10 more } params?, RequestOptionsoptions?): TypeGetResponse { count, value }
GET/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/type
Security CenterInsightsAudit Logs
Retrieves account or zone Audit Log
client.securityCenter.insights.auditLogs.list(AuditLogListParams { account_id, zone_id, before, 6 more } params?, RequestOptionsoptions?): CursorPagination<AuditLogListResponse { id, changed_at, changed_by, 6 more } >
GET/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/audit-log
Retrieves Issue Audit Log
client.securityCenter.insights.auditLogs.listByInsight(stringissueId, AuditLogListByInsightParams { account_id, zone_id, before, 6 more } params?, RequestOptionsoptions?): CursorPagination<AuditLogListByInsightResponse { id, changed_at, changed_by, 6 more } >
GET/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/{issue_id}/audit-log
Security CenterInsightsClassification
Updates Security Center Insight Classification
client.securityCenter.insights.classification.update(stringissueId, ClassificationUpdateParams { account_id, zone_id, classification, rationale } params, RequestOptionsoptions?): ClassificationUpdateResponse { errors, messages, success }
PATCH/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/{issue_id}/classification
Security CenterInsightsContext
Retrieves Security Center Insight Context
client.securityCenter.insights.context.get(stringissueId, ContextGetParams { account_id } params, RequestOptionsoptions?): ContextGetResponse
GET/accounts/{account_id}/security-center/insights/{issue_id}/context