POST /accounts/{account_id}/analytics/query/data-security/findings/summary
Returns aggregate current-period and previous-period totals for CASB findings.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
String | Yes |
Cloudflare account identifier. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
filters[] |
Array | Yes |
Filters to apply. |
filters[].values[] |
Array | Yes |
Values to match against. Type depends on the column. |
filters[].name |
String | Yes |
Specifies the column name to filter on. Requires a valid column for the target dataset (e.g. |
filters[].op |
String | Yes |
Filter operator. Common values: |
to |
String | Yes |
End of the query time range (exclusive). RFC3339. |
from |
String | Yes |
Start of the query time range (inclusive). RFC3339. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.