Skip to content

Commit 5ba744e

Browse files
api mentions
1 parent 0003a35 commit 5ba744e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

src/content/docs/security-center/app-security-reports.mdx

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Application Security reports provide cyber attack insights and trends for all of
1717

1818
The reports are automatically generated on a monthly basis.
1919

20-
You can access reports by going to the **Security reports** page. You can access reports from previous months by selecting the month from the dropdown.
20+
You can access reports by going to the **Security reports** page or via the [API](#api). You can access reports from previous months by selecting the month from the dropdown.
2121

2222
<DashButton url="/?to=/:account/security-center/reports" />
2323

@@ -93,6 +93,27 @@ GET /accounts/{account_id}/reporting/reports
9393
GET /accounts/{account_id}/reporting/reports/{report_id}
9494
```
9595

96+
<Details header="Data returned by the API">
97+
- Account ID
98+
- Account Name
99+
- Account Industry
100+
- Time range
101+
- Total zones
102+
- Total zones analyzed
103+
- Industry percentile (nullable float)
104+
- Total requests (count, percentage)
105+
- Total mitigated requests (count, percentage)
106+
- Total served requests (count, percentage)
107+
- Top 5 hostnames by mitigated requests (hostname, count)
108+
- Top 5 source countries by served requests (country, count)
109+
- Top 5 source countries by mitigated requests (country, count)
110+
- Top 5 rules by mitigated requests (rule name, rule type, count)
111+
</Details>
112+
113+
### Cross-account reports
114+
115+
Each report is generated per account. You can use the [API](#api) to retrieve the reports for all of your accounts and aggregate the data.
116+
96117
---
97118

98119
## Limitations

0 commit comments

Comments
 (0)