{ "opencollection": "1.0.0", "info": { "name": "Fortify on Demand Alert Definitions Cloud Pools API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cloud Pools", "type": "folder" }, "items": [ { "info": { "name": "Fortify List cloud pools", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/cloudpools", "params": [ { "name": "start", "value": "", "type": "query", "description": "Starting index for pagination (0-based)" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" } ] }, "docs": "Retrieves a list of cloud scan worker pools." } ] } ], "bundled": true }