Actions21
- Application Actions
- Project Actions
- Test Actions
- Domain Verification Actions
Overview
This node interacts with the Beagle Security API to manage and retrieve information about security tests, projects, applications, and domain verifications. Specifically, the 'Get Running Tests By Team' operation fetches all currently running security tests associated with a specified team. This is useful for teams wanting to monitor active security scans across their projects and applications in real-time.
Use Case Examples
- A security team wants to list all running vulnerability scans for their team to track ongoing assessments.
- A project manager needs to monitor active tests to ensure timely completion and resource allocation.
Properties
| Name | Meaning |
|---|---|
| Team ID | Unique ID of the team for which to retrieve running tests. |
Output
JSON
json- The JSON response from the Beagle Security API containing details of running tests for the specified team.
Dependencies
- Requires Beagle Security API credentials (API token) for authentication.
Troubleshooting
- Ensure the 'Team ID' is correctly provided and corresponds to an existing team in Beagle Security.
- API token must be valid and have sufficient permissions to access test data.
- Common errors include missing required parameters like 'Application Token' for other test operations, or invalid team ID causing empty or error responses.
Links
- Beagle Security API Documentation - Official API documentation for understanding available endpoints and parameters.