GET /v1/security/firewall/events
Retrieve firewall actions for a project Rule names are resolved against the project's current active firewall configuration and the team's active rulesets, so a rule that has since been renamed reports its new name and one that has been deleted reports null. System rules such as sys_dos_mitigation and ip_blocking have no configured name and always report null.
Servers
- https://api.vercel.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
projectId |
String | Yes | |
teamId |
String | No |
The Team identifier to perform the request on behalf of. |
startTimestamp |
Number | No | |
slug |
String | No |
The Team slug to perform the request on behalf of. |
endTimestamp |
Number | No | |
hosts |
String | No |
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.