Actions21
- Application Actions
- Project Actions
- Test Actions
- Domain Verification Actions
Overview
This node integrates with the Beagle Security API to manage security testing workflows, including starting, stopping, and retrieving information about security tests. It supports operations on various resources such as projects, applications, tests, and domain verifications. For the 'Test' resource and 'Get Running Tests' operation, it fetches all currently running security tests, which is useful for monitoring ongoing vulnerability scans and managing test sessions.
Use Case Examples
- A security analyst can use this node to automatically retrieve all running security tests to monitor their status and progress.
- A DevOps engineer can integrate this node into a workflow to trigger alerts or further actions based on the presence of running tests.
Output
JSON
json- Response from Beagle Security API containing details of running tests
Dependencies
- Beagle Security API access with an API token credential
Troubleshooting
- Ensure the API token credential is correctly configured and has the necessary permissions to access test data.
- If the node returns an error about missing parameters, verify that all required parameters for the operation are provided.
- Network or API endpoint issues may cause request failures; check connectivity and API status.
Links
- Beagle Security API Documentation - Official API documentation for understanding available endpoints and parameters.