Actions21
- Application Actions
- Project Actions
- Test Actions
- Domain Verification Actions
Overview
This node integrates with the Beagle Security API to manage applications within projects for vulnerability scanning and security testing. Specifically, the 'Get All' operation under the 'Application' resource retrieves all applications associated with a specified project key. This is useful for users who want to list and manage all applications under a project to monitor their security status or perform further actions like updates or tests.
Use Case Examples
- Retrieve all applications in a project to display them in a dashboard.
- Fetch all applications to automate security scans or audits across multiple applications within a project.
Properties
| Name | Meaning |
|---|---|
| Project Key | The unique key of the project to which the applications belong. This is required to identify the project context for retrieving all applications. |
Output
JSON
json- The JSON response containing the list of applications retrieved from the Beagle Security API for the specified project.
Dependencies
- Requires an API token credential for Beagle Security API authentication.
Troubleshooting
- Ensure the 'Project Key' is correctly provided and corresponds to an existing project in Beagle Security; otherwise, the API may return an error or empty results.
- If the API token credential is missing or invalid, authentication errors will occur. Verify the API token is correctly configured in the node credentials.
- Network or API endpoint issues may cause request failures; check connectivity and API status if errors persist.
Links
- Beagle Security API Documentation - Official API documentation for understanding available endpoints and parameters.