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 run security tests on applications. Specifically, the 'Get Sessions' operation under the 'Test' resource retrieves test session data for a given application token. This is useful for monitoring and analyzing security test sessions associated with an application. For example, a user can fetch the last 10 test sessions to review recent security scans.

Use Case Examples

  1. Retrieve the last 10 test sessions for an application using its application token to monitor security testing activity.
  2. Use the node to automate fetching test session data as part of a security audit workflow.

Properties

Name Meaning
Application Token Application token to run tests on, required to identify the application for which test sessions are retrieved.

Output

JSON

  • json - The JSON response from the Beagle Security API containing the test sessions data for the specified application.

Dependencies

  • Requires an API token credential for Beagle Security API authentication.

Troubleshooting

  • Error if 'Application Token' is missing or empty when starting a test or fetching sessions; ensure the token is provided.
  • API request failures may occur due to invalid credentials or network issues; verify API token and connectivity.
  • If the API returns an error, the node outputs the error message in the JSON response when 'Continue On Fail' is enabled.

Links

Discussion