Actions21
- Application Actions
- Project Actions
- Test Actions
- Domain Verification Actions
Overview
This node interacts with the Beagle Security API to manage and retrieve security test results for applications. Specifically, the 'Get Result' operation under the 'Test' resource fetches the results of a previously started security test using provided application and result tokens. This is useful for users who want to programmatically access detailed security test outcomes for further analysis or reporting.
Use Case Examples
- A security analyst automates the retrieval of vulnerability scan results for a web application after a scheduled test run.
- A DevOps engineer integrates test result fetching into a CI/CD pipeline to ensure security tests pass before deployment.
Properties
| Name | Meaning |
|---|---|
| Application Token | Token identifying the application on which the test was run, required to fetch the test result. |
| Result Token | Token identifying the specific test result to retrieve, obtained from the started test. |
Output
JSON
json- The JSON response from the Beagle Security API containing the test result details.
Dependencies
- Requires an API token credential for Beagle Security API authentication.
Troubleshooting
- Ensure that both Application Token and Result Token are provided and valid; missing or incorrect tokens will cause errors.
- API errors may occur if the Beagle Security service is unreachable or if the API token is invalid or expired.
- If the test result is not yet available, the API may return an empty or incomplete response; verify test completion before fetching results.
Links
- Beagle Security API Documentation - Official API documentation for understanding endpoints and parameters.