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 applications within security projects. Specifically, the 'Delete' operation for the 'Application' resource allows users to delete an application by providing its unique application token. This is useful for automating the removal of applications from security scans or project management workflows.

Use Case Examples

  1. Deleting an application from a project by specifying its unique application token to stop further security scans on that application.
  2. Automating cleanup of applications in bulk by iterating over application tokens and deleting them via this node.

Properties

Name Meaning
Application Token Unique token of the application to identify which application to delete.

Output

JSON

  • json - The JSON response from the Beagle Security API after attempting to delete the application, which may include success confirmation or error details.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or empty application token, which will cause the API to reject the request.
  • If the API token credential is missing or invalid, authentication errors will occur.
  • Network or API endpoint issues may cause request failures; ensure the API URL is reachable.
  • Error messages from the API will be returned in the node output; check these messages for specific failure reasons.

Links

Discussion