Beagle Security icon

Beagle Security

Interact with Beagle Security API for vulnerability scanning and project management

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

  1. A security team wants to list all running vulnerability scans for their team to track ongoing assessments.
  2. 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

Discussion