Actions21
- Application Actions
- Project Actions
- Test Actions
- Domain Verification Actions
Overview
This node interacts with the Beagle Security API to manage security projects, including creating projects within a team. It is useful for automating vulnerability scanning and project management workflows in security operations. For example, it can create a new security project under a specified team, facilitating organized team-based security testing.
Use Case Examples
- Create a new security project within a specific team by providing the team ID, project name, and description.
- Automate project creation in a team environment to streamline security management across multiple teams.
Properties
| Name | Meaning |
|---|---|
| Team ID | Unique ID of the team where the project will be created |
Output
JSON
json- Response from Beagle Security API containing details of the created project or operation result
Dependencies
- Requires Beagle Security API credentials (API token) for authentication.
Troubleshooting
- Ensure the Team ID is provided and valid; missing or incorrect Team ID will cause the API request to fail.
- API token must be correctly configured in the node credentials; invalid or expired tokens will result in authentication errors.
- Network issues or incorrect API endpoint configuration can cause request failures.
Links
- Beagle Security API Documentation - Official API documentation for understanding available endpoints and parameters.