{ "opencollection": "1.0.0", "info": { "name": "Fortify on Demand Alert Definitions Dynamic Scans API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Dynamic Scans", "type": "folder" }, "items": [ { "info": { "name": "Fortify Get dynamic scan setup", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/api/v3/releases/:releaseId/dynamic-scans/scan-setup", "params": [ { "name": "releaseId", "value": "", "type": "path", "description": "Unique identifier of the release" } ] }, "docs": "Retrieves the current dynamic scan setup configuration for the specified release." }, { "info": { "name": "Fortify Save dynamic scan setup", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ams.fortify.com/api/v3/releases/:releaseId/dynamic-scans/scan-setup", "params": [ { "name": "releaseId", "value": "", "type": "path", "description": "Unique identifier of the release" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Saves the dynamic scan setup configuration for the specified release." }, { "info": { "name": "Fortify Start dynamic scan", "type": "http" }, "http": { "method": "POST", "url": "https://api.ams.fortify.com/api/v3/releases/:releaseId/dynamic-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" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a dynamic scan for the specified release using the current scan setup configuration." } ] } ], "bundled": true }