{ "opencollection": "1.0.0", "info": { "name": "Aqua Security REST Authentication Policies API", "version": "2022.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "Aqua Security List Security Policies", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.aquasec.com/api/v1/securitypolicies", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all configured security image assurance policies." }, { "info": { "name": "Aqua Security Create Security Policy", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cloud.aquasec.com/api/v1/securitypolicies", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new image assurance security policy." } ] } ], "bundled": true }