{ "opencollection": "1.0.0", "info": { "name": "Armor Compliance CSPM Control Remediation API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.armor.com/authorize", "accessTokenUrl": "https://auth.armor.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "CSPM Control Remediation", "type": "folder" }, "items": [ { "info": { "name": "Get CSPM control remediation", "type": "http" }, "http": { "method": "GET", "url": "https://compliance.api.secure-prod.services/cspm/control/:controlId/remediation", "params": [ { "name": "controlId", "value": "", "type": "path", "description": "Control ID" } ] }, "docs": "Get CSPM control remediation" } ] } ], "bundled": true }