Security Center

security_center

security_center.insights

Methods

Archive Security Center Insight -> { errors, messages, success }
put/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/{issue_id}/dismiss

Archive Security Center Insight

Get Security Center Insights -> V4PagePagination<{ count, issues, page, 1 more... }>
get/{accounts_or_zones}/{account_or_zone_id}/security-center/insights

Get Security Center Insights

Security

The preferred authorization scheme for interacting with the Cloudflare API. Create a token.

Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY

Parameters
account_id: string
Optional

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

zone_id: string
Optional

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.

dismissed: boolean
Optional
issue_class: Array<string>
Optional
issue_class~neq: Array<string>
Optional
issue_type: Array<>
Optional
issue_type~neq: Array<>
Optional
page: number
Optional

Current page within paginated list of results

per_page: number
Optional
(maximum: 1000, minimum: 1)

Number of results per page of results

product: Array<string>
Optional
product~neq: Array<string>
Optional
severity: Array<>
Optional
severity~neq: Array<>
Optional
subject: Array<string>
Optional
subject~neq: Array<string>
Optional
Response fields
errors: Array<>
messages: Array<>
success: true

Whether the API call was successful

result: { count, issues, page, 1 more... }
Optional
Request example
200Example

security_center.insights.class

Methods

Get Security Center Insight Counts By Class -> Envelope<Array<{ count, value }>>
get/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/class

Get Security Center Insight Counts by Class

security_center.insights.severity

Methods

Get Security Center Insight Counts By Severity -> Envelope<Array<{ count, value }>>
get/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/severity

Get Security Center Insight Counts by Severity

security_center.insights.type

Methods

Get Security Center Insight Counts By Type -> Envelope<Array<{ count, value }>>
get/{accounts_or_zones}/{account_or_zone_id}/security-center/insights/type

Get Security Center Insight Counts by Type