{ "opencollection": "1.0.0", "info": { "name": "Fortify on Demand Alert Definitions DAST Automated Scans API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "DAST Automated Scans", "type": "folder" }, "items": [ { "info": { "name": "Fortify Get DAST automated scan setup", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/api/v3/releases/:releaseId/dast-automated-scans/scan-setup", "params": [ { "name": "releaseId", "value": "", "type": "path", "description": "Unique identifier of the release" } ] }, "docs": "Retrieves the current DAST automated scan setup configuration for the specified release." }, { "info": { "name": "Fortify Save DAST automated website scan setup", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ams.fortify.com/api/v3/releases/:releaseId/dast-automated-scans/website-scan-setup", "params": [ { "name": "releaseId", "value": "", "type": "path", "description": "Unique identifier of the release" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Saves the DAST automated website scan setup configuration for the specified release." }, { "info": { "name": "Fortify Save DAST automated OpenAPI scan setup", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ams.fortify.com/api/v3/releases/:releaseId/dast-automated-scans/openapi-scan-setup", "params": [ { "name": "releaseId", "value": "", "type": "path", "description": "Unique identifier of the release" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Saves the DAST automated OpenAPI scan setup configuration for the specified release." }, { "info": { "name": "Fortify Start DAST automated scan", "type": "http" }, "http": { "method": "POST", "url": "https://api.ams.fortify.com/api/v3/releases/:releaseId/dast-automated-scans/start-scan", "params": [ { "name": "releaseId", "value": "", "type": "path", "description": "Unique identifier of the release" }, { "name": "networkName", "value": "", "type": "query", "description": "Name of the Fortify on Demand Connect network to use for scanning" } ] }, "docs": "Initiates a DAST automated scan for the specified release using the current scan setup configuration." } ] } ], "bundled": true }