Sample 1: Sample Script Written using JavaScript
These samples provide an example of what you can do with the Application Security Management REST APIs.
Before you begin
About this task
- asm_api_summaries_issues_appfilter.js: This example shows how to log in, get basic summary information about issues using application attributes as part of the query, and log out.
- asm_api_summaries_issues_daterange.js: This example shows how to log in, get basic summary information about issues using a date range query, and log out.
- asm_sample_avg_issues_found_per_app_by_month.js: This example demonstrates a way to get the average number of issues found per application by month.
- asm_sample_count_issues_by_app_over_time.js: This example demonstrates a way to enumerate, month by month, the list of applications for which new issues have been discovered.
- asm_sample_overdue_issues.js: This example demonstrates a way to identify 'Overdue Issues'.