{ "opencollection": "1.0.0", "info": { "name": "Sysdig Monitor Activity Audit Policies API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "List Policies", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/policies/v2", "params": [ { "name": "type", "value": "", "type": "query", "description": "Filter by policy type" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve all runtime security policies." }, { "info": { "name": "Create Policy", "type": "http" }, "http": { "method": "POST", "url": "https://api.us1.sysdig.com/api/policies/v2", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new runtime security policy." }, { "info": { "name": "Get Policy", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/policies/v2/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "Unique identifier of the policy" } ] }, "docs": "Retrieve a specific runtime security policy." }, { "info": { "name": "Update Policy", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us1.sysdig.com/api/policies/v2/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "Unique identifier of the policy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing runtime security policy." }, { "info": { "name": "Delete Policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us1.sysdig.com/api/policies/v2/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "Unique identifier of the policy" } ] }, "docs": "Delete a runtime security policy." } ] } ], "bundled": true }