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 projects, including deleting a project by its unique key. It is useful for automating security project management tasks such as creating, updating, retrieving, and deleting projects within the Beagle Security platform. For example, it can be used to delete a project when it is no longer needed or to clean up projects programmatically.

Use Case Examples

  1. Deleting a project by specifying its unique project key to remove it from the Beagle Security system.
  2. Automating project lifecycle management by integrating project deletion into workflows.

Properties

Name Meaning
Project Key Unique key of the project to identify which project to delete.

Output

JSON

  • json - Response from Beagle Security API after attempting to delete the project, containing status or error information.

Dependencies

  • Beagle Security API with an API token credential

Troubleshooting

  • Ensure the 'Project Key' is correctly provided and corresponds to an existing project; otherwise, the API may return an error indicating the project was not found.
  • Check that the API token credential is valid and has sufficient permissions to delete projects.
  • Common error messages include authorization errors if the API token is invalid or missing, and not found errors if the project key does not exist.

Links

Discussion